* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
}

body {
    background: transparent url('./images/bg.gif') repeat-y -90px 0px;
}

img {
    border: none;
}

.hidden {
    display: none;
}

#sidebar {
    width: 420px;
    float: left;
    text-align: right;
}

#headerimg a {
    display: block;
    width: 410px;
    height: 170px;
    float: left;
    margin-left: 22px;
    background: transparent url('./images/logo.gif') no-repeat;
}

#headerimg span {
    display: none;
}

#page {
    border-top: solid 5px black;
    max-width: 1425px;
}

#header {
    margin-left: 432px;
}

#header .top {
    height: 40px;
}

#header .top ul {
    list-style-type: none;
    float: left;
    margin-left: 40px;
}

#header .top ul li {
    float: left;
    margin-left: 10px;
}

#header .top ul li a {
    display: block;
    height: 31px;
    width: 80px;
    text-decoration: none;
    line-height: 31px;
    text-align: center;
    font-size: 14px;
    color: black;
    font-weight: bold;
    text-transform: lowercase;
}

#header .top ul li a:hover {
    color: white;
    background: transparent url('./images/b_topmenu_tab.gif');
}

#header .top .search-container {
    width: 150px;
    float: right;
    margin-right: 10%;
    background: transparent url('./images/search_field.gif') no-repeat;
}

#header .top input {
    width: 100px;
    color: white;
    background-color: transparent;
    border: none;
}

#header .top button {
    width: 30px;
    height: 31px;
    border: none;
    background: transparent url('./images/search_button.gif');
    cursor: pointer;
    position: relative;
    left: 30px;
}


#sidebar h4.odd {
    position: relative;
    left: 12px;
    margin-bottom: 10px;
    background: transparent url('./images/h4_w1.gif') no-repeat center right;
    line-height: 29px;
}

#sidebar h4.odd span {
    display: inline-block;
    position: relative;
    left: -14px;
    padding-left: 10px;
    height: 29px;
    background: #E5E5E5 url('./images/h4_w2.gif') no-repeat center left;
    color: #193326; 
}

#sidebar h4.even {
    position: relative;
    left: 12px;
    margin-bottom: 10px;
    background: transparent url('./images/h4_y1.gif') no-repeat center right;
    line-height: 29px;
}

#sidebar h4.even span {
    display: inline-block;
    position: relative;
    left: -14px;
    padding-left: 10px;
    height: 29px;
    background: #DDE08F url('./images/h4_y2.gif') no-repeat center left;
    color: #193326; 
}

#sidebar ul.root {
    float: right;
}

#sidebar li.box {
    padding-top: 25px;
    clear: both;
    width: 350px;
}

#sidebar ul li {
    list-style-type: none;
    color: #D6D6D6;
    font-size: 14px;
}

#sidebar a {
    color: #D6D6D6;
    font-size: 14px;
    text-decoration: none;
}

#sidebar .kjgrcGravatar {
    float: left;
    margin-right: 5px;
}

#sidebar li.recent-comments ul {
    width: 300px;
    float: right;
    border-bottom: solid 2px #4F6359;
}

#sidebar li.recent-comments ul li {
    height: 60px;
    padding: 10px 2px 10px 7px;
    border-top: solid 2px #4F6359;
    text-align: left;
}

#content {
    margin-left: 432px;
    margin-right: 20px;
}

#content h4 {
    margin-bottom: 5px;
    color: #526645; 
}

#content table {
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}

#content .title {
    background: #DDE08F url('./images/h2_rounded.gif') no-repeat center right;
    margin-bottom: 20px;
    line-height: 29px;
}

#content .title a {
    text-decoration: none;
    color: #526645; 
    font-size: 16px;
    vertical-align: middle;
    padding-left: 50px;
}

#content .posttime {
    position: relative;
    top: -10px;
    left: 50px;
    font-size: 10px;
    color: #526645; 
}

#content .posttime a {
     font-size: 10px;
}

#content a {
    color: #526645; 
}

#content a:hover {
    text-decoration: none;
}

#content .postmetadata-multi {
    text-align: right;
    clear: both;
}

#content .postmetadata-multi a {
    font-weight: bold;
    text-decoration: none;
}

#content .entry h2 {
    display: inline-block;
    height: 31px;
    margin-bottom: 10px;
    padding-right: 6px;
    line-height: 31px;
    background: transparent url('./images/h2_right.gif') no-repeat right; 
}

#content .entry h2 span {
    display: block;
    height: 31px;
    padding: 0px 6px 0px 12px;
    font-size: 14px;
    background: transparent url('./images/h2_left.gif'); 
    color: #526645;
    vertical-align: middle;
}

#content .entry {
    margin-left: 50px;
}   

#content p, #content ul {
    margin-bottom: 10px;
    text-align: justify;
}

#content ul {
    margin-left: 40px;
}

#content .post-data {
    margin-left: 50px;
    margin-right: 20px;
}

#content h3 {
    background: #d7d7d7 url('./images/h3.gif') no-repeat center right;
    margin-bottom: 15px;
    line-height: 29px;
}

#content h3 span {
    color: #526645; 
    font-size: 16px;
    vertical-align: middle;
    padding-left: 50px;
}

#content .margin {
    margin-left: 50px;
}

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

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

.alignright {
	float: right;
}

.alignleft {
	float: left
}

#respond {
    float: left;
    clear: left;
}

.wrapper {
    float: left;
}

.commentlist {
	list-style-type: none;
    width: 100%;
}

.commentlist li {
	clear: left;
	padding-bottom: 20px;
}

.comment .vcard {
	float: left;
	width: 90px;
	text-align: center;
}

.comment .vcard cite {
	display: block;
}

.comment .vcard a {
	font-size: 12px;
}

.commentmetadata {
	float: right;
	padding: 3px 3px 0px 0px;
}

.commentmetadata a {
	font-size: 10px;
} 

.comment-wrapper{
	margin-left: 100px;
	background-color: #ECF8F3;
	border: 1px solid #BEEAD9;
	min-height: 100px;
}

.comment .moderated {
    padding-left: 10px;
    font-size: 12px;
}

.solo-subscribe-to-comments {
    clear: both;
}

.arrow {
	position: relative;
	top: 15px;
	left: -12px;
}

.comment-body {
	padding: 10px;
	clear: right;
}

.navigation {
    margin-left: 50px;
    clear: both;
}

.navigation a {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

#footer {
    padding-top: 30px;
    padding-bottom: 10px;
    width: 420px;
    float: left;
    text-align: right;
    font-size: 12px;
    color: #D6D6D6;
}

#footer a {
    font-size: 12px;
    color: #D6D6D6;
}

.email {
    direction: rtl;
    unicode-bidi: bidi-override;
}

.wp_syntax {
    clear: both;
}
