/*  
Theme Name: Guav's Custom Theme
Theme URI: http://www.stoodio.com/
Description: Guav's personalized design
Version: 1
Author: Ray Hernandez
Author URI: http://stoodio.com/

*/

body {
	background-image:url('bg.gif');
	background-repeat:repeat-x;
	background-color:#645E52;
	font-family:verdana,arial;
	font-size:11px;
	margin:0;
	margin-top:30px;
}

h1, h2, h3, h4 {
	margin:0;
	padding:0;
}

h2 {
	font-size:24px;
}

.linkcat h2 {
	color:#383325;
	font-size:16px;
	font-weight:800;
}

h3 {
	color:#383325;
	font-size:16px;
	font-weight:800;
}

a {
	color:#d08c0d;
}

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

#header {
	width:967px;
}

#nav {
	float:right;
	margin:71px 0 0 0;
}

#nav li {
	display:inline;
	text-transform:uppercase;
	border:0;
}

#nav a {
	color:#fff;
	text-decoration:none;
	padding:6px;
	line-height:19px;
	margin:0;
}

#nav a:hover {
	color:#3c3628 ;
	background-color:#fff;
}

#logo {
	float:left;
}

#main_photo {
	background-image:url('bg_main_photo.gif');
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:51px;
}

#main_photo img {
	border:solid 5px #fff;
	display:block;
}

#main_hr {
	background-image:url('main_hr.gif');
	height:37px;
}

#content {
	float:left;
	width:516px;
}

.post {
	background-color:#fff;
	width: auto;
	text-align: center;
}

.post img {
	border-style:solid;
	border-width:7px 8px;
	border-color:#fff;
}

.post .description {
	background-image:url('bg_photo_description.gif');
	height:33px;
	padding-top:6px;
	padding-left:9px;
	text-align: left;
}

.description .photo_title {
	font-size:20px;
	color:#E7C686;
	font-weight:800;
	text-decoration:none;
}

.description .photo_date {
	font-size:11px;
	color:#825E17;
	font-weight:800;
	padding-left:6px;
}

.entry_div {
	width:516px;
	height:55px;
	background-image:url('bg_entry_div.gif');
}

#sidebar {
	background-color:#585246;
	width:420px;
	float:right;
}

#sidebar p {
	margin:0;
	padding:10px 0 0 0;
}

#bio {
	background-color:#393325;
	padding:21px 20px;
	color:#645E52;
}

#bio_info {
	padding:0 14px;
}

#bio h2 {
	margin:0 0 5px 0;
}

#search {
	border:double #585246;
	margin-bottom:12px;
}

#search form {
	background-color:#585246;
}

#search .label {
	font-size:17px;
	color:#fff;
	font-weight:800;
	text-transform:capitalize;
}

#s {
	 width:224px;
}

#searchsubmit {
	background-color:#383325;
	color:#fff;
	border:0;
	font-weight:800;
	text-transform:capitalize;
	margin-left:17px;
	width:94px;
	height:21px;
	font-size:12px;
}

#search fieldset {
	border:0;
	margin:0px;
	padding:5px 11px 10px;
}

.section {
	padding:18px 35px 0 35px;
	color:#87837A;
}

.section ul {
	margin:12px 0;
	padding:0;
	list-style:none;
}

.section li {
	padding-bottom:12px;
}

.section a {
	font-weight:800;
	text-decoration:none;
}

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

.categories li {
	display:inline;
}

#sidebar .divider1 {
	height:7px;
	background-image:url('bg_sidebar_div1.gif');
	
}

#external_links {
	padding:0 35px;
	background-color:#383325;
}

#external_links a {
	font-weight:800;
	text-decoration:none;
}

#external_links a:hover {
	text-decoration:underline;
}

#option_links {
	width:363px;
	margin:0;
	padding:0;
	list-style:none;
}

#option_links li {
	background-repeat:no-repeat;
	background-position:0 11px;
	padding:24px 30px 22px 64px;
	border-bottom:solid 1px #575145;
}

#footer_container {
	width:100%;
	height:104px;
	background-image:url('bg_footer.gif');
	padding-top:31px;
	margin-top:86px;
}

#footer {
	color:#645E52;
	width:967px;
	margin:0 auto;
	list-style:none;
}

#footer li {
	text-align:right;
}

/*
FORMS
*/
form {
	margin:0;
	padding:0;
}


/*
EXTRAS
*/

img {
	border:0;
}

.clear {
	clear:both;
}}