/*
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/
*/


/* Background color */
body.custom {
    background: #4ac1ff;
}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.3em;
/*    background: #33332f;
    border: 0.4em solid #3e3e3a;*/
}

.custom #page {
    background: #fff;
}

/* Subscribe link color */
.custom ul#tabs li.rss a {
	background: #fff url(../images/icon-rss.gif) no-repeat scroll 100% 50%;
	padding-right:16px;
}

/* Sidebar changes */

.custom .sidebar ul.sidebar_list {
	padding-top:1em;
}

.custom .line {
	margin-bottom:0.75em;
	border-bottom: #CCCCCC solid 2px;
}

/* Headline section */

.custom #content h1, .custom #content h2 {
line-height:1em;
}

.custom .headline_meta {
	line-height:1.8em;
	color:#666666;
	font-style:italic;
}

/* Header changes - see Thesis Openhook plugin code in Dashboard > Design */

.custom #header {
	height:130px;
	margin-top: -30px;
}

.custom #header .wrapper {
	position: relative;
	width: 977px;
	height: 130px;
	z-index: 20;
	top: -10px;
	margin: 0;
	float: left;
}

* html .custom #header .wrapper {
	width: 973px;
	padding: 0;
	overflow: hidden;
	float: none;
}

.custom #header .logo {
	padding-top: 13px;
	padding-left: 13px;
	padding-right: 10px;
	float: left;
	position: relative;
	z-index: 20;
}

.custom #header h1 {
	margin: 0;
	padding: 0;
	padding-top: 17px;
	letter-spacing: -1pt;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.custom #header h1 a {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 24pt;
	text-decoration: none;
	color: #000000;
}

.custom #header h1 span {
	position: relative;
	top: -12px;
	font-weight: normal;
}

.custom #header h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 16pt;
}

* html .custom #header h4 {
	font-size: 10pt;
}

.custom #header .right {
	position: relative;
	width: 320px;
	float: right;
	top: -85px;
}

.custom #welcome_message h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.custom #welcome_message a, .custom #welcome_message p, .custom #welcome_message strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0;
	padding: 0;
}

.custom #welcome_message a {
	font-weight: bold;
}

.custom #welcome_message p.links, .custom #welcome_message p.links a {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.custom #welcome_message img {
	border: solid 1px #000000;
	margin-top: 5px;
	margin-left: 5px;
	padding: 5px;
	background-color: #FFFFFF;
	float: right;
}
.custom #welcome_message p.message {
	width: auto;
	text-align: center;
	position: relative;
	top: 5px;
	padding-bottom: 0;
	font-weight: bold;
}


/* Main Menu tabs */

.custom .menu a {
letter-spacing: 0px;
font-size:1.2em;
}

/*
.custom .menu li {
	 background: #98dfff;
}

.custom .menu {
	clear:both;
	float: left;
}

.custom .menu a {
	color:#000000;
	font-weight:bold;
	padding-left: 0.2em;
	padding-right: 0.2em;
	background: #98dfff;
}

.custom .menu .current a, .custom .menu .current a:hover, .custom .menu .current-cat a, .custom .menu .current-cat a:hover {
	background: #ffffff;
	color: #000000;
	text-decoration: none;
}

.custom .menu li a:hover {
	background: #c0c0c0;
	color: #000000;
	text-decoration:underline;
}*/

/* Tabber box */

.custom #tabtext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	padding-top: 10px;
}
.custom .tabtext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	padding-top: 10px;
}

.custom #tabtext2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding-top: 5px;
}
.custom .tabtext2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding-top: 5px;
}

.custom .hptabber {
	background: #FFFFFF;
	float: left;
/*	width: 530px;
	margin: 10px 10px 10px 10px;
	padding: 9px 9px 9px 9px;*/
	width: 310px;
	margin: 0px 5px 10px 0px;
	padding: 4px 4px 9px 4px;
	display: inline;
	border: 1px solid #4ac1ff;
	}
	
.custom .hptabber img {
	border: none;
	margin: 0px;
	}
	
.custom .tabberlive .tabbertabhide {
	display: none;
	}

.custom .tabber {
	margin: 0px;
	padding: 0px;
	}

.custom .tabberlive {
	margin-bottom: 0px;
	}
  
.custom ul.tabbernav {
	margin: 0px;
	padding: 0px;
	color: #202020;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;;
	font-weight: bold;
	}

.custom ul.tabbernav li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	}
	
.custom ul.tabbernav li a {
	margin: 0px;
	padding: 3px 5px 3px 5px;
	border-bottom: none;
	text-decoration: none;
	}

.custom ul.tabbernav li a:link {
/*	background: #DDDDDD;
	color: #202020; */
	background: #00BFFF;
	color:#FFFFFF;
	font-weight:bold;
	margin: 0px 5px 0px 0px;
	}
	
.custom ul.tabbernav li a:visited {
/*	background: #DDDDDD;
	color: #202020; */
	background: #00BFFF;
	color:#FFFFFF;
	}

.custom ul.tabbernav li a:hover {
	background: #0c8ccb;
	color: #FFFFFF;
	text-decoration: underline;
	}

.custom ul.tabbernav li.tabberactive a {
	background: #0c8ccb;
	color: #FFFFFF;
	text-decoration: none;
	}

.custom ul.tabbernav li.tabberactive a:hover {
	background: #0c8ccb;
	color: #FFFFFF;
	}
  
.custom .tabberlive .tabbertab {
	background: #FFFFFF;
	padding: 0px;
	}
	
.custom .tabberlive .tabbertab h2 {
	display: none;
	margin: 0px;
	padding: 0px;
	}

.custom .tabbertab cite {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	}

/* Search box */

.custom #s {
     float: right;
/*     background: url("images/bkg_search.png") 0 0 no-repeat;*/
     color: #000;
     padding: 6px 5px 6px 5px;
     width: 135px;
}

.custom .nav_container {
margin:0 auto;
overflow:hidden;
}

.custom li.widget {
	margin-bottom: 1em;
}

.custom #content .cat-prosperity h2 a {
	color: #ffffff;
}

/*.custom #header {
	height:190px;
	border-bottom: none;
}

.custom #header img#img_left {
	float:left;
	margin-right: 15px;
}

.custom #header img#img_right {
	float:right;
	padding-left: 15px;
}

.custom p#text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
}

.custom p#audio {
	margin-left:160px;
} */

	

/* fix bloated Paypal buttons */
input[type=image] { 
width:auto; 
background: none repeat scroll 0% 0% transparent; 
border: none; 
}