/*
Theme Name:		WP Framework
Theme URI: 		http://wpframework.com/
Version: 		0.2.4.10
Description: 	A <em>blank</em> WordPress Theme Framework <strong>that's everything you need, and nothing you don't.</strong> With features like <em>microformats, a traditional template structure, convention over configuration, clean semantic code, documenation, and it's atomic templating system</em>, WP Framework is <em>completely extensible, flexible</em> and <strong><em>the</em></strong> starting point for theme authoring and customization. To learn more, visit <a href="http://wpframework.com">http://wpframework.com</a>.
Author: 		Ptah Dunbar
Author URI:		http://ptahdunbar.com
Tags:			one-column, two-columns, three-columns, fixed-width, sticky-post, threaded-comments, microformats

Copyright 2008 Ptah Dunbar <http://ptahdunbar.com> All rights reserved.
WP Framework is licensed under the terms of the GNU General Public License version 2.

If you have any questions, comments, or concerns, 
visit <http://wpframework.com> for more information!
*/

/* Reset Browser Defaults */
@import url( 'library/media/css/reset.css' );

/* Apply base theme styles and colors *
@import url( 'library/media/css/base.css' );

/* Basic 2 Column Layout */
@import url( 'library/media/layouts/2col-r.css' );

/* Stylistic CSS Styles */
@import url( 'library/media/css/screen.css' );



/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*format main content*/
.entry-title { margin-bottom: 10px;}

#primary, .hfeed { font-size: 12px; color:#000; width: 634px; overflow: hidden;}
#primary p, .hfeed p {padding: 5px 0 5px 0; }
#primary h1, .hfeed h1 {font-size:18px; font-family: Arial; font-weight: bold;}
#primary h2, .hfeed h2 {font-size: 14px;}
#primary p.a, .hfeed p.a { padding: 0; margin: 0;}
#primary hr, .hfeed hr { color: #FFF; display: inline-block; margin: 5px 0 5px 0; border-style: inset;}

/*CSS-RESET ABOVE THIS ^ */


.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 0px 10px 5px 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #ffffff url(images/main_bg.jpg) repeat-x;
}

a:link, a:visited { color: #999999; text-decoration: none; } 
a:active, a:hover { color: #999999; font-weight: bold; text-decoration: underline; } 

p { }

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

img.caption {
	border: #000000 1px solid;
	margin-right: 4px;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.margin_bottom_10 { float: left; width: 10px; height: 10px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px;	}
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;	}
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;	}

.margin_bottom_end {
	background: url(images/left_col_box_end.jpg) no-repeat; height: 20px;
}

.margin_right_10 {
	margin-right: 10px;
}

.rc_btn_01 a {
	float: left;
	text-align: center;
	display: block;
	width: auto;
	height: auto;
	padding: 2px 2px 2px 2px;
	background-color: #333333;
	border: #000000 1px dotted;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.rc_btn_01 a:hover {
	color: #FFF;
	background-color: #000000;
}

.rc_btn_02 a {
	float: right;
	text-align: center;
	display: block;
	width: 85px;
	height: 24px;
	padding-top: 4px;
	background: url(images/button_02.jpg) no-repeat;
	color: #FFFF66;
	font-weight: bold;
	text-decoration: none;
}

.rc_btn_02 a:hover {
	color: #FFF;
}

.rc_btn_03 a {
	clear: both;
	text-align: center;
	display: block;
	width: 100px;
	height: 21px;
	padding-top: 3px;
	background: url(images/button_03.jpg) no-repeat;
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

.rc_btn_03 a:hover {
	color: #333;
}

/* System Messages */
#system-message    { margin-bottom: 10px; padding: 0;}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0; font-weight: bold; text-indent: 0px; }
#system-message dd ul { color: #FFFFFF; margin-bottom: 10px; list-style: none; padding: 10px; border-top: 3px solid #999999; border-bottom: 3px solid #999999;}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error ul { color: #c00; background-color: #E6C0C0; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice ul { color: #c00; background: #EFE7B8; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}

#container {
	width: 1000px;
	margin: 0 auto;
}

#header {
	width: 920px;
	height: 215px;
	padding: 60px 40px 0 40px;
	background: url(images/header_bg.jpg) no-repeat;
}

#header #site_title_section {
	float: left;
	padding-top: 80px;
	padding-left: 40px;
	margin-right: 50px;
	width: 290px;
}

#site_title_section #site_title{
	font-size: 20px; 
	color: #4b1c06;
	margin-bottom: 10px;
}

#site_title_section #slogan {
	font-size: 14px;
	margin-left: 20px;
	color: #8d5b13;
}

#header #header_section_code {
	visibility:hidden;
	float: left;
	width: 400px;
	padding-top: 20px;
	padding-right: 50px;
	text-align: center;
	color: #feffb3;
}

/* menu */

#menu {
	width: 940px;
	height: 60px;
	padding: 0 30px;
	background: url(images/menu_bg.jpg) no-repeat;
}

#menu ul {
	float: right;
	margin: 0px;
	padding: 0 0 0 91px;
	list-style: none;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	float: left;
	padding: 11px 0;
	width: 120px;
	text-align: center;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	background: url(images/menu_divider.jpg) top right repeat-y;
	color: #a57024;	

	font-weight: bold;
	outline: none;
}


#menu li .last {
	background: none;
}


/* end of menu*/

/* content */

a.readon { color: #000000; }

a.pathway {	color: #801910; }

a.contentpagetitle { color: #801910; }
a.contentpagetitle:hover { text-decoration: none; font-weight: normal; }

span.breadcrumbs { padding-bottom: 10px; }

.buttonheading {
	width: 5px; vertical-align: baseline;
}

.buttonheading:hover {
	border-bottom: #000000 1px solid;
}

.contentheading {
	padding: 15px 0 5px 0;
	border-bottom: 1px solid #000000;
	color: #801910;
	text-align: left;
	font-family: Times;
	font-size: 20px;
	clear: both;
	width: 100%;
}

#content {
	clear: both;
	width: 920px;
	margin: 0 25px;
	padding: 0 15px 10px 15px;
	background: url(images/content_bg_repeat.png) repeat-y;
}

#content_bottom {
	margin: 0 25px;
	width: 970px;
	height: 10px;
	background: url(images/content_bottom.png) no-repeat;
}

#content #content_left {
	float: left;
	width: 260px;
	height: 100%;
	padding: 0;
	background: #801910;
}

#content #content_right {
	margin: 5px 5px 0 15px;
	float: left;
	width: 634px;
	color: #000000;
}

.header_01 {
	font-family: Georgia;
	font-size: 21px;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #000000;
}

.header_02 {
	text-align: center;
	font-family: Georgia;
	font-size: 17px;
	font-weight: bold;
	padding: 0 0 0px 0;
	margin: 0px 0 5px 0;
	border-bottom: 0px solid #000000;
}

/* left column */

#content_left .content_left_section {
	clear: both;
	position: relative;
	background: url(images/left_col_box_repeat.jpg) repeat-y;
}

#content_left .content_left_section_ad {
	clear: both;
	width: 250px;
	height: 200px;
	border: 5px solid #845410;
}

.content_left_section .content_left_section_bottom {
	width: 260px;
	height: 5px;
	bottom: 0;
	left: 0;
	background: url(images/left_col_box_bottom.jpg) no-repeat;
}

.content_left_section .content_left_section_title {
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	width: 230px;
	height: 37px;
	padding: 8px 0 0 30px;
	background: url(images/left_col_header_bg.jpg) no-repeat;
}

.content_left_section .content_left_section_content {
	color: #FFF;
	margin: 0 40px;
	padding-bottom: 10px;
}

.content_left_section_content ul {
	margin: 10px 0 0px 10px;	
	padding: 0px;
}

.content_left_section_content ul li {
	padding: 0 0 8px 0;
	margin: 0px;
}

.content_left_section_content ul li a {
	color: #FFFFFF;
	font-weight: normal;
}

.content_left_section_content ul li a:hover {
	color: #82000f;
}

.content_left_section_content form {
	padding: 0px;
	margin: 10px 0 0px 0;
}

.content_left_section_content #search_field {
	width: 170px;
}

.content_left_section_content #search_button {
	float: right;
	width: 100px;
	height: 25px;
	margin: 5px 2px 0 0;
	padding-top: 0px;
}
/* end of left column */

/* right column */

#content_right .right_col_section_w650 {
	padding: 15px;
	background: none;
}

.right_col_section_w650  p{
	text-align: justify;
	padding-bottom: 10px;
}

.right_col_section_w650 img {
	float: left;
	margin: 3px 10px 5px 0;
	border: 5px solid #333;
}

#content_right .right_col_section_w420 {
	margin-top: 10px;
	float: left;
	width: 400px;
	padding: 0px 20px 0px 20px;
}

.right_col_section_w420 .product_box {
	border: #000000 1px dotted;
	margin: 0px 1px 0px 0px;
	position: relative;
	float: left;
	width: 195px;
	margin-bottom: 10px;
}

.product_box .buttom_section {
	clear: both;
	height: 28px;
}

.product_box span {
	position: absolute;
	width: 195px;
	height: 5px;
	bottom: 0px;
}

.product_box img {
	float: none;
	border: 2px solid #000;
	margin-bottom: 10px;
}

.product_box .product_box_title {
	color: #FFFFFF;
	width: 185px;
	height: 25px;
	padding: 5px 0 0 10px;
	font-weight: bold;
	background:url(images/product_box_header.jpg) no-repeat;
}

.product_box .product_box_content {
	padding: 10px;
	color: #333;
	font-size: 11px;
}
.product_box_content p {
	margin-bottom: 10px;
}

#content_right .right_col_section_w220 {
	margin-top: 10px;
	float: left;
	width: 195px;
	padding: 10px;
	background: #b89329;
}

.news_section .news_title {
	color: #4f1f09;
	font-weight: bold;
}

.news_section p {
	height: auto;
	margin: 10px 5px 0 0;
	text-align: justify;
}


/* end of content right */

/* footer */
#footer {
	clear: both;
	padding: 10px 0 20px 0;
	text-align: center;
	color: #333;
}

#footer a{
	color: #000;
	font-weight: normal;
}

#footer .menu {
	list-style: none;
}
/* end of footer */