/*
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/
*/

ul.follow {

    margin:0;



    margin-top:0;
margin-right:20px;

    padding:0;

   

text-align:center;



}

#header {padding:0;}
#content_box { margin-left:0px; background-color:#ffffff; }
.twenty {height:40px; }



li.social { margin-top:20px;}



li.social img {margin:0; padding:0;}



li.ten {height:10px;}


li.twenty {height:20px;}

li.twentyFive {height:25px;}

.custom .newFooter { text-align:center; font-size:12px;

}

.custom .newFooter a {
	 color:#000000;
}

.entry_author_image {
  float: left;
  border: solid 1px outset;
  margin: 1.2em 1.2em 0px .1em;
}
.wdt_button {
	padding-left:0;
}
#mastheadmain {
	height:140px;
	position:relative;
	width:1000px;
	margin:0;
	padding:0;
	z-index:100;
background-color:#F0F1EC;
}

#mastheadtop {
	background: none;
	text-align:right;
	color:#3789b9;
	font-weight:bold;
	font-size:12px;
	padding:9px 30px 0 0;
	height:16px;
	line-height:16px;
}

#mastheadtop .map {
	background: url("../../../../../images/usmap.gif") no-repeat top left;
	padding-left:27px;
}

#mastheadmiddle {
	height:85px;
}

#mastheadlogo {
	float:left;
	margin:0 0 0 0;
}

#mastheadsearchwidget {
	float:right;
	background: url("../../../../../images/searchwidgetmain.gif") no-repeat top left;
	margin:0 30px 0 0;
	width:686px;
	height:64px;
}

#mastheadsearchwidgetright {
	float:right;
	width:466px;
}

.mastheadsearchwidgetinput {
	border:1px solid #bdd3e1;
	font-size:18px;
	line-height:24px;
	height:27px;
	width:343px;
	color:#787977;
	margin-top:22px;
	margin-left:9px;
	padding:2px 5px;
	float:left;
background-color:#ffffff;
}

.mastheadsearchwidgetbutton {
	margin-top:23px;
	margin-left:10px;
	float:left;
}

#mastheadtabs {
	background: url("../../../../../images/sprite.gif") no-repeat 0 -60px;
	height:30px;
	margin-left:0;
}

#mastheadtabs ul {
	list-style:none;
	margin:0 0 0 10px;
	padding:0;
}

#mastheadtabs li {
	margin:0;
	padding:0;
	float:left;
}

#mastheadtabs li a {
	display:block;
	margin:0px;
	padding:0px;
	float:left;
	width:105px;
	height:30px;
	overflow: hidden;
	line-height: 200px;
	outline: none;
}

#mastheadtabs .masttab1s a {background: url("../../../../../images/sprite.gif") no-repeat -10px -120px;}
#mastheadtabs .masttab2s a {background: url("../../../../../images/sprite.gif") no-repeat -115px -120px;}
#mastheadtabs .masttab3s a {background: url("../../../../../images/sprite.gif") no-repeat -220px -120px;}
#mastheadtabs .masttab4s a {background: url("../../../../../images/sprite.gif") no-repeat -325px -120px;}
#mastheadtabs .masttab5s a {background: url("../../../../../images/sprite.gif") no-repeat -430px -120px;}
#mastheadtabs .masttab6s a {background: url("../../../../../images/sprite.gif") no-repeat -535px -120px;}
#mastheadtabs .masttab7s a {background: url("../../../../../images/sprite.gif") no-repeat -640px -120px;}
#mastheadtabs .masttab8s a {background: url("../../../../../images/sprite.gif") no-repeat -745px -120px;}
#mastheadtabs .masttab9s a {background: url("../../../../../images/sprite.gif") no-repeat -850px -120px;}
	
#mastheadtabs .masttab1 a:hover {background: url("../../../../../images/sprite.gif") no-repeat -10px -90px;}
#mastheadtabs .masttab2 a:hover {background: url("../../../../../images/sprite.gif") no-repeat -115px -90px;}
#mastheadtabs .masttab3 a:hover {background: url("../../../../../images/sprite.gif") no-repeat -220px -90px;}
#mastheadtabs .masttab4 a:hover {background: url("../../../../../images/sprite.gif") no-repeat -325px -90px;}
#mastheadtabs .masttab5 a:hover {background: url("../../../../../images/sprite.gif") no-repeat -430px -90px;}
#mastheadtabs .masttab6 a:hover {background: url("../../../../../images/sprite.gif") no-repeat -535px -90px;}
#mastheadtabs .masttab7 a:hover {background: url("../../../../../images/sprite.gif") no-repeat -640px -90px;}
#mastheadtabs .masttab8 a:hover {background: url("../../../../../images/sprite.gif") no-repeat -745px -90px;}
#mastheadtabs .masttab9 a:hover {background: url("../../../../../images/sprite.gif") no-repeat -850px -90px;}
div.searchCounter {
	text-align:left;
	float:left;
	width:150px;
	height:25px;
	margin:20px 20px;
}

div.searchCounter p {
	font-size:9px;
	color:#3789b9;
	margin:0;
	padding:0;
}

div.numbers {
	width: 100px;
	height: 16px;
	padding:1px 0 0 4px;
	margin:0;
	background: url("../../../../../images/counter2.png") no-repeat -56px 0;
	font-size:13px;
	line-height:15px;
	color:#1982b4;
	color:#444;
}


div.number{ float:left; margin:0; padding:0; width:14px; }

#breadcrumbs {
	text-align:left;
	margin:0 15px;
	padding:10px 20px 0 20px;
	background-color:#fff;
	overflow:hidden;
}

#breadcrumbs p {
	margin:0;
	padding:0;
}

.placeholder { color: #DFDFDF; }

#page {
	 margin-top:0;}
}
body .custom #container #header {
	 padding:0; border:0; }
}
#pdSearch {
	 background-color:#ffffff;
}
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	color:#4d4d4d;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
	text-align:left;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #fff;
	text-align:left;
}

.ac_over {
	background-color: #3789b9;
	color: white;
	text-align:left;
}

#footermain {
	padding:0;
	margin:0;
	width:950px;
background-color:#F0F1EC;
}

#footercontent div {
	float:left;
	margin:0;
	padding:0;
	width:140px;
	margin-left:15px;
	text-align:left;
	color:#808080;
	font-size:11px;
	line-height:18px;
}

#footermain a {
	color:#808080;
	font-weight:normal;
	text-decoration:none;
}

#footermain strong {
	color:#808080;
	font-weight:bold;
	text-decoration:none;
}

#footermain a:focus,  #footermain a:hover,  #footermain a:active {
	text-decoration:underline;
	color:#505050;
}

div.footerright {
	float:right !important;
	margin-right:15px !important;
	text-align:right !important;
	width:300px !important;
}
#contentbottom {
	background: url("../../../../../images/w2contentbottom.gif") repeat-y top left;
	height:30px;
	padding:0;
	margin:0;
margin-left:0px;
}

}