body{
	font-family: Arial, Verdana, sans-serif;
	line-height: 140%;
}

#header{
	background: url(images/gfbz/head-bg.png) top center no-repeat;
}

#logo{
	margin: 0px;
}

#slogan{
	display: none;
}

#menu{
	margin-top: 0px;
	background: url(images/gfbz/menu-bg.png) repeat-x;
}

ul.nav a{
	font-family: Arial, sans-serif;
	font-size: 13px;
}

ul.nav > li.current-menu-item, 
ul.nav > li.current_page_item, 
ul.nav > li.current-cat {
	background: url(images/gfbz/active-link-bg.png) no-repeat top center;
}

ul.nav > li.current-menu-item > a,
ul.nav > li.current_page_item > a,
ul.nav > li.current-cat > a {
	font-style: normal;
}

/**
 * Sidebar / Widgets
 */

.block-border {
    background: url("images/gfbz/block-top-bg.png");
}

.block h4.widgettitle{
	
	font-family: 'OFL Sorts Mill Goudy TT',Georgia,serif;
	text-transform: none;
	font-size: 17px;
	font-weight: bold;
	color: #17355f;	
}

/**
 * Entrys
 */

#content{
	background-image: url("images/gfbz/content-bg.png");	
}

#main-content{
	width: 700px;
}

#entries{
	width: 700px;
	margin:0px;
}

#sidebar-right {
	margin-left: 25px;
}

.bottom{
	background-image: url("images/border-bg-entryfull.png");
}

.entry{
	width: 718px;
	margin-top: 0px;
	margin-bottom: 12px;
}

.entry-content{
	background-image: url("images/entry-content-bg-entryfull.png");
}

.entry-content h3.title{
	font-family: 'Times New Roman', serif;
	text-align: left;
}

.entry .thumbnail {
	width: 120px;
	height: 120px;	
}

.entry .thumbnail span.overlay {
	width: 120px;
	height: 120px;
	background-image: url("images/gfbz/entry-span-bg.png");
}

.entry-content h3.title {
	color: #17355f;
	font-size: 24px;
}

.entry-content h3.title a {
	color: #17355f;
}

.entry-content a.readmore {
	text-transform: none;
	font-weight: bold;
	color: #17355f;
	font-size: 11px;
}

.entry-full .entry-content {
	padding-top: 25px;
}
.entry-full .entry-content h1.title {
	font-size: 24px;
	text-align: left;
	color: #17355f;
}

.block h4.widgettitle{
	font-family: 'Times New Roman', serif;	
}

/*
 * Slider
 */

#slides{
	background-color: #ebebeb;
}

#featured{
	width: 720px;
	margin-bottom: 15px;
}

#featured-overlay{
	background-image: url("images/gfbz/slider-bg.png");
	width: 720px;
	height: 285px;
}

.mtSlide{
	width: 712px;
}
.slideImg{
	width: 480px;
	height:278px;
	overflow: hidden;
	float: left;
}
.slideText{
	width: 160px;
	height:258px;
	overflow: hidden;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 50px;
	             
}

.slideText .title{
	color: #17355f;
	font-family: 'Times New Roman' , serif;
	font-size: 18px;
	padding-bottom: 15px;
}

.slideText .title a{
	color: #17355f;
}

.slideText p{
	font-size: 11px;
}

.footer-widget{
	padding-top:15px;
}