/*
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/
*/

/* DOMtabs skin by Michael Martin - http://www.problogdesign.com */
/* DOMtabs script - http://www.onlinetools.org/tools/domtabdata/ */
/* Install guide: http://www.problogdesign.com/general-tips/how-to-install-domtabs-on-wordpress/ */

ul.domtabs li.active {background:#000000;}		/* Active tab background color */
ul.domtabs li:active a {color:#ffffff;}		/* Active tab font color */
ul.domtabs li {background:#888888;}			/* Inactive tabs background color */
ul.domtabs li a {color:#ffffff;}				/* Inactive tabs font color */
ul.domtabs li {border-color:#000000;}			/* Tabs border color */
.domtab div {border:1px solid #000000;}					/* Box border color - Should be the same as the Active tab background color */
.domtab div {background:#ffffff;}						/* Box background color */

ul.domtabs li {margin-right:0.5em;}			/* Space between each tab. Set to 0 for no space. */

div.domtab div {
	display:none;
	}

ul.domtabs {
	list-style:none;
	padding:0;
	margin:0;
	}

ul.domtabs li {
	float:left;
	padding:0 0.5em;
	text-align:center;
	border-style:solid;
	border-width:1px 1px 0 1px;
	}


ul.domtabs li a {
	text-decoration:none;
	}

.domtab div {
	border-width:0 1px 1px 1px;
	padding:0.5em;
	clear:both;
	}

/* Mitch's Edits */

body{
background-image: url(../images/bg.jpg) !important;
background-color: #d9d9d9 !important;
background-position: center center !important;
background-repeat: repeat-y;
}

.custom #logo a{
background-image: url(../images/logo.jpg) !important;
width: 300px!important;
height: 78px!important;
text-indent: -9999px!important;
display: block!important;
}

.custom #header{
margin-top: -20px;
}

.custom rss{
display: none;
}

.custom ul#tabs, .custom #tabs a, .custom #tabs li{
background-color: #215968 !important;
border: 0px !important;
background-image: none !important;
color: white !important;
font-weight: normal !important; 
font-size: 13px;
font-family: "Trebuchet MS", Arial, Helvetica !important;
}

.custom #tabs a{
color: white !important;
text-transform: capitalize !important;
}

.custom #tabs{
margin-bottom: 15px !important;
height: 30px !important;
margin-left: -6px;
margin-right: -8px;
}

.custom #header{
border: 0px !important;
}

.custom #tabs li{
margin: 0 5px;
}

.custom #content{
clear:both;
}

.custom .format_text{
clear:both;
}

/*Tabbed Widget Version 2.0*/
.custom .tabbedwidget {
margin-top: 3em;
padding: 10px;
}

.custom .tabnav {
font-size: 13px;
font-weight: bold;
margin-bottom: 4px;
}

.custom .tabnav li {
display: inline;
list-style: none;

}

.custom .tabnav li a {
padding: 4px 6px;
background-color: #d9d9d9;
color: black !important;
}

.custom .tabnav li a:hover, .custom .tabnav li a:active, .custom .tabnav li.ui-tabs-selected a {
background: #215968;
color: white !important;
}

.custom .tabdiv {
margin-top: 2px;
background: #FFF;
padding: 7px;
font-size: 12px;
border: 1px solid #b8b8b8;
}

.custom .tabdiv li {
list-style: none;
margin-bottom: 0.667em;
}

.custom .tabdiv a{
color: black;
}

.custom .ui-tabs-hide {
display: none;
}

.custom .offpageicons img{
position: relative;
left: 270px;
bottom: 45px;
}

.custom .offpageicons{
margin-top: 20px;
height: 100px !important;
}
.custom .offpageicons h2{
font-size: 18px;
font-weight: bold;
margin-left: 10px;
}

.custom .blogger{
width: 24% !important;
float: left;
font-size: 14px;
}

.custom .blogger img{
margin: 0 !important;
margin-bottom: -30px !important;
}

.custom .bloggerswidget{
margin-left: 10px;
}

.custom h3.widgettitle, .custom .widget h3, .custom h2.msg_head{
font-size: 15px !important;
clear:both;
font-weight: bold;
margin-bottom: 1px;
color: black !important;
letter-spacing: normal;
font-variant: normal;
}

.custom h2.msg_head{
background-image: url(../images/clicker.png);
background-repeat: no-repeat;
background-position: right center;
}

.custom .socialnetswidget{
margin-top: 100px !important;
margin-left: 10px;
margin-bottom: 150px !important;
}

.custom .topicswidget, .custom .archiveswidget, .custom .linkswidget{
margin: 0 10px 15px 10px;
font-size: 12px !important;
}

.custom .topicswidget ul, .custom .archiveswidget ul, .custom .linkswidget ul{
margin-left: 15px;
}

.custom .widget{
margin-left: 10px;
}

.custom .widget_text{
margin-left: 0px !important;
}

.custom #banner-top, .custom #banner-bottom{
margin-bottom: 5px;
}

.custom #footer{
background-color: #215968 !important;
color: white !important;
margin-left: -6px !important;
width: 808px !important;
padding-right: 1px !important;
margin-bottom: -25px !important;
text-align: left !important;
}

.custom #footer a{
color: white;
}

.custom #footer ul{
list-style: none;

}

.custom .footercol{
float: left !important;
width: 120px;
margin-right: 13px;
margin-bottom: 20px;
}

.custom .footercol li{
margin-bottom: 3px;
}

.custom .footercol h2{
font-weight: bold;
font-size: 13px;
margin-bottom: 3px;
}

.custom .largertext{
font-size: 12px;
}

.custom .to_comments{
display: none;
}

.custom .comments_left{
margin-left: 10px;
font-size: 13px;
width: 40%;
}

.custom .comments_left a{
color: black;
}

.custom .comments_right{
width: 50%;
float: right;
font-size: 13px;
}

.custom .tweetmeme_button{
margin-top: 15px;
}

.custom .sociable_tagline strong{
float: left;
margin-right: 5px;
}

.custom #banner-header{
float: right;
}

.custom .post .tweetmeme_button, .custom #sidebars .tweetmeme_button, .custom #footer .tweetmeme_button, .custom .comments_intro{
display: none;
}

.custom #searchform{
position: relative;
bottom: 38px !important;
margin-bottom: -40px;
font-size: 14px;
}

.custom .searchtext{
position: relative;
bottom: 40px;
font-size: 14px;
color: white;
font-family: "trebuchet ms", arial, helvetica, sans-serif;
left: 540px;
margin-bottom: -20px;
width: 100px;
}

.custom .searchbar{
float: right;
}

.custom .meta{
clear:both;
}

.custom #tabs li ul {
	position: absolute;
	width: 20em;
        background-color: #215968 !important;
	left: -999em;
}

.custom #tabs li li a{
display: block;
width: 15em;
}

.custom #tabs li:hover ul {
	left: auto;
}

.custom #tabs li:hover ul, .custom #tabs li.sfhover ul {
	left: auto;
}

.custom .offpageicons a{
color: black;
}

.custom .tabdiv .widget_rss h3{
display: none;
}

.custom .widget_kbrss, .custom .widget_srssfetcher{
padding-right: 10px;
margin-left: 0px;
font-size: 12px !important
}

.custom .tabdiv .widget_rss{
margin: 0;
}

.custom li.rss{
display: none !important;
}

.custom a{
color: #215968 !important;
text-decoration: none !important;
}

.custom a:hover{
text-decoration: underline !important;
}

.custom tabnav a{
color: white !important;
}

.custom .prev_next{
display: none;
}

.custom .socialnetswidget{
margin: 15px 0 35px 10px !important;
}

.custom .socialnetswidget img{
margin-right: 10px;
}

.custom #footer a{
color: white !important;
}

.custom #singlepage .meta{
display: none;
}

/* HIGHLIGHT BOX - CREAM */
.format_text .highlight_box_cream {
	/* distance from borders to content*/
	padding: 0 1em 0 1em;
	/* spacing outside of box*/
	margin: 0 0 0 0;
	/* background color */
	background: #FEFD80;
	/* border size style color */
	border: 0px solid #B28F00;
