/*
Theme Name: January2010
Theme URI: http://angadsodhi.com/
Description: A dark blue theme with nice transparency.
Version: 1.0
Author: Angad Sodhi
Author URI: http://angadsodhi.com/
Tags: blue, fixed width, two columns, widgets
*/



/* -------------------- MAIN BODY STYLES -------------------- */

body {
	background-color: #050833;
	/* background-image: url(images/bg.png); */
	background-repeat: repeat-x;
/*	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px; */
	color: #000;
font-family:Georgia,Cambria,"Times New Roman",Times,serif;font-size:15px;font-weight:400;
}

#background-container {
	width: 100%;
	margin: auto;
}

#background-image {
	 background: url(images/background_image2.jpg);
	background-repeat: no-repeat; 
	width: 100%;
	background-position: center top;
	float: left;
}

#website-container {
	width: 950px;
	margin: auto;
}

/* -------------------- WEBSITE TITLE STYLES -------------------- */

#website-title {
	padding-top: 72px;
	padding-left: 35px;
	float: left;
}

#website-title h1 {
	float: left;

/*	display: block;
	width: 369px;
	height: 87px;
	text-indent: -9999px;*/

}

#website-title h1 a {
/*	display: block;
	width: 100%;
	height: 100%; */
	text-decoration:none;
	font-family:Stencil, Cambria,"Times New Roman",Times,serif;font-size:63px;font-weight:400;
	color:#fff;

/*
	background-image: url(images/);
	background-repeat: no-repeat;
	background-position: 0 0; */
}

#website-title #descriptio {
	padding-left: 0px;
	font-family:Calibri,Cambria,"Times New Roman",Times,serif;font-size:15px;font-weight:400;color:#fff;
	overlap:hidden;
	height: 15px;
	margin-top:60px;
}

/* -------------------- HEADER SUBSCRIBERS STYLES -------------------- */

#subscribers-box {
	float: right;
	height: 55px;
	margin-top: 82px;
	margin-bottom: 77px;
	margin-right: 30px;
}

.subscribers-icon {
	float: left;
	height: 55px;
	width: 57px;
}

.subscribers-icon a:hover {
	border:none;
}

.subscribers-middle {
	background-image: url(images/subscribers_middle.png);
	background-repeat: repeat-x;
	float: left;
	height: 43px;
	padding-top: 10px;
}

.subscribers-middle p {
	color: #FFF;
	font-size: 12px;
	vertical-align: middle;


}

.subscribers-end {
	float: left;
	height: 55px;
	width: 20px;
	margin-right: 15px;
}

span.rss-subscribers, span.twitter-followers {
	font-size: 24px;
/*	vertical-align: middle; */
	padding-left: 5px;
	padding-top: 3px;
}

span.rss-subscribers {
	color: #ef9c09;
}	

span.twitter-followers {
	color: #1e96db;
}

/* -------------------- MAIN NAV STYLES -------------------- */

#main-nav {
	float: left;
	width: 950px;
	height: 51px;
/*	background-image: url(images/nav_bg1.png);
	background-repeat: no-repeat;
	background-position: bottom; */
	overflow:hidden;

}

.main-nav-btn {
	padding-left: 15px;
}

.main-nav-btn li {
	float: left;
	text-align: center;
	line-height: 56px;
	margin-right: 1px;
	background:url(images/menuleft.png) no-repeat left top;
	padding:0 0 0 14px;
	list-style: none;
}

.main-nav-btn li a {
	color: #FFF;
	text-align: center;
	text-decoration: none;
	height: 51px;
	display: block;
	background:url(images/menuright.png) no-repeat right top;
	padding-right: 14px;

	
}

.main-nav-btn li:hover{
	background-position: 0% -51px;
	background-repeat: no-repeat;

}

.main-nav-btn li a:hover{
	background-position: 100% -51px;
	background-repeat: no-repeat;
}

/* -------------------- PAGE CONTENT STYLES -------------------- */

.wp-page {
	float: left;
	width: 610px;
	background-color: #FFF;
	background-image: url(images/post_background.png);
	background-repeat: repeat-x;
	border: 1px solid #FFF;
	padding: 12px;
	margin-bottom: 10px;

}

.wp-page p {
	margin: 5px 0 10px; 
	padding: 0;
/*	font: Georgia, serif; 
	letter-spacing:1px;*/
	line-height:21px;
font-family:Calibri,Cambria,"Times New Roman",Times,serif;font-size:15px;font-weight:400;
}

.postmeta {
	 margin: 8px 2px;
	 font-size:7pt;
	 padding-bottom: 10px;
	 }
.post-date {
	 background: url(images/date.png) no-repeat 10px 0;
	 padding: 0 0 0 30px;
	 font-size:11px;
	 }
.post-comment {
	 background: url(images/commentslink.png) no-repeat 0 0;
	 padding: 0 0 0 20px;
	 font-size:11px;
	 }
.post-comment a:link,
.post-comment a:visited,
.post-comment a:hover {
         color:#008000
	 }


/* -------------------- INDEX CONTENT STYLES -------------------- */

#main-content-container {
/*	background-color: #050833;  */
	background-image: url(images/main_content_background2.png);
	background-repeat: repeat-x;
	float: left;
	width: 930px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #24313d;
	border-left-color: #24313d;
	padding: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #24313d;
	margin-bottom: 20px;
}

#left-content {
	float: left;
	width: 635px;
}



/* -------------------- SIDEBAR STYLES -------------------- */

#sidebar {
	float: right;
	width: 274px;
	margin-right: 10px;
}

.sidebar-box {
	float: left;
	width: 255px;
	background-color: #fff;
	background-image: url(images/post_background.png);
	background-repeat: repeat-x;
	border: 1px solid #FFF;
	padding: 15px;
	margin-bottom: 10px;
	overflow:hidden;
	margin-right: 10px;
}

.sidebar-box p {
	font-size: 11px;
	line-height: 17px;
	text-align: justify;
}

/*
p.center {
	font-size: 11px;
	color: #000000;
	text-align: center;
	padding-top: 20px;
	clear: both;
	padding-bottom: 10px;
}
*/
.sidebar-box p {
	font-size: 11px;
	color:#666666;
}



#searchform #searchsubmit {
	float: right;
	padding: 3px;
	margin-top: 4px;
}

.sidebar-box li{
	background-image: url(images/post_divider.png);
	background-repeat: repeat-x;
	background-position: bottom;
	display: block;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #666666;
	font-size: 12px;
	padding-left: 5px;
}

.sidebar-box li a {
	display: inline block;
	width: 230px;
	color: #666666;
	font-size: 12px;
	text-decoration: none;
	overflow: hidden;
/*	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:5px; */
}

.sidebar-box li:hover {
	background-color:#e9e9e9;
}
.sidebar-box li a:hover {
	border-bottom: none;
}


#get_recent_comments_wrap a{
	display:inline;	
}

#get_recent_comments_wrap li{
	display: block;
	width: 258px;
	color: #666666;
	font-size: 12px;
	text-decoration: none;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
}

.sidebar-box li a:hover {
	color: #000000;
	background-color: #E9E9E9;
}




/* -------------------- POST STYLES -------------------- */
/*
#post {
	float: left;
	width: 619px;
	background-color: #FFF;
	background-image: url(images/post_background.png);
	background-repeat: repeat-x;
	border: 1px solid #FFF;
	padding: 12px;
}
*/



/* -------------------- FOOTER STYLES -------------------- */

#footer {
	clear: both;
	width: 100%;
	height: 100%;
	background-image: url(images/footer_bg.png);
	background-repeat: repeat-x;
	background-color: #0F1418;

}

#footer-content {
	float: center;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	height: 300px;
	background-image: url(images/footer_bg.png);
	background-repeat: repeat-x;
	background-color: #0F1418;
}

.footer-box {
	float: left;
	width: 280px;
	color: #FFF;
	line-height: 18px;
	background-image: url(images/footer_divider.png);
	background-repeat: repeat-y;
	background-position: right;
	margin-top: 20px;
	padding-right: 20px;
	margin-right: 20px;
	text-align: justify;
	margin-left: 5px;

}

.footer-box-last {
	float: left;
	width: 280px;
	text-align: justify;
	color: #FFF;
	line-height: 18px;
	margin-top: 20px;
	padding-right: 20px;

}


.footer-box-last li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #262d35;
	width: 200px;
	background-image: url(images/footer_bullet.png);
	background-repeat: no-repeat;
	background-position: left 9px;
	padding-left: 20px;
	margin-left: 40px;
	list-style: none;
}
.footer-box li {
	padding-bottom: 20px;
}

.footer-box a:hover {
	color: #FFF;
}

.footer-box-last li a {
	color: #FFF;
	display: block;
	width: 250px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: none;
}

.footer-box-last li:hover {
	background-color: #1E242A;
	width: 200px;
}

/* ----------FLICKR---------- */

.flickr {
	padding-left: 5px;
	margin-top: 10px;
}

.flickr img {
	float: left;
	height: 80px;
	width: 80px;
	margin-bottom: 2px;
	margin-right: 2px;
}

/* ----------COMMENTS---------- */

.comments-template {
	padding-top:25px;
}

.comments-template ol, .comments-template ul {
	list-style:none;
}


.comments-field-box {
	width: 625px;
	overflow: hidden;
	background-color: #0F1418;
	border: 1px solid #222d39;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 4px;
	color: #FFFFFF;
	font-size: 11px;
}

.comments-field {
	background-color: #0F1418;
	border: 1px solid #222d39;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #FFFFFF;
	padding: 4px;
	font-size: 11px;
}

.comments-submit {
	background-color: #0F1418;
	border: 1px solid #222d39;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #FFFFFF;
	padding: 6px;
}

li.bypostauthor {
	color: #000;
}

li.byuser {
	color: #000;
}

/* ----------SEARCH PAGE---------- */

.search-index-post {
	float: left;
	width: 619px;
	background-color: #FFF;
	background-image: url(images/post_background.png);
	background-repeat: repeat-x;
	border: 1px solid #FFF;
	padding: 12px;
	margin-bottom: 5px;
}

.navigation a:hover {
	color: #385071;
}



/* ----------NEXT AND PREVIOUS COMMENTS LINK---------- */

.more-comments {
	width: 633px;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
}

.more-comments p {
	color: #FFFFFF;
}



/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */





h1 {
	color: #fff;
	text-transform: capitalize;
	font-weight: normal;
	font-size: 26px;
	letter-spacing: -2px;
}

h2 {
/*	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 2px;
	margin-bottom: 14px;
*/
font-family: Skolar, Georgia, Cambria, 'Times New Roman', Times, serif;
font-size: 28px;
font-weight: normal;
margin-top: 5px;
text-align: left;
}

h2.comments {
	color: #96B0CD;
	font-size: 20px;
}

h2.search-title {
	color: #000;
	font-size: 20px;
	margin: 0px;
}

h3 {
	color: #496994;
	text-transform: capitalize;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-align: center;
	padding-bottom: 5px;


}

h3.footer {
	color: #6d8399;
	margin-bottom: 20px;
	font-size: 20px;
}





h4 {
	color: #000000;
	text-transform: capitalize;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: -1px;
	padding-top: 10px;
	padding-bottom: 5px;
}


h5 {
	color: #000000;
	text-transform: capitalize;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: -1px;
}

h6 {
	color: #000000;
	text-transform: capitalize;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: -1px;
}

a:link {
	color: #496994;
	text-decoration: none;
}
a:visited {
	color: #385071;
	text-decoration: none;
}
a:hover {
	color: #000;
	border-bottom: 1px dashed #a0a0a0;
}
a:active {
	color: #385071;
	text-decoration: none;
}



/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }

caption, th { text-align:left }
/* h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal } */
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }

a img { border:none } /* Gets rid of IE's blue borders */
.clear {
clear:both;
height:100%;
}




/* -----  -----  comments from decent blue ----  ---- */

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	/*font-weight: bold;*/
	border: 1px solid #ddd;
	margin: 5px;
	padding: 5px;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	/*font-weight: bold;
	font-style: normal;*/
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
/* End Comments */

/* required by Wordpress   */

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	color:#666666;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	padding-left:6px;
	}

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

.sticky {
    background: url(images/sticky.png) 100% 100% no-repeat;

}


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	 background: url(images/blockquote.jpg) no-repeat left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 0 0 15px;
	padding: 0px 20px 0px 30px;
	font-size: 24px;
	color: #3D3D3D;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}


a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.entry h3 {
	color:#000;
	text-align:left;
}
.entry ul {
	list-style-type: disc;
	padding-left:30px;

}
.entry ol {
	list-style-type: decimal;
	padding-left:30px;
}
.entry img{
	max-width: 100%;
}
h3.comments {
	padding-top:20px;
}
