/* Reset needed styles
*******************************/
html,body,div,span,form,h1,h2,h3,h4,p,blockquote{margin:0;padding:0;border:0;outline: 0;}
:focus {outline: 0;}
body {line-height: 1;}
html {height: 100%;margin-bottom: 1px;}

/* Typography
*******************************/
body {
    font:normal 69% Tahoma, Arial, Helvetica, sans-serif;
}

pre,
var,
code { 
    font-family:"Courier New", Courier, monospace; 
}

.page_content {
	margin: 15px 0;	
}

.entry-content, .page_content {
	font: normal 1.4em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#header h2 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

/* Header elements
*******************************/
h1,h2,h3,h4,h5,h6 {
    font: normal 1em Georgia, "Times New Roman", Times, serif;
	 color:#152942;
}

h1 { font-size:2.4em; }
h2 { font-size:2.0em; }
h3 { font-size:1.55em; }
h4 { font-size:1.4em; }
h5 { font-size:1.3em; }
h6 { font-size:1.2em; }

#content h1 {  
	clear: left;
}

/*#content h1 { font-size: 1.7em!important; }
#content h2 { font-size: 1.6em!important; }
#content h2 a { font-size: 1.6em!important; }
#content h3 { font-size: 1.5em!important; }*/



/* Text elements
*******************************/
ul,ol,p,dl {
    line-height:1.8;
}
ul,ol         {margin: 0 0 1em .8em;}
ul            {list-style-type:disc;}
ol            {list-style-type:decimal;}
p,dl	      {margin: 0 0 1em 0; text-align: left;}
strong        {font-weight: bold; }
em            {font-style: italic; }
ins           {text-decoration:none;}
del           {text-decoration:line-through;}
img           {border:0;outline:0;}
blockquote {   
	background: url(../img/blockquote.gif) left top no-repeat;
	margin:10px 0 0 5px;
	padding: 0 0 0 36px;
}
a:link,
a:visited,
a:hover,
a:active{
    color:#3b506b;
    text-decoration:underline;
}

/* Wordpress styles
*******************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   margin:0 1em 1em 0;
}
.alignright {
   float: right;
   margin:0 0 1em 1em;
}
.wp-caption {
   border: 1px solid #ccc;
   text-align: center;
   padding-top: 4px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 1em;
   line-height:1.4;
   padding: 0 4px 4px;
   margin: 0;
}

/* Layout
*******************************/
body {
	color: #363636;
   background: url(../img/bg.jpg) 0 0 repeat-x #fff;
}
#root{
	width:900px;
	margin:0 auto;
   background: url(../img/header.jpg) 100% 0px no-repeat;
}

/* Header
*******************************/
#header {
    height:98px;
    margin-bottom:1px;
    color:#fff;
    padding:40px 0 0 0;
}
#header a {
    color:#fff;
    text-decoration:none;
}
#header h2 {
    line-height:1.3;
    font-size:1em;
    color:#fff;
}

/* Navigation
*******************************/
#nav{
    overflow:hidden;
    width:800px;
    margin:0;
    padding:0;
    list-style:none;
}
#nav li{
    float:left;
}
#nav a{
    float:left;
    padding:0px 0 0 0;
    margin-right:18px;
    height:26px;
    /*border-bottom:3px solid #D2D6D8;*/
    text-decoration:underline;
    font-size:1.6em;
	 font-family: Georgia;
}
#nav a:hover,
#nav .current_page_item a{
   text-decoration: none;
}

/* Content
*******************************/
#content {
    width:650px;	 
    
	 margin:20px 50px 30px 0;	
	 
	 
    float:left;
	 min-height: 800px; height: auto!important; height: 800px; 
	 padding-right: 0px;
	 _margin-right: -70px;  
	 
}

#content .post {
    padding-bottom:1.5em;
    margin-bottom:1.5em;
    border-bottom:1px solid #bbc2c6;
}
#content .single {
    border-bottom:0;
}
#content h2 a {
    text-decoration:none;
}
/*#content h3 {
    margin-bottom:20px;
    line-height:2.1;
    border-bottom:2px solid #D2D6D8;
}*/
#content h2 a:hover {
    color:#465c79;
}
.postdata {
    padding:8px 0;
    margin-bottom:8px;
    border:1px solid #eee;
    border-left:0;
    border-right:0;
    color:#747474;
}
.postdata a {
    color:#354a56;
    text-decoration:none;
}
.postdata a:hover {
    text-decoration:underline;
}
.tags {
    line-height:1.2;
    clear:both;
}

/* Sidebar
*******************************/
#sidebar {
    width:140px;
    float:left;
    margin:-47px 0 30px 0; 
	border: 1px solid red;
	 
}
#sidebar h3 {
    padding:0 0 12px 20px;
    border-left:2px solid #D2D6D8;
}
#sidebar .box {
    margin-bottom:18px;
}
#recentcomments,
#sidebar #calendar_wrap,
#sidebar .box .content,
#sidebar #searchform,
#sidebar .box li a,
#sidebar .box .current-cat li a {
    border-left:2px solid #D2D6D8;
}
#sidebar .box .tags,
#sidebar #calendar_wrap,
#sidebar .box li a,
#sidebar #searchform {
    padding:0 0 0 20px;
}
#sidebar .box .tags {
    line-height:1.6;
}
#sidebar .box li {
    display:inline;/*for IE*/
}
#sidebar .box li a {
    display:block;
}
#sidebar .box li li a {
    padding-left:40px;
}
#sidebar .box li li li a {
    padding-left:60px;
}
#sidebar .box li a:hover,
#sidebar .box .current-cat li a:hover {
    border-color:#7E929E;
}
#sidebar .box .current-cat a,
#sidebar .box .current-cat a:hover {
    border-color:#152942;
}
#sidebar ul {
    margin:0;
    padding:0;
    list-style:none;
}



/*recent comments widget*/
#sidebar #recentcomments {
    padding-left:20px;
}
#sidebar  #recentcomments li.recentcomments {
    display:block;
}
#recentcomments li.recentcomments a {
    display:inline;
    border:0;
}

/* Search Form
*******************************/
#searchform input {
    vertical-align:middle;
    border:1px solid #ccc;
    font-size:1em;
    color:#152942;
}
#searchform input#search-submit {
    background:#D2D6D8;
    border:1px solid #D2D6D8;
    width:30px;
}

/* Comments
*******************************/
#commentform {
    margin-top:12px;
}
#commentform input.text,
#commentform textarea {
    border:1px solid #7E929E;
    border-right-color:#E8E8E8;
    border-bottom-color:#E8E8E8;
    padding:2px;
}
#commentform input.text {
    width:200px;
}
#commentform textarea {
    width:400px;
}
#commentform input.submit {
    border:1px solid #7E929E;
    background:#E8E8E8;
    color:#152942;
}
.comment {
	/*margin: 0 0 20px 0;
	padding: 20px;
	background: #f9f9f9;
	border-left: 2px solid #D2D6D8;*/
	margin: 0px 0 50px 0;	
	border-bottom: 1px solid #eee;
	float: right;
	background: #fff url(../img/comments-link.gif) 88% 0 no-repeat;
	padding: 0 0 0 15px;
	font-size: 0.8em;
	width: 640px;
	text-align: right; 
}
.comment .details img {
    vertical-align:middle;
}

/* Footer
*******************************/
#footer {
    clear:both;
    padding-top:20px;
    height:40px;
	 width: 100%;
    background:#E8E8E8;
    border-top:1px solid #D2D6D8;
}
#footer .copyright {
    padding-right:8px;
    width:900px;
    margin:0 auto;
    display:block;
}
#footer img {
    vertical-align:middle;
    margin-right:10px;
}


#comments_content {
	border: 1px solid #ccc;
	padding: 5px;
	width: 600px;
	height: 140px;
}

.comments_submit {
	border: 1px solid #999;
	background-color: #ccc;
	margin: 5px 0;
}

/* CALENDAR */
div.calendar table {width: 150px;}
div.calendar td {border: 1px solid white; text-align: center; padding: 1px; font-size: 8pt; background: #E8E8E8;}
div.calendar tr.week td {background: #D5D5E1;}
div.calendar div.today {background: #8591B7;}
div.calendar div.today-content {background: #8591B7;}
div.calendar td a {text-decoration: underline;}

#sidebars {
	padding: 20px 10px;
	
}

#sidebar-top {
	/*margin: 0 0 20px 0;*/
}

.contact-form input {
	border: 1px solid #ccc;
}

.widget {
	margin: 10px 0;
}

/* LIST */
ul.is_link {margin: 0px 0px 10px 3px; padding: 0px; list-style-type: none; line-height: 1.5em;}

ul.is_link ul {margin: 0; padding: 0px; list-style-type: none;}

ul.is_link li {margin: 0px; background: url(images/bullet.jpg) no-repeat 0 6px; padding: 0 0 0 14px;}
ul.is_link li li {margin-left: 5px; }

li.level0, li.level0 a {}
li.count0 {color: grey;}

ul.category {color: gray;}
ul.category div.category_desc {color: gray;}


ul.last_comment {font-size: 8pt; }
ul.last_comment em {display: block; color: gray; font-size: 0.9em; text-align: right;}
ul.last_comment li {margin-bottom: 7px;}

div.comments ul.last_comment li {margin: 5px 0;}

ul.links div {margin: 0px 0 5px 0; font-style: italic; color: gray; line-height: 1.0em; font-size: 0.9em;}


/*rss button*/
/*#my_rss {
    height:59px;
    margin:-150px 0 0 0;	 	
}*/

#my_rss {
    float:right;
    width:77px;
    height:59px; 
	 margin: -77px 0 0 0;
	 _margin-top: -67px;    
	 background: url(../img/rss-icon.gif) 0 0 no-repeat;
    text-indent:-9999px;
}

.img {
	float: left;
	margin: 5px 15px 5px 0px;
}

.comments-link {
	margin: 0px 0 50px 0;	
	border-bottom: 1px solid #eee;
	float: right;
	background: #fff url(../img/comments-link.gif) 88% 0 no-repeat;
	padding: 0 0 0 15px;
	font-size: 0.8em;
	width: 640px;
	text-align: right; 
	
}

.comments-link a {
	text-decoration: none;
}

#my-gallery img {
	float: left;
	margin: 0 15px 5px 0px;
}

.my-gallery img {
	float: left;
	margin: 0 5px 5px 0px;
}

.comments p {
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	font-size: 1.2em;
}

.comments {
	margin-bottom: 40px;	
}

#comment-form {
	font-size: 1.2em;
	
}

.comments-reg label, .comments-noreg label {
	float: left;
	width: 90px; 
}
.comments-reg br, .comments-noreg br {
	clear: left;
}

.comments-reg input, .comments-noreg input {
	border: 1px solid #ccc;
	margin: 3px 0 0 0; 
}

.comments-noreg, .comments-reg, #comments_captha {
	border-bottom: 1px dotted #ccc;
}

.comments-reg {
	padding: 10px 0 20px 0;
}

.clear_left {
	clear: left;
}

.w_450{
	width: 450px;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}

#siyemd img {
	height: 0;
	width: 0;
}

span.cut {
	display: block;
	margin: 5px 0 0 0;
	 
}

.page_content pre {
	width: 630px;
}