/*
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/
	
	MAIN BLOG	
*/


body.custom {
background: #EEEEEE url('/images/bg_gray.jpg')  no-repeat top;
padding:0;
margin:0;
}

#page
{
	padding:1.2em;
}

#home {
float:right;
padding:20px 30px 0 960px;
position:absolute;
}

.custom #container { /*  shows the little border around the outside. */
    margin-top: 2em;
    margin-bottom: 2em;
}

.custom #page {
}

#tabs
{
	float:right;
	border:none;
}

#tabs .current_page_item
{
	background:none;
}

#tabs .current_page_item a
{
	color:red;
}


#tabs li
{
	font-size:14px;
	font-family:Century Gothic,  Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;

	padding-top:45px;
	background:none;
	border:none;
}

#tabs a{
text-decoration:none;
color:#000000;
}

#tabs a:hover {
text-decoration:none;
color:#FF0000;

}


ul#tabs 
{
	padding-bottom:0px;
}

#header
{
	border:none;
	padding-left:0;
}

/* show the logo instead of the title */
.custom #header #logo { 
	height: 110px;
	margin-top: -100px;
	text-indent: -9000px;
	background: url('/images/logo.png') no-repeat;
	}
	
#afterHeader
{
	color:red;
	font-size:2em;
	border-bottom: 3px double #ddd;
	padding:1em;
	text-align:center;
}

.mini-course-graphic
{
	margin-left:-10px;
}

.series_highlight
{
	font-style: bold;
	padding: 10px;
	background-color: #E5E5E5;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana;
	font-size: 12px;
	text-align:center;
}

#singlead {
	float:right;
	padding:0px 4px 5px 10px;
	}
#singlead_left {
	float:left;
	padding:0px 4px 5px 10px;
	}
#singleadImg {
	float:left;
	}
#singleadTitle{
	float:right;
	}

.im_l {
	float:left;
	padding:0px 15px 5px 5px;
	/*t, r, b, l */
}

.im_r {
	float:right;
	padding:0px 4px 5px 10px;
}

.center
{
	text-align:center;
}
span.highlight
{
	background-color:yellow;
}

#header_ad { float: right; }

.coupon_callout
{

	padding:8px;
	border:2px dashed red;
	text-align:center;

}

/* podcast page styles */

#post-5 div.headline_area
{
	margin-left:-5000px; /* moves it off screen */
}

.podcastheaderbkg
{
	margin-top:-90px;
	background: url('http://localhost/wordpress/wp-content/themes/PAM_Thesis/custom/images/BannerMasthead.jpg') no-repeat;
	padding-top:360px;

}

.no_sidebars .post_box
{
	margin: 0;
}

.episode_list {
	font-family: Verdana;
	font-size: 8pt;
	float:right;
	padding-top:10px;
	padding-right:10px;
	width:321px;
	background:black;
}

.episode_list a
{
	text-decoration:none;
	color:white;
}

.episode_list a:hover
{
	text-decoration:underline;
}

.episode_list li
{
	font-size:10pt;
	color:white;
	list-style:none;
}

.episode_list h4
{
	font-size:12pt;
	font-style:bold;
	color:white;
	padding-top:5px;
	padding-bottom:3px;
}

.subscribe_box {
	font-size:10pt;
	padding:0px 5px 5px 15px;
}

.podcast_desc_text
{
}

.manifesto
{
}

.smaller_txt
{
	font-size:.8em;
}

.previous_seats
{
	font-size:.8em;
	text-decoration: line-through;
}

.seats_avail
{
	font-style: bold;
	font-size: 14px;
	padding: 10px;
	background-color: #E5E5E5;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana;
	text-align:center;
	color:red;
}

 
.format_text input{
	width: 122px;
	padding: 0 em;
	border-width: 0em;
	}

