*
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    
}
html, body
{
	color: #dece16;
	background: #000;
}

form
{
    text-align: center;
}

select
{
    width: 200px;
    margin: 20px auto;
    padding: 2px;
}

a:hover
{
    border-bottom: 1px solid #dece16;
}

a, a:active, a:visited
{
    color: #dece16;
    text-decoration: none;
	border: none;
}

#spinner
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: black;
	background-image: url(../images/spinner.gif);
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.5;
}

#banner
{
	background-image: url('/media/images/banner.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 130px;
	/*
	background-attachment: fixed;
	*/
}

#content
{
	text-align: center;
	margin: 0 auto;
	background-image: url('/media/images/banner_hr.png');
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 5px;
}

.body
{
	color: #fff;
	text-align: left;
}

.body p, .body h2, .body h3, .body h4, .body h5, .body h6
{
	margin-left: 20px;
	margin-right: 20px;
}

#comic 
{
	/*height: 900px;*/
	margin: 0 auto;
	text-align: center;
	position: relative;
}

#comic_img 
{
	display: none;
}

#navbar
{
	background-image: url('/media/images/navbar_hr.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 8px;
	vertical-align: top;
}
#navbar a
{
	display: inline-block;
	min-width: 106px;
	min-height: 50px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 15px;
}

#navbar img
{
	border: none;
}

#navbar a#home
{
	background-image: url('/media/images/home.png');
	background-repeat: no-repeat;
}

#navbar a#home:hover
{
    border: none;
}

#navbar img#home_hover
{
    opacity: 0;
}

#navbar a#archive
{
	background-image: url('/media/images/archive.png');
	background-repeat: no-repeat;
}

#navbar a#archive:hover
{
    border: none;
}

#navbar img#archive_hover
{
    opacity: 0;
}

#navbar a#cast
{
	background-image: url('/media/images/cast.png');
	background-repeat: no-repeat;
}

#navbar a#cast:hover
{
    border: none;
}

#navbar img#cast_hover
{
    opacity: 0;
}

#navbar a#about
{
	background-image: url('/media/images/about.png');
	background-repeat: no-repeat;
}

#navbar a#about:hover
{
    border: none;
}

#navbar img#about_hover
{
    opacity: 0;
}

#navbar a#shop
{
	background-image: url('/media/images/shop.png');
	background-repeat: no-repeat;
	margin-right: 0;
}

#navbar a#shop:hover
{
	margin-right: 0;
    border: none;
}

#navbar img#shop_hover
{
    opacity: 0;
}

.comicnav
{
	margin: 0 auto;
	text-align: center;
    overflow: hidden;
}

.comicnav a
{
	display: inline-block;
	min-width: 100px;
	min-height: 46px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.comicnav a.first
{
	background-image: url('/media/images/first.png');
	background-repeat: no-repeat;
    float: left;
}
.comicnav a.prev
{
	background-image: url('/media/images/prev.png');
	background-repeat: no-repeat;
	background-position: center;
    float: left;
    margin-left: 15px;
}
.comicnav a.next
{
	background-image: url('/media/images/next.png');
	background-repeat: no-repeat;
	background-position: center;
    float: right;
    margin-right: 15px;
}
.comicnav a.latest
{
	background-image: url('/media/images/latest.png');
	background-repeat: no-repeat;
    float: right;
}

.comicnav a:hover
{
    border: none;
}

#news
{
	color: #dece16;
	text-align: left;
}

#news div.newsbox
{
	min-height: 100px;
	border: 3px solid #e2cf33;
	background-color: #fefcd3;
	color: #000;
	padding: 0px;
	text-align: left;
}

#news div.comments
{
	text-align: center;
}

#news a, #news a:active
{
	text-decoration: none;
	color: #e2cf33;
}

#news a:hover
{
	text-decoration: none;
	color: #f9ec81;
    border: none;
}

#left_container, #right_container, #center_container
{
	display: inline-block;
	vertical-align: top;http://127.0.0.1:8000/tools/resize/640/960/images/comics/BS_006.tif?quality=medium&forceSize
}

#center_container
{
	padding-top: 7px;
	width: 644px;
}

.adbanner
{
	min-width: 174px;
	min-height: 730px;
	background-image: url('/media/images/adbanner.png');
	background-repeat: no-repeat;
	padding-top: 5px;
}

.adbanner table
{
	border: 1px solid #500;
	margin: 0 auto;
}

#left_container div.adbanner
{
	background-position: center right;
}

#right_container div.adbanner
{
	background-position: center left;
}

#leftbar
{
	float: left;
	width: 170px;
	text-align: center;
}

#rightbar
{
	float: right;
	width: 170px;
	text-align: center;
}

#leftbar div h2,
#rightbar div h2
{
	margin: 0 0 3px;
	font-size: 16px;
}

#leftbar div p,
#rightbar div p
{
	margin: 0;
	font-size: 13px;
}

#leftbar div+div,
#rightbar div+div
{
	margin-top: 15px;
}

.calendar
{
    /*border: 1px solid #dece16;
    margin: 0 auto;
	background: #111;*/
	width: 170px;
	padding: 2px;
}

.calendar th,
.calendar td
{
	text-align: center;
	padding: 0;
	vertical-align: middle;
}

.calendar th
{
	background: none;
	color: #fff;
	font-size: 14px;
}

.calendar td
{
	background: #222;
	color: #fff;
	font-size: 12px;
}

.calendar td.blank
{
	background: none;
}

.calendar p,
.calendar a
{
	display: block;
	width: 100%;
	height: 100%;
	padding: 1px;
}

.calendar a
{
	background: #111;
	color: #fff;
	border: 1px solid #444;
	text-decoration: none;
}

.calendar a:hover
{
	background: #aaa;
	color: #000;
	border-color: #ddd;
}

.calendar a:focus
{
	background: #999;
	color: #000;
	border-color: #ccc;
}

.calendar .date .month
{
	display: none;
}

.archive
{
    text-align: center;
}

.archive h3
{
    background-image: url('/media/images/navbar_hr.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 8px;
	vertical-align: top;
    margin-bottom: 0;
    margin-top: 0;
}

.archive .comic
{
    display: inline-block;
    min-width: 145px;
}

.archive .comic p
{
    margin-top: 0px;
}

.archive a.comic_link:hover
{
    border: none;
    color: #dece16;
}

.archive a.comic_link + a.comic_link
{
    margin-left: 10px;
}

.defaultText 
{ 
	width: 300px; 
}

.defaultTextActive 
{ 
	color: #555; 
	font-style: italic; 
}

.shoutbox
{
    color: #fff;
    text-align: left;
    font-size: .75em;
	background: #222;
	border: 1px solid #444;
    padding: 8px;
}

.shoutbox p.shoutline
{
    padding-left: 10px;
    padding-bottom: 5px;
}
.shoutbox .name
{
    color: #e2cf33;
}

.shoutform 
{
    font-size: 1.25em;
    padding: 0px;
}

.shoutbox .hr
{
	height: 1px;
	margin-top: -10px;
	border-bottom: 1px solid #e2cf33;
}

.shoutform table
{
	/*margin-top: -15px;*/
}

.shoutform .label
{
    font-size: .75em;
}
.shoutform input
{
    display: inline-block;
    width: 100%
}


/* Comments */
.post
{
	margin-bottom: 15px;
}

.post .title
{
	height: 38px;
	margin-bottom: 10px;
	padding: 12px 0 0 0px;
	letter-spacing: -.5px;
	width: auto;
	color: #FFFFFF;
}

.post .title a
{
	color: #FFFFFF;
	border: none;
}

.post .meta
{
	width: 600px;
	margin-top: -10px;
	padding: 5px 20px 5px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #666;
	/* color: #3D4F5C; */
}

.post .meta a
{
	/* color: #3D4F5C;*/
	color: #900;
}

.post .entry
{
	padding: 0px 0px 0px 0px;
	padding-bottom: 0px;
	text-align: justify;
}

.links
{
	padding-left: 10px;
	border-top: 1px solid #500;
	padding-top: 5px;
	font-size: 10px;
	font-weight: bold;
	line-height: 100%;
}

#postcomment
{
	padding-top: 5px;
	display: none;
}

#postcomment input
{
	width: 341px;
}

#postcomment input.button
{
	width: 100%;
}

#honeypot
{
	display: hidden;
}

#comments
{
	display: none;
}

.comment
{
	margin-left: 10px;
	margin-bottom: 0px;
}

.comment .title
{
	margin-left: 0;
	margin-bottom: 2px !important;
	padding: 12px 0 0 0px;
	letter-spacing: -.5px;
	color: #FFFFFF;
	border-bottom: none;
}

.comment .title a
{
	color: #FFFFFF;
	border: none;
}

.comment .meta
{
	width: 600px;
	margin-top: -10px;
	padding: 0px 20px 5px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #666;
	/* color: #3D4F5C; */
}

.comment .meta a
{
	/* color: #3D4F5C;*/
	color: #900;
}

.comment .entry
{
	margin-left: 10px;
}

.comment p
{
	line-height: 100%;
	margin-top: 10px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.end_hr
{
	margin-top: -.5em;
	border-bottom: 1px solid #dece16;
}

.comments
{
	margin-top: 5px;
	margin-bottom: 5px;
}

#footer
{
	text-align: center;
	margin: 0 auto;
	width: 700px;
}

.copyright
{
	background-image: url('/media/images/footer_hr.png');
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 10px;
	padding-left: 88px;
}

#hosted
{
	float: right;
	margin-right: 40px;
}

#hosted a:hover
{
    border: none;
}

#rank
{
	float: left;
    margin-left: -40px;
}

#rank a img
{
    border: 1px solid #555;
}

#rank a:hover
{
    border: none;
}

