html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin:0pt;
	padding:0pt;
}

body{
	background: url(../img/fvb-bg.jpg) repeat-x #efefef;
	color: #333333;
}

a {
	color: #799bb1;
	text-decoration: none;
	border-bottom: 1px dotted #e65e28;
}

h1, h2, h3.title{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 22px;	
}

h2{
	font-size: 16px;
}

p{
	margin-bottom: 20px;
	line-height: 17px;
}

#wrapper{
	margin: 0 auto;
	background: url(../img/fvb-left-bg.png) repeat-y left;
	padding-left:10px;
	width: 865px;
}

#header{
	background: url(../img/bg/get.php) no-repeat;
	height: 438px;
	overflow: hidden;
}

#home-link{
	height:207px;
	margin-left:12px;
	position:absolute;
	width:218px;
	text-indent: -9999px;
	border: none;
}

#content-wrapper{
	background: url(../img/fvb-content-rep.jpg) repeat-y;
	padding-left: 60px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	overflow: hidden;
}

#content{
	float: left;
	width: 530px;
	padding-right: 25px;
}

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

#footer{
	background: url(../img/fvb-footer.jpg) no-repeat;
	height: 62px;
	color: #afa39a;
	padding-right: 70px;
	padding-top: 115px;
	text-align: right;
	font-size: 12px;
	
}

#footer .red{
	color: #c80e15;
}

#footer .green{
	color: #78b033;
}

#footer .blue{
	color: #799bb1;
}

#footer .yellow{
	color: #f8d61f;
}

#footer .pink{
	color: #c58a9f;
}

#footer .orange{
	color: #f8d61f;
}

.page .title, #content .post:first-child .title, .cat-title{
	position: absolute;
	margin-top: -35px;
	width: 540px;
}

#menu{
	list-style: none;
	margin-top: 295px;
	padding-left: 23px;
}

#menu li{
	float: left;
	padding-top: 5px;
	background: url(../img/fvb-menu-bg.gif) no-repeat 9px 0px;
}

#menu li.selected, #menu li:hover, #menu li.current_page_item, #menu li.current_page_parent{
	background: url(../img/fvb-menu-bg-sel.gif) no-repeat 9px 0px;
}

#menu .search-li:hover{
	background: url(../img/fvb-menu-bg.gif) no-repeat 9px 0px;
}

#menu li a{
	display: block;
	padding: 4px 8px;
	background-color: #FFF;
	border: none;
	color: #333;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-right: 6px;
}

#menu li.selected a, #menu li:hover a, #menu li.current_page_item a, #menu li.current_page_parent a{
	background-color: #0a9352;
	color: #FFF;
}

#search{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 3px 8px 4px 8px;
	background: #fff;
}

#search input{
	border: none;
	background: #eaeaea;
	width: 125px;
}

#sub-menu{
	list-style: none;
	padding-left:23px;
	margin-top: 10px;
	clear: left;
}

#sub-menu li{
	float: left;
}

#sub-menu li a{
	display: block;
	padding: 4px 8px;
	background: #0d411b;
	color: #fff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 27px;
	margin-top: 10px;
	border: none;
}

#sub-menu li.current_page_item a, #sub-menu li a:hover{
	background-color: #0a9352;
	color: #FFF;
}

#sb-title{
	margin-top:-30px;
	position: absolute;
}

#recent-articles{
	list-style: none;
}

#recent-articles li{
	margin-bottom: 10px;
}
	
#recent-articles a{
	color: #799bb1;
	border-bottom: 1px dotted #e65e28;
}

.entry{
	margin-top: 5px;
}

.entry ul, .entry ol{
	margin-left: 30px;
	margin-bottom: 10px;
}

.entry ul li, .entry ol li{
	line-height:17px;
}

#latest-article{
	margin-left:-10px;
	margin-top:20px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	background-color: #f3f9f6;
}

#latest-article h2{
	font-style: normal;
}

.share{
	margin-top: 10px;
}


