/*
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: Zack Ellington
Author URI: http://gameruckus.com/
Version: 2.8
.
The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html
.
*/

body{
background-color: #565656;
	}
#container
{
width: 80%;
min-width:980px;
margin: 10px auto;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
background-color: #fff;
color: #333;
border: 5px solid gray;
line-height: 130%;
font: 14px Arial, Tahoma, Verdana,Helvetica, sans-serif;
color: #4b4942;
}

#container img {
border: 0px;
}

#container A:link {
text-decoration: none;
color: #2185d1;
}
#container A:visited {
text-decoration: none;
color: #2185d1;
}
#container A:active {
text-decoration: none;
color: #2185d1;
}
#container A:hover {
text-decoration: none;
color: #565656;
}

#top
{
padding: .5em;
background-color: #DDD;
border-bottom: 1px solid gray;
}

#top h2
{
padding: 0;
margin-top: 10px;
}

#topnav
{
padding: .5em;
background-color: #2185d1;
border-bottom: 1px solid gray;
}

#topnav img
{
margin-left: 5px;
}
#content
{
float: left;
width: 77%;
margin: 0;
padding: 1em;
}
#content A:link {
text-decoration: none;
color: #2185d1;
}
#content A:visited {
text-decoration: none;
color: #2185d1;
}
#content A:active {
text-decoration: none;
color: #2185d1;
}
#content A:hover {
text-decoration: underline; 
color: #565656;
}
#content img{
margin: 10px auto;
}

#comic-head
{
margin-top: -20px;
margin-bottom: -20px;
padding: 0px;
width: 100%;
text-align: right;
}

#entry
{
margin-bottom: 8px;
padding: .5em;
background-color: #EEE;
border: 5px solid #EEE;
-moz-border-radius: 10px; 
-webkit-border-radius: 10px;
}

#rightnav
{
background-color: #FFF;
margin-left: 80%;
max-width: 36em;
}
#rightnavcat
{
margin-top: 5px;
margin-bottom: 5px;
border: 5px solid #DDD;
-moz-border-radius: 10px; 
-webkit-border-radius: 10px;
background-color: #DDD;
width: 93%;
}

#rightnavcat h2
{
padding: 0;
margin: 0;
}

#rightnavcat A:link {
text-decoration: none;
color: #2185d1;
}
#rightnavcat A:visited {
text-decoration: none;
color: #2185d1;
}
#rightnavcat A:active {
text-decoration: none;
color: #2185d1;
}
#rightnavcat A:hover {
text-decoration: underline; 
color: #565656;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #333;
background-color: #ddd;
border-top: 1px solid gray;
}

#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

