/*-----------------------------theme common--------------------------------------------*/
#content-wraper{

	padding: 3px 0 0 0;
	width:898px;
	height:auto;
	background-color:#fff;
	border-style: solid;
	border-color: #887F84;
	border-width: 0px 1px 0px 1px;

}
#main-content{
	width: 70%;
	float:left;
	padding:10px;
	text-align:justify;
	display:block;
	
}

#main-content h2{
	margin-bottom: 10px;
}
/*-----------------------------HEADER--------------------------------------------*/
#bg-photo{
	/*background: url(../images/header-page/bg.jpg) no-repeat scroll center 0px transparent;*/

}
#header-pic{
	width:900px;
	height:200px;
	background:url(../images/header-page/header-pic.jpg);
	background-repeat:no-repeat;

}

#header-plus-horizontal-menu-wrap{
	position: relative;
	background-color:#fff;
	height:240px;
	
}

#menu-horizontal{
	background-color:#fff;
}

#languages{
	position:absolute;
	top:50px;
	right:10px;
	z-index:100;
}

.qtrans_language_chooser{
	margin: 5px;
	margin-bottom: -5px;
	margin-left:30px;
	margin-top: -8px;
	}
.qtrans_language_chooser li{
	display: inline-block;
	padding-right: 8px;
	
}
/*-----------------------------SIDEBAR PARTNERS--------------------------------------------*/




#fci{
	width:89px;
	height:89px;
	background:url(../images/sidebar-partners/fci_b.png) no-repeat;
	
}
#lkf{
	width:89px;
	height:89px;
	background:url(../images/sidebar-partners/lkf_b.png) no-repeat;
	margin-top:5px;
}

#fci:hover{
	width:89px;
	height:89px;
	background:url(../images/sidebar-partners/fci.png) no-repeat;
}
#lkf:hover{
	width:89px;
	height:89px;
	background:url(../images/sidebar-partners/lkf.png) no-repeat;
}

#main-content h2 a{
font-size:	17px;
color: #5E5E5E;
text-decoration: none;

}

h2{
margin-bottom: 15px;
color: #5E5E5E;

}

.entry .more-link {
float: right;
}

.entry {
    font-family: Verdana,Arial,Helvetica,Sans-serif;
    font-size: 10pt;
    line-height: 18px;
	margin-left: 20px;
	margin-bottom: 30px;
	padding: 5px;
	border-width: 0 0 0 3px; 
	border-style: dotted;
	border-color: #5E5E5E;
}

.navigation {
padding-bottom:30px;
}

.navigation a{
font-size: 12px;
color: #000;
font-family: Verdana,Arial,Helvetica,Sans-serif;
text-decoration: none;
}

.next-posts{
float: right;
}

.prev-posts{
float: left;
}

/*-----------------------------FOOTER--------------------------------------------*/
#footer{
	background:url(../images/footer/black_bg.png) repeat-x;
	height: 35px;
	font-size: 15px;
	text-shadow: 1px 1px #000000;
	color:white;
	text-align:center;
	padding: 0;
}
#footer p{
	padding:8px 0 0 0;
}