/*
Theme Name: Gulch
Theme URI: 
Description: A simple two column fluid width theme. Left sidebar supports widgets. Standards compliant.
Version: 1.0
Author: 
Author URI: 

*/

body {
	margin:0;
	background:#8c6d2d;
	color: #444;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

a { 
	color: #5d4d2d; 
	text-decoration:none;
}

a:hover {
	text-decoration:underline 
}

h1, h1 a, h2, h2 a, h3, h4, h5, h6 {
	margin-bottom:0;
	color: #5d4d2d;
	text-align:left;
}

h1 {font-size:2.4em;}
h2 {font-size:2em;}
h3 {font-size:1.6em;}
h4 {font-size:1.2em;}
h5 {font-size:1em;}
h6 {font-size:0.8em;}


img {
	border:0;
	margin:5px;
}

img.wp-smiley {
	margin:0;
}

input, textarea {
	border:1px solid #aaa;
	font-size:1.2em;
}


/* Layout */

#logoheadleft
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    top: 0px;
    left: 0px;
}

#logoheadright
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    top: 0px;
    right: 0px;
}

#content
{
    border: 1px;
    border-color: Black;
    border-style: solid;
    margin: 0px 0px 0px 0px;
    padding: 10px 20px 10px 20px;
    background: #faf4d4;
    overflow: auto;
    position: absolute;
    z-index: 1;
}

#sidemenu
{
    border: 1px;
    border-color: Black;
    border-style: solid;    
    margin: 0px 0px 0px 0px;
    padding: 10px 20px 10px 20px;
    background: #faf4d4;
    position: absolute;
    overflow: auto;
    text-align: left;
}

#footer
{
    border: 1px;
    border-color: Black;
    border-style: solid;    
    margin: 0px 0px 0px 0px;
    padding: 10px 20px 10px 20px;    
    background: #faf4d4;
    position: absolute;
}

/* Header */

#header
{
    border: 1px;
    border-color: Black;
    border-style: solid;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: #faf4d4;
    position: absolute;
    z-index: 10;
    background-repeat: no-repeat;
}

#headertitle
{
    /* border: 1px;
    border-color: Black;
    border-style: solid; */
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 300px;
    position: absolute;
}

#headermenu
{
    border: 1px;
    border-color: Black;
    border-style: solid;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    z-index: 10;    
}

#headertitle h1 {
	margin: 0px 0px 0px 0px;
    text-align: center;		
}

#headertitle h1 a
{
    font-size: 34px;
    font-family: 'Bookman Old Style' , 'Arial Narrow' , 'Lucida Grande' , Verdana, Arial, Sans-Serif;
    font-weight: bold;
    background: transparent;
    color: #5d4d2d;
    line-height: 80px;
    white-space: nowrap;
}

#headertitle h1 a:hover {
	text-decoration:none;
}

#headertitle p 
{
    line-height: 32px;
	margin: 0px;
	background:transparent;
	color: #7d7d7d;
	font-size: 12px;
    font-family: 'Bookman Old Style' , 'Arial Narrow' , 'Lucida Grande' , Verdana, Arial, Sans-Serif;
    text-align: center;			
}

.search {
	float:right;
	position:relative;
	bottom:3em;
	right:5%;
}
.search form {
	margin:0;
	padding:0;
}
.search input {
	display:inline;
	width:218px;
	border:1px solid #eee;
	margin:0;
	padding:0.2em 5px;
	background:#237ab2;
	color:#eee;
	font-size:1em;
}


/* sidemenu */


#sidemenu ul {
	padding:0;
	margin:0;
	list-style: none;
}
#sidemenu ul li {
	margin:0 0 2em 0;
}

#sidemenu ul ul {
	margin:0;
	padding: 0px 0px 0px 10px;
}

#sidemenu li li {
	margin:0.1em 0;
}

#sidemenu li li li 
{
	padding-left:10px;
}

#sidemenu ul h2 {
	margin:0;
	padding:0;
	color:#5d4d2d;
	font-size:1.2em;
	text-transform:uppercase;
}


/* Footer */
#footer { 
	text-align:center;
	font-size:1em;
	color:gray;
}

#footer a {
	color:gray;
}

/* Post */
.post {
	margin:0 0 4em 0;
	clear:both;
}

.post p, .post ol li, .post ul li{
	margin-top:0;
	font-size:1.2em;
	line-height:1.5em;
	text-align:justify;
}
.post li li {
	font-size:1em;
}
.post blockquote {
	padding:0 0 0 2em;
	border-left:0.4em solid #ccc;
	font-size:0.9em;
}
.post blockquote blockquote {
	margin-left:0;
	font-size:1em;
}

.postmetadata {
	margin:1em 0;
	font-size:1em;
	color: #8c6d2d;
	text-align:justify;
}


/* Comments */

#comments {
	margin:0 2em;
}

.commentlist {
	margin:0;
	padding:0;
	list-style:none;
}

.commentlist li {
	padding:2em 0;
	overflow:auto;
	border-bottom:0.1em solid #eee;
}

.commentlist p {
	margin:0.5em 0;
}

.commentlist h4 {
	margin:0;
}

textarea#comment {
	width:95%;
}
/* Comment ends */


/* Calendar */
#wp-calendar caption {
	text-transform:uppercase;
	font-weight:bold;
	color: #5d4d2d;
	text-align:center;
}
#wp-calendar thead th {
	font-weight:normal;
	color: #5d4d2d;
	text-align:center;
}
#wp-calendar tbody td {
	text-align:center;
}
#wp-calendar tbody td a {
	font-weight:bold;
}
#wp-calendar tbody td.pad {
	border:none;
}
/* Calendar ends */

abbr {
	cursor:help;
	border-bottom: 0.1em dotted;
}

.alignleft {
	float:left;
}
.alignright {
	float:right;
}

