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

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

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

#footer .module { margin: 0 1px; }

#headerbar {
	margin: 5px 0 0 0;
	background: #fff;
	padding: 5px;
	border-top: solid 1px #cacaca;
	border-right: solid 1px #cacaca;
	border-left: solid 1px #cacaca;
	border-bottom: none !important;
	}

#headerbar + #menublock { margin-top: 0px; }

#headerbar .module { max-width: 740px; float:left; }
.header-bar { 
	border: none;
    float: right;
    height: 90px;
    width: 730px; 
	}
.header-bar .hobo {
    margin: 30px;
	font-size:17px !important;
   /* margin: 28px 0 0 10px !important;*/
}
.logo-bar {margin-top: 10px;height:70px; float:left;}	
.headerbar {float: right;width: 320px;}
#header { margin-top: 0px; }
#footer { margin-bottom: 25px; }

/*Login */

.login-mod { margin:15px; }

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

body#page { color: #666; }

.wrapper {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 0 10px;
}

#toolbar {
	/*padding: 7px 10px 5px 10px;*/
	/*background: #fff url(../images/sub_bg.png) repeat;*/
	/*background: url(../images/toolbar.png) 0 0 repeat;*/
	color: #777;
	font-size: 11px;
	text-transform: uppercase;
	margin:0;
	background: #b8b8b8;
	height:1px;
	
}

#toolbar a {
	color: #ccc;
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}

#headerbar,
#footer { text-shadow: 0 1px 0 rgba(255,255,255,0.4); }


#menu {
  float: none !important;
  margin-left: 195px;
}

#content
/*#menublock*/ {
	border: 1px solid rgba(0,0,0,0.15);
	border-bottom-color: rgba(0,0,0,0.25);
	background: #fff;
	background-clip: padding-box;
	box-shadow: 0 1px 1px rgba(0,0,0,0.06);
}

#menublock {
	/*border: 1px solid rgba(0,0,0,0.15);
	border-bottom-color: rgba(0,0,0,0.25);
	background: #fff;
	background-clip: padding-box;
	box-shadow: 0 1px 1px rgba(0,0,0,0.06);
	margin-top:5px;*/
	border: 0px solid rgba(0,0,0,0.15);
	border-bottom-color: rgba(0,0,0,0.25);
	background: #fff;
	background-clip: padding-box;
	margin-top:10px;
	padding:0px;
}


#menubar { height: 55px; }

#subbar { padding: 2px 5px 5px 5px; }

#subbar time {
	float: right;
	color: #bbb;
	font-size: 11px;
	text-transform: uppercase;
}

#content { padding: 10px;}

#footer {
	margin-top: 4px;
	padding-top: 13px;
	line-height: 15px;
	font-size: 11px;
	text-align: left;
}

#footer .menu-line { margin-bottom: 6px; }

#totop {
	float: right;
    position: relative;
    z-index: 10;
	margin:5px 0;
}

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

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


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

body.wrapper-white .wrapper {
	/*border-left: 1px solid rgba(0,0,0,0.1);
	border-right: 1px solid rgba(0,0,0,0.1);*/
	border-left: solid 1px #E3E3E3;
	border-right: solid 1px #E3E3E3;
	background: #fff;
	/*box-shadow: 0 0 10px rgba(0,0,0,0.1);*/
	/*box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 4px 10px rgba(0, 0, 0, 0.06);*/
	background-clip: padding-box;
}

body.wrapper-white .wrapper #headerbar,
body.wrapper-white .wrapper #footer,
body.wrapper-white .wrapper .mod-plain { text-shadow: none; }

body.wrapper-glass .wrapper {
	border-left: 1px solid rgba(0,0,0,0.1);
	border-right: 1px solid rgba(0,0,0,0.1);
	background: url(../images/wrapper_glass.png) 0 0 repeat;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	background-clip: padding-box;
}


/* Module Wrapper
----------------------------------------------------------------------------------------------------*/

.wrapped {
	margin: 2px;
	border: 1px solid rgba(0,0,0,0.15);
	border-bottom-color: rgba(0,0,0,0.25);
	background: #fff;
	background-clip: padding-box;
	box-shadow: 0 1px 1px rgba(0,0,0,0.06);
}

#middle-left {
	float:left;
	width:50%;	
}
#middle-right {
	float:right;
	width: 50%;
}
