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

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


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

.module { margin: 10px; }

#breadcrumbs,
#content { margin: 20px; }

#block-header + * #breadcrumbs { margin: 0 10px 20px 10px; }

#footer .module { margin: 0; }


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


#block-top-a.bg-color1, #block-header, #block-bottom-b.bg-color1 { background: #1C5F8E; } 

#block-top-b.bg-color1, #block-bottom-c.bg-color1 { background: #0C314B; }

#block-top-c.bg-color1 { background: #145281; } 

#block-top-d.bg-color1, #block-top-e.bg-color1 { background: #f7f7f7; } 

#block-top-b, #block-top-c  {padding: 15px 0;}

#block-top-d  {padding: 15px 0 0 0;}

#block-bottom-b, #block-bottom-c  {padding: 10px 0;}

#sidebar-b {margin: 20px 0; background: #0C314B; }





/*#block-header + * { padding-top: 20px; }*/


.wrapper.max-width65 { max-width: 65%; }
.wrapper.max-width80 { max-width: 80%; }
.wrapper.max-width100 { max-width: 100%; }



.bg-white { background: #F7F7F7; }

.bg-dark a, .bg-dark a:hover { 
	color: #fff;
	
}

/* Header */
#header { padding: 0 10px; }

#logo { height: 72px; }
#logo > img {
	width: auto;
	max-height: 100%;
}



/* Footer */
#footer {
	padding: 5px;
	line-height: 13px;
	text-align: left;
	font-size: 11px;
	color: #fff;
}



