/* -------------------------------------------------------------- 
  
   Wake Mag Styles
   * Version:   1.5 (5.14.2008)
   
-------------------------------------------------------------- */
body {
	background: url(/images/back.gif) #fff repeat-y;
	background-position: center;
}

a:focus {
	outline: none;
}

.container {
	background: #fff;
}

/* Header -------------------------------------------------------------- */

#header {
	width: 930px;
	background: #000;
	color: #fff;
	font-size: 11px;
	height: 30px;
	padding: 0 10px;
	border-bottom: solid 1px #555;
}

#header p {
	margin: 0;
	margin-top: 6px;
	padding: 0;
	float: left;
}

#header ul, #footer ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#header ul li, #footer ul li {
	margin: 0;
	padding: 0 5px 0 5px;
	float: left;
	border-right: 1px #555 solid;
}

#header ul li.last, #footer ul li.last {
	border-right: none;
}

#header ul li.last {
	margin-right: 10px;
}

#header ul {
	margin-top: 6px;
}

#header a, #cover a, #footer a {
	color: #fff;
	text-decoration: none;
}

#header a:hover, #cover a:hover, #footer a:hover {
	text-decoration: underline;
}

#header img, #footer img {
	margin: 0;
	margin-top: 2px;
	vertical-align: text-bottom;
	padding: 0;
	float: none;
}

#header form {
	margin: 0;
	margin-top: 5px;
	padding: 0;
}

form#searchform input {
	margin: 0;
	padding: 0;
	display: inline;
	vertical-align: middle;
}

form#searchform input.search {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #444;
	padding: 2px;
}

#cover {
	width: 935px;
	padding: 15px 0 0 15px;
	background: url(/images/cover01.jpg) no-repeat;
	height: 165px;
	border-bottom: solid 4px #000;
}

#cover h1 {
	margin: 0;
	padding: 0;
}

#cover h1 a {
	display: block;
	background: url(/images/logos/thewake000000.png) no-repeat;
	width: 516px;
	height: 93px;
	text-indent: -9999px;
}

#cover a.expand {
	float: right;
	display: block;
	width: 176px;
	padding-top: 2px;
	height: 15px;
	margin-top: 55px;
	font-size: 11px;
	text-align: center;
	color: #fff;
	background: url(/images/expandback.gif) no-repeat;
}

#cover a.expand img {
	margin: 0;
	margin-bottom: 3px;
	padding: 0;
	vertical-align: middle;
}

/* Blog Headers -------------------------------------------------------------- */

.bloghead {	
	width: 624px;
	padding: 15px 0 0 15px;
	margin-left: -25px;
	height: 73px;
	border-bottom: solid 4px #000;
}

#yourbandsucks {
	background: url("/images/yourbandsucks.gif") no-repeat;
}

#theblager {
	background: url("/images/theblager.jpg") no-repeat;
}

#youreallsick {
	background: url("/images/youreallsick.jpg") no-repeat;
	height: 145px;
}

/* Navigation --------------------------------------------------------------- */

#navigation {
	text-align: right;
}

#navigation h2 {
	margin: .15em 0 .25em 0;
	font-size: 1.5em;
}

#navigation h3 {
	color: #111;
	text-transform: uppercase;
	margin: 1.5em 0 .55em 0;
	font-size: 1.5em;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.1em;
	text-transform: uppercase;
	line-height: 1.4em;
}

#navigation h2.sub {
	margin-top: 1em;
}

#navigation ul.sub {
	font-size: 1em;
	line-height: 1.25em;
}

#navigation ul.sub .last {
	margin-top: 1em;
}

#navigation ul.sub .last a {
	color: #c0812d;
}

#navigation a {
	color: #666;
	text-decoration: none;
}

#navigation a:hover {
	color: #111;
	border-bottom: solid 2px #111;
}

/* Sub Navigation -------------------------------------------------------------- */

#subnav.box.right {
	margin-left: 1.5em;
}

/* Ads Section -------------------------------------------------------------- */

#ads img {
	float: none;
}

#ads h5 {
	margin-top: .75em;
	margin-right: 10px;
	margin-bottom: 2em;
	color: #111;
	text-transform: uppercase;
	font-weight: normal;
}

#ads.column.span-4.last {
	width: 130px;
	padding-right: 20px;
}

#ads h6 {
	margin-top: 0;
	font-weight: normal;
}

#ads p {
	margin-right: 10px;
	font-size: .9em;
	margin-bottom: 1em;
	line-height: 1.3em;
}

/* Bread Crumb -------------------------------------------------------------- */

#breadcrumb {
	margin-top: .5em;
	margin-bottom: 1.5em;
	font-size: .9em;
	border-bottom: 1px #ddd solid;
}

#breadcrumb p {
	margin-bottom: 0;
}

#breadcrumb a {
	color: #666;
}

#breadcrumb a:hover {
	color: #c0812d;
}

#breadcrumb img {
	float: none;
	vertical-align: text-bottom;
	margin: 0;
	padding: 0;
}

/* Pagination -------------------------------------------------------------- */

div.pagination {
	background-color: #fff;
	color: #c0812d;
	padding: 10px 0 10px 0;
	font-size: 13px;
	text-align: center;
	float: right;
}

div.pagination a {
	color: #c0812d;
	padding: 2px 5px;
	margin: 0 2px;
	text-decoration:none;
	border: 1px solid #ddd;
}

div.pagination a:hover, div.pagination a:active {
	border: 1px solid #c0812d;
	color: #c0812d;
}

div.pagination span.current {
	padding: 2px 5px;
	margin: 0 2px;
	border: 1px solid #c0812d;
	color: #fff;
	font-weight: bold;
	background-color: #c0812d;
}

div.pagination span.disabled {
	display: none;
}

/* Captions -------------------------------------------------------------- */

.box.caption img {
	float: none;
	margin-bottom: .5em;
}

.box.caption {
	padding-top: 1.5em;
	font-size: .8em;
	font-style: italic;
}

.box.caption.right {
	margin-left: 1.5em;
}

.box.caption.left {
	margin-right: 1.5em;
}

/*
.mainfeature .box.caption.left {
	float: none !important;
	margin-right: 0;
}

.mainfeature .box.caption img {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
*/

/* Sidebar -------------------------------------------------------------- */

.box.sidebar.right {
	margin-left: 1.5em;
}

.box.sidebar.left {
	margin-right: 1.5em;
}

/* Footer -------------------------------------------------------------- */

#footer {
	margin: 0 auto;
	clear: both;
	color: #888;
	background: #000;
	padding: 9px 10px;
	width: 930px;
	text-align: left;
}

#footer p, #footer ul {
	font-size: 11px;
	margin: 0;
	padding: 0;
	line-height: 1.25em;
}

#footer img {
	float: none;
	vertical-align: text-bottom;
	margin: 0;
	padding: 0;
}

/* Various Tags / Typography / Overrides -------------------------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

#comments li {
	margin-bottom: .75em;
}

.odd {
	background: #efefef;
}

.author {
	background: #ddd;
}

.reset-margin {
	margin: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

#next {
	margin-top: 1em;
}

.pdf {
	margin-bottom: 15px;
}

.pdf img {
	margin-bottom: 3px;
}

/* You and I, we'll float inside-out,
   You'll find me between confidence and doubt */