/* Companion Custom CSS over-rides for [ Space Quint ]: ComicPress - 2.8 */

body {
	margin: 30px 0px 0px 0px;
	padding: 0;
	background: #636975;
	text-align: justify;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: none;
	color: #959EAF;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	background: #efefef;
}

#page-bg {
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border-bottom: 1px #2C4449 solid;
}
.links {
	width: 80px;
	height: 33px;
	text-align: right;
	font-weight: bold;
	color: #fff;
}

.links a {
	display: block;
	height: 25px;
	padding-top: 8px;
	padding-left: 10px;
	text-align: left;
	color: #959EAF;
}

.links a:hover {
	color: #959EAF;
	background: #959EAF;
}