/*

Theme Name: Cabana Frasin
Description: Woody
Version: 1.0
Author: Bogdan Iacob
Author URI: http://www.bogdaniacob.ro
Tags: brown, wood, forest, cabin, tourism

*/
body {
	background:#51411F url(assets/bg-body.jpg) 0 0 repeat-x;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	color:#ffffff;
}

h1, h2, h3, h4, h5, h6, ul, ol, img {
	margin:0;padding:0;
	font-weight:normal; 
	border:none;
}

.clear {
	clear:both;
}

.georgia {
	font-family:Georgia, 'Times New Roman', serif;
}

.mgright {
	margin-right:10px;
}

.mgleft5 {
	margin-left:5px;
}

.mgleft9 {
	margin-left:9px;
}

.mgbottom10 {
	margin-bottom:10px;
}

.bgbrown {
	background-color:#18130A;
	padding:5px;
	margin-bottom:10px;
}

/* LAYOUT
---------------------------------------------------*/
#wrapper {
	width:980px;
	margin:0 auto;
}

#container {
	clear:both;
}

#header {}

#visual {
	background-color:#ffffff;
	margin-bottom:10px;
	padding:10px;
}

/* MENU
---------------------------------------------------*/
#menu ul  {
	list-style-type:none;
	margin:0;
	padding:0 10px;
	background-color:#18130A;
	height:28px;
}

#menu ul li {
	width:160px;
	float:left;
	background-color:#18130A;
}

#menu ul li a {
	display:block;
	padding:5px 0;
	text-transform:uppercase;
	text-decoration:none;
	color:#CBBD8B;
	text-align:center;
	font-size:13px;
}

/* HOMEPAGE
---------------------------------------------------*/

#visual img{

}

.button {
	background-color:#18130A;
	text-transform:uppercase;
	font-size:11px;
	text-decoration:none;
	color:#CBBD8B;
	font-family:Georgia, 'Times New Roman', serif;
	padding:2px 10px;
}

.homepage-container {
	padding-bottom:10px;
	border-bottom:1px solid #A39244;
}

#left {
	width:450px;
	float:left;
}
	#left .content {
		font-size:12px;
		color:#E0D8BC;
	}
	
	#left .content h2 a {
		font-size:31px;
		color:#ffffff;
		text-decoration:none;
	}
	
#right {
	width:470px;
	float:right;
}

	#right h3, .box h3 {
		font-size:21px;
		color:#A39244;
		margin-bottom:10px;
	}
	
.photolist {
	list-style-type:none;
}
.photolist li {
	float:left;
}

/* Homepage boxes
---------------------------------------------*/

.box {
	font-size: 12px;
	color:#CBBD8B;
	}

.box .photolist li {
	float:left;
}

.box .photolist li a{
	display:block;
	padding:0px ;
}

.box .button {
	line-height:30px;
}

#boxbar {
	margin-top:10px;
}		
	
.box {
	width:320px;
	float:left;
}

.box a {
	font-size: 12px;
	color:#CBBD8B;
	}
	
	.box .content ul {
		padding-left: 20px;
	} 

.box h2.widgettitle, .box h3 {
	font-size:21px;
		color:#A39244;
		margin-bottom:10px;
		font-family:Georgia, "Times New Roman", Times, serif;
}

.entry-content {
	background-color:#18130A;
	padding:5px;
	margin-bottom:10px;
}


/* CONTENT
---------------------------------------------*/
#content {
	width: 650px;
	float:left;
	font-size:13px;
	color:#DFD6B7;
	padding-right:10px;
	border-right: 1px solid #A39244;
	margin-bottom:10px;
}

#content  ul {
	padding-left: 20px;
}

#content a {
	color: #fff;
}

#content .alignleft {
	float:left;
	margin: 0 10px 10px 0;
}

#content  textarea {
	width:600px;
	height: 150px;
}

/* SIDEBAR
---------------------------------------------*/

#sidebar {
	width: 300px;
	float:right;
	font-size:13px;
}

#sidebar  h3 {
	font-size:21px;
		color:#A39244;
		margin-bottom:10px;
		font-family:Georgia, "Times New Roman", Times, serif;
}

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

#footer {
	padding-top: 20px;
	margin-top: 20px;
	clear: both;
	border-top: 1px solid #A39244;
}

