/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 'MinionProRegular', 'Minion Pro', 'Times New Roman', Times, Georgia, serif;
	color: #8f8f8f;
}

em {
	font-family: 'MinionProItalic', 'Minion Pro', 'Times New Roman', Times, Georgia, serif;
	font-style: italic;
	}
.copyright {
	font-family: 'MinionProMedium', 'Minion Pro', 'Times New Roman', Times, Georgia, serif;
	text-transform: uppercase;
	font-size: 12px;
	margin-left: 5px;
	}
a {
	text-decoration: none;
	color: #8f8f8f;
	}
.content_wrap a:hover {
	color:#e2e2e2;
	}
.comment_wrapper a {
	text-decoration: underline;
	}
a:focus {
	outline: 0px;
	}
.comment-author a {text-decoration: none;}
.header .site_nav a {
	font: 11px 'MinionProMedium';
	color:#8f8f8f;
	text-transform: uppercase;
	}
.header .site_nav a:hover {
	color: #fff;
	text-shadow: 1px 1px 1px #ccc;
	}

.footer{
	color: #fff;
	font-size: 14px;
	line-height: 2;
	}
.footer h2.contact_title {
	text-shadow: #666 1px 1px 2px;
	}
.footer .contact_info a {
	color: #fff;
	}

.footer .contact_info a:hover {
	text-decoration: underline;
	}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* Issue Info
----------------------------------------------------------------------------------------------------*/

.issue_info {
	font-size: 16px;
	margin: 0px 0px 0px 35px;
	line-height: 33px;
	}
	.issue_info .issueNo {
		font-size: 24px;
		position: relative;
		top: 3px;
		}
	.issue_info .issue_colon {
		position: relative;
		top: -2px;
		}
	.issue_info .issue_nav_spacer {
		margin: 0px 10px 0px 10px;
		display: inline-block;
		}
	.issue_info .issue_link {
		text-transform: uppercase;
		font-size: 12px;
		}



/* Other Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-family: 'MinionProRegular', 'Minion Pro', 'Times New Roman', Times, Georgia, serif;
	font-size: 32px;
	font-variant: small-caps;
	letter-spacing: .08em;
	margin: 0px;
	line-height: 32px;
	text-shadow: #ccc 1px 1px 2px;
	font-weight: inherit;
	color: #fff;
	text-decoration: none;
	}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}
