/* 
Theme Name: Blogging Simply
Theme URI: http://justintadlock.com/
Description: A simple, imageless, widget-ready, 3-column design.  It's beauty lies in its simplicity and soothing colors.
Version: 1.0
Author: Justin Tadlock
Author URI: http://justintadlock.com
Released under GNU GENERAL PUBLIC LICENSE
*/

body { 
	color: #464646; 
	background: #FFFFF;
	margin: 0;
	padding: 0;
	font: 80% "Trebuchet MS", Arial, "Lucida Sans Unicode", Tahoma, sans-serif;

	}
 

.clear { clear: both; height: 0; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
html>body .clearfix { display: block; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }



/* CONTAINS ENTIRE PAGE */
#body-container {
	width: 80%;
	margin: 0 auto;
	}

/* HEADER */
#header h1 { margin: 5px 0; }
#header h1 a { color: #ffffff; }
#header h1 a:hover { color: #5e5f5e; }

/* CONTAINS CONTENT & SIDEBAR */
#container { width: 100%; }

/* CONTENT */
#content {
	float: left; 
	width: 45%;
	padding: 15px 10px;
	background: #ffffff;
	
	}
	
	.post_content {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	
	}
	


/* HEADERS */
h1, h2, h3, h4, h5, h6 { color: #60A538; }
h1 { font-size: 1.5em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }



.tlo {
	background-image: url(http://ruda.in.ua/images/tloruda.jpg);
	background-repeat: repeat-x;
	background-position: top;
}


/* POSTS & PAGES */
.post { width: 100%; margin: 20px 0;  
	}
.post h2.post-title, {margin: 2px 0; color: #EF650D;}
.post { font-size: 19px; margin: 2px 0 0 0; } 
.entry {
	
	background-position: top;
	background-repeat: repeat-x;
	font-family: Arial, "Lucida Sans Unicode", Tahoma, sans-serif;
 margin-top: 0px; font-size: 16px;} 

.post-title, a.post-title,a:visited.post-title, a:active.post-title,  a:hover.post-title { 
	font-family: Arial, "Lucida Sans Unicode", Tahoma, sans-serif;

font-size: 26px; margin: 3px 0; color: #EF650D;}


/* blockquotes */
blockquote { color: #5e5f5e; }
blockquote blockquote { color: #858785; }

/* links */
a { 
	color: #60A538;
	text-decoration: none;
	}
a:hover { color: #5e5f5e; }

/* images */
.post a img, .post img { border: 5px solid #d4e0d3; }

/* lists */
.post ul { list-style-type: none; margin: 0; padding: 0; }
.post ul li { 
	margin: 0;
	padding: 0 0 0 15px;
	background: url(images/bullet.gif) no-repeat 0 .4em;
	}
.post ol { margin: 0; padding: 0 0 0 25px; }
.post ol li { margin: 1px 0; padding: 0; }

/* postmetadata */
p.postmetadata {
	float: right;
	width: 100%;
	text-align: right;
	margin: 15px 0 0 0;
	padding: 0 0 25px 0;
	border-bottom: 0px solid #cccccc;
	}
p.postmetadata span.comments {
	height: 16px;
	background: url(images/comments.gif) no-repeat 0 .1em;
	}
p.postmetadata span.comments a { padding-left: 20px; }


.post-time11 {

	padding: 0 5px !important; /* Fuck Firefox! */
	padding: 0 5px 1px 5px;
	font-family: Verdana;
	font-size: 0.8em;
	color: #FFFFFF;
	

}
.post-time11 a {
	color: #FFFFFF;
}
.post-time2 {

	padding: 0 5px !important; /* Fuck Firefox! */
	padding: 0 5px 1px 5px;
	font-family: Verdana;
	font-size: 0.8em;
	color: #C0C0C0;
}
.post-time2 a {
	color: #C0C0C0;
}


/* tables */
.post table { border: none; background: #ffffff; }
.post tr, .post td { border: 1px solid #60A538; background: #e9f0e8; }

/* other basics & typography */
small { font-size: .9em; }

/* navigation & left, right, center alignment */
.navigation { padding: 25px 0; }
.previous { float: left; width: 45%; }
.left, .alignleft { float: left; margin: 0 15px 15px 0; }
.next { float: right; }
.right, .alignleft { float: right; margin: 0 0 15px 15px; }
.center { text-align: center; margin: 0 auto; display: block; }
.clear { clear: both; }


/* COMMENTS */
#comments-template { width: 99%; }
#comments-template ol { list-style-type: none; margin: 0; padding: 0; border-top: 1px solid #cccccc; }
#comments-template ol li { margin: 0; padding: 10px 5px; border-bottom: 1px solid #cccccc; }
#comments-template ol li.alt { background: #e9f0e8; }
#comments-template fieldset { border: none; }
#comments-template legend { border: none; }
#comments-template textarea { width: 99%; border: 1px solid #809595; background: #e9f0e8; }
#comments-template input { width: 40%; border: 1px solid #809595; background: #e9f0e8; }
#comments-template input.submitcomment, #comments-template input.resetcomment { width: 100px; }




.commentsmall {
	padding: 0 5px !important; /* Fuck Firefox! */
	padding: 0 5px 1px 5px;
	font-family: Verdana;
	font-size: 0.7em;
}
.commentsmall a {
}

/* SIDEBAR */
#sidebar, #sidebar2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	width: 92%;
	margin: 0 0 0 0;
	padding: 0px 0px;
	background: #ffffff;
	border: 0px solid #cccccc;
	}
#sidebar h2.menu-header, #sidebar2 h2.menu-header {  
 
	margin: 30px 0px 15px 0; 
	text-align: left;
		font-size: 19px;
	border-bottom: 3px solid #EF650D;
		background-image: url(images/block.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#sidebar h2.menu-header1 {  
 
	margin: 30px 0px 0px 0; 
	text-align: left;
		font-size: 19px;
	border-bottom: 3px solid #EF650D;
		background-image: url(images/block.gif);
	background-repeat: no-repeat;
	background-position: right top;
}



#sidebar ul, #sidebar2 ul {
	list-style-type: none;
		text-align: right;

	margin: 5px 0;
	padding: 0;
	border-top: 1px dotted #cccccc;

	}
#sidebar ul li, #sidebar2 ul li {
	color: #5e5f5e;
			text-align: right;

	padding: 0;
	margin: 0;

	border-bottom: 1px dotted #cccccc;
	}
#sidebar ul li a, #sidebar2 ul li a {
	padding: 0 1px;
	text-indent: 10px;
	width: 100%;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #545454;
	}
#sidebar ul li a:hover, #sidebar2 ul li a:hover {
	text-indent: 12px;

	text-decoration: none;
	}
#sidebar ul li ul { margin: 0; padding: 0; border: none; }
#sidebar ul li ul li a, #sidebar2 ul li ul li a { text-indent: 20px; }
#sidebar ul li ul li a:hover, #sidebar2 ul li ul li a:hover { text-indent: 25px; }



/* sidebar rozd */
#sidebar ul.rozd { 
		text-transform: uppercase;
			font-size: 15px;
						text-align: right;
						background:#749237;
					padding-right: 10px;
						
}
#sidebar ul.rozd li {
		text-transform: uppercase;
					font-size: 12px;
				text-align: right;
				background:#749237;
	font: 80% "Trebuchet MS", Arial, "Lucida Sans Unicode", Tahoma, sans-serif;


	}
#sidebar ul.rozd li a{
		text-transform: uppercase;
					font-size: 15px;
					color: #FFFFFF;
	}
#sidebar ul.rozd li a:hover { 
		text-transform: uppercase;
					font-size: 15px;
					color: #EEFDD1;
							background: #97B854;
					

	}
#sidebar ul.children li, #sidebar ul.children li a{	
					font-size: 12px;
						font-weight: normal;
							background: #97B854;
	}
#sidebar ul.children li a:hover{	
					font-size: 12px;
						font-weight: bold;
							background: #97B854;
	}

/* sidebar feed */
#sidebar ul.feed, #sidebar2 ul.feed { background: transparent; border: none; }
#sidebar ul.feed li, #sidebar2 ul.feed li {
	background: transparent url(images/feed.gif) no-repeat left top;
	border: none;
	}
#sidebar ul.feed li a, #sidebar2 ul.feed li a {
	text-indent: 25px;
	display: block;
	height: 16px;
	}
#sidebar ul.feed li a:hover, #sidebar2 ul.feed li a:hover { 
	background: transparent;
	text-decoration: underline;
	text-indent: 25px;
	}

/* search */
#sidebar input#s { width: 95%; border: 1px solid #60A538; }

/* wp-calendar */
table#wp-calendar { width: 95%; margin: 0 auto; 
	font-size: .8em;
}

table#wp-calendar a { 
	border: 2px solid #ecf4d9;
	background: #faffee;
	padding: 0 1px;
}

/* SIDEBAR WIDGET STYLES */
/* blogroll widget */
li#linkcat-2 { list-style-type: none; margin: 0; padding: 0; }
/* flickr widget & other images in the sidebar */
#sidebar a img, #sidebar img, #sidebar2 a img, #sidebar2 img { margin: 3px; border: 5px solid #d4e0d3; }
/* recent comments widget */
ul#recentcomments li a, ul#recentcomments li a:hover { border: none; background: transparent; text-indent: 0; }

/* FOOTER */
#footer {
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 0px solid #cccccc;
	}	
#footer p { margin: 2px 0; }
#footer a:hover { text-decoration: underline; }



a.topmenu1, a.topmenu1:link, a.topmenu1:active, a.topmenu1:visited{
	color: #FFFFFF;
	text-decoration: none;

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


.backg-tlo {
	background-image: url(../images/ruda_white1_8.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* 
"Life is really simple, but we insist on making it complicated."  ~Confucius
*/

.postentry{float:both;}
.postentry .image{margin: 0px 17px 10px 4px; float:left;}
.entry{padding:0 15px 0 3px; font-size:1.1em; line-height:1.3em;}
.postentry .date{margin:0; padding:2px 0 0 5px;}

.topline{height:3px; background:url(images/datatime.jpg)  no-repeat; margin:10px 0;}
.post-title{padding:5px; font-weight:bold;}
.postcat{display:inline; font-weight:bold;}
.onepost{padding: 0 0 29px;}



.singleimage{margin:5px 0 0 0px; border:5px solid #FD9900; float:left;}
#singleentry{padding:0 0 0 15px;}
#singletitle{font-size:2.5em; margin: 0 0 0 8px;}
.singleline{height:3px; background:url(images/datatime.jpg) -8px 0 no-repeat; margin:10px 0;}

#mainmenu{margin:0 0 0 25px; padding:0; height:30px; background:#749237; -moz-round-border:0; border-bottom:4px solid #FF9409; -webkit-border-radius: 3px;
-moz-border-radius: 3px;}
#mainmenu li{display:block; float:left; list-style:none; padding:2px 12px 0 12px; border-right:2px solid #FF9409;}
#mainmenu li a{color:#FFF; font-size:1.3em; font-weight:bold; text-decoration:underline;}
#mainmenu li a:hover{text-decoration:none;}