body {
	background-repeat: repeat-x;
	//background-image: url(http://www.naked.la/universal/header_background.png);
	background-color: #f6f6f6;
	padding: 0;
	margin: 0;
	background-position: 0px 35px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* @group Site Header */

div#siteheader {
	height: 19px;
	width:  980px;
	background-color: #333;
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light";
	color: #ccc;
	font-weight: 100;
	font-size: 15px;
	padding: 8px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 500;
	top: 0px;
}

div#siteheader a {
	color: #ccc;
	text-decoration: none;
	display: inline-block;
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
	width: 100px;
}

div#siteheader a#home {
	opacity: 0.7;
}

/* @end */

/* @group Header */

div#header {
	margin-top: 35px;
	position: relative;
	height: 97px;
}

div#header h1 {
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light";
	font-weight: 100;
	font-size: 18px;
	padding-top: 65px;
}

div#header a {
	text-decoration: none;
	color: black;
	opacity: 0.6;
}

div#header a:hover {
	opacity: 0.8;
}

div#header a:active {
	opacity: 1;
}

/* @end */

/* @group Blog */

div.headline {
	margin: 0;
	padding: 0;
	height: 160px;
	left: 0;
	right: 0;
	background: url(/emperor/wp-content/themes/emperor-theme/images/blue.png)
}

div.headline img {
	border: 0;
	margin: 0;
	padding: 0;
}

div#posts {
	position: absolute;
	top: 132px;
	margin: 0;
	padding: 0;
	left: 0;
	right: 0;
}

.readmore {
	padding-right: 40px;
}

div.marginItem {
	float: right;
	position: absolute;
	left: 615px;
	width: 198px;
	border: 1px solid #bababa;
	margin: 0px;
	padding: 10px;
	font-weight: bold;
	font-size: 12px;
	color: #666;
	line-height: 14px;
}

div.marginItem h4 {
	margin: 0px;
	font-size: 12px;
	color: black;
	font-weight: bold;
}



/* @end */

/* @group Content */

div.content {
	font-size: 15px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	width: 980px;
	line-height: 18px;
	color: #666;
	padding: 0;
	padding-left: 20px;
	position: relative;
	top: 0;
}

div.content p {
	margin: -1px;
	padding: 0;
	padding-top: 1em;
	line-height: 20px;
}

div.content p sup {
	line-height: 0;
}

div.spacer {
	height: 120px;
}

a {
	color: #aaa;
}

a:hover {
	color: #888;
}

a:active {
	color: #444;
}

/* @group Columns */

div#content h1 {
padding-left:15px;
font-size:18px;
font-weight:400;
color:#a2a2a2;
line-height:1.6em;
text-shadow: #f5f5f5 0 0 12px;
}

div#content h1 b {
font-size:30px;
font-weight:700;
color:#5d5d5d;
}

div#columns {
position:absolute;
top:90px;
padding: 0;
margin: 0;
}

div#column1 {
	position:absolute;
	left: 10px;
	top:0;
	width:340px;
	margin: 0;
	padding: 0;
	padding-bottom:100px;
}

div#column2 {
position:absolute;
top:0;
left:370px;
width:340px;
padding: 0;
padding-bottom:100px;
}

div#column3 {
color:#f1f1f1;
//background-color:#444;
background: url(http://www.naked.la/light/features/sidebar.png);
position:absolute;
width:188px;
top:0;
left:730px;
font-size:11px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-webkit-box-shadow:0 3px 10px #444;
border:1px solid #000;
padding:15px;
line-height: 16px;
margin-top: 17px;
}

div#column3 hr {
width: 218px; 
color: white;
background-color: white;
height: 1px; 
border: 0; 
margin: 15px; 
margin-left: -15px; 
opacity: 0.2;}

div#column3 a {
color: white;
font-weight: 700;
}

div#column3 a:hover {
opacity: 0.7;
}
div#column3 a:active {
opacity: 0.4;
}

div#column3 p {
margin-top:0;
}



/* @end */



/* @end */

h1 {
	padding-left: 0;
	color: white;
	font-weight: 100;
	margin-left: 20px;
	margin-top: 0;
	padding-top: 100px;
	font-size: 36px;
}

h1 a {
	text-decoration: none;
	color: inherit;
}

h4 {
	font-size: 15px;
	color: #aaa;
	font-weight: normal;
	margin-top: 8px;
}

h2 {
	font-size: 40px;
	font-weight: normal;
	margin-top: 60px;
}

div#grid {
	width: 100%;
	position: fixed;
	z-index: 1000;
	top: 0px;
	bottom: 0;
	height: 110%;
	margin: 0;
	background: url(grid.png) repeat-y center;
}
