/*
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 #tabs { background: #ffffff;
}

/* HEADERHEADERHEADER!!!DIY: Change the filename of your image to reflect the actual header's file name */
.custom #header #logo a { display: block; height: 199px; width: 940px; background: url('images/header1.jpg') no-repeat; outline: none;

}

.custom abbr.published {
   cursor: default;
color: #99cc00;
}
/* Unlinked author name */
.custom span.author {
   color: #99cc00;
}

/* Linked author name */
.custom span.author a {
   color: #99cc00;
}

.custom .headline_meta a {
   color: #99cc00;
}

/* Remove Italics */
.custom .headline_meta {
   font-style: normal;
color: #99cc00;
}
/* Remove Uppercase */
.custom .headline_meta span,
 .custom .headline_meta abbr {
   text-transform: none;
color: #99cc00;
}



.custom #header { padding: 0; }

.custom #logo {
height: 180px;
}

.custom #multimedia_box
{
padding-bottom:0px;
margin-bottom:0px;
}

.custom div.leftcolumnscontainer{
float:left;
	/*width:540px;*/
	width:338px;
	height:300px;
	margin-left:0px;
margin-right:0px;
	margin-bottom:5px;
	margin-top:0px;
	padding-top:10px;
	padding-bottom:0px;
	padding-left:3px;
	padding-right:0px;
	background-color:#f5f5f5;
	border: 0px solid #666666;
color:#000000;
font-size:12px;
/*background: url('/wp-content/themes/thesis/images/catelogitemscontainerbackground.jpg') no-repeat; outline: none; */
}

/*.custom #content_box 
{ padding: 0px; 
border-style:solid;
border-width:2px;
border-color:#333333;
margin-top:5px;
}*/

.custom #content { background:#FFFFFF; } 


/*///////// This line gets rid of the site title & tagline by casting them out to far left field */


.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

body.custom {
background: #485558;
/*background-image:url(/wp-content/themes/thesis_151/custom/images/bodybackground.jpg);
background-repeat:repeat-x;*/
}

.custom #page {
background: #334f60;
width: 938px;
padding: 10px;

}
/****************************************************/
.custom div.statichomepagecontent{ 
/*background-image:url(/wp-content/themes/thesis_151/custom/images/postsbeginhere3.gif);
background-repeat:no-repeat;*/
float:left;
font-size:12px;
font-family:Arial, sans-serif;
width:566px;
height:480px;
padding-left:22px;
padding-right:22px;
padding-top:20px;
margin-top:16px;
padding-bottom:5px;
margin-bottom:5px;
margin-left:16px;
/*margin-right:0px;
background:#ffffff;
/*border-style:solid;
border-width:2px;
border-color:#000000;*/

}


.custom #sidebars {
background:#ffffff;
}


/*.custom div.static_home_content{ 
float:left;
font-size:12px;
font-family:Arial, sans-serif;
/*width: 36.5em;*/
width: 46.3em;
padding-left: 0em;
margin-top:1em;
line-height: 1.2em;
}*/

/*style the post background and border
.custom .post_box, .custom .post_box.top { background: #fffff; border: solid 1px #dddddd; }
.custom .content_box { background:#ffffff; color:#ffffff;}*/
.custom .post { background: #ffffff; padding:5px 2px 5px 2px; margin:5px 10px 5px 15px; border: solid 0px #99cc00;}
/*.custom .teaser { background: #fafafa; padding:5px 2px 5px 2px; margin:1px 0px 1px 0px; border: solid 1px #99cc00; height:400px;}*/
.custom .teaser { background: #ffffff; padding:2px 0px 2px 0px; margin:1px 0px 1px 0px;}
/*.custom #column_wrap {
background:none;
}*/

.custom #footer
{
/*background-image:url(/wp-content/themes/thesis_151/custom/images/footer.gif);*/
height:55px;
margin-bottom:0px;
margin-top:0px;
padding-bottom:0px;
background:#334f60;
/*width: 900px;*/
} 