/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/


.postauthor { background: #F5F5F5; border-top: 1px solid #e1e1e0; border-bottom: 1px solid #e1e1e0; overflow: hidden; padding: 1em; width:570px; }
.postauthor img { border: 5px solid #e2dede; float: left; margin-right: 1.5em; }
.postauthor h4 { color: #666; font-size: 2em; margin-bottom: 5px; }
.postauthor p { color: #515151; font-size: 13px; margin-bottom: 12px; }

.socialmedia { background: #FFFBCC; border-top: 1px solid #E6DB55; border-bottom: 1px solid #e1e1e0; overflow: hidden; padding: 1em; text-align:center; width:570px; }
.socialmedia p { color: #515151; font-size: 1.3em;}

#archive_info {display:none;}


.custom li.widget ul {
   padding-left:18px;
   padding-right:18px;
   padding-top:10px;
}

.custom li.widget_recent_entries {
   background: #F8F8F8;
   padding-bottom:5px;
}

.custom li#recent-comments-3.widget {
   background: #F8F8F8;
   padding-bottom:5px;
}

.custom li.thesis_widget_subscriptions {
   background: #F8F8F8;
   padding-bottom:5px;
}

.custom li#text-3.widget {
   background: #F8F8F8;
   padding-bottom:5px;
}

.custom li#text-6.widget {
   background: #F8F8F8;
   padding-bottom:5px;
}

.custom li#text-7.widget {
   background: #F8F8F8;
   padding-bottom:5px;
}

.custom li.widget_twitter {
   background: #F8F8F8;
   padding-bottom:5px;
}

.custom .sidebar a {text-decoration:none}
.custom .sidebar a:hover {text-decoration:underline}

/* HEADER */

.custom #header { 
border-bottom:none;
height:110px;
padding-top:0;
padding-bottom:0;
background:url(images/greenr_logo.jpg)
center left no-repeat; }

.custom #header #logo { display:none; }
.custom #header #tagline { 
position:relative;
left:148px;
top:60px;
width:140px;
}


/* HEADLINES */

.custom h2 {
letter-spacing:-2px;
line-height:30px;
font-weight:bold;
}

.custom .headline_area h1, .headline_area h2 {
letter-spacing:-2px;
line-height:30px;
font-weight:bold;
margin: 0 0 4px 0;
}

.custom .headline_meta {
font-size:1.2em;
}

.custom .to_comments {
background:#F8F8F8;
padding:6px;
padding-left:12px;

}

.custom .format_text .to_comments a {
font-size:1.1em;
}

.custom .format_text ol {
font-family:Arial, Helvetica, sans-serif;
font-size:0.8em;
margin:0 20px 1.5em;
}

.custom .format_text ol li {
color:#333333;
line-height:1.4em;
list-style-image:none;
list-style-position:outside;
list-style-type:decimal;
margin:0.4em 0;
}

.custom .format_text ul {
margin:0 20px;
font-family:Arial, Helvetica, sans-serif;
}

.custom .format_text ul li {
background:transparent url(images/li_bullet.gif) no-repeat scroll 0 0;
color:#333333;
font-size:.9em;
line-height:1.4em;
margin:0.2em 0;
padding:0 0 0.8em 22px;
list-style-type: none;
}

.custom blockquote {
background:transparent url(images/blockquote.gif) no-repeat scroll 0 0;
border-bottom:1px dotted #CCCCCC;
border-top:1px dotted #CCCCCC;
color:#666666;
font-size:.9em;
line-height:1.8em;
margin:1.1em 1.1em 1.1em 1.1em;
padding:1em 45px .1em 75px;
font-family:Arial, Helvetica, sans-serif;
border-left:0px;
}


/* BLOG BACKGROUND */

body.custom {
    background:#6FA315;
    background:#6FA315 url(images/body_bg.jpg) repeat-x scroll 0 0; 
}


/* PAGE BACKGROUND */

#page { 
     background: #FFF;
     background-image:url(images/wide_bg.jpg) 
}

/* SIDEBAR TITLES */

.custom .sidebar H3 {
	background:url(images/sidebar1_bg.jpg);
	height:28px;
	width:293px;
	border:0px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	line-height:28px;
	padding-left:12px;
        font-variant:normal;
        letter-spacing:0px;
}




.custom .format_text img.frame, .format_text .wp-caption {
border-width:0.061em;
padding:0.482em;
}

.custom #respond_intro p {

color:#9FBD13;
font-family:Arial,Helvetica,sans-serif;
font-size:2.6em;
letter-spacing:-1px;

}

/* CUSTOM FOOTER */

#foot { 
	background: #2B2A2A;
	border: 0.6em solid #212020;
	color: #CCCCCC;
	font-size: 11px;
	margin: 0px auto;
	overflow: hidden;
	padding: 1.5em;
}

	#foot a { color: #CCCCCC; text-decoration: underline; }

		#foot a:hover { color: #FFF;  text-decoration: underline; }
	
	#foot span.cat, #foot h3 { /* controls all blue headings */
		color: #FFF; font-size: 13px; border-bottom: 1px dashed #3D3C3C; line-height: 21px; padding-bottom: 10px;   }
	
	#foot h5 { font-size: 23px; }
	
	#foot ul li ul { list-style-type: none; margin-left: 10px; }
	
	#foot ul.sidebar_list { padding: 1.8em 30px 0 0; }
	
	#foot li.widget .widget_box { background: none; border: 0; }
	
	#foot .textwidget p { line-height: 22px; margin-bottom: 11px; }
	
	#foot .col { float: left; list-style: none; width: 33.3%; }
	
	#cats { 
		background: #3D3C3C;
		list-style-type: none;
		margin-top: 13px;
		overflow: hidden;
		padding: 10px 0 7px 20px;
	}

		#cats li { 
			float: left; 
			font-size: 1em;
			line-height: 1.8em;
			margin: 0 2px 5px 0;
			width: 165px;
		}
	
#copyright { 
	border-top: 1px dashed #3D3C3C; 
	clear: both;
	font-size: 13px;
	line-height: 21px;
	padding-top: 10px;
}
	
	#copyright p { font-size: 13px; }

	#copyright ul.sidebar_list, #copyright .textwidget, #copyright li.widget .widget_box, #copyright li.widget { margin: 0; padding: 0; }


/* Added by Utkarsh */

#categories-menu{width:930px;height:58px;background-image:url(images/menu-bg.jpg);position:relative;margin-top:27px;}
ul#cat-menu{display:block;position:relative;height:36px;font-size:16px;color:#FFF;font-family:Arial;list-style:none;margin:0;padding:7px;}
ul#cat-menu li{float:left;margin:0;padding:0;height:32px;background-image:url('images/menu_div.jpg');background-repeat:no-repeat;background-position:top right;}
ul#cat-menu li a{display:block;float:left;color:#FFF;text-decoration:none;padding:8px 12px 0px;}
ul#cat-menu li a:hover{color:#FFF;height:34px;background-color:#4A7959;}
ul#cat-menu li a.current{color:#FFF;height:28px;float:left;}
.search_form{position:absolute;right:5px;top:4px;font-size:1.5em;padding:4px;}
.search_form input{width:284px;height:22px;padding:4px;background-color:#FFFFFF;border-color:#A1AB9F}
#page-menu{float:right;height:20px;margin-right:7px;}
#page-menu li{float:left;list-style-type:none;padding-right:4px;}
#page-menu a{font-family:Arial, Helvetica, sans-serif;font-size:13px;color:#FFF;display:inline-block;width:81px;height:27px;background:url(images/menu/but1.jpg) 0 0 no-repeat;text-decoration:none;text-align:center;padding-top:8px;}
#page-menu a.menu1{background:url(images/menu/but1.jpg);}
#page-menu a.menu3{background:url(images/menu/but3.jpg);}
#page-menu a.menu4{background:url(images/menu/but4.jpg);}
.custom #header #logo{display:block;text-indent:-9999px;}
#logo a{display:block;height:120px;width:270px;}
#page-menu a.menu2,#page-menu a.menu5{background:url(images/menu/but2.jpg);}

#page-menu a:hover,#page-menu a.menu1:hover,#page-menu a.menu2:hover,#page-menu a.menu3:hover,#page-menu a.menu4:hover,#page-menu a.menu5:hover{background-position:-82px 0;color:#FFF;text-decoration:none;}

.custom #header{position:relative;} .custom #header #tagline{position:absolute;}

#ad_in_header{position:absolute; display:block; height:60px; width:468px; right:30px; top:18px;}
#container #page{position:relative;}

.headline_meta{font-style:normal;} .headline_meta abbr, .headline_meta span{text-transform:none; letter-spacing:0px;}

#page-menu{margin-left:240px; float:none;height:27px; }
#categories-menu{margin-top:4px;}
.custom #header{height:80px;}
.custom #header #logo{height:0;}