/*-----------------------------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{

	padding:10px;
	text-align:justify;
	display:block;
	
}


/*-----------------------------HEADER--------------------------------------------*/
#bg-photo{
	/*background: url(../images/header-page/bg.jpg) no-repeat scroll center 0px transparent;*/

}
#header-pic{
	width:900px;
	height:200px;


}

#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;
	
}

/*-----------------------------CONTENT-----------------------------------------------------*/
#main-content h2{
font-size:	24px;
color:#3366ff;
text-decoration: none;
font-family: 'Marck Script', cursive;
}

h2{
margin-bottom: 15px;

}



.entry {
    font-family: Verdana,Arial,Helvetica,Sans-serif;
    font-size: 10pt;
    line-height: 18px;
	margin-left: 20px;
	margin-bottom: 30px;
	padding: 15px;
}

.entry a{
    
	color: #9999FF;
	}

	.entry img {
    background-color: #FFFFFF;
    
    display: block;
    margin: 4px 0 4px 5px;
    padding: 4px;
    position: relative;
}
.entry img:hover{
opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
}
	.puppies img {
    background-color: #FFFFFF;
    border: none;
    display: block;
    margin: 4px 0 4px 5px;
    padding: 4px;
    position: relative;
}
	.puppies img:hover {
opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */

}



/*-----------------------------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;
}
