/*
Theme Name: EACHHAND
Based on theme: oriental... http://pure-essence.net/2008/09/19/wordpress-theme-oriental/
Author: EM
Tags: fixed-width, two-columns, threaded-comments, sticky-post, microformats, left-sidebar, yellow, orange, red

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* Layout */
body {
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	font-family: Arial, Verdana, Sans-Serif;
	background-color: #93ab65;
	background-image: url(images/contentbg.jpg); 
	background-repeat:repeat-y;
	background-position: top right;
}

/* Default */
a {
	color:#843127;
}

a:hover {
	color: #000;
}

h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 1.1em;
	color:#843127;
	font-weight:bold;
}

h3 {
	font-size: 1em;
	color:#843127;
}

h4 {
	font-size: .9em;
}

h5 {
	font-size: .8em;
}

h6 {
	font-size: .7em;
}

blockquote {
	padding: 0 0.5em;
	border-left: 5px solid #843127;
	margin: 0;
}

img.alignleft {
	float: left;
	margin: 0 .8em .8em 0;
}

img.alignright {
	float: right;
	margin: 0 0 .8em .8em;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

a img {
	padding: 5px;
	border: 1px solid #ccc;
}

form {
	padding: 0;
	margin: 0;
}

/* Layout */
#container {
	width: 980px;
	margin: 0 auto;
}

#header {
	height: 215px;
}

#header h1 {
	padding: 30px 0 0 53px;
	margin: 0;
	color: #000000;
	font-family: Garamond, Georgia, serif;
	font-size: 4em;
}

#header h1 a,
#header h1 a:hover {
	text-decoration: none;
	color: #000000;
}

#header .description {
	padding: 0 0 0 53px;
	font-family: Garamond, Georgia, serif;
	color: #c46816;
	font-size: 1.3em;
}

#page {
	padding: 0 53px;
}

#pageinner {
	position: relative;
	margin: 15px 0 0 0;
}

#navcontainer ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 100%;
}

* html #navcontainer ul {
	background: #9eac89 url(images/bg.jpg) repeat-x repeat-y;
}

#navcontainer ul li { 
	display: inline; 
}

#navcontainer ul li#first a,
#navcontainer ul li#first a:hover {
	cursor: default;
	background-image: none;
	text-decoration: none;
}

#navcontainer ul li a {
	margin: 5px 0 0 0;
	padding: 2px 6px 2px 6px;
	text-decoration: none;
	font-weight: bold;
        color:#843127;
	float: left;
}

#navcontainer ul li a:hover {
	text-decoration: underline;
}

#navcontainer ul li.current_page_item a,
#navcontainer ul li.current_page_ancestor a {
	background: #eeefea;
	color: #843127;
	margin-left: -2px;
	padding: 2px 6px 4px 6px;
	font-family: Garamond, Georgia, serif;
	font-weight: bold;
}

#navcontainer ul li.current_page_item a:hover,
#navcontainer ul li.current_page_ancestor a:hover {
	text-decoration: none;
}

#navcontainer ul li a:hover {
	text-decoration: underline;
}

#searchBar {
	clear: left;
	background: #8aa558;
	text-align: right;
}

#searchBar a {
	color: #9eac89;
	text-decoration: none;
}
#searchBar a:hover {
	text-decoration: underline;
}


#searchform {
	padding: 0px;
}

#s {
	border: 1px solid #bbb;
}

#searchsubmit {
	border: 1px 
}

#content {
	margin: 0 0 0 0px;
	padding: 0px;
}

#contentinner {
	padding: 15px 45px 15px 35px;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.5em;
        color:#eeefea;
}

#footer {
	clear: both;
	height: 0px;
	margin: 0 53px;
	font-family: Garamond, Georgia, serif;
	text-align: right;
	font-size: .75em;
	color: #a66117;
}

#footer p {
	margin: 0;
	padding: 0.9em;
	line-height: 1.5em;
}

#footer a {
	color: #a66117;
}

#footer a:hover {
	color: #cf7819;
}

div#recaptcha_widget_div {
	float: right;
}

/* Wordpress required */
.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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

h3.subpages {
	padding: 1em 0 0.5em 0;
	margin: 0;
}

ul.subpages {
	padding: 0 0 0 1em;
	margin: 0 0 0 1em;
	list-style: square;
}

/* Formatting */
fieldset {
	border: 1px solid #ccc;
	padding: 0 1em;
	margin: 0;
}

legend {
	color: #999;
	font-size: 1.1em;
	font-weight: bold;
}

hr {
	border: 0;
	color: #cfc887;
	background-color: #cfc887;
}

pre, code {
	width: 100%;
	overflow: auto;
	font-size: 1em;
}

.post table {
	width: 100%;
	border: 1px solid #ccc;
	border-top: 0;
	border-collapse: collapse;
}

.post table th,
.post table td {
	border: 1px solid #ccc;
	border-bottom: 0;
	padding: .3em .5em;
}

.post table th {
	text-align: left;
	border-bottom: 2px solid #ccc;
}

p.loggedinAs {
	margin: 0; 
	padding: 0;
}

a#cancel-comment-reply-link {
	display: block;
	margin-bottom: 1em;
}