/*
Theme Name: NPress
Theme URI: http://npress.com/
Description: NPress Theme build by AGJ Systems
Version: 1.0
Author: AGJ Systems
Author URI: http://agjsystems.com/
*/

* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #e31937;
	color: #000;
}

#wrapper {
	position: relative;
	overflow: auto;
	width: 900px;
	margin: 30px auto;
	background: #fefefe url('images/home_wrapper.png') right 0 repeat-y;
}

#header {
	width: 900px;
	height: 237px;
}

.home #header {
	background: #fefefe url('images/home_header-new.png') 0 0 repeat-y;
}

.how #header {
	background: #fefefe url('images/Npress-how-page_01.png') 0 0 repeat-y;
}

.oldhome #header {
	background: #fefefe url('images/home_header.png') 0 0 repeat-y;
}

#header h1 {
	width: 800px;
	height: 142px;
	position: absolute;
	left: 50px;
	top: 50px;
}

.home #header h1 {
	background: transparent url('images/home_npress_logo-new.png') 0 0 no-repeat;
}

.how #header h1 {
	background: transparent url('images/npress_logo_top-new.png') 0 0 no-repeat;
}

.oldhome #header h1 {
	background: transparent url('images/npress_logo_top.png') 0 0 no-repeat;
}

#header h1 a {
	display: block;
	overflow: hidden;
	width: 260px;
	height: 140px;
	text-indent: -9999em;
}

#description {
	width: 900px;
	height: 86px;
}

.home #description {
	background: #fefefe url('images/home_redstripe-new.png') 0 0 no-repeat;
}

.how #description {
	background: #fefefe url('images/Npress-how-page_02.png') 0 0 no-repeat;
}

.oldhome #description {
	background: #fefefe url('images/home_redstripe.png') 0 0 no-repeat;
}

#description h2 {
	text-indent: -9999em;
}

#sidebar {
	position: relative;
	width: 450px;
	float: left;
}

.home #sidebar {
	background: transparent url('images/home_content-new.png') 0 0 no-repeat;
}

.how #sidebar {
	background: transparent url('images/Npress-how-page_03.png') 0 0 no-repeat;
}

.oldhome #sidebar {
	background: transparent url('images/home_content.png') 0 0 no-repeat;
}

#sidebar a {
	margin: 200px 0 0 150px;
	overflow: hidden;
}

.homesubscribe {
	width: 231px;
	height: 194px;
	text-indent: -9999em;
	display: block;
	background: #e31937 url('images/home_signup.png') 0 0 no-repeat;
}

#content {
	position: relative;
	width: 450px;
	float: right;
}

.homepost {
	padding-right: 75px;
}

.homepost h4 {
	width: 90px;
	font-size: 2.5em;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: normal;
	float: right;
	font-size: 1.6em;
	line-height: 2em;
}

.homepost h4 a:link, a:active {
	color: #231f20;
}

.homepost h4 a:hover {
	color: #e31937;
}
	

#content p {
	font-size: 1.3em;
	font-family: lucida-sans, verdana, arial, sans-serif;
	line-height: 1.6em;
	margin: 1.6em 2px;
}

#content ul {
	font-size: 1.3em;
	font-family: lucida-sans, verdana, arial, sans-serif;
}

#content ul li {
	margin-left: 2em;
	line-height: 1.6em;
}

#navigation {
	width: 510px;
	position: absolute;
	left: 340px;
	top: 125px;
	overflow: auto;
}

#navigation ul {
	list-style-type: none;
}

#navigation ul li {
	display: inline;
	float: left;
	clear: none;
	overflow: hidden;
}

#navigation ul li a {
	display: block;
	color: #000;
	padding: .5em 1em .5em 1em;
	font-size: 1.4em;
	line-height: 1.5em;
	font-family: lucida-sans, verdana, arial, sans-serif;
	text-decoration: none;
}

#navigation ul li a:hover {
	background-color: #e31937;
	color: #fff;
}

#footer {
	clear: both;
	height: 96px;
	background: transparent url('images/home_footer.png') 0 0 no-repeat;
}

#footer p {
	text-align: center;
	padding: 0;
	font-size: 1.1em;
	line-height: 4em;
	width: 800px;
	margin: 0 auto;
	background-color: #e8e8e9;
}