/*
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/
*/

body.custom {
background: url(images/BG.jpg) top center fixed no-repeat #9dc44c;
color:#505050;
}

.custom #container {
width:960px;
position:relative;
z-index:10;
}

.custom #header {
border:none;
padding-bottom:55px;
background: url(images/headerBG.png) bottom center no-repeat;
}

.custom #logo {
padding:10px 0 12px 55px;
background: url(images/netsourceMark.png) no-repeat;
}


.custom #tabs {
float:right;
background: url(images/navTop.gif) top left repeat-x;
width:640px;
border:none;
position:relative;
z-index:3;
}

.ie UL#tabs {
float:right;
background: url(images/navTop.gif) top left repeat-x;
width:640px;
border:none;
position:relative;
z-index:3;
}

.custom #tabs li {
border:none;
background:none;
width:114px;
}

.custom #tabs li a {
padding: 5px 0px 5px 4px;
}

.custom #tabs a {
letter-spacing:normal;
font-weight:bold;
text-shadow: 0 1px 0 #EDF7A0;
}


.custom #tabs li ul {
background:none;
border:none;
width:114px;
list-style:none;
/*adding-top:44px;*/
padding-bottom:10px;
/*margin-top:-44px;*/
position:relative;
z-index:2;
}

.custom #tabs li ul span.hover {
background: url(images/nestedNavBG.gif) top left no-repeat;
display:block;
position:absolute;
top:0;
left:0;
width:114px;
height:167px;
z-index:0;
}

.custom #tabs li ul li {
float:none;
position:relative;
z-index:2;
}

.custom #tabs li ul li a {
padding: 5px 0px 5px 10px;
}

.custom #tabs ul a {
text-transform:none;
letter-spacing:normal;
font-weight:normal;
font-size:12px;
font-style:italic;
}

.custom #header #logo a {
color: #24407B;
text-shadow: 0 1px 0 #fffff7;
}

.custom #tabs .rss a {
background:none;
}

.custom #header #tagline {
color:#000;
width:240px;
padding:1px 0 0 50px;
text-shadow:0 1px 0 #fffff7;
font-style:italic;
}

.headline_area h1, .headline_area h2 {
font-weight:bold;   
}

.custom .headline_meta a {
color:#80ab25;
}

.custom #footer p {
 line-height:0.667em;
 }

.custom #feature_box {
width: 860px;
padding:0 50px 0 50px;
margin: 0 auto;
border:none;
}

.custom #content_box {
background: url(images/pageBG.png) repeat-y top center;
}

.custom #content {
width:600px;
margin: 0 0 0 30px;
display:inline;
}

.custom .to_comments {
background: url(images/bubble.gif) bottom left no-repeat;
padding-left:40px;
padding-top:5px;
}

.custom .post_tags {
clear:both;
}

.custom #sidebars {
width:300px;
margin: 0 0 0 30px;
}

.custom #footer {
border:none;
background: url(images/footerBG.png) top no-repeat;
}

.custom .title-avatar {
float:right;
border:2px solid #345DB2;
background:#9DC44C;
padding:2px;
margin:.5em 1em .5em .5em ;
clear:right;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
	Custom Style Changes - Sidebar Widgets
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.custom .sidebar a, .custom .sidebar a:hover {
color: #fff;
}

.custom .sidebar ul.sidebar_list {
padding-right:0;
color:#fff;
}

.custom #image_box {
background: url(images/customBoxBG.gif) top right no-repeat;
padding:0;
margin:0 0 0 1em;
border:none;
height:300px;
}

.custom #image_box h3 {
color:#FFFFFF;
font-weight:bold;
height:28px;
font-variant:small-caps;
letter-spacing:1px;
padding:12px 0 0 12px;
font-family:"Arial Black","Arial Bold",Arial,sans-serif;
font-size:1.35em;
line-height:1.2em;
margin-bottom:0.6em;
}

.custom #image_box img {
padding: 0 0 0 15px;
border:none;
background:none;
}

.custom .sidebar .widget div.textwidget {
padding: 0 5px 0 12px;
}

.custom .widget {
background: url(images/widgetBG.gif) right bottom no-repeat;
padding: 0 0 20px 0;
margin:0 0 20px 0;
}

.custom .widget.thesis_widget_search {
width:100%;
background:url(images/searchBG.gif) 9px top no-repeat;
padding:12px 0 10px 40px;
}



.custom .sidebar .widget .search_form {
margin-left:8px;
width:70%;
}

.custom .sidebar .widget .search_form input {
border:none;
background:none;
color:#dcdcdc;
}

.custom .sidebar .widget.widget_tag_cloud  div {
padding: 0 5px 0 12px;
}

.custom .sidebar .widget .text_input {
width:100%;
}

.custom .sidebar .widget.widget_rss a.rsswidget img {
margin-top:2px;
background:none;
}

.custom .widget h3 {
background:url(images/widgetH3BG.gif) top no-repeat;
color:#FFFFFF;
letter-spacing:1px;
font-weight:bold;
height:28px;
padding:14px 0 0 12px;
}

.custom .widget ul {
padding:0 10px 0 20px;
}

.custom  #content_box #sidebars #multimedia_box #custom_box #myGallery {
margin:0 0 0 40px;
background: none;
border:none;
}

.custom dl#comment_list dl dt.bypostauthor, .custom dl#comment_list dl dd.bypostauthor > .format_text {
border-color:#9dc44c;
background:#e9f7cc;
}

.custom dl#comment_list dt.bypostauthor, 
.custom dl#comment_list dd.bypostauthor.depth-1 {
background: #e9f7cc;
}

.custom .copy {
width:400px;
text-align:left;
margin: 0 0 0 30px;
}

.custom .author_bio, .custom #author_info {
padding:10px;
border:3px solid #fff;
background:#e3f9b7;
margin:5px 0 20px;
}

.custom .about_the_author {
background: url(images/authorFlag.gif) top left no-repeat;
position:relative;
left:-20px;
padding:3px 10px 10px;
font-weight:bold;
}

.custom .Lee {
background:#a5def7;
}

.custom .Jeremy {
background:#d8f4b5;
}

.custom .Jamie {
background:#deccdd;
}

.custom .Ed {
background:#a7b6eb;
}

.custom .Dan {
background:#f6d4ab;
}

.custom .Christie {
background:#fde4f9;
}

.custom .Brent {
background:#bfe3fb;
}

.custom .Matt {
background:#fff7c8;
}

.custom .Laura {
background:#d4eaef;
}

.custom .Greg {
background:#e67882;
}

.custom .Cindy {
background:#f0c3cf; 
 }
 
.custom .Alan {
background:#f5d4ad;
}

.custom .trainingFeature {
width:190px;
margin-right:10px;
float:left;
}