body {
	margin: 0;
	color: #003;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
}

img {
	border: none;
}

h1, h2, h3, h4 {
	margin: 0 0 0.6em 0;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #003;
}

a:hover {
	color: #669;
	text-decoration: underline;
}

.highlighted {
	font-size: 1.1em;
	font-weight: bold;
}

/* Layout */


#content {
	width: 662px;
	margin: auto;
	padding: 1.6em 0 0 0;
	text-align: center;
}

.page-container {
	border: 1px #003 solid;
	background-color: #E0E6F8;
	width: 600px;
	padding: 30px;
	margin: 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	position: relative;
	font-size: 1.2em;
}

.links {
	margin: 10px 0;
	padding: 0;
	display: inline-block;
}

.links li {
	list-style: none;
	margin: 0 1em 0 0;
	float: left;
}
.homepage-link {
	display: block;
	width: 25px;
	height: 25px;
	margin: 20px auto 0 auto;
}
.homepage-link:hover {
	text-decoration: none;
}
.homepage-link img {
	display: block;
}

/* Home page */

.comics-list {
	border: 1px #003 solid;
	background-color: #E0E6F8;
	width: 558px;
	padding: 30px 30px 20px 30px;
	margin: 0 auto;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.comics-list li {
	padding: 0;
	list-style-type: none;
	font-size: 1.2em;
	height: 1%;
	overflow: hidden;
	margin: 0 0 10px 0;
}

.comics-list li .thumbnail {
	width: 75px;
	height: 75px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	display: block;
	float: left;
	margin: 0 8px 0 0;
	border: 1px #003 solid;
}

.comics-list li img {
	width: 75px;
	height: 75px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.comics-list li div {
	width: 453px;
	float: left;
	text-align: left;
}

.comics-list li p {
	margin: 0 0 0.5em 0;
}

/* Links Page */

.site-links {
	padding: 0;
	text-align: left;
}

.site-links li {
	margin-bottom: 1em;
	list-style-position: inside;
}

/* Contact Form */

fieldset {
	border: none;
	padding: 0 0 0.5em 0;
}

label {
	display: block;
	padding: 0 0 0.5em 0;
}

input[type="text"],
textarea {
	width: 380px;
	border: 1px #003 solid;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

input[type="submit"] {
	color: #fff;
	border: 1px #003 solid;
	background-color: #003;
	font-size: 1.1em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
}

input[type="submit"]:hover {
	background-color: #fff;
	color: #003;
}

.error {
	color: #f00;
	font-size: 1.4em;
}

/* Read Page */

.controls {
	position: relative;
	padding: 0 35px;
}

.previous,
.next {
	border: 1px #003 solid;
	background-color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	width: 20px;
	height: 20px;
	display: block;
	text-indent: -9999px;
	font-size: 0px;
	background-image: url('../images/navigation-sprite.gif');
	background-repeat: no-repeat;
	position: absolute;
}

.previous {
	background-position: 0 0;
	left: 0px;
	top: 0px;
}

.previous:hover {
	background-position: 0 -20px;
}

.previous.deactivated {
	background-position: 0 -40px;
	border: none;
}

.next {
	background-position: 0 -60px;
	right: 0px;
	top: 0px;
}

.next:hover {
	background-position: 0 -80px;
}

.next.deactivated {
	background-position: 0 -100px;
	border: none;
}

.pagination {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.pagination li {
	margin: 0 5px 0 0;
	list-style: none;
	float: left;
	min-width: 2em;
}

.disclaimer {
	width: 600px;
	margin: auto;
	padding-bottom: 30px;
}

.social-links {
	width: 600px;
	margin: auto;
}

.extra-info {
	font-size: 1.1em;
	font-style: italic;
	margin: 0 0 2em 0;
}

/* About */

.profile-image {
	width: 75px;
	height: 75px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	display: block;
	float: left;
	margin: 0 8px 0 0;
	border: 1px #003 solid;
}

.profile-info {
	text-align: left;
}