/*
Theme Name:VKC
*/

*{
	margin:0;
	padding:0;	
}

html{
	height:100%;	
}

body {
	font-family: Geneva, Tahoma, sans-serif;
	font-size:62.5%;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height: 2.01em;
	color: #5f5a57;
	background:#4d4540 url(images/bodybg.png) repeat scroll top left;
	height:100%;	
}

a {
	color: #5f5a57;
	text-decoration: none;
}
a:hover {
	color: #c55938;
}


/*--------------------------------------------------------*/


#wrapper-all {
	width:1040px;
	height:100%;
	min-height: 100%;
}

body > #wrapper-all{
	height: auto;
}


#header {
	width:1040px;
	height: 298px;
	overflow: hidden;
	position: relative;
	background:transparent url(images/headerbg.jpg) no-repeat scroll top left;
}

#wrapper-content{
	width: 1040px;
	position: relative;
	overflow: hidden;
	background:transparent url(images/canvasbg.jpg) repeat-y scroll top left;
	/*background:transparent url(images/canvasbg_grid.jpg) repeat-y scroll 0px 2px;*/
}

#sidebar {
	width: 260px;
	float: left;
}

#content {
	width:720px;
	float:left;
}


#footer {
	clear: both;
	width:1040px;
	background:transparent url(images/footerbg.jpg) no-repeat scroll top left;
}


/*--------------------------------------------------------*/


#logo{
	width: 420px;
	height: 30px;
	margin-left: 280px;
	margin-top: 185px;
	float: left;
}

#headerNav {
	width:200px;
	margin-left: 20px;
	margin-top: 89px;
	float: left;
}

#search {
	border-bottom: 1px solid #5f5a57;
}

#s{
	margin: 0 5px 2px 0;
	padding: 3px;
	vertical-align: middle;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #cccccc;
	background-color: #dddddd;
	width: 163px;
}

#sb{
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

#nav {
	margin-top: 12px;
}

#nav ul{
	width: 90px;
	float: left;
}

#nav ul:first-child{
	margin-right: 20px;
}



/*--------------------------------------------------------*/


/*----Sidebar--------------------------------------------------------*/


#sidebar .sidebar-header{
	width: 180px;
	height: 39px;
	min-height: 39px;
	margin-left: 60px;
	margin-right:30px;
	border-top: 1px solid #5f5a57; 
}

#sidebar .sidebar-content{
	width: 180px;
	margin-left: 60px;
	margin-right:40px;
}

#sidebar .sidebar-header:first-child{
	border-top: 2px solid #5f5a57; 
}

#sidebar h3{
	font-size: 1.2em;
	line-height: 39px;
	cursor: pointer;
}

#sidebar .sidebar-content ul{
	margin-top: 5px;
	margin-bottom: 23px;
}

#sidebar .sidebar-content ul li{
	padding-left: 10px;
	background-image: url(images/bullet_black.gif);
	background-repeat: repeat-y;
	margin-bottom: 8px;
	/*line-height: 1.2em;*/
}



/*----Content--------------------------------------------------------*/
#content {
	padding-bottom: 2px;	
}

#content .post{
	width: 720px;
	/*margin-bottom: 7.2em;*/
	margin-bottom: 72px;
	clear: both;
}


#content .post:after {  
    content: ".";  
    display: block;  
    visibility: hidden;  
    height: 0.1px;  
    font-size: 0.1em;  
    line-height: 0;  
    clear: both;  
}  
   
#content .post {  
    zoom: 1;  
}  


#content .post .post-header{
	width: 640px;
	margin-left: 20px;
	border-top: 2px solid #5f5a57; 
	padding-top: 45px;
	padding-bottom: 43px;
	position: relative;
	overflow: hidden;
}


#content .post h2{
	font-size: 1.2em;
	font-weight: bold;
	width: 420px;
	float: left;
}

#content .post dl.post-info{
	width: 200px;
	float: left;
	margin-left: 20px;
	margin-top: 5px;
	line-height: 13px;
	font-size: 1em;
	position: relative;
	overflow: hidden;
}


#content .post dl.post-info dt{
	color: #a8a7a4;
	min-width: 60px;
	float: left;
}

#content .post dl.post-info dd{
	margin-left: 15px;
	width:115px;
	float: left;
}


#content .post .post-content p{
	width: 640px;
	font-size: 1.2em;
	margin-left: 20px;
	margin-right: 60px;
	margin-bottom: 20px;
}

#content .post .post-content p img.size-medium,
#content .post .post-content .imgblock img,
#content .post .post-content .imgblock-full img{
	position: relative;
	top: -5px;
	display: block;
}

#content .post .post-content .imgblock{
	width: 640px;
	margin-left: 20px;
	margin-right: 60px;
	margin-bottom: 20px;
}

#content .post .post-content .imgblock-full{
	width: 720px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	overflow: visible;
}


#content .post .post-content .imgblock p{
	width: 600px;
	font-size: 1em;
	color: #e5e1de;
	min-height: 40px;
	line-height: 10px;
	background: #797775 url(images/imgblock_bg.png) repeat scroll top left;
	padding: 11px 20px 10px 20px;
	margin: 0;
	position: relative;
	top: -5px;
}

#content .post .post-content .imgblock-2clmn{
	width: 660px;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	overflow: hidden;
}

#content .post .post-content .imgblock-2clmn div{
	float: left;
	width: 310px;
	margin-right: 20px;
	margin-top: 0px;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
}


#content p a {
	color: #c55938;
}



/*----Page--------------------------------------------------------*/

.page {
	width: 640px;
	margin-left: 20px;
	border-top: 2px solid #5f5a57; 
	padding-top: 45px;
	padding-bottom: 43px;
	position: relative;
	overflow: hidden;
}

.page p{
	font-size: 1.2em;
	margin-bottom: 20px;
}

.page p a {
	color: #c55938;
}


/*----Footer--------------------------------------------------------*/

#footer {
	padding-top:90px;
	padding-bottom: 15px;
	padding: 90px 40px 30px 60px;
	position: relative;
	overflow: hidden;
	font-size: 1em;
	color: #928f8c;
}

#footer .footer-block{
	width: 200px;
	margin-right: 20px;
	float: left;
	line-height: 13px;
}

#footer h3{
	font-weight: bold;
	margin-bottom: 7px;
}

#footer p{
}



#footer a {
	color: #928f8c;
	text-decoration: none;
}

#footer a:hover {
	color: #c55938;
}


