/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

@import url(../warp/css/layout.css);


/* Spacing
----------------------------------------------------------------------------------------------------*/

.module,
#header,
#breadcrumbs,
#content,
#footer {margin: 10px; }

#header { width: 1038px;margin:0 auto;}

#footer .module { margin: 0; }


/* Layout
----------------------------------------------------------------------------------------------------*/

#logo {
width: 980px;
/*margin: 0 auto;*/
display: block;
}


#menu {

	width: 1038px;
	position: relative;
	margin: 50px auto 0px auto;
	/*float: right;*/

	height:60px;
	background:url(/images/global/menu/menubar_b.png) no-repeat left top,url(/images/global/menu/menubar_c.png) no-repeat 29px 0px,url(/images/global/menu/menubar_a.png) no-repeat right top;
	-pie-background:url(/images/global/menu/menubar_b.png) no-repeat left top,url(/images/global/menu/menubar_c.png) no-repeat 29px 0px,url(/images/global/menu/menubar_a.png) no-repeat right top;
	behavior: url('/pie/PIE.htc');

	
	}






#search {
width: 960px;
margin: -50px auto 0 auto;
display:block;
}


#block-main { 
width: 960px;
margin: -12px auto 5px auto !important;


	padding: 10px;
	background: rgba(255, 255, 255, 0.85);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#bbffffff,endColorstr=#bbffffff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#bbffffff,endColorstr=#bbffffff)";
	/*background: url(/images/customcss/back_02.png) repeat;*/
}

#top-a,
#bottom-a { margin-top: 20px; }
#top-b { margin-bottom: 20px; }


/* Section Border Style */
.top-b-line #top-b,
.bottom-a-line #bottom-a { position: relative; }

.top-b-line  #top-b:before,
.bottom-a-line #bottom-a:before { 
	content: "";
	position: absolute;
	display: block;
	left: 10px;
	right: 10px;
	border-bottom: solid 1px #ddd;
}

.top-b-line  #top-b:before { bottom: -10px; }
.bottom-a-line #bottom-a:before { top: -10px; }

/* Main/Sidebar Spacing */
#maininner {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.sidebar-a-left #maininner,
.sidebar-b-left #maininner { padding-left: 20px; }

.sidebar-a-right #maininner,
.sidebar-b-right #maininner { padding-right: 20px; }

/* Footer */
#footer {
	margin-top: 30px;
	height: 18px;
	font-size: 12px;
	color: #999;
}

#footer a { color: #777; }

#totop-scroller {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 60px;
	height: 50px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;
	margin: -25px 20px;
}

#totop-scroller:hover {
	opacity:0.8;}
	

#bottom-b {
max-width: 980px;
margin: 0px auto;
/*background: rgba(0, 0, 0, 0.55);
*/
}

div.itemAuthorBlock {
background: #88684B;
border: 1px solid #DDD;
margin: 0 0 16px 0;
padding: 8px;
}