/*
Theme Name: SpookMag
Theme URI: http://spookmag.com/
Description: SpookMag blog.
Version: 1.0
Author: FrontierActive
Author URI: http://frontieractive.com.au/
Tags: awesome
*/

/* ---------- CSS Reset ------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* -------- CSS Reset End ---------- */

body {
	font-family: 'trebuchet ms', arial;
	font-size: 12px;
	color: #222;
	background: #fff url(images/body_bg.jpg) top center repeat;
}

a {
	font-weight: 700;
	color: #222;
}

img {
	border: none;
}

p {
	line-height: 1.4em;
}

#wrapper {
	width: 832px;
	padding: 0 64px;
	margin: 0 auto;
	background: #fff url(images/bg.jpg) top center repeat-y;
}

#content {
	float: left;
	width: 620px;
	padding-top: 14px;
}

#content a#logo {
	display: block;
	width: 176px;
	margin-left: 6px;
}

#content ul#nav {
	height: 19px;
	width: 589px;
	margin: 20px 0 2px 6px;
}

#content ul#nav li {
	float: left;
}

#content ul#nav li a {
	display: block;
	height: 16px;
	background: #fff url(images/navi.gif) no-repeat;
}

#content ul#nav li a#home {
	width: 66px;
	background-position: 0 0;
}

#content ul#nav li a#home:hover {
	background-position: 0 -16px;
}

#content ul#nav li a#currentIssue {
	width: 155px;
	background-position: -66px 0;
}

#content ul#nav li a#currentIssue:hover {
	background-position: -66px -16px;
}

#content ul#nav li a#subscribe {
	width: 116px;
	background-position: -221px 0;
}

#content ul#nav li a#subscribe:hover {
	background-position: -221px -16px;
}

#content ul#nav li a#about {
	width: 75px;
	background-position: -337px 0;
}

#content ul#nav li a#about:hover {
	background-position: -337px -16px;
}

#content #hero {
	width: 589px;
	height: 185px;
	padding: 5px 5px 4px 6px;
	background: #fff url(images/hero_shadow.gif) no-repeat;
}

#content .post {
	clear: both;
	width: 589px;
	margin-left: 6px;
	padding-top: 20px;
	margin-top: 20px;
	background: #fff url(images/hori_dots.gif) repeat-x;
}

#content .post.nodots {
	background: none;
}

#content .post .postInfo {
	float: right;
	width: 382px;
}

#content p.paging {
	font-size: 15px;
	width: 589px;
	margin: 40px 0 0 6px;
	text-align: center;
}

h1 {
	font-weight: 300; 
	font-size: 34px;
	text-transform: uppercase;
}

h2 {
	font-size: 18px;
	font-weight: 300; 
	text-transform: uppercase;
	padding: 0 0 2px 0;
}

h3 {
	font-size: 18px;
	font-weight: 300;
	margin: 60px 0 6px;
}

h2.subtitle {
	margin-top: 24px;
}

#pagetitle {
	width: 589px;
	margin: 6px 0 16px 6px;
	padding-top: 8px;
	background: #fff url(images/hori_dots.gif) repeat-x;
}

#content p.note {
	color: #999;
	font-size: 11px;
	line-height: 1.4em;
}

#content .post .postInfo p.postLink {
	padding-top: 10px;
}

#sidebar {
	float: right;
	width: 200px;
	padding: 14px 0 0 10px;
	background: #fff url(images/vert_dots.gif) repeat-y;
}

#sidebar .sidebarBox {
	width: 189px;
	height: 237px;
	padding: 5px 4px 5px 5px;
	background: #fff url(images/sidebar_box_shadow.gif) no-repeat;
}

#sidebar .header {
	width: 189px;
	margin: 15px 0 0 6px;
	padding: 12px 0 6px;
	background: #fff url(images/hori_dots.gif) repeat-x;
}

#sidebar form {
	padding-top: 4px;
	height: 80px; 
}

#sidebar input.textfield {
	float: left;
	border: 1px solid #ccc;
	width: 160px;
	margin: 0 3px 0 6px;
	padding: 2px;
	color: #999;
}

#sidebar input.button {
	float: left;
}

#sidebar #frontieractive {
	padding: 70px 0 30px;
	text-align: center;
}

#footer {
	clear: both;
	padding: 100px 0 10px;
}



/* ---- Article ---- */

#content .article {
	width: 589px;
	margin-left: 6px;
	margin-top: 10px;
}

#content .article p {
	margin-bottom: 10px;
}

img.alignright {
	float: right;
	padding: 10px 0 10px 10px;
}

img.alignleft {
	float: left;
	padding: 10px 16px 10px 0;
}

#content .issueCover {
	width: 589px;
}

#content .issueCover.dots {
	padding-top: 14px;
	background: transparent url(images/hori_dots.gif) repeat-x;
}

#content .issueCover .issueInfo {
	float: right;
	width: 320px;
}

#content .issueCover .issueInfo p.link {
	margin-top: 10px;
}

#content .backIssues {
	width: 589px;
	margin-left: 6px;
	margin-top: 20px;
}



/* ------ Search --------- */

#content h3#searchFor {
	margin: 26px 0 16px 60px;
	font-weight: 300;  
}

#content ul#searchResults {
	margin-left: 100px;
	list-style: none;
}

#content ul#searchResults li {
	line-height: 2em;
}

#content ul#searchResults li a {
	font-size: 13px;
}

#content ul#searchResults li a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}



/* ------ Contact ------ */

.wpcf7 {
	margin: 40px 0 0 120px;
}

.wpcf7 p {
	display: block;
	margin-top: 15px;
	text-transform: uppercase;
}

.wpcf7 p.input input {
	width: 200px;
	border: 1px solid #ddd;
	padding: 2px;
}

.wpcf7 textarea {
	width: 360px;
	height: 140px;
	border: 1px solid #ddd;
	padding: 2px;
}

.wpcf7 p.input input:focus, .wpcf7 textarea:focus {
	border: 1px solid #bbb;
}

.wpcf7-not-valid-tip-no-ajax {
	display: block;
	color: red;
}

.wpcf7-validation-errors {
	color: red;
}

#bannerAd {
	height: 80px;
	margin-top: 10px;
	margin-left: 6px;
}


/* Comments */

#comments {
	clear: both;
	margin-top: 20px;
}

#comments .input {
	margin-bottom: 10px;
	padding: 2px;
	border: 1px solid #ccc;
}

.commentlist li {
	background: #fff url(images/hori_dots.gif) bottom left repeat-x;
	padding-bottom: 20px;
	margin: 15px 0;
}

.commentlist p {
	padding: 6px 30px;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}









