/*
Theme Name: ComicPress
Theme URI: http://comicpress.org
Description: Publish a comic with WordPress.  <a href="http://comicpress.org">Visit the ComicPress Website.</a>
Author: Tyler Martin, John Bintz, Philip M. Hofer
Author URI: http://mindfaucet.com/
Version: 2.8
.
The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html
.
*/

/* STANDARD TAGS */

body {
	margin: 0;
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	color: #333;
	background: url('http://www.theothersideofnature.com/images/barkbg03.jpg') #CCC; 
	background-attachment: scroll;
	z-index: 0;
}

a {
	color: #800;
	text-decoration: none;
}

a:hover {
	color: #f00;
}

a:focus {
	outline: none;
}

a img {
	border: none;
}

p {
	margin: 12px 0;
}

img {
	max-width: 100%;
	padding: 0;
}

small {
	font-size: 11px;
}

hr {
	height: 1px;
	color: #000;
	border: 0px;
}

div.content 
{
    text-align: center;
    position: relative;
    width: 1144px; 
    height: 531px;
}

div.wrapper 
{
    position: absolute; 
    top: 0px; 
    left: 0px; 
    z-index: 150; 
    width: 1144px; 
    height: 531px;
}

#comic 
{
    position: absolute; 
    top: 75px; 
    left: 75px; 
    z-index: 200; 
    width: 1000px;
}



