/*

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/

*/


.custom .sidebar ul.sidebar_list {position: relative;}

.custom #header_widget_1 ul.sidebar_list li.widget {position: absolute; z-index:9999; display: block; top:-48px; left:610px; width:180px; height:8px; }




.custom #header_area {background-image:url('images/header2.jpg');

background-repeat:repeat-x;

background-position:top center;}

	.custom #header_area .page {background:transparent;}

		.custom #header {border-bottom:0;}







.custom #footer_area {background:#000000; background-image:url('images/footer2.jpg');

background-repeat:repeat-x; padding:0.3em 0; border-top:0px solid #bbd;}

	.custom #footer_area .page {background:transparent;}

		.custom #footer {border-top:0;}





.custom #header_area .page { padding-top: 9em; padding-bottom: 0em;}



.custom #header { padding-top: 2em; padding-bottom: 0em; }



/* search box in navigation*/



.custom .search{



width:11em;



margin-left:70em;



margin-top:-1em;



border:1px solid #ddd;



background-color: #696969;



}



.custom .nav_container {

width: 90%; }

.custom div.nav_container #s {



font-size:1em;



padding:0.1em;



width:11em;



}



.custom .post_box { padding-top: 1em; }





.custom #footer {

  text-align:center;

}

.custom #footer ul,

 .custom #footer li {

  display:inline;

}











	.social { border: dashed #ddd; border-width:1px 0 1px 0; margin: -15px auto 10px; display:block; padding: 3px 0 1px 0px;  overflow: hidden; }

	.social .social_button {float: left; display: inline; overflow: hidden; height:22px; }



	.social .social_button.dg { margin: 0px 0 0 20px ; padding-top: 4px;}

	.social .social_button.tm { margin: 0px 0 0 12px;  padding-top: 4px;}

	.social .social_button.fb { margin: 0 0 0 15px;  padding-bottom:0px;}

	.social .social_button.su { margin: 0px 0 0 30px;  padding-top: 2px;}

        .social .social_button.em { margin: 0 0 0 20px;  padding-top: 0px;}

        .social .social_button.em a{background:#eee url(images/emailthis.gif) 3px 50% no-repeat; padding:2px 3px 2px 20px;  font-size:10px; border:#ddd 1px solid; text-decoration:none; -moz-border-radius: 3px; -webkit-border-radius: 3px;}

		.social .social_button.em a:hover {background:#ddd url(images/emailthis.gif) 3px 50% no-repeat}

	.social .social_button a img { border: 0; padding: 0; }

	.social strong { font-size: 11px; float: left; margin:2px 0 0 0; color:#555;}



.clear{clear:both;}


.custom .headline_area { position:absolute; top:-1500px; left:-1500px; }
.custom .hfeed .headline_area { left:0; position:relative; top:0; }


.custom .headline_area h1, .headline_area h2 { font-size: 2.4em; line-height: 1.333em; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; }



	.custom .format_text .to_comments { font-size: 0.917em; color: #FAFAFA; line-height: 1.818em; margin-bottom: 1.818em; }
		.custom .format_text .to_comments span { font-size: 0.917em; color: #FAFAFA; }
	.custom .format_text .post_tags { font-size: 0.917em; color: #FAFAFA; line-height: 1.818em; margin-bottom: 1.818em; }







