/*
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/
*/

img, div, a, .custom #header #logo a, .custom #header, .custom #content_box, .custom #footer { 
	/* the path must be relative to the HTML doc, not this stylesheet */
	behavior: url(/wordpress/wp-content/themes/thesis_tasbhc/custom/iepngfix_v2/iepngfix.htc) 
}

html {
	background:url(images/bg-body.jpg) repeat;
}

body.custom {
	background:url(images/bg-body-top.jpg) repeat-x;
	color:#696969;
}

a {
	color:#ec7827;
	text-decoration:underline;
}

a:hover {
	text-shadow: 1px 1px 2px #C0C0C0;
	text-decoration:none;
}

.custom #header {
	background:url(images/bg-content-top.png) top center no-repeat;
	border: none;
	height:369px;
	padding:0px !important;
	position: relative;
	top:84px;
}

.custom #content_box {
	position:relative;
	background:url(images/bg-content.png) repeat-y;
	top:84px;

}

.custom #content {
	position:relative;
	margin:-306px 10px 0px 40px;
	width:640px;
	_margin:-306px 10px 0px 20px;
}

.custom div.no_sidebars div#content {
	width: 850px;
}

.custom .no_sidebars {
	background:url(images/bg-content.png) repeat-y !important;	
}
.custom #sidebars {
	width:218px;
	position:relative;
	margin:-306px 22px 0px 0px;
	border-left:1px solid #e5e4cf;
}

.custom #footer {
	border: none;
	position:relative;
	top:84px;
	background:url(images/bg-footer.png) no-repeat;
	height:186px;
	text-align:center;
}

.custom #footer div {
	margin-top:155px;
}

.custom #header #logo a {
	background:url(images/logo.png) no-repeat;
	text-indent:-8000px;
	width:384px;
	height:115px;
	display:block;
	position:absolute;
	top:-68px;
	left:40px;
}

.custom #header #tagline {
	display:none;
}

.custom #myNavMenu ul li a {
	display:block;
	text-decoration:none;
	margin-left:0px !important;
	border-right:1px solid;
	padding:0em 2em;
}
.custom #myNavMenu ul li a:hover {
	text-shadow: 1px 1px 4px #000;
	*text-decoration:underline;
	_text-decoration:underline;
}

.custom #myNavMenu {
	position: relative;
	top:0px;
	right:0px;
}

.custom div#nav1 {
	color:#fff;
	/*position:relative;
	top:16px;
	right:-420px;*/
	position:absolute;
	top:16px;
	right:34px;
	font-size:1.3em;
	_margin-right:-10px;
}

.custom #nav1 ul {
	margin: 0px !important; 
	padding: 0px !important; 
	list-style-type: none; 
	list-style-image: none; 
	display:inline;
}

.custom #nav1 ul li {
	display:block;
	/* display:inline for ie6 */
	display: inline; 
}

.custom #nav1 ul li a {
	height:14px;
	color:#e8eeda;
	padding:0em .5em;
	/* remember to always set float on the <a> tag rather than the <li> to please IE6 */
	float:left;
}

.custom #nav1 ul li a:hover {
	text-shadow: 1px 1px 4px #000;
	*text-decoration:underline;
	_text-decoration:underline;	
}

.custom div#nav2 {
	color:#d1d0d0;
	/*position:relative;
	top:-30px;
	right:-100px;*/
	position:absolute;
	top:-30px;
	right:16px;
	font-size:1.2em;
	_margin-right:-10px;
}

.custom #nav2 ul {
	margin: 0px !important; 
	padding: 0px !important; 
	list-style-type: none; 
	list-style-image: none; 
	display:inline;
}

.custom #nav2 ul li {
	display:block;
	display: inline; 
}

.custom #nav2 ul li a {
	border-color:  #d1d0d0;
	height:13px;
	color:#d1d0d0;
	float:left;
}

.custom #myNavMenu ul li a[title="Legislative Efforts"] {
	border-right:none !important;
}

.custom #myNavMenu ul li a[title="Contact"] {
	border-right:none !important;
}

.custom .hr {
	border-bottom:1px dashed #706123;
	margin:10px 0px;
}

.custom #sidebars h3 {
	font-size:14px;
	color:#f37916;
	font-variant: normal;
	letter-spacing: normal;
	font-family:verdana,arial,helvetica,sans-serif;
}

.custom #sidebars h4 {
	color:#828c5a;
	font-size:11px;
	line-height:130%;
	margin-bottom:4px;
}

.custom .headline_area h1, .headline_area h2 {
	color:#768a43;
}

.custom .headline_area h1, .custom  .headline_area h2 {
	display:block;
	border-bottom:1px dashed #706123;
	text-shadow: 1px 1px 2px #C0C0C0;
	font-size:24px;
	/* margin-bottom:.871em; */
	font-family:verdana,arial,helvetica,sans-serif;
}

.custom .headline_area h1.entry-title, .custom .headline_area h2.entry-title, .custom .teasers_box h2.entry-title  {
	font-size:20px;
	border-bottom:none !important;
	font-size:22px;
}

.custom #blog h1 {
	margin-bottom:0px !important;
}

.custom #blog h1 a {
	color:#768A43;
	text-shadow:1px 1px 2px #969696;
	text-decoration:none;
}

.custom #blog h1 a:hover {
	color:#89A938;
}

.custom .headline_area h2.entry-title a, .custom .teasers_box h2.entry-title a {
	text-decoration:none;
	color:#89A938;
}

.custom .headline_area h2.entry-title a:hover, .custom .teasers_box h2.entry-title a:hover {
	color:#768A43;
	text-shadow: 1px 1px 2px #969696;
}


.custom #blog {
	padding-top:2.2em;
	margin:0 2.3em 0 1.1em;
}

.custom .post_box, .custom .teasers_box {
	border:none;
}

.custom .teaser {
	width:30em;
}

.custom .teasers_box {
	width:62em;
}

.custom .headline_area {
	margin-bottom:0em;
}
.custom .format_text h2 {
	color:#f37916;
	font-size:22px;
	margin-top:.571em;
}

.custom .format_text ul li {
	margin-bottom:.871em;
}

.custom ul.sidebar_list {
	padding-top:1.571em;
}

.custom #home_feature_box {
	background:url(images/bg-feature-home.jpg) no-repeat;
	width:654px;
	height:238px;
	margin:0px;
	padding:20px 30px 0px 20px;
	margin:0px 0px 0px -8px;
	border:none;
}

.custom #home_feature_box h2 {
	color:#637a28;
	font-size:20px;
}

.custom #home_feature_box h1 {
	font-size:26px;
	color:#89a938;
}

.custom #home_feature_box p {
	font-size:13px;
	color:#5a5a4e;
	padding:10px 270px 0px 2px;
	line-height:140%;
}

.custom #home-widgets {
	float:left;
	width:230px;
	margin:10px 10px 0px -15px;
	color:#5a5a4e;
	border-right:1px solid #E5E4CF;
}

.custom #home-content {
	float:left;
	width:390px;
	margin:24px 0px 0px 10px;
	font-size:1.4em;
	line-height:1.571em;
}

.custom #home-content blockquote {
	margin:0 0 1.571em 0.786em;
	padding-left:0.786em;
}



.custom #home-content ul {
margin:0 0 1.571em 1.571em;
}

.custom #home-content ul {
list-style-image:none;
list-style-position:outside;
list-style-type:square;
}

.custom #home-content ul li {
margin-bottom:0.871em;
}

.custom #home-content p {
	margin-bottom:1.571em;
}

.custom #home-content ol {
	margin:0 0 1.571em 1.571em;
}
.custom #home-widgets li.widget {
	margin-bottom:1.571em;
}

.custom #home-widgets li.widget p {
	margin-bottom:.471em;
}
.custom #home1 {
	background:url(images/promo1-home-body-bg.jpg) repeat-y;
	width:218px;
}

.custom #home1-content {
	background:url(images/promo1-home-top-bg.jpg) top left no-repeat;
	width:218px;
}

.custom #home1-footer {
	background:url(images/promo1-home-btm-bg.jpg) bottom left no-repeat;
	width:218px;
	min-height:8px;
	padding:.271em .271em .571em .571em;
	font-size:12px;
}

.custom #home1 h2 {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:15px;
	padding:.571em .271em .271em 0em;
	margin:0em .271em .271em .571em;
	text-shadow:1px 1px 2px #5A5A5A;
	color:#637a28;
}

.custom #home-widgets a {
	color:#6c6b58;
	text-decoration:none;	
}

.custom #home-widgets a:hover {
	*text-decoration:underline;
}

.custom #home2 {
	padding:0em .271em .271em .871em;
	font-size:12px;
	width:205px;
}

.custom #home2 h2 {
	border-bottom:1px dashed #706123;
	display:block;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:15px;
	padding-bottom:0.471em;
	margin:0em 0em .471em 0em;
	text-shadow:1px 1px 2px #5A5A5A;
	color:#637a28;
}

.custom #home-content h2 {
	color:#F37916;
	font-size:22px;
	margin-top:0.571em;
}

.custom #home-content h2, .custom #home-content h3 {
	font-size:1.286em;
	line-height:1.222em;
	margin:.571em 0 0.611em;
}

.custom #home-content h2.headline {
	border-bottom:1px dashed #706123;
	display:block;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:20px;
	padding-bottom:0.471em;
	margin:0em 0em .471em 0em;
	text-shadow:1px 1px 2px #C0C0C0;
}

.custom #home-content h2.headline a {
	color:#637a28;
	text-decoration:none;
}

.custom #home-content h2.headline a:hover {
	text-shadow:1px 1px 2px #808080;
	*text-decoration:underline;
	_text-decoration:underline;
}

.custom .format_teaser ul {
	margin:0 0 1.571em 1.571em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:square;
}

.custom .format_teaser ol {
	margin:0 0 1.571em 1.571em;
}

.custom p.headline_meta {
	margin-bottom:.571em;
} 

.custom .homePosts {
    padding-bottom:30px;
}