@charset "UTF-8";
/* CSS Document */

body {
	background-color:midnightblue;
	color:white;
}

a {
	color:darkblue; 	
}

a:hover {
	color:white;	
}

#container {
	background-color:steelblue;
	width:1000px;
	margin:0 auto;
	border-right:10px solid deepskyblue;
	border-left:10px solid deepskyblue;
	border-bottom:10px solid deepskyblue;
	padding:10px;
}

#header	 {
	text-align:center;	
}

#navigation li {
	list-style:none;
	display:inline;
	padding:0 5px; 
	border-right:1px solid black;
	line-height:1em

}

#navigation li.last {
	border-right:0;
}

.entry {
	border-top:1px solid darkblue;
	padding:30px 0;
	clear:both;
	text-align:left;
}

.entry img {
	border:1px solid darkblue;	
}

#footer {
	border-top:1px solid darkblue;
	padding-top:10px;
	text-align:right;
	font-size:.8em;
	color:#ccc;
}

img.custom {
	float:left;
	padding:0 10px 5px 0;
	border:0;
}

img.custom_line {
	width:250px;
	height:67px;
	float:right;
	border:0;
	display:none;
}

.comic_company {
	float:right;
	margin-right:10px;
	color:darkblue
}

.comic_issues {
	margin-left:15px;
	color:darkblue;
}

h1 {
	color:darkblue;
	font-size:1.6em;
}

#paging {
	clear:both;
	border-top:1px solid darkblue;
	padding-top:13px;	
}

#paging ul {
	float:right;	
}

#paging li {
	list-style:none;
	display:inline;
	padding:0 8px; 
	border-left:1px solid black;
	line-height:1em

}

#paging li.first {
	border-left:0;
}