/*
Theme Name: nobletheme
Theme URI: http://www.perrynoble.com/
Author: Nathan Rice & Joshua Blankenship
Author URI: http://www.nathanrice.net & http://joshuablankenship.com
Version: 1.1
Description: This is a custom theme built for PerryNoble.com.
*/
/*CSS Reset*/
@import url(reset.css);

/* This is where you set many of the universal defaults */
body {
	background: #000 url(images/body-bg.jpg) center 0px repeat-x; 
	color: #333;
	font-family:  "Baskerville", "Palatino", Georgia, "Times New Roman", Times, Serif;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	margin: 0; padding: 0;
}
.clearfix:after { content: "."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden; }
.ie .clearfix { zoom: 1; }

/*********************************************
		Universal Link Styles
*********************************************/
a {
	color: #b87b0d;
	text-decoration: none;
	}
a:hover {
	color: #111; 
	text-decoration: none; 
	}

/*********************************************
		Universal Text Elements
*********************************************/
ol, ul {
	margin: 5px 35px;
}
ol {
	list-style-type: decimal;
}
ul {
	list-style-type: square;
}
blockquote {
	margin: 5px 0px 5px 10px; padding: 0px 0px 0px 10px;
	font-style: italic;
}
img { border: 0px; background: none; }
p {
	padding: 10px 0px;
	margin: 0px;
}
.widget p {
	line-height: 18px;
}
.smallcaps {
	font: inherit;
	font-weight: bold;
	font-variant: small-caps;
}
/*********************************************
		Heading Styles
*********************************************/
/* Use this for universal styles for all header elements */
h1,h2,h3,h4,h5,h6 {
	font-family: "Helvetica Neue", HelveticaNeue, Helvetica, Arial; 
	text-shadow: rgba(255, 255, 255, .01) 0px -1px 1px;
	font-weight: bold;
	font-size: 24px;
	color: #222;
}
/* This style is generally used as title on single posts and pages */
h1 {
}
/* This style used as a sub-header in post/page content */
h2 {
}
/* This style used as the post titles on homepage/archive */
h3 {
}
h3 a {
}
h3 a:hover {
}
.post h3 { 
	color: #ccc;
	line-height: 26px; 
	margin: 0 0 16px 0;
	}
/* This style used as title for comments and as the identifying header on archive page  */
h4 {
	margin: 20px 0 15px 30px;
}
.widget h4 {
	margin: 0 0 15px 0;
}
h5 {
}
h6 {
}

/*********************************************
		The Obligatory WP Styles
*********************************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
}
.alignright {
   float: right;
}
img.alignleft {
	margin: 0px 8px 8px 0px;
}
img.alignright {
	margin: 0px 0px 8px 8px;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}
.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;
}

/*********************************************
		Header/Menu Styles
*********************************************/
#header {
	width: 990px;
	background: #FFF url(images/header.jpg);
	margin: 0 auto; padding: 0;
	text-align: left;
}
#menu {
	height: 44px;
	margin: 0 auto; 
	padding: 0;
	color: #ddd;
}
#menu ul {
	margin: 0 0 0; 
	padding: 0;
	list-style-type: none;
}
#menu ul li {
	font-family: "Helvetica Neue", HelveticaNeue, Helvetica, Arial; 
	font-weight: normal;
	letter-spacing: 1px;
	display: inline-block;
	display: -moz-inline-box;
	margin: 0 -4px 0 0; padding: 0;
}
.ie #menu ul li {
	margin: -4px -4px 0 0; /* no idea why, but it works */
	display: inline;
}
#menu ul li a {
	display: inline-block;
	color: #fff;
	padding: 10px 16px;
}
#menu ul li a:hover {
	color: #b87b0d;
}
#menu ul li form {
	display: inline;
	padding: 10px 16px;
}
#menu ul li input {
	background: #1f1f1f;
	border: none;
	color: #b87b0d;
	padding: 4px;
}
.ie #menu ul li input {
	padding: 3px;
}
#menu ul li #s {
	background: #1f1f1f url(images/search.gif) 3px 50% no-repeat;
	color: #b87b0d;
	padding-left: 22px;
	width: 200px;
	}

#headersearch { 
	}

#title a {
	display: block;
	clear: both;
	width: 990px; height: 230px;
	text-indent: -9999px;
	overflow: hidden;
}

/*********************************************
		Container Styles
*********************************************/
#container {
	width: 960px;
	background: #FFF;
	border-top: 16px solid #b87b0d;
	border-right: 16px solid #b87b0d;
	border-bottom: 18px solid #b87b0d;
	border-left: 16px solid #b87b0d;
	margin: 0 auto 100px auto; 
	padding: 15px 0 0 15px;
	text-align: left;
}


/*********************************************
		Content Styles
*********************************************/
#content {
	float: right;
	width: 630px;
}
#content .post {
	clear: both;
	border-top: 1px solid #ddd;
	border-bottom: 3px solid #ddd;
	border-left: 1px solid #ddd;
	padding: 28px;
	margin: 20px 0 80px 0;
}
#content .page {
	clear: both;
	padding: 28px;
	min-height: 100px;
	margin: 20px 0 80px 0;
}
.ie6 #content .post,
.ie6 #content .page {
	height: 100px; /* acts like min-height */
}
/* Make pages 1 wide column by using body_class */
.page-template #content {
	background-color: #fff;
	width: 840px;
	padding: 0 60px;
}
.page-template #content .page {
	background: none;
}

/*********************************************
		Sidebar Styles
*********************************************/
#sidebar {
	float: left;
	width: 330px;
}
#sidebar .widget {
	margin: 0 0 10px 0;
	padding: 20px 40px 20px 40px;
}
#sidebar ul,
#sidebar ul li {
	list-style-type: none;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0; padding: 0;
}
#sidebar #twitter_update_list {
	font-size: 11px;
	margin: 0; padding: 0;
}
#sidebar #twitter_update_list ul {
	margin: 0; padding: 0;
}
#sidebar #twitter_update_list li {
	margin: 0 0 20px 0;
}

/*********************************************
		Footer Styles
*********************************************/
#footer {
	clear: both;
	height: 82px; line-height: 18px;
}
#footer #creds {
	float: left;
	width: 250px; height: 62px;
	padding: 10px 30px;
}
.ie6 #footer #creds {
	/* ie6 is screwing with the padding for some reason */
	padding: 4px 30px;
}
#footer #postnav {
	float: right;
	width: 570px; height: 22px;
	padding: 30px;
}
