/*  
Version : TimeRime.com V3
Author : J. Lievendag / P. Huisman
Revise : P. Beekman
*/

body { 
	background-color: #fff;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background:#fff;

}

p{
	line-height: 140%;
	margin:0;
	padding:0;
	color: #666677;
}


/****************** START HEADER*******************/

#headerWrapper{
	background-image: url('images/header_background.jpg');
	background-repeat: repeat-x;
	height: 147px;
	width: 100%;
}

#headerContainer{
	margin: 0 auto;
	height: 147px;
	position: relative;
	width: 912px;
}

img.logo{
	float: left;
	margin-top: 16px;
}

img.blogLink{
	bottom: 10px;
	position: absolute;
	right: 0;
}

#headerContainer ul.tabMenu{
	bottom: 32px;
	height: 35px;
	left: 148px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
}

#headerContainer ul.tabMenu li{
	float: left;
	margin-right: 16px;
}

#subMenuContainer{
	border-bottom: 1px solid #d9d9dd;
	bottom: 0;
	height: 34px;
	left: 0;
	position: absolute;
	width: 912px;
}
/****************** END HEADER*******************/



#search { 
	margin-top:30px; 
	float:right; 
	padding:0; 
}

input#searchsubmit { 
	background:#fc6; 
	border:2px solid #f93; 
	color:#333; 
	font-size:13px; 
}



/*************CONTENT***************/
#contentWrapper{
	margin: 0 auto;
	width: 912px;

}

#contentContainer{
	float:left;
	width: 555px;
	color:#666677;
	margin:0;
	background:#fff;
}
#contentContainer img{
	margin: 10px 0 10px 0;
}

.mainContentHeader a{
	color:#FF7700;
	font-size:20px;
	padding:0 0 8px 0;
}
.mainContentHeader a:first-child{
	padding:16px 0 8px 0;
}
.mainContentHeader a:visited{
	color:#FF7700;
}
#contentContainer .entry{
	margin: 10px 0 0px 0;
}

.postBlok {
	border-bottom:1px solid #d9d9dd;
}
.comments-link {
	background: transparent url(images/react_on_post.jpg) left center no-repeat;
	height:21px;
	width:101px;
	display:block;
	clear:both;
	padding: 20px 0 16px 0;
}
/***************************/

/*********** ARCHIVES  *****/
.middle p {
	margin: 0 0 4px 0;
}
/***************************/

/*A href*/

a:link,a:active,a:visited { 
text-decoration:none; 
color:#416e90; 
border:none; 
}

a{
	color: #64728c;
	text-decoration: none;
}

a:hover{
	color: #ff7700;
	text-decoration: underline;
}

img {
	border: none;
	outline: none;
}

/*******RIGHT SIDE*********/

.right { 
	float:right; 
	width:332px; 

} 
.right ul li{
	padding:6px 0 0 0;
	list-style-type: none;
}
.right li{
	padding:6px 0 0 0;
	list-style-type: none;
}

.rightBlockContainer{
	margin-top: 25px;
	background: transparent url('images/rightblockbottom.png') no-repeat bottom;
	float: left;
	padding:0 0 6px 0;
	width: 332px;
}

.rightBlockContent {
	background: transparent url('images/rightblockmiddle.png') repeat-y;
	float: left;
	width: 322px;
	color:#666677;
	padding: 10px 36px 22px 18px;
	line-height:150%;
}

.rightBlockContentText {
	width:290px;

}

.blokHeader, .blokHeaderOrange {
	background: transparent url('images/rightblocktop.png') no-repeat;
	margin: 0;
	padding: 24px 0 0 18px;
	float: left;
	width:332px;
	font-size:26px;
	color:#666677;
}

.blokHeaderOrange {
	color:#FF7700;
}
.rightBlockContent ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.rightBlockContent li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#currentlyBrowsingDiv {
	display:block;
	clear:both;
	margin:30px 0 0 0;
}
/******* END RIGHT SIDE*********/


/***************** start FOOTER *****************/
#footerWrapper{
	background: #474757 url('../images/footer_background.gif') 0 top repeat-x;
	clear: both;
	position: relative;
	width: 100%;
	height: 300px;
}

#footerContainer{
	margin: 0 auto;
	padding: 27px 0;
	width:912px;
}

.footerMenuBlock{
	float: left;
	width: 180px;
}

.footerMenuBlock h3{
	color: #ff7700;
	margin: 0;
	padding: 0;
}

.footerMenuBlock ul{
	line-height: 170%;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footerMenuBlock ul li a{
	color: #fff;
	text-decoration: none;
}

/******** END FOOTER **********/

#zrx_captcha { margin-top: 10px; }
#zrx_captcha img { margin: 0 !important; }
