body
{
	background:#D8DFE5 url(img/bg.png) repeat-x;
}

a 
{
	color: #333333;
	text-decoration: none;
}

a:hover
{
	color: #4D4D4D;
}

hr
{
background:#516E86 none repeat scroll 0 0;
border-top:1px solid #072138;
height: 2px;
}
.header_thumb
{
	margin-top:10px;
	margin-bottom:10px;
}

#header
{
	height: 162px;
	background:#D8DFE5 url(img/header.jpg) no-repeat;
	width: 940px;
	
}

#logo
{
	margin-top: 35px;
}

#main
{
	width:960px;
	background: url(img/bgmain.png) repeat-y;
	padding-left: 10px;
	width: 960px;
	
	
}
/*#main div
{
	width: 940px;
}*/
#top_menu
{
	height: 46px;
	background:#000000 url(img/bgmenu.png) repeat-x;
	padding-top: 10px;
	width: 940px;
}

#top_menu a
{
	font-family:Georgia,Serif;
	font-size:20px;
	padding:14px 20px 0 20px;
	text-transform:uppercase;
	color: white;
	text-decoration: none;
}

#top_menu a:hover
{
	color: #39C2F1;
}

#searchform
{
	display: inline;
}

input
{
	font-size:20px;
}

#s
{
	width: 150px;
}
#all 
{
	background: #FFFFFF;
	width: 940px;
}

#content
{
	background: #FFFFFF;
	margin:0px;
	border-right: 240px solid #c8e0e7;
	margin-right: -240px;
}

#sidebar
{
	background:#c8e0e7;
	width: 240px;
	margin:0px;
	font-size: 108%;
}
#sidebar h2
{
	background:#c8e0e7 url(img/bgw.png) no-repeat;
	height: 51px;
	color: #FFFFFF;
	padding-left: 20px;
}


#sidebar ul
{
	list-style: none;
}
.post
{
	margin:20px;
	font-size: 108%;
}

.post img2
{
	padding: 5px;
	border: 1px solid #4D4D4D;
	margin: 10px;
	float:left;
	float:left;
}
.post p
{
	margin-top: 20px;
}

.post h1
{
		font-weight: normal;
		margin-bottom: 0px;
}
.post small
{
	color: #BFBFBF;
	font-size: 12px;
	text-transform:uppercase;
	margin-bottom: 20px;
}

.post small a
{
	color: #BFBFBF;
}
#footer
{
	height: 130px;
	background:#c8e0e7 url(img/bgfooter.png) repeat-x;
	
	text-transform:uppercase;
	color: white;
	font-family:Verdana;
	padding-top: 10px;
}
#footer a
{
	color: white;
	font-size: 100%;
	text-decoration: underline;
}


.cover
{
	position: absolute;
	top:104px;
	background: #000000;
	color: white;
	opacity:0.7;
	width: 300px;
	height: 47px;
	overflow: hidden;
}
.cover h3
{
	font-size: 15px;
	margin: 0px;
	padding: 3px;
	color: white;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
}
.cover h3 a
{
	color: white;
	
}

.cover h3 a:hover
{
	color: white;
	text-decoration: underline;
}

.arc
{
	text-align: center;
	font-weight: normal;
	text-decoration: underline;
	margin-top: 20px;
}
#commenty
{
	margin:20px;
}

#commenty input,textarea
{
	font-size: 100%;
}

.comment
{
	border-bottom: 1px dotted #516E86;
	margin-top: 20px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}