/* -------------------------------------------------------------------------------
	Theme Name: Orumai
	Description: Orumai's first real theme</a>.
	Version: 1.0
	Author: orumai.com
	Author URI: http://www.orumai.com/
	Tags: simple, clean, fixed width, widget ready, widgets, left sidebar, two columns, valid XHTML, valid CSS
   ------------------------------------------------------------------------------- */
/* general */
body {
	margin: 0px auto;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
	color: #000000;
	background: #E2DDCB;
}

img {
	border: 0px;
	padding: 5px;
	max-width: 100%; /* not working in IE6*/
}

a, a:visited {
	color: #7A3254;
	text-decoration: none;
}
	
a:hover {
	color: #495D5C;
	text-decoration: underline;
}
	
a img {
	border: none;
}
	
a:focus, a:hover, a:active {
	outline: none;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 17px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

p {
	margin: 0px 0px 12px 0px;
}

hr {
	height: 1px;
	border: none;
	border-top: 1px dashed #5A6B1E;
	width: 90%;
}

del {
	color: red;
}

ins {
	color: green;
}

blockquote  {
	display: block;
	padding: 0 50px;
	width: 370px;
}

blockquote:before, blockquote:after {
	color: #97C0C2;
	display: block;
	font-size: 700%;
	width: 50px;
	font-family: Georgia, 'Times New Roman', Times, serif;
}

blockquote:before {
	content: "\201C";
	height: 0;
	padding-top: 30px;
	margin-left: -0.55em;
}

blockquote:after {
	content: "\201D";
	height: 10px;
	margin-top: 0px;
	margin-left: 380px;
}

blockquote p {
	margin: -20px 0 0 0;
}

input,select,textarea {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

img.alignleft {
	padding: 5px;
	margin: 0 7px 2px 0;
	display: inline;
}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clear {
	clear: both;
}

.spacer {
	height: 13px;
}

/***** layout *****/
#page_top {
	margin: 0px auto;
	padding: 0;
	width: 100%;
	background: #E2DDCB; /*url(images/bg_top.jpg) no-repeat top center;*/
	border:0px blue solid;
}

#base {
	margin: 0 auto;
	padding: 0;
	width: 894px;
	background: url(images/bg_repeat.png) repeat-y center;
	padding: 0 28px 0 28px;
}

#header {
	position: relative;
	width: 100%;
	height: 200px;
	background: #fff url('images/header_bg.jpg') no-repeat bottom;
}

#container {
	position: relative;
	overflow: hidden;
	float: left;
	width: 894px;
}

#sidebar {
	float: right;
	width: 320px;
	overflow: hidden;
	color: #fff;
	padding: 13px 5px 10px 0px;
	margin: 0px;
	color: #000;
}

#content {
	display: inline;
	float: left;
	width: 555px;
	overflow: hidden;
	padding: 0 0px 10px 10px;
	margin: 0px;
}

#content h4 {
	color: #495D5C;
	font-size: 22px;
	font-family: Georgia, Times New Roman;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 0px 0px;
}

#footer {
	clear: both;
	position: relative;
	background: #000;
	height: 44px;
	color: #ffffff;
	font-size: 11px;
	font-family: Verdana, Arial;
	padding: 30px 20px 10px 50px;
	background: url('images/footer_bg.png') repeat-x;
}

#footer a,#footer a:hover {
	color: #ffffff;
}

#footer ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana,Arial;
}

#footer li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}

/*######### header ############*/
#blogtitle {
	position: absolute;
	top: 90px;
	left: 70px;
	width: 650px;
	font-family: Arial,Verdana;
	font-size: 45px;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	overflow: hidden;
}

#blogtitle a, #blogtitle a:hover {
	font-family: Arial, Verdana;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
	
#subtitle {
	position: absolute;
	overflow: hidden;
	font-family: Tahoma,Arial, Verdana;
	width: 450px;
	height: 45px;
	left: 70px;
	top: 135px;
	text-align: left;
	font-size: 20px;
	letter-spacing: 2px;
	color: #ffffff;
	font-style: italic;
	line-height: 1.1em;
}

#searchform {
	margin: 0px;
	padding: 0px;
	display: inline;
}
	
#searchbox {
	background: #F7F5EF !important;
	width: 200px;
	color: #495D5C;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 4px 0px 3px 5px;
	border-top: 1px solid #759697;
	border-right: 1px solid #A3BAB9;
	border-left: 1px solid #759697;
	border-bottom: 1px solid #A3BAB9;
}
	
#s {
	background: #F7F5EF !important;
	width: 160px;
	color: #495D5C;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 4px 0px 3px 5px;
	border-top: 1px solid #759697;
	border-right: 1px solid #A3BAB9;
	border-left: 1px solid #759697;
	border-bottom: 1px solid #A3BAB9;
}
	
#searchsubmit {
	background: #93BBBC url(images/topnav.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	margin: 0px 0px 0px 5px;
	padding: 3px 3px 2px 3px;
	font-weight: bold;
	border-top: 1px solid #A3BAB9;
	border-right: 1px solid #759697;
	border-left: 1px solid #A3BAB9;
	border-bottom: 1px solid #759697;
}
	
#footer img.rss {
	position: absolute;
	right: 52px;
	top: 29px;
	height: 26px;
	width: 26px;
}

/***** sidebar *****/
#sidebar a {
	color: #692B48;
}

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

#sidebar a:hover {
	color: #415352;
}

#sidebar ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana,Arial;
}

#sidebar ul ul {
	padding: 0px 0px 0px 0px;
}

#sidebar li {
	background: #FFFFFF url(images/sidebartop.gif) top no-repeat;
	float: left;
	width: 300px;
	margin: 0px 0px 5px 0px;
	padding: 9px 9px 4px 9px;
	border: 1px solid #DDDDDD;
}

#sidebar li h1 a {
	background: #86AFB0 url(images/headline.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 3px 7px;
}

#sidebar ul ul li {
	position: relative;
	list-style-type: none;
	font-size: 11px;
	font-family: Verdana,Arial;
	margin: 0px 0px 5px 5px;
	padding: 0 5px 0 16px;
	background: url('images/sidebar_arrow.jpg') no-repeat 0px 4px;
	width: 273px;
	border: none;
}

#sidebar ul ul ul li {
	position: relative;
	list-style-type: none;
	font-size: 12px;
	border: 0px;
	margin: 0px 0px 0px 0px;
	line-height: 1.7em;
	font-family: Verdana,Arial;
	background: url('images/sidebar_arrow.jpg') no-repeat 0px 4px;
	padding: 0px 0px 0px 16px;
}

#sidebar h1 {
	background: #86AFB0 url(images/headline.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 3px 7px;
}
#sidebar select {
	margin: 5px 0px 2px 5px;
	font-size: 12px;
	width: 200px;
	overflow: hidden;
}

/***** content *****/

.archivetitle {
	height: 20px;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	padding: 10px 0px 10px 5px;
	margin: 0px 0px 0px 0px;
}

.postwrapper{
	background: #FFFFFF url(images/posttop.png) top no-repeat;
	float: left;
	width: 553px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 1px solid #DDDDDD;
}

.post {
	width: 533px;
	margin: 0 0 0px 0px;
	padding: 10px 10px 10px 10px;
	display: inline;
	float: left;
}

.post_top {
	position: relative;
	border-left: 5px #97C0C2 solid;
	border-bottom: 1px #97C0C2 solid;
	height: 40px; 
}

.post_bottom {
	margin: 0 50px 0 50px;
	height: 3px;
	background: url(images/line.png) repeat-x bottom;
}

.posttitle {
	position: absolute;
	top: 0px;
	left: 5px;
	font-size: 18px;
	font-family: arial;
	color: #86AFB0;
}

.posttitle a {
	font-family: arial;
	color: #86AFB0;
	text-decoration: none;
}

.posttitle a:hover {
	font-family: arial;
	text-decoration: underline;
	color: #97C0C2;
}

.date {
	position: absolute;
	font-family: arial;
	bottom: 4px;
	right: 20px;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
}

.author {
	position: absolute;
	font-family: arial;
	font-size: 11px;
	bottom: 4px;
	left: 5px;
}

.author a {
	text-decoration: none;
}

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

.info {
	line-height: 2em;
	font-size: 9px;
	padding: 10px 10px 5px 10px;
	color: #000000;
}

.category {
	padding: 2px 0 2px 20px;
	background: url(images/category.jpg) no-repeat top left;
}

.postComment {
	padding: 2px 0 2px 20px;
	background: url(images/comment_blue.png) no-repeat left top;
}

.tags {
	padding: 2px 0 2px 20px;
	background: url(images/tags.png) no-repeat left top;
}

.entry {
	color: #000000;
	line-height: 1.6em;
	text-align: justify;
	padding: 5px 15px 0px 15px;
}

.mainentry {
	color: #000000;
	line-height: 1.6em;
	text-align: justify;
	padding: 5px 15px 0px 0px;
}

.mainentry p {
	margin: 5px 0px 12px 3px;
	width: 420px; 
	float: right;
}

.postimage{
	width: 64px;
	padding: 5px 5px 5px 5px;
}

.navigation {
	font-size: 12px;
	padding: 30px 0px 30px 0px;
}


.sorry {
	font-size: 11px;
	font-style: italic;
	margin: 8px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px dashed #CC6633;
	background: #ffffff;
}

/***** widget *****/
#wp-calendar td {
	font-size: 11px;
	color: #999999;
}

#wp-calendar td a {
	font-weight: bold;
	text-decoration: underline;
}

#wp-calendar {
	width: 210px;
	text-align: center;
	font-size: 11px;
	color: #5A6B1E;
}

.wp-caption {/*images caption*/
	text-align: center;
	color: #666666;
}

.textwidget {/*text box*/
	margin:5px 0px 5px 5px;
}

#akismetwrap {
	margin: 2px 0 2px 45px;
}

.rsswidget img {
	margin-top: 2px;
	margin-left: -15px;
	padding: 0px;
	background: #ff0 fixed;
}

#sidebar h1 a.rsswidget {
	margin-left: -3px;
	color: #706D2A;
	text-decoration: none;
}
.wp-smiley {
	vertical-align: middle;
	border: 0px;
	padding: 0px;
}

/*** comment ***/
#postmetadata {
	font-size: 11px;
	margin: 10px 10px 20px 10px;
	padding: 5px 5px 5px 5px;
}

.nocomments {
	background: none;
	color: #000000;
}

.comments {
	background: #FFFFFF url(images/posttop.png) top no-repeat;
	float: left;
	width: 553px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: 1px solid #DDDDDD;
}

.commentheader {
	margin: 0 0 20px 0;
	padding: 0 0 0 15px;
}

.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	margin: 0px 5px 0px 10px;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 98%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px 15px 0px 15px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 5px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
		}

.trackback,.pingback {
	clear: both;
	margin: 10px 0px 0px 0;
	padding: 0px 0px 0px 0px;
}

.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #EEEEEE;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px dotted #BBBBBB;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px dotted #BBBBBB;
	border-bottom: 1px dotted #BBBBBB;
	border-left: 1px dotted #BBBBBB;
	margin: 0px;
	padding: 0px;
	}

.comment .avatar {
	position: relative;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

.byuser .fn a {
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

.bypostauthor .fn a {
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

/**comment paging WP2.7**/
.commentnavi {
	position: relative;
	padding-right: 20px;
}

.commentpages {
	float: right;
	padding: 5px 10px;
}

.page-numbers {
	padding-left: 5px;
}

.current {
	font-weight: bold;
}

/*** comment form ***/
#respond {
	clear: both;
	padding: 5px;
	margin: 10px 10px 10px 10px;
	font-size: 12px;
}

.cancel-comment-reply {
}
	
#commentform {
	margin: 0;
	padding: 0px 0 0 0;
}

#email, #author, #url {
	background: #EEEEEE !important;
	width: 250px;
	color: #202020;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 3px 5px;
	border: 1px solid #DDDDDD;
	display: inline;
}

#comment {
	width: 98%;
	background: #EEEEEE;
	color: #202020;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
	padding: 3px 0px 3px 5px;
	border: 1px solid #DDDDDD;
	display: inline;
}

#submit {
	background: #93BBBC url(images/topnav.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 3px 3px 2px 3px;
	font-weight: bold;
	border: 1px solid #DDDDDD;
	border-right: 1px solid #666666;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #666666;
}

#menu {
	position: relative;
	z-index: 200;
	width: 100%;
	height: 35px;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px 0px 1px 0px;
	padding: 0px;
	background: #E1DCCA url(images/navbar.png);
}

#submenu {
	position: relative;
	z-index: 100;
	width: 100%;
	height: 42px;
	background: url('images/menu_bg.jpg') no-repeat left;
}

#navbarleft {
	width: 634px;
	float: left;
	margin: 0px;
	padding: 0px;
}
	
#navbarright {
	width: 260px;
	font-size: 11px;
	float: right;
	margin: 0px;
	padding: 6px 0px 0px 0px;
}
	


#categorynavbar {
	background: #AFD2D4 url('images/catnav_bg.png');
	width: 100%;
	height: 27px;
	color: #FCFAF4;
	margin: 0px;
	padding: 0px;
	box-shadow: 0px 3px 5px #888;
	-moz-box-shadow: 0px 3px 5px #888;
	-webkit-box-shadow: 0px 3px 5px #888;
}

#categorynav {
	margin: 0px;
	padding: 0px;
}

#categorynav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#categorynav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#categorynav li a, #categorynav li a:link, #categorynav li a:visited {
	color: #FFF;
	display: block;
	font-size: 13px;
	font-family: Arial,Verdana;
	font-weight: normal;
	margin: 0px 5px 0px 0px;
	padding: 6px 13px 6px 13px;
}

#categorynav li a:hover, #categorynav li a:active {
	background: #666666;
	color: #FCFAF4;
	display: block;
	text-decoration: none;
	margin: 0px 5px 0px 0px;
	padding: 6px 13px 6px 13px;
}

#categorynav li li a, #categorynav li li a:link, #categorynav li li a:visited {
	background: #97C0C2;
	width: 150px;
	float: none;
	margin: 0px;
	padding: 6px 10px 6px 10px;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

#categorynav li li a:hover, #categorynav li li a:active {
	background: #666666;
	margin: 0px;
	padding: 6px 10px 6px 10px;
}

#categorynav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0px;
	padding: 0px;
}

#categorynav li li {
}

#categorynav li ul a {
	width: 150px;
}

#categorynav li ul a:hover, #categorynav li ul a:active {
}

#categorynav li ul ul {
	margin: -25px 0 0 171px;
}

#categorynav li:hover ul ul, #categorynav li:hover ul ul ul, #categorynav li.sfhover1 ul ul, #categorynav li.sfhover1 ul ul ul {
	left: -999em;
}

#categorynav li:hover ul, #categorynav li li:hover ul, #categorynav li li li:hover ul, #categorynav li.sfhover1 ul, #categorynav li li.sfhover1 ul, #categorynav li li li.sfhover1 ul {
	left: auto;
}

#categorynav li:hover, #categorynav li.sfhover {
	position: static;
}

#pagenav {
	margin: 0px;
	padding: 0px;
}

#pagenav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#pagenav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#pagenav li a, #pagenav li a:link, #pagenav li a:visited {
	color: #495D5C;
	display: block;
	font-size: 16px;
	font-family: Georgia, Times New Roman;
	font-weight: normal;
	text-transform: none;
	margin: 0px;
	padding: 9px 15px 8px 15px;
}

#pagenav li a:hover, #pagenav li a:active {
	background: #EBE6D4 url(images/navhov.png);
	color: #495D5C;
	margin: 0px;
	padding: 9px 15px 8px 15px;
	text-decoration: none;
}

#pagenav li li a, #pagenav li li a:link, #pagenav li li a:visited {
	background: #E1DCCA;
	width: 150px;
	color: #495D5C;
	font-size: 14px;
	font-family: Georgia, Times New Roman;
	font-weight: normal;
	text-transform: none;
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

#pagenav li li a:hover, #pagenav li li a:active {
	background: #85ACAC;
	color: #FFFFFF;
	padding: 7px 10px 7px 10px;
}

#pagenav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px;
	padding: 0px;
}

#pagenav li li {
}

#pagenav li ul a {
	width: 140px;
}

#pagenav li ul a:hover, #pagenav li ul a:active {
}

#pagenav li ul ul {
	margin: -32px 0 0 171px;
}

#pagenav li:hover ul ul, #pagenav li:hover ul ul ul, #pagenav li.sfhover ul ul, #pagenav li.sfhover ul ul ul {
	left: -999em;
}

#pagenav li:hover ul, #pagenav li li:hover ul, #pagenav li li li:hover ul, #pagenav li.sfhover ul, #pagenav li li.sfhover ul, #pagenav li li li.sfhover ul {
	left: auto;
}

#pagenav li:hover, #pagenav li.sfhover {
	position: static;
}

.readMore{
	margin: 0 0 0 100px;
}
