/* @override 
	http://imaginenoborders.org/zines/page.css */

/* @group Resolution Independent */

#main {
	margin-bottom: 0 !important;
}

main div, section, section div {
	height: auto !important;
}

.sectiondiv {
	display: inline-block !important;
	margin-top: 1em !important;
}

section #buttoncontainer {
	text-align: center;
	margin-top: 8px;
	display: inline-block;
}
	
section .button {
	float: left;
	font-size: 11px !important;
}

.imposed {
	margin-right: 12px;
}

section .button div {
	text-transform: uppercase;
	font-size: 8px;
	color: #000 !important;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
	margin-top: auto;
	background-color: transparent !important;
}

ul#tableofcontents {
	font: bold 11px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	list-style: none;
	margin-left: 0;
	text-indent: -1.4em;
}

ul#tableofcontents li {
	margin-bottom: 1em;
}

ul#tableofcontents a {
	color: #333;
	text-decoration: none;
}

ul#tableofcontents a:hover {
	text-decoration: underline;
}

section header {
	min-height:40px;
	
}

section header h2 {
	font-size: 28px;
	text-transform: lowercase;
	line-height: 28px;
	padding: 5px 8px;
}

.zineauthor {
	font: 12px Georgia,Times, Serif;
	text-transform: uppercase;
	background-color: #bebdbd;
	background: -webkit-gradient(linear, left top, left bottom, from(#bebdbd), to(#adadad)) !important;
	background: -moz-linear-gradient(top,  #bebdbd,  #adadad) !important;
	padding: 0 8px 8px 8px;
	vertical-align: top;
}

p.specs {
	font-family: Georgia,Times,serif;
	margin-top: 0;
}

div.zinebox {
	text-align: center;
}

section {
	margin-bottom: 40px;
}

#___plusone_3 {
	width: 80px !important;
}

.share-url {
	color: #bbb;
}

/* @end */

/* @group Resolution Dependent */

@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 635px) {
	
	ul#tableofcontents {
		padding: 22px 13px 23px 26px;
		color: #fff;
		margin-bottom: -11px;
		background: #fc3915 url(../img/zinelist-bg.png) repeat-x;
		margin-top: 0;
	}
	
	ul#tableofcontents a {
		color: #fff;
	}
	
	ul#tableofcontents a:hover {
		color: #333;
	}
	
	section h2, .zineauthor {
		padding-left: 13px !important;
		padding-right: 13px !important;
	}
	
	.zineauthor {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	img.zinecover {
		max-width: 294px;
	}
	
	.zinebox {
		padding: 0 !important;
	}
	
	p.specs {
		text-align: center;
		margin-top: 12px;
	}
	
	section {
		margin-bottom: 27px;
	}
	
	section .button {
		float: none !important;
		clear: both;
		font-size: 13px;
		margin: 0 6px 13px 6px !important;
	}
	
	section .button div {
		font-size: 9px;
	}
	
	section #buttoncontainer {
		display: block;
		margin-top: 40px;
	}
	
	.fb-like, .tweetit {
		padding: 0 !important;
	}
	
}

@media screen and (min-width: 636px) {
	
	iframe {
		margin-right: 100px;
	}
	
	section:target {
		border: 12px solid #eb2713;
		border-right-color: #181818;
		border-top-color: #181818;
		padding-bottom: 8px !important;
	}
	
	section:target header h2 {
		width: 596px;
	}
	
	section:target .button {
		font-size: 10px !important;
	}
	
	section:target .imposed {
		margin-right: 6px !important;
	}
	
	section:target p {
		padding-right: 12px;
	}
	
	ul#tableofcontents {
		padding-bottom: 16px;
		margin-left: 0;
	}

	ul#tableofcontents li {
		margin-left: -26px;
	}
	
	div.zinebox {
		height:  358px;
		width: 312px;
		float: left;
		margin: 0 12px 0 0;
		padding: 0;
		display: block;
	}
	
	div.zinebox {
		min-height: 330px;
	}
		
}

@media screen and (min-width: 960px) {

	section:target{
		float: right !important;
		width: 612px !important;
	}
	
	section:target header {
		width: 612px !important;
	}
	
	ul#tableofcontents {
		width: 287px;
		display: block;
		float: left;
		padding: 12px 12px 0;
		text-align: right;
		border-right: 1px solid #333;
		margin-top: 0;
	}

	ul#tableofcontents li {
		margin-left: 0;
	}
	
	div#sectioncontainer {
		width: 636px;
		display: block;
		float: left;
		margin-left: 12px;
	}
	
	section.triple, section.triple header {
		width: 636px;
		float: none;
	}
	
	div#aside {
		margin-top: 0;
	}
	
}

/* @end */