/*
File:			custom.css
Description:	Custom styles for PPXV BLOG 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

*/

.custom #content_box { 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 */

.custom #header { 
	height:210px;
	width:950px;
	padding:0px;
	margin:0px;
	background-image: url(http://ppxv.org/images/banner-new-blog.gif);
	background-repeat:no-repeat;
	border-bottom:none; 
	clear: both; 
	}
	
	
.custom	.sidebar .text_input { width: 180px; }
	

/*
.custom #header { 
	height:290px;
	width:950px;
	padding:0px;
	margin:0px;
	background-image: url(http://ppxv.org/wp-content/themes/thesis_151_ppxv/custom/images/plastic-pipes-top-home.gif);
	background-repeat:no-repeat;
	border-bottom:none; 
	clear: both; 
	}
	*/
	
/*---:[ #header styles ]:---*/
.custom #header #logo { 
	font-weight:normal;
	font-size:48px; 
	padding:180px 0px 0px 380px;
	}
	.custom #header #logo a { color: #b5121b; }
	.custom #header #logo a:hover { color: #c5121b; }
.custom #header #tagline { 
	padding: 5px 0px 0px 380px;
	font-weight: normal; 
	font-size:18px;
	color: #fff; 
	}

/*---:[ 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, .custom .sidebar h4 { 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 { font-size: 1.286em; line-height: 1.222em; margin: 1em 0 0.611em 0; /* top was 1.833em */ }

.custom .sidebar ul.sidebar_list { padding-right: 0em; padding-left: 0em;  list-style-type: none; color:red; }

.custom .sidebar ul { list-style-type: none; color:red; }

.custom .sidebar h4 { font-size: 16px; margin:8px 0 2px 0; }

.custom .sidebar ul li a { font-size: 12px; }

.custom .sidebar li { padding: 4px 0 0; }

.custom #content p.red, .custom #content strong.red { color:#b5121b; font-family:Arial, Helvetica, sans-serif; font-size:15px; }