	@import url("http://blog.agnesevardanega.eu/skins/nonzero/rsc/css/style.css");
	@import url("http://blog.agnesevardanega.eu/skins/nonzero/rsc/css/blue.css");
	@import url("http://www.agnesevardanega.eu/modules/jqueryadmin/jquery-ui-1.8/themes/custom-blu/jquery-ui.css");
/*Nonzero1.0 by nodethirtythree designhttp://www.nodethirtythree.commissing in a maze*/
/* This controls the width of the fluid width layouts */
div.fluid {
	width: 90% !important;
}
/* This controls the width of the fixed width layouts */
div.fixed {
	width: 950px !important;
}
/* Basic Stuff */
* {
	margin: 0em;
	padding: 0em;
}
/* Header */
#header {
	width: 100%;
	height: 122px;
	/*background: #440000 url('images/n1.gif') repeat-x;
*/
}
#header_inner {
	position: relative;
	width: 950px;
	height: 122px;
	margin: 0 auto;
}
/* Logo */
#logo {
	position: absolute;
	bottom: 0.6em;
}
/* Menu */
#menu {
	position: absolute;
	right: 0em;
	bottom: 0em;
}
#menu li a {
	/*background: #fff url('images/n4.gif') repeat-x;
*/
}
#menu li a.active {
	/*background: #FF790B url('images/n3.gif') repeat-x;
*/
}
/* Main */
#main {
	/*background: #fff url('images/n2.gif') 0px 1px repeat-x;
*/
}
#main_inner {
	position: relative;
	width: 950px;
	margin: 0 auto;
	padding-top: 3.5em;
}
/* Footer */
#footer {
	width: 950px;
	margin: 0 auto;
	clear: both;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
	padding-top: 1.0em;
	background: #fff url('images/n2.gif') repeat-x;
}
/* LAYOUT - 3 COLUMNS */
/* Primary content */
#primaryContent_3columns {
	position: relative;
	margin-right: 34em;
}
#columnA_3columns {
	position: relative;
	float: left;
	width: 100%;
	margin-right: -34em;
	padding-right: 2em;
}
/* Secondary Content */
#secondaryContent_3columns {
	float: right;
}
#columnB_3columns {
	width: 13.0em;
	float: left;
	padding: 0em 2em 0.5em 2em;
	border-left: dotted 1px #E1E1E1;
}
#columnC_3columns {
	width: 13.0em;
	float: left;
	padding: 0em 0em 0.5em 2em;
	border-left: dotted 1px #E1E1E1;
}
/* LAYOUT - 2 COLUMNS */
/* Primary content */
#primaryContent_2columns {
	position: relative;
	margin-right: 25em;
}
#columnA_2columns {
	position: relative;
	float: left;
	width: 100%;
	margin-right: -25em;
	padding-right: 2em;
}
/* Secondary Content */
#secondaryContent_2columns {
	float: right;
}
#columnC_2columns {
	width: 21.0em;
	float: left;
	padding: 0em 0em 0.5em 2em;
	border-left: dotted 1px #E1E1E1;
}
/* LAYOUT - COLUMNLESS */
/* Primary content */
#primaryContent_columnless {
	position: relative;
}
#columnA_columnless {
	position: relative;
	width: 100%;
}
