/*********************************
Saint Abbie's Firey Pinto of Love!
*********************************/

/*Clear Layout*/
*{
	margin:0;
	border:0;
}

/*Top Level Styles*/
body{
	background:#222222 url("image/background.jpg");
	color:#ffffff;
	text-align:center;
	font-family: arial, Verdana, Sans-serif;
 	font-size: 12px;
}

image.gn{
	max-width:100%;
	border-top:1px solid #000000;
}

div#wrap_content ul{
	list-style:none;
	float:left;
}

div#wrap_content ul li a{
	color:inherit;
}

a{
	text-decoration:none;
	color:inherit;
}

a:hover{
	color:#f00f00;
}
form{
	padding:1em;
}
input, textarea{
	margin:0.5em;
	padding:0.5em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	background:#555555;
	color:#ffffff;
}

input[type="submit"]{
	padding:5px;
}


h1.title, h1.title a, h1.title a:hover {
	margin: 0;
	color: #ffffff;
	font-family: 'Georgia', serif;
	font-weight: normal;
	text-decoration: none;
	font-variant: small-caps;
	}

h2, h2 a, h2 a:hover {
	margin: 0;
	color: #ffffff;
	font-weight: bold;
	}

h3, h3 a, h3 a:hover {
	padding: 0;
	margin: 0;
	font-weight: bold;
	text-align: left;
	color: #fffff;
	text-decoration: none;
	clear: both;
	}

/*Div Classes*/
div.wrap{
	margin:0 auto;
	max-width:1000px;
	min-width:700px;
	text-align:left;
}

div.wrap_inner{
	background:#232323;
}

div.logo_img{
	width:415px;
	height:150px;
	float:left;
	background:url("image/headlogo.png");
	background-repeat:no-repeat;
}

div.logo_text{
	width:347px;
	height:150px;
	float:right;
	background:url("image/logotext.png");
	background-repeat:no-repeat;
}

div.menubar{
	width:100%;
	margin:0 auto;
	font-size:12px;
	background:#333333;
}

div.comic_gn{
	width:100%;
	text-align:center;
	margin:1em;
}

div.content_center{
	width:100%;
	text-align:center;
}

div.sidebar{
	width:20%;
	float:left;
}

div.comic_desc{
	margin:1em;
	padding:1em;
	background:#333333;
}

div.comic_desc p{
	margin:0.3em;
}

div.post{
	padding:1em;
	border-bottom:#333333 dashed 1px;
}

p.line_info{
	margin-top:0.5em;
	margin-bottom:0.5em;
}

div.entry{
	margin:0.5em;
}

/*Div Formatting*/
div.menubar ul{
	list-style:none;
	color:#999999;
	text-transform:uppercase;
	margin: 0;
	padding:0;
}
div.menubar li{
	float:left;
	padding:0.5em;
}
div.menubar li:hover{
	background:#111111;
}
div.menubar a{
	color:#999999;
	text-decoration:none;
}
div.menubar a:hover{
	color:#ffffff;
}

div.sidebar h1{
	font-size:1.3em;
	margin-bottom:0.5em;
}

div.footer{
	text-align:center;
	padding:0.5em;
}

/*Comic Formatting*/
image.comic_gn{
	max-width:100%;
	float:center;
}

div.paginate a{
	font-size:2em;
	margin:2px;
	color:inherit;
	text-decoration:none;
	background:#444444;
}

div.ngg-gallery-thumbnail-box{
	float:left;
}

/*Sidebar Formatting*/
ul.sidebar_top{
	list-style:none;
	margin-left:10px;
	padding:0;
}

ul.sidebar_sub{
	list-style:none;
	margin-left:10px;
}

ul.sidebar_sub li{
	border-bottom:1px solid #ffffff;
}

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

div#comments ol{
	list-style:none;
	width:50%;
	margin:1em;
	padding:1em;
	background:#333333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
