/* RESET */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,pre,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* -------- General Layouts -------- */

html {
	height: 100%;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

body {
	height: 100%;
}

#upper {
	text-transform: uppercase;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

#header {
	position: relative;
	width: 900px;
	margin-top: 42px;
}

#top-zine {
	height: 100px;
	width: 400px;
	float: left;
}

#navigation {
	position: absolute;
	top: 70px;
	right: 0px;
	height: 15px;
	text-align: center;
	margin-right: 50px;
	margin-top: 80px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #c2c2c2;
}

#navigation ul {
	margin-left: 0px;
}

#navigation li {
   float: left;
   text-align: center;
}

#navigation li a {
   display: block;
   text-align: center;
   padding: 0px;
   margin-right: 10px;
   font-size: 13px;
   text-decoration: none;
   color: #000;
}
#navigation li a:hover {
   text-decoration: underline;
}

h1, h2 {
	font-size: 19px;
	margin-bottom: 3px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.lutz {
	text-transform: uppercase;
}

#posts {
	width: 676px;
	float: left;
	margin-top: 32px;
	border-right: solid 1px #c2c2c2;
}

#bottomspace {
	width: 100%;
	height: 82px;
	clear: both;
}

/* -------- Single Post Styling -------- */

#post {
	position: relative;
	width: 600px;
	margin-bottom: 55px;
}

#post a, #post a:active, #post a:link, #post a:visited, #post a:hover {
	text-decoration: underline;
	color: #000;
}

#post a:hover {
	text-decoration: none;
}

#post h2 a, #post h2 a:active, #post h2 a:visited, #post h2 a:link {
	text-decoration: none;
}

#post h2 a:hover {
	text-decoration: underline;
}


#post-top {
	width: 600px;
	height: 10px;
	margin-bottom: 9px;
	position: relative;
}

#byline {
	float: left;
	letter-spacing: 1px;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Palatino, Times, 'Times New Roman';
}

#date {
	float: right;
	letter-spacing: 2px;
	font-size: 9px;
	font-family: Palatino, Times, 'Times New Roman';
}

#pic {
	margin-top: 10px;
	margin-bottom: 2px;
	position: relative;
}

#pic img {
	margin-bottom: 3px;
}

#caption {
	text-align: left;
	width: 100%;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-family: Palatino, Times, 'Times New Roman';
	
}

#post-content {
	position: relative;
	margin-bottom: 25px;
	font-size: 11px;
	line-height: 150%;
}

#post-bottom {
	width: 600px;
	position: relative;
	border-bottom: 1px solid #c2c2c2;
	
}

#comment {
	float: left;
	letter-spacing: 2px;
	font-size: 8px;
}

#categories {
	width: 600px;
	text-align: right;
	letter-spacing: 1px;
	font-size: 9px;
	font-style: italic;
	text-transform: uppercase;
	font-family: Palatino, Times, 'Times New Roman';
	
}


#categories a, #categories a:link, #categories a:active, #categories a:visited, #categories a:hover {
	text-decoration: none;
}

#categories a:hover {
color: #999;
}


#slides-hidden p {
	display: none;
}

.hidden {
	display: none;
}

#archive-item {
	font-size: 15px;
	text-transform: uppercase;
	font-family: Palatino, Times, 'Times New Roman';
	line-height: 150%;
}

#archive-item a, #archive-item a:link, #archive-item a:active, #archive-item a:visited, #archive-item a:hover {
	text-decoration: none;
}

.pagination {
	font-size: 10px;
	text-transform: uppercase;
	font-family: Palatino, Times, 'Times New Roman';
	margin-bottom: 15px;
	
}

.pagination a, .pagination a:link, .pagination a:active, .pagination a:visited, .pagination a:hover {
	text-decoration: none;
	color: #000;
}

.pagination a:hover {
	color: #999;
}

/* -------- Right Nav Styling -------- */

#right-nav {
	float: right;
	width: 187px;
	font-size: 10px;
	margin-right: 15px;
	margin-top: 90px;
	text-transform: uppercase;
	color: #000;
}

#right-nav a, #right-nav a:link, #right-nav a:active, #right-nav a:visited, #right-nav a:hover {
	text-decoration: none;
	color: #000;
}

#right-nav a:hover {
	color: #999;
}

#right-nav h2 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #FF0C2B;
}

#right-nav p {
	line-height: 16px;
	font-family: Palatino, Times, 'Times New Roman';
	color: #000;
}

#right-nav img {
	margin-bottom: 50px;
}

#section {
	margin-bottom: 20px;
}


/* -------- Issues -------- */

#issues {
	width: 600px;
	float: left;
	margin-top: 56px;
}

#featured {
	width: 600px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 40px;
}

#featured h1 {
	margin-bottom: 28px;
}

#old-issues {
	width: 600px;
	float: left;
	margin-top: 80px;
}

#past-issues {
	width: 615px;
	margin-left: -20px;
}

#past-issue {
	float: left;
	width: 287px;
	margin-left: 20px;
	margin-bottom: 20px;
}

#past-issue img {
	margin-bottom: 5px;
}

#issue-link {
	font-size: 11px;
	letter-spacing: 1px;
	height: 12px;
	text-transform: uppercase;
	font-family: Palatino, Times, 'Times New Roman';
}

#issue-link a, #issue-link a:link, #issue-link a:active, #issue-link a:visited, #issue-link a:hover {
	text-decoration: none;
	color: #000;
}



/* -------- Page -------- */

#page-content {
	float: left;
	margin-top: 50px;
	margin-bottom: 52px;
	font-size: 15px;
	line-height: 135%;
	width: 600px;
	font-family: Palatino, Times, 'Times New Roman';
}

#page-content p {
	margin-bottom: 20px;
}

#page-content a, #page-content a:link, #page-content a:active, #page-content a:visited, #page-content a:hover {
	text-decoration: underline;
	color: #FF0C2B;
}

 #page-content a:hover {
	text-decoration: none;
}



