/*
**************************************************
This is a for Design Opus experiment.

All your codebase are belong to us. ;)
(c) Copyright 2009 by John Stephens.

url:		http://designop.us/experiments/demo-applying-the-fine-art-of-web-design-to-online-comics
date:		19Jan2009
author:		John Stephens
website:	http://designop.us/
**************************************************
*/

/* !Reset */
/* -------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
/* !Text */
/* -------------------------------------------- */
* {font-size:100.01%}html{font-size:62.5%}body{font:1.3em/1.5 Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif}a:focus{outline:1px dotted invert}hr{border-color:#ccc;border-style:solid;border-width:1px 0 0;clear:both;height:0}h1{font-size:2.5em}h2{font-size:2.3em}h3{font-size:2.1em}h4{font-size:1.9em}h5{font-size:1.7em}h6{font-size:1.5em}ol{list-style:decimal}ul{list-style:square}li{margin-left:30px}p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:20px}

/* !Site Furniture */
/* -------------------------------------------- */
#accessnav, #nav, #aside, #site-info h4, #bottom {
	display: none;
}
#nav h1 a {
	display: block;
	height: 100px;
	width: 700px;
	text-indent: -999em;
}
#content {
	margin: 0 auto;
	width: 700px;
}
#site-info {
	min-height: 15em;
	width: 700px;
	margin: 0 auto;
	position: relative;
}
#site-info ul {
	width: 50%;
	position: absolute;
	left: 0;
}
#site-info ol {
	width: 50%;
	position: absolute;
	right: 0;
}
#site-info p {
	text-align: center;
	position: absolute;
	bottom: 0;
}

/* !Base Elements */
/* -------------------------------------------- */
html {
	background:#9966FF url(images/semantic-webcomics-bottom.png) center bottom fixed repeat-x;
	color: #034;
}
h4 a {
	width: 700px;
}
/* !Navigation */
/* -------------------------------------------- */
ol#traverse {
	list-style-type: none;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	margin-bottom: 10px;
	padding: 2px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #666;
	border: 2px solid #ddd;
	
}
ol#traverse li {
	display: inline-block;	
}
ol#traverse h2 {
	margin-bottom: 0;
}
/* !Comic info */
/* -------------------------------------------- */
div#comic-info {
	background: #fff;
	margin-top: 10px;
	padding: 2px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #666;
	border: 2px solid #ddd;
}
div#comic-info h4 {
	margin-bottom: 0;
	text-align: center;
}
ol#page li {
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	margin-top: 10px;
}
ol#page ol {
	list-style-type: none;
}

