/* global */
body {
	background: url('../images/background.jpg') top left repeat;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #5c5e5d;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, input, textarea, p, blockquote, th, td {
	font-weight: normal;
	line-height: 1em;
	margin: 0;
	padding: 0;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: inline-block;
}

	html[xmlns] .clearfix {
		display: block;  
	}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

a {
	text-decoration: none;
	color: #f99e1d;
}

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

/* containers */
#site {
    width: 968px;
    background: url('../images/site.png') bottom left repeat-x;
    margin: 50px auto 0 auto;
    padding-bottom: 10px;   
}

.logo {
    display: block;
    width: 294px;
    height: 80px;    
    text-indent: -9999px;
    background: url('../images/logo.gif') top left no-repeat;
    margin: 0 auto;
}

/* top nav */
ul.nav {
    width: 520px;
    list-style: none;
    margin: 0 auto;
}

ul.nav li {
    list-style: none;
    float: left;
    margin-left: 30px;
}

ul.nav li a {
    display: block;
    height: 30px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -9999px;
}

ul.nav li em a, ul.nav li a:hover {
    background-position: 0px 0px;
}

ul.nav li.news {
    margin-left: 0px;
}

ul.nav li.news a {
    width: 55px;
    background-image: url('../images/nav/news.gif');
}

ul.nav li.archive a {
    width: 88px;
    background-image: url('../images/nav/archive.gif');
}

ul.nav li.shop a {
    width: 63px;
    background-image: url('../images/nav/shop.gif');
}

ul.nav li.contact a {
    width: 111px;
    background-image: url('../images/nav/contact.gif');
}

ul.nav li.about a {
    width: 70px;
    background-image: url('../images/nav/about.gif');
}

ul.nav li.links a {
    width: 73px;
    background-image: url('../images/nav/links.gif');
}

/* header */
#header {
    position: relative;
    background: url('../images/header.png') top left no-repeat;
    padding-top: 5px;
}

#header p {
    font-size: .822em;
    padding-top: 1px;
    padding-bottom: 4px;
    color: #5b565a;
    text-align: center;
}

/* content */
#content {
    position: relative;
    background: url('../images/content.png') top left repeat-y;
    overflow: hidden;
}

#content .comic {
    margin: 0 auto;
    display: block;    
}

#content .nav {
    position: absolute;
    top: 270px;
    display: block;
    width: 24px;
    height: 20px;
    background-position: top left;
    background-repeat: no-repeat;
    text-indent: -9999px;
}

#content .previous {
    background-image: url('../images/previous.gif');
    left: 10px;
}

#content .next {
    background-image: url('../images/next.gif');
    right: 10px;
}

#content p {
    margin: 0 40px 40px 40px;
}

#content p.first {
    margin-top: 30px;
}

/* footer */
#footer {
    position: relative;
    background: url('../images/content.png') top left repeat-y;
    padding: 10px 0 5px 0; 
}

#footer p {
    clear: both;
    font-size: .822em;
    padding-top: 10px;
    color: #5b565a;
    text-align: center;
}

/* links */
ul.links {
    list-style: none;
    margin: 30px 0 0 40px;
}