	@charset "UTF-8";
/* -------------------------------- b2evolution Stylesheet Imports --------------------------------- */
	@import url("../../../../rsc/css/basic.css");
/*Import basic styles*/
	@import url("../../../../rsc/css/blog_base.css");
/* Import default blog navigation styles*/
	@import url("../../item.css");
/* Import blog content styles*/
/* -------------------------------- b2evolution Stylesheet Imports --------------------------------- */
/*Nonzero1.0 by nodethirtythree designhttp://www.nodethirtythree.commissing in a maze*/
/*This is the main CSSwithout the color specific changes.This is to avoid duplication, make debugging easier, and minimize the bytes of the files.*/
	@import url("style.css");
* {
	margin: 0em;
	padding: 0em;
}
/* Header */
#header {
	width: 100%;
	height: 122px;
}
#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;
}
/* Main */
#main_inner {
	position: relative;
	width: 950px;
	margin: 0 auto;
	padding-top: 3.5em;
}
#footer {
	width: 950px;
	margin: 0 auto;
	clear: both;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
	padding-top: 1.0em;
}
/* 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;
	line-height: 1.2em;
}
#secondaryContent_3columns h3, h4 {
	font-weight: bold;
}
/* LAYOUT - 2 COLUMNS */
/* Primary content */
#primaryContent_2columns {
	position: relative;
	margin-right: 17em;
}
#columnA_2columns {
	position: relative;
	float: left;
	width: 100%;
	margin-right: -17em;
	padding-right: 2em;
}
/* Secondary Content */
#secondaryContent_2columns {
	float: right;
}
#columnC_2columns {
	width: 13.0em;
	float: left;
	padding: 0em 0em 0.5em 2em;
	border-left: dotted 1px #E1E1E1;
}
/* LAYOUT - 1 COLUMN */
/* Primary content */
#primaryContent_1column {
	position: relative;
}
#columnA_1column {
	position: relative;
	width: 100%;
}
 
