/*
File:			custom.css
Description:	Custom styles for PPXV MAIN SITE created by McBuzz Communications 2009

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/
*/

/* McBuzz styles follow
 *
 *	red #b5121b 
 *	tan #dfc8a8
 *  brown #231f20
 *
 */

.custom #content_box { background-color: #0000ff; width: 100%; background: url('images/dot-ddd-seeyalaterborder.gif') 75.7em 0 repeat-y; } /* the border on the right side of content */

.custom #column_wrap { width: 75.7em; background: url('images/dot-ddd-seeyalaterborder.gif') 31.2em 0 repeat-y; } /* the border on the left side of content */

/* in layout.css */
/* #column_wrap .sidebar ul.sidebar_list { padding-top: 2.2em; } */
 
.custom #header { 
	height:210px;
	width:950px;
	padding:0px;
	margin:0px;
	background-image: url(images/banner-new-flat-01.gif);
	background-repeat:no-repeat;
	border-bottom:none; 
	clear: both; 
	}
	
.custom #header .registration { 
	background-image:url(images/banner-new-registration.gif);
	background-repeat:no-repeat;
	}
	
/*---:[ #header styles ]:---*/
.custom #header #logo { 
	font-weight:normal;
	font-size:48px; 
	padding:100px 0px 0px 318px;
	}
	.custom #header #logo a { color: #b5121b; }
	.custom #header #logo a:hover { color: #c5121b; }
.custom #header #tagline { 
	padding: 5px 0px 0px 320px;
	font-weight: normal; 
	font-size:18px;
	color: #fff; 
	}
	
/*---:[ nav menu styles ]:--- THESIS ORIGINALS
#tabs { list-style: none; border: 1px solid #ddd; border-width: 0 0 1px 1px; }
	#tabs li { margin-bottom: -0.1em; background: #efefef; border: 1px solid #ddd; border-left: 0; float: left; }
	#tabs .current_page_item, #tabs .current-cat { padding-bottom: 0.1em; background: #fff; border-bottom: 0; }
		#tabs a { display: block; line-height: 1em; color: #111; text-transform: uppercase; letter-spacing: 2px; }
		#tabs a:hover { color: #111; text-decoration: underline; }
		#tabs .current_page_item a, #tabs .current-cat a { cursor: text; }
		#tabs .current_page_item a:hover, #tabs .current-cat a:hover { text-decoration: none; }
	#tabs .rss { padding-right: 0; background: none; border: none; float: right; }
		#tabs .rss a { padding-right: 16px; background: url('images/icon-rss.gif') 100% 50% no-repeat; }*/
	
/*---:[ nav menu styles ]:---*/
.custom #tabs { border-width:0px; height:34px; list-style: none; border:none; padding:0px 0px 0px 151px; background-image:url(images/nav-bg.gif); background-repeat:no-repeat; }
	.custom #tabs li { margin-bottom: 0px; background: #dfc8a8; float: left; margin-right:4px; border: 0; vertical-align:middle; height: 34px; }
	.custom #tabs .current_page_item a, .custom #tabs .current-cat a {  padding-bottom: 0px; background-color: #b5121b; border-bottom: 0; color:#ffffff; cursor:auto; }
	.custom #tabs a { display: block; line-height: 12px; color: #111; text-transform: none; letter-spacing: normal; height:24px; width:105px; text-align:center;  border:0px; }
	.custom #tabs a:hover { color: #111; text-decoration: underline; }
	.custom #tabs .current_page_item a, #tabs .current-cat a { cursor: text; }
	.custom #tabs .current_page_item a:hover, .custom #tabs .current-cat a:hover { cursor:auto; text-decoration: none; color:#ffffff; border-bottom: 0px none; }

	.custom	ul#tabs li a { font-size:12px; padding:10px 0px 10px 0px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; } /* from layout.css font-size: 1.1em; padding: 0.545em 0.818em; */ 



	.custom #tabs .rss { padding-right: 0; background: none; border: none; visibility:hidden; }
		.custom #tabs .rss a { visibility:hidden; }
		
/* .custom li.widget_text { border:1px #000 solid; padding:4px; } DOES ALL WIDGETS */
.custom .sidebar h3 { font-variant:normal; font-size:14px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; letter-spacing:normal; color: #b5121b; }

.custom .headline_area h1, .custom .headline_area h2 { color:#231f20; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }

.custom .format_text h2, .custom .format_text h3, .custom .format_text h4 { font-size: 1.286em; line-height: 1.222em; margin: 1em 0 0.611em 0; /* top was 1.833em */ }

.custom .arial h2, .custom .arial h3 { font-family: Arial, Helvetica, sans-serif; font-weight:bold; }

.custom .arial h4 { font-family: Arial, Helvetica, sans-serif; font-weight:bold; font-size:1em; }

.custom .sidebar ul.sidebar_list { padding-right: 0em; padding-left: 0em; }

.custom #content p.red, .custom #content strong.red { color:#b5121b; font-family:Arial, Helvetica, sans-serif; font-size:15px; }

.post_box, .teasers_box, .full_width #content_box .page { margin: 0 20px 0 0px; }

