/*
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 body {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, "Lucida Grande", sans-serif;
	}


.custom #footer p {
	display:none;
}

.custom #header #logo a { 
	display: block; 
	height: 150px; 
	width: 1000px; 
	background: url('images/niche.gif') no-repeat; 
	outline: none; 
}

/* 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; }

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0; }


/* Featured Post Formatting */
.custom #featured { 
	height: 460px; }
	
.custom .optin {
	padding-top: 255px;
    margin-left: 30px;
	float:left;
	height: 185px;
	width: 320px;
	padding-left: 20px;
	background: url('images/email.gif') no-repeat;
	outline: none;
	}
	
.custom .optinbox {
	background: #fff;
	padding:10px 10px 10px 10px;
	height: 25px;
	width: 290px;
	border: 1px solid #000;
	font-size: 150%;
}

.custom .red {
	color: #990000;
	font-weight: bold;
}

.custom .sig {
	font-weight: bold;
	text-align: right;
}
div.hr {background: #fff url('images/separator.gif') no-repeat scroll center; height: 25px;}
div.hr hr {display: none;}

.custom .comments_closed {display: none;}

.custom #a_password {
	height:25px;
	width:158px;
	margin-top:5px;
	}
.custom #a_login {
	height:20px;
	width:150px;
	margin-top:5px;
	}	
	
.custom #wpamember {
	font-size: 110%;
	font-weight: bold;
}

.mytable {
	width: 90%;
	padding: 0;
	margin: 0px auto;
	}

.mytable	caption {
	padding: 0 0 5px 0;
	width: 90%;	 
	font: italic "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

.mytable	th {

	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(/img/bg_header.jpg) no-repeat;
}

.mytable	th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

.mytable	td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}

.mytable	td img {
	border: 0px;
	margin: 0px auto;
}
.mytable	td.alt {
	background: #F5FAFA;
	color: #797268;
}

.mytable	th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff ;
/*	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; */
}

.mytable	th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa ;
/*	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; */
	color: #797268;
}


.awesomebox {
padding: 15px;
margin: 0px auto;
border: 1px #DD5152;
border-style: double;
background: #eee;
}

.awesomebox2 {
padding: 15px;
margin: 0px auto;
border: 1px #e6db55;
border-style: double;
background: #FFFBCC;
}

.sig-cam {
background: url("images/sig-cam.png") no-repeat;
height: 30px;
width:175px;
}


.rollover a{
   display: block;
   text-indent: -9999px;
   margin: auto auto auto auto;
   cursor: pointer;
   outline: transparent solid 0px;
}
#module a{
   height: 113px; 
   width: 200px; 
   background: url('images/rollover.png') no-repeat left top;
}
#module a:hover{
   background-position: left -113px; 
}

.join {background-color:#b9121b; border:2px solid #f6e497; padding:20px; 
	color: #FFF;}
	
.join a {
	color: #363942;
}	

.gsbox {
width:60%;
margin: 0px auto;
border: 1px solid #990000;
padding: 10px 20px 10px 20px;
}
.gsbox a {
margin: 0px auto;
color: #222;
}