/* BASIC FORMATTING */

body {
	color: #333;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	font: 12px/19px "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
	}
	
a {
	color: #649732;
	}
	
a:hover {
	color: #122b3a;
	}
	
@font-face {
  font-family: "Museo";
  src: url(http://www.dangersyndicate.com/stuff/museo.otf) format("opentype");
}


/* HEADER */

#header {
	text-align: center;
	border-bottom: 1px solid #555;
	padding-bottom: 20px;
	}
	
#header h1 {
	text-align: center;
	}
	
#header h1 a img {
	border: none;
	width: 400px;
	}
	
#header h1 a:hover img {
	opacity: 0.6;
	}
	
#header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
#header li {
	margin: 0;
	padding: 0;
	display: inline;
	text-transform: lowercase;
	}
	
#header li img {
	border: none;
	}
	
#header li a {
	padding: 3px 10px;
	margin: 0 12px;
	display: inline;
	text-decoration: none;
	font: 15px "Museo", "Trebuchet MS", sans-serif;
	color: #000;
	}
	
#header li a:hover {
	background-color: #f1f1f1;
	color: #666;
	}


/* THE COMIC PART */

#comic {
	clear: both;
	padding: 20px 0;
	text-align: center;
	}
	
#comic img {
	clear: both;
	margin: 10px 0;
	}
	
.comicnav {
	margin: 0;
	padding: 0;
	clear: both;
	}
	
.comicnav a {
	float: left;
	list-style-type: none;
	list-style: none;
	text-align: center;
	}
	
.comicnav a, .comicnav a.current-comic:hover {
	text-decoration: none;
	font-family: "Museo", "Trebuchet MS", sans-serif;
	font-weight: bold;
	width: 200px;
	padding: 4px 0 2px;
	margin: 0;
	display: block;
	background-color: #527990;
	color: #fff;
	text-align: center;
	text-transform: lowercase;
	}
	
.comicnav a:hover {
	background-color: #3b5d70;
	color: #fff;
	}
	
.comicnav a.current-comic, .comicnav a.current-comic:hover {
	color: #7f9cac;
	}
	
	
/* WORDS AND CONTENT */

.description {
	padding: 10px 80px;
	border: 2px solid #527990;
	clear: left;
	text-align: left;
	}
	
.description h2 {
	font-size: 15px;
	font-family: "Museo", "Trebuchet MS", sans-serif;
	font-weight: normal;
	padding-bottom: 3px;
	margin-bottom: 3px;
	margin-top: 0;
	padding-top: 0;
	display: block;
	border-bottom: 1px dashed #7f9cac;
	}
	
.description .meta {
	color: #3b5d70;
	font-size: 11px;
	text-transform: lowercase;
	}
	
/* FOOTER */
#footer {
	border-top: 1px solid #7f9cac;
	clear: both;
	}

#footer p {
	margin: 0 15px;
	padding: 6px 0;
	text-align: center;
	font-size: 11px;
	color: #7f9cac;
	}
	
/* ARCHIVES */
.archive-text ul, archive-text li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

	
/* PAGE */
.page {
	padding: 10px 80px;
	}
	
.page h2 {
	font-size: 15px;
	font-family: "Museo", "Trebuchet MS", sans-serif;
	font-weight: normal;
	padding-bottom: 3px;
	margin-bottom: 10px;
	display: block;
	border-bottom: 1px dashed #7f9cac;
	text-transform: lowercase;
	}
	
#about {
	float: left;
	width: 460px;
	}

.sidebar {
	float: left;
	width: 175px;
	padding-right: 5px;
	}
	
.sidebar ul {
	padding: 0;
	margin: 0;
	}
	
.sidebar ul li {
	padding: 2px 0;
	margin: 0;
	list-style: none;
	list-style-type: none;
	border-bottom: 1px solid #dedede;
	}
	
.sidebar ul li a, .sidebar ul li a:hover {
	text-decoration: none;
	}
	
.sidebar h4 {
	border-bottom: 1px solid #dedede;
	}
	