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

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


/* Spacing
----------------------------------------------------------------------------------------------------*/
.wrapper { padding: 0 40px; }

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

#breadcrumbs { margin-bottom: 10px; }

#menu .module { margin: 15px; }

#header { margin-top: 0px; }

#toolbar { margin: 10px 20px 0 20px; }
#headerbar { margin: 10px 20px; }

#footer .module { margin: 0; }


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

/* DOI ------------------------------------------------- */

.doi {background: #fff !important;}

#header { 
	/*border: 1px solid;
	border-color: rgba(0,0,0,0.1);
	border-bottom-color: rgba(0,0,0,0.2);
	border-top: none;
	background: #f7f7f7;
	background: -webkit-linear-gradient(top, #f7f7f7, #f4f4f4);
	background: -moz-linear-gradient(top, #f7f7f7, #f4f4f4);
	background: -o-linear-gradient(top, #f7f7f7, #f4f4f4);
	background: linear-gradient(to bottom, #f7f7f7, #f4f4f4);
	background-clip: padding-box;
	border-radius: 0 0 5px 5px;*/
        
        border-radius: 0;
        border: 0;
        background: none;
}

#header > div > div {
        margin: 0px;
}

#toolbar {
	text-shadow: 0 1px 0 #fff;
	font-size: 11px;
}

#toolbar .float-right > time { float: right; }

#menubar {
	clear: both;
	padding-top: 1px;
	border-radius: 0 0 4px 4px;
	box-shadow: inset -1px 0 0 rgba(255,255,255,0.8);
    background: url(../images/menubar_bg.png) repeat-x;
}

#menu { 
	border: 0 solid #fff;
	border-right-width: 1px;
}

#search { 
        margin: 13px 10px 0 0; 
        background: none repeat scroll 0 0 #FFFFFF;
        float: right;
        padding: 11px 10px 10px;
}
#secondary-search { 
        margin: 0px 10px 0 0; 
        background: none repeat scroll 0 0 #FFFFFF;
        float: left;
        padding: 11px 10px 10px;
}

#content {
	padding: 20px;
	border: 1px solid;
	border-color: rgba(0,0,0,0.1);
	border-bottom-color: rgba(0,0,0,0.2);
	border-radius: 5px;
	background: #f7f7f7;
	background: -webkit-linear-gradient(top, #f7f7f7, #f4f4f4);
	background: -moz-linear-gradient(top, #f7f7f7, #f4f4f4);
	background: -o-linear-gradient(top, #f7f7f7, #f4f4f4);
	background: linear-gradient(to bottom, #f7f7f7, #f4f4f4);
	background-clip: padding-box;
	box-shadow: inset 0px 1px 0 rgba(255,255,255,1);
}

#footer { 
        text-shadow: 0 1px 0 rgba(255,255,255,0.7); 
        background-image: url("../images/grey-line.gif");
        background-repeat: repeat-x;
        margin-top: 30px;
        padding: 15px 0;
}

#totop-scroller {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 20px;
	height: 21px;
	background: url(../images/totop_scroller.png) 0 0 no-repeat;
	text-decoration: none;
}

#totop-scroller:hover { background-position: 0 -30px; }
#totop-scroller:active { background-position: 0 -60px; }

/* FIGURE */

figure.catItems{
        float:left;
        margin: 9px 10px 0 0;
}

/* CSS3 columns n*/

.css-col-2 {
        -webkit-column-count: 2;
        -webkit-column-gap: 20px; 
        -webkit-column-rule: 0px dotted black;
        -webkit-column-fill: balance;
        -moz-column-count: 2;
        -moz-column-gap: 20px;  
        -moz-column-rule: 0px dotted black;
        -moz-column-fill: balance;
        column-count: 2;
        column-gap: 20px; 
        column-rule: 0px dotted black;
        column-fill: balance;
        

}

div.foo {
    display: inline-block;
    width: 100%;

}	

#absolute {
    position: relative;
}