/*Ionut */

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Verdana, Arial, san-serif;
	font-size: 11px;
	color: #CCC;
	background: #000;
}
a:link, a:visited { 
	color: #f5ea01; 
	text-decoration: none; 
} 
a:active, a:hover { 
	color: #f5ea01; 
	text-decoration: underline; 
}
p {
	margin: 0px;
	padding: 0px;
}
.clean {
	clear: both;
}
.cleaner {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;	
}
.cleaner_with_height {
	clear: both;
	width: 100%;
	height: 30px;
	font-size: 1px;	
}
.cleaner_with_divider {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;	
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;	
	border-bottom: 1px dotted #B79742;
}
.comment {
	padding-left: 20px;
	margin-left: 5px;
	background: url(images/comment_icon.jpg) bottom left no-repeat;
}
.navigation{
	clear:both;
}

/* header */
#headerPanel {
	clear: both;
	width:100%;
	margin: 0 auto;
	background: #000000 url(images/top_bg.jpg) top center no-repeat; 
}
#headerSection{
	clear: both;
	width: 960px;
	height: 293px;
	margin: 0 auto;

}
#headerSection #titleSection{
	font-size: 55px;
	padding: 130px 0 10px 10px;
}
#headerSection #titleSection a{
	color: #f5ea01;
	text-decoration: none;
}
#headerSection #tagline {
	padding: 15px 0 0 165px;
	font-size: 20px;
	color: #6b5927;
}
/*end of header */


/* menu */
#menuPanel{
	clear: both;	
	width:100%;
	height: 47px;	
	margin: 0 auto;
	color: #ffffff;
	background: #000000 url(images/menu_bg_repeat.jpg) repeat-x;
}
#menuPanel #menuSection{
	width: 930px;
	height: 47px;	
	margin:0 auto;
	padding: 0 0 10px 30px;
	color: #03a0a6;
	background:  url(images/menu_bg.jpg) no-repeat;	
}
#menuSection ul {
	float: left;
	width: 930px;
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}
#menuSection ul li {
	display: inline;
}
#menuSection ul li a{
	float: left;
	width: 130px;
	padding: 2px 5px;
	margin-right: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #99930d;
	border-right: 1px solid #333;	
}
#menuSection li a:hover{
	color: #f5ea01;
}
#menuSection li .last {
	border-right: none;
}
/* end of menu */

/* submenu */
#submenuPannel{
	clear: both;
	width:100%;
	height:110px;
	margin: 0 auto;
}
#submenuPannel ul {
	padding:0;
	width:890px;
	margin:auto;
	list-style:none;
}
#submenuPannel ul li {
	margin:auto 5px;
	float:left;
}
#submenuPannel ul li a {
}
#submenuPannel ul li a :hover{
	background-color:#F5EA01;
}
#submenuPannel ul li img{
	border: 5px solid #21240E;
	margin:0px;
	padding:2px;
	width:85px;
	height:85px;	
}
/* end of submenu */


/* content */
#contentContainer #content{
	clear: both;
	height: 100%;
	width: 930px;
	padding:0px;
	margin:0 auto;
}
#contentLeft {
	float: left;
	width: 600px;
	margin-bottom: 15px;
}
#contentRight {
	float: right;
	width: 300px;
	margin-bottom: 15px;
}

/* for left column */
#contentLeft .post {
	width: 598px;
	padding: 0;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border: 1px solid #191a0d;
	background: #0b0c04  url(images/post_bg.jpg) top right no-repeat;	
}
.post .postTitle{
	width: 570px;
	//height: 50px; /* padding 20px + */
	margin: 0 0 10px 0;
	padding: 20px 0 7px 30px;

}
.postTitle .titleLink {
	font-size: 26px;
	color: #F5EA01;
	text-decoration: none;
	line-height:22px;
}
.post .postTitle .postInfo{
	width: 100%;
	font-weight: normal;
	font-size: 12px;
	color: #acb66c;
	padding-top: 10px;
}
.post .postBody{
	padding: 0 30px 15px 30px;
}

.post .postComment{
	clear:both;
}
#comments{
	clear:both;
}


#submenuPannel ul li a :hover{
	background-color:#F5EA01;
}
.gallery img{
	border: 5px solid #21240E;
	margin:0px;
	padding:2px;
}
.gallery a:hover img{
	background-color:#F5EA01;
}
.gallery .gallery-item{
	margin:5px;
}
.gallery .gallery-caption{
	margin:0 10px;
}
.entry-attachment a img{
	width:500px;
	height:inherit;
	border: 5px solid #21240E;
	margin:5px 35px;
	padding:2px;
}
.entry-attachment a:hover img{
	background-color:#F5EA01;
}



.gallery dl{
	float:left;
}
.post .postComment{
	padding: 5px 30px;
	font-weight: bold;
}

/* end of left colun */

/* for right column */
#contentRight .widget{
	clear: both;
	display:inline-block;
	width: 248px;
	padding: 15px 15px 10px 15px;
	margin-bottom: 30px;
	background: #0b0c04 url(images/right_section_bg.jpg) top center no-repeat;	
	border: 1px solid #191a0d;	
}
#contentRight .widget h3{
	font-size: 16.5px;
}
#contentRight .widget h3{
	font-size: 16.5px;
}
#photoDescription{
	padding: 10px 0 30px;
	font-size: 13px;
}
#contentRight .widget ul{
	clear: both;
	margin: 0 0 0 15px;
	padding: 0px;
}
#contentRight .widget ul li{
	margin: 0 0 5px 0;
}
.widget .gallery img{
	width:58px;
	height:58px;
	
}


/* end of right column */



/* for bottom palen */
#bottomPanel{
	clear:both;
	width: 960px;
	margin: 10px auto 0 auto;
	padding: 20px 0;
	background: url(images/bottom_panel_bg.jpg) top center;	
}

#bottomPanel .panelSection {
	margin-left: 10px;
	width: 550px;
	margin-bottom: 20px;
}
#bottomPanel .panelSection ul {
	list-style: none;
	margin:0px;
	padding:0px;
}
#bottomPanel .panelSection ul li {
	float:left;
	padding-right:20px;
}

.bottom_panel_section h1 {
	color: #f2e304;
	font-size: 14px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

.bottom_panel_section p{
	margin-bottom: 5px;
	padding-bottom: 5px;
}
/* end of bottom */


.ratingblock {
	clear:both;
}

#prevLink{
	position:absolute;
	margin:100px 40px;
	float:left;
}
#prevLink img, #nextLink img{
	border:none;
}
#nextLink{
	position:absolute;
	margin:100px 480px 0;
	float:left;
}