/*
Theme Name: RSS Blog
Theme URI: http://wordpress.org/
Description: Custom theme for BUUUZ RSS Blog
Version: 1.0
Author: Michael Turutanov
Author URI: http://nixsolutions.com/
Tags: custom header, fixed width, two columns, widgets

*/

html, body{
	margin:0;
	padding:0;
	font:12px verdana,arial;
	background:#E7E7E7;
}
h3{
	margin:0;
	padding:0;
}

img {border: 0;}

#content a {
	text-decoration:none;
	color:#0066CC;
}
#content a:hover{
	text-decoration:underline;
}
.post small {
	color:#777;
	font:italic normal 10px verdana, arial;
}
.grayTextEm{
	color:#777;
	font:normal normal 12px verdana, arial;
}
.smallEm{
	font:normal normal 10px verdana, arial;
}
.bigEm{
	font:normal normal 26px verdana, arial;
}

.entry {
    overflow: hidden;
}
#page {
	margin:0 auto;
	width:748px;
	background:#fff url('images/bgrd.jpg') repeat-y left top;
}
#header {
	/*background:url('images/buuuzBlog.jpg') no-repeat left top;*/
	height:182px;
}
#header img {margin: 0; padding: 0; border: 0; position: absolute;}

#header .description {display: none;}
#header h1 {color: #7CAC25; font-size: 14pt; position: absolute; top: 20px; z-index: 100; text-align: right; margin-left: 360px;}
#header h1 a {color: #0066CC}

#sidebar {
	margin-left: 7px;
	padding-top: 10px;
	width:200px;
	float:left;
	background:url('images/bgrdCol.jpg') repeat-y left top;
}

html>body #sidebar {margin-left: 13px;}

#sidebar ul { margin: 0; padding: 0; margin-bottom: 10px; list-style-type: none;}
#sidebar li h2 {
	font: 17px arial,verdana,tahoma;
	color:#fff;
	background:url('images/h1.jpg') no-repeat left top;
	text-align:center;
	padding:3px 1;
	margin: 0;
 }
#sidebar li ul, #sidebar form, #sidebar div {
	padding-left: 15px;
}

#sidebar form {margin-bottom: 10px;}
#sidebar div {margin: 8px 0;}
#sidebar table {margin: 0 auto;}

#sidebar li ul li {
	background: transparent;
	margin:5px 0 0 0;
	padding: 0;
}

#sidebar a {color: #000}

#content{
	margin-left:213px;
	padding-bottom:5px;
}
.text{
	margin:5px 0 0 10px;
}
.post {
	width:508px;
}
.blockContHead{
	background:url('images/corn.jpg') no-repeat left top;
	height:38px;
}
.post h2 {
	font-size:17px;
}

#content h2 a, #content h3 a, .post h2, .pagetitle  {color:#7CAC25}
.pagetitle {padding-left: 1em;}
.blockContBody{
	padding:0 0 0 43px;
	background:url('images/botBlockCont.jpg') no-repeat bottom left;
}

.navigation {margin-right: 10px;}
.alignleft {float: left;}
.alignright {float: right;}


.blockCont {width: 508px; background: url(images/corn_bgrd.jpg) repeat-y;}

.blockCont ol {padding-bottom: 8px; margin-bottom: 0;}

.postmetadata {
	margin:30px 0 0 0;
	padding-bottom:20px;
}
.tblGlav{
	border-collapse:collapse;
	width:160px;
	margin-top:5px;
}
.tblCalendar{
	border-collapse:collapse;
	border:1px solid #000;
	width:100%;
	text-align:center;
}
.bodyTbl{
	border:1px solid #000;
}

#footer{
	height:20px;
	line-height: 20px;
	background:url('images/foot.jpg') no-repeat 3px top;
	margin-top:5px;
	color:#fff;
	text-align: center;
}

#footer a {color: #FFF}
#sidebar .about-buuuz a {display: block; text-align: center; color: #0066CC; margin-bottom: 4px; font-weight: bold;}

#imgbox {display: block; width:160px; height:200px;}