/* Reset browser defaults */
@import url('library/css/reset.css');

/* Apply a basic layout */
@import url('library/css/layout.css');


/* Orange: #e88f2b; */
/* Blue  : #007fb6; */

/* =Global Elements
-------------------------------------------------------------- */

body {
	font: 12px "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	line-height: 18px;
	background: #fff url("images/bg.jpg") repeat;
	color: #666;
}

a:link, a:visited {
    color: #007fb6;
    text-decoration: none;
	font-weight: bold;
}

a:hover {text-decoration: underline;}

p {
	margin-bottom: 18px;
	line-height: 1.8em;
}

h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
	clear: both;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.2em; 
}

h3.ish {
	background: url("images/current-issue-title.png") no-repeat;
	width: 305px;
	height: 31px;
	text-indent: -9999px;
	margin: 0 0 9px 0;
}


h4 {
	text-transform: uppercase;
	font-size: 0.85em;
	letter-spacing: 1px;
	font-weight: bold
}

em {
	font: 0.9em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.illustration {float: right; margin: 0 0 5px 30px; }
.illustration-left {float: left; margin: 0 30px 5px 0; }
.illustration-center {float:left; width:640px; margin:0 0 5px 0;}
.half {width: 260px;}
.full {float: none; width: 540px; margin: 0;}


/* =Header
-------------------------------------------------------------- */

#wrapper {
	border-top: 7px solid #e88f2b;
	position: relative;
}

#container p {
	padding: 0 18px 0 0;
}

p#issue {
	position: absolute;
	top: 21px; 
	left: 175px;
	text-transform: uppercase;
	font-size: 0.75em;
	color: #fff;
	cursor: pointer;
	text-align: center;
	width: 67px;
}


/* =Navigation
-------------------------------------------------------------- */

ul#nav {
	background: #292929; 
	border-top: 2px solid #1c1a19;
	border-bottom: 1px solid 7e7c7c;
	height: 52px;
	margin: 0 0 14px 0;
}
ul#nav li {
	display: block;
	float: left;
	padding: 0;
	margin: 0
}
ul#nav li a {
	display: block;
	height: 49px;
	width: 99px;
	padding: 0;
	margin: 0;
	background: transparent url("images/nav-bg.gif") no-repeat 0 0;
	text-indent: -9999px;
	border-right: 1px solid #393737;
}

ul#nav li a:hover {background-position: 0 -49px;}
ul#nav li#nav-gawk a {background-position: -99px 0;}
ul#nav li#nav-smut a {background-position: -198px 0;}
ul#nav li#nav-noise a {background-position: -297px 0;}
ul#nav li#nav-blog a {background-position: -396px 0;}

ul#nav li#nav-gawk a:hover {background-position: -99px -49px;}
ul#nav li#nav-smut a:hover {background-position: -198px -49px;}
ul#nav li#nav-noise a:hover {background-position: -297px -49px;}
ul#nav li#nav-blog a:hover {background-position: -396px -49px;}

ul#top-nav {
	position: absolute;
	top: 9px;
	right: 0;
}

ul#top-nav li {float: left; text-align: center; display: block; padding: 0; margin: 0 0 0 12px;}

#top-nav li a {
	background: url("images/nav-about.png") transparent no-repeat 0 0;
	display: block;
	color: #858585;
	width: 85px;
	height: 25px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 0.9em;
	text-decoration: none;
	padding: 3px 0 0 0;
} 

ul#top-nav:after {content: "."; clear: both; display: block; height: 0; visibility: hidden; }

	
ul#top-nav a:hover {color: #e68726;}


/* =Search
-------------------------------------------------------------- */

#search {
	float: right;
	width: 230px;
	height: 30px;
	background: #292929 url("images/search-input.png") no-repeat;
	margin: 12px 18px 0 0;
}

#search form {margin: 0;}

#search input#s {
	width: 170px;
	padding: 0px;
	margin: 7px 0 0 12px;
	color: #666;
	background: #fff;
	border: none;
}
#search input#search-submit {
	width: 25px;
	height: 25px;
	background: url ("images/search.jpg") no-repeat;
}
#search input#search-submit:hover {cursor: pointer;}

#button-search {
	margin: -19px 0 0 206px;
}





/* =Featured
-------------------------------------------------------------- */

.featured {
	overflow: hidden;
	margin-bottom: 9px;
	position: relative;
	height: 269px;
}

p.section {
	position: absolute;
	top: 18px;
	right: 0;
	margin: 0 18px 0 0;
	background: transparent url("images/topic.png") no-repeat;
	display: block;
	height: 27px;
	width: 91px;
	text-align: center;
}

p.section a {
	color: #fff;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}

.feature-text {
	background: transparent url("images/trans.png") repeat scroll 0 0;
	height: 45px;
	width: 100%;
	position: relative;
	margin-top: -75px;
	padding: 9px 0 0 12px;
	z-index: 9999;
}

.feature-text p {
	color: #999;
}

.feature-text .author {
	color: #fff;
}


.featured-sub {
	float: left;
	overflow: hidden;
	position: relative;
	width: 310px;
	height: 129px;
	margin: 0 9px 9px 0;
}

.italic {font: 1.1em "Times New Roman", Times, serif;font-style: italic; text-transform: none;}

.featured a, .featured-sub a {color: #e88f2b;}


/* =Sidebar
-------------------------------------------------------------- */

#sidebar .img-issue {
	float: left;
}

#sidebar {margin-bottom: 18px;}

#issue-holder {
	width: 180px;
	float: left;
	margin: 0px 0 0 18px;
}

.meta a {
	letter-spacing: 2px;
	text-transform: uppercase;
	font: 0.8em "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

#sidebar ul li {
	padding-left: 15px;
	background: url("images/asterisk.gif") left 3px no-repeat;
	margin: 6px 0 10px 0;
	line-height: 1.3em;
}

#sidebar h2 {
	margin: 12px 0 6px 0;
}


/* =Category
-------------------------------------------------------------- */

#container h1 {text-align: center; margin: 0 0 9px 0;}
#intro {
	background: #eaecec;
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
	text-align: center;
	padding: 0 1.8em;
	margin-bottom: 18px;
}


/* =Entry
-------------------------------------------------------------- */

.entry img {
	float: left;
	margin: 0 9px 9px 0;
}

.tagline {
	color: #333;
	font: 2em Georgia, "Times New Roman", Times, serif;
	margin: 0.6em 0;

}

.post h2 {font-size: 1.5em;}

.entry {margin-top: 9px;}

.post {margin: 0 0 36px 0;}

.post p.info {margin: 0;}


span.author {
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: bold;
	font-size: 0.75em;
}

/* =Clearfix
-------------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}  /* for IE/Mac */

.clear {clear: both;}


/* =Categories Homepage
-------------------------------------------------------------- */

#inside {
	clear: both;
	width: 960px;
	margin-top: 18px;
	padding-top: 15px;
	background:url(images/hr-2.gif) repeat-x;
}
#inside .category {
	float: left;
	width: 160px;
}

#inside .category h4 a {color: #666;}

#inside .category p {
	font-size: 0.85em;
	padding: 0 10px 0 0;
}

#inside img {margin: 6px 0 9px 0;}


/* =Summary
-------------------------------------------------------------- */

#summary img {margin:0}

/* =Footer
-------------------------------------------------------------- */

#bottom {
	background:url(images/hr-2.gif) repeat-x;
	padding-top: 15px;
}
#siteinfo {

}

#bottom .column {
	width: 320px;
}

#footer {
	clear: both;
	background: #e88f2b;
	color: #fff;
	border-bottom: 6px solid #333;
	padding: 6px 0;
}

#footer p {
	margin: 0 0 0 15px;
	padding: 0;
}

/* =Contact Form
-------------------------------------------------------------- */

#contactform {
	width: 400px;
	padding: 0;
}

#quick-contact {
	width: 170px;
	margin: 0 0 0 1.5em;
	font-size: 0.9em;
}

#contactform label {
	display: block;
	line-height: 1.5em;
}

#contactform input, #contactform textarea {
	margin-bottom: 0.5em;
	border: 1px solid #bbb;
	font-size: 1.6em;
	width: 380px;
	padding: 0.25em;
	border-bottom: 4px solid #ddd;
}

#contactform textarea {font: 1.4em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;}

#contactform form #submit {
	margin-top: 1em; 
	width: 110px;
}

#contactform .alert {width: 390px;}
#contactform .alert p {color:#fff; padding: 7px 7px 7px 30px; margin: 0 0 10px; line-height: normal; font-weight: bold;}
.error p {background: #f33 url("images/error.gif") 0 0 no-repeat;}
.success p {background: #67cb33 url("images/success.gif") 0 0 no-repeat;}

#contactform .required {border-bottom: 4px solid #f33;}
