/*

Theme Name: ComicPress ES
Theme URI: http://comicpress.org
Description: Errant Story Edition. <a href="http://comicpress.org">Visit the ComicPress Website.</a>
Author: Tyler Martin
Author URI: http://mindfaucet.com/
Version: 2.7

*/



/* STANDARD TAGS */

body {
	margin: 0;
	color: #684a2a;
	font-size: 13px;
	font-family: 'Arial', sans-serif;
	background: url('images/background.jpg');
	}

a {
	color: #3b2a17;
	text-decoration: none;
	}

  	a:hover {
		text-decoration: underline;
		}

	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: #3b2a17;
	background-color: #3b2a17;
	border: 0px;
	}

blockquote {
	margin: 10px;
	padding: 5px 10px 5px 20px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	border-color: #3b2a17;
	}

	blockquote cite {
		margin: 5px 0 0;
		display: block;
		}

cite {
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	}

code {
	padding: 10px;
	display: block;
	font-family: 'Courier New', monospace;
	border: 1px dotted #3b2a17;
	overflow: scroll;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

	acronym, abbr {
		border-bottom: 1px dashed #3b2a17;
		}

form {
	margin: 0;
	}

table {
	border-collapse: collapse;
	}
	
tr, td {
	padding: 0;
	margin: 0;
	}

/* HEADINGS */

h1, h1 a, h1 a:hover {
	padding: 10px 0 0 0;
	margin: 0;
	color: #3b2a17;
	font-size: 60px;
	font-weight: bold;
	line-height: 50px;
	text-decoration: none;
	letter-spacing: -4px;
	font-variant: small-caps;
	}

h2, h2 a, h2 a:hover {
	margin: 0;
	color: #3b2a17;
	font-weight: bold;
	font-size: 24px;
	line-height: 26px;
	}
	
	h2.pagetitle, h2.pagetitle a {
		padding: 0 0 5px 0;
		margin: 0 0 20px 0;
		font-size: 32px;
		line-height: 36px;
		font-weight: bold;		
		letter-spacing: -2px;
		}

h3, h3 a, h3 a:hover {
	padding: 0;
	margin: 0;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	text-align: left;
	color: #3b2a17;
	text-decoration: none;
	clear: both;
	}



/* THE PAGE WRAPPER */
/* Change this width to set the entire site's width - increase/reduce #column width by the same amount */

#page-head {
	width: 1000px;
	height: 50px;
	margin: 0px auto;
	background: url('images/page-head.png') 0 10px no-repeat;
	}

#page {
	width: 1000px;
	min-height: 600px;
	margin: 0px auto;
	background: url('images/page.png') 0 10px repeat-y;
zoom: 1;
	}

#page-foot {
	width: 1000px;
	height: 57px;
	margin: 0px auto;
	background: url('images/page-foot.png') 0 0 no-repeat;
	}

/* THE HEADER */

#header-wrap {
	min-width: 1000px;
	background: url('images/header.png') center top repeat-x;
	}

#header {
	width: 1000px;
	margin: 0px auto;
	padding: 110px 0 0 0;
	}
	
/* THE MENU */

#menu-wrap {
	width: 1000px;
	margin: 0 auto;
	}

#menubar {
	padding: 0 0 0 190px;
	zoom: 1; /* IE fix, allows for variable height menu  */
	}

#menu {
    padding: 0;
    margin: 0;
	list-style: none;
    float: left;
    line-height: 25px;
	font-size: 12px;
    }

	#menu-main {
		width: 50px;
		margin: 0 25px 0 0;
		text-indent: -9999px;
		overflow: hidden;
		}
		
	#menu-about {
		width: 50px;
		margin: 0 25px 0 0;
		text-indent: -9999px;
		overflow: hidden;
		}
		
	#menu-extras {
		width: 57px;
		margin: 0 30px 0 0;
		text-indent: -9999px;
		overflow: hidden;
		}
		
	#menu-support {
		width: 68px;
		margin: 0 25px 0 0;
		text-indent: -9999px;
		overflow: hidden;
		}
		
	#menu-store {
		width: 47px;
		margin: 0 25px 0 0;
		text-indent: -9999px;
		overflow: hidden;
		}
		
	#menu-forum {
		width: 55px;
		margin: 0 29px 0 0;
		text-indent: -9999px;
		overflow: hidden;
		}
		
	#menu-contact {
		width: 64px;
		text-indent: -9999px;
		overflow: hidden;
		}
	
	#menu a {
		padding: 0px 5px;
		display: block;
		color: #fff;
		text-decoration: none;
		}

	#menu li {
		float: left;
		}

	#menu li:hover a, #menu li.sfhover a {
	    color: #fff; /* Main menu highlighted text color */
	    }

	#menu li:hover, #menu li.sfhover {
	     /* Main menu highlighted background color */
	    }
	
	/* For submenu dropdowns - this order must be maintained */

	#menu ul {
		padding: 0;
		margin: 0;
		list-style: none;
		position: absolute;
		left: -9999px;
		width: 151px;
		line-height: 1;
		border-width: 1px 0;
		border-color: #c5a354;
		border-style: solid;
		}
	#menu li li {
		width: 150px;
		margin: 0 0 0 -1px;
		border-width: 0 1px;
		border-color: #c5a354;
		border-style: solid;
		}
	#menu li li a {
		width: 139px;
	    padding: 4px 5px;
		color: #fff;
		border: none;
		}
	#menu li ul ul {
	    margin: -21px 0 0 151px;
	    }
	#menu li ul li:hover a, #menu li ul li li:hover a, #menu li ul li li li:hover a, #menu li ul li li li:hover a {
	    color: #fff; /*Submenu highlighted text color */
	    }
	#menu li:hover li a, #menu li li:hover li a, #menu li li li:hover li a, #menu li li li li:hover li a  {
	    color: #fff; /*Submenu text color */
	    }
	#menu li li:hover {
	    background: #8d550f; /*Submenu highlighted background color */
	    }
	#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul, #menu li.sfhover ul ul ul ul {
	    left: -9999px;
	    }
	#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul, #menu li li li li.sfhover ul {
	    left: auto;
	    background: #222; /*Submenu background color */
		text-transform: none;
	    }



/* THE COMIC */

#comic-head {
	width: 500px;
	height: 10px;
	margin: 0 auto;
	padding: 0 0 5px 0;
	line-height: 10px;
	overflow: hidden;
	}

	.comic-head-date {
		height: 15px;
		float: left;
		white-space: nowrap;
		overflow: hidden;
		}

	.comic-head-title {
		height: 15px;
		text-align: right;
		overflow: hidden;
		}
	
#comic {
	padding: 0;
	text-align: center;
	}

#comic img {
border: 1px solid #000;
}

#comic-foot p {
text-align: center;
}

/* THE FOOTER */

#footer {
	color: #fff;
line-height: 20px;
padding: 0 0 30px 0;
	text-align: center;
	}

	#footer a {
		color: #fff;
font-weight: bold;
text-decoration: none;
		}

#footer a:hover {
color: #c7b3a1;
}
/* NAVIGATION */

.nav {
	width: 500px;
	height: 20px;
	padding: 10px 0 10px 0;
	margin: 0 auto;
	font-size: 15px;
font-weight: normal;
font-family: 'Georgia', sans-serif;
font-variant: small-caps;
	}
	
	.nav-first {
		/*width: 100px;*/
		width: 90px;
		height: 20px;
		padding: 0;
		margin: 0;
		display: block;
		text-align: left;
		float: left;
		color: #b8a786;
		}
	
	.nav-previous  {
		/*width: 100px;*/
		width: 90px;
		height: 20px;
		padding: 0;
		margin: 0;
		display: block;
		text-align: left;
		float: left;
		color: #b8a786;
		}
	
	.nav-next  {
		/*width: 100px;*/
		width: 90px;
		padding: 0;
		margin: 0;
		display: block;
		text-align: right;
		float: left;
		color: #b8a786;
		}
		
	.nav-last {
		/*width: 100px;*/
		width: 90px;
		padding: 0;
		margin: 0;
		display: block;
		text-align: right;
		float: left;
		color: #b8a786;
		}
		
	.nav-comments {
		/*width: 90px;*/
		width: 130px;
		padding: 0 0 0 10px;
		margin: 0;
		display: block;
		text-align: center;
		float: left;
		color: #b8a786;
		}

.navi {
        width: 46px;
        padding-top: 44px;
        font-size: 8px;
        color: #555;
        display: inline-block;
}

.navi:hover, #navi-share:hover {
        background-position: -44px 0;
}

.navi-first {
        background: url('first.png') no-repeat;
        width: 35px;
}

.navi-prev, .navi-previous {
        width: 35px;
        background: url('prev.png') no-repeat;
}

.navi-prev:hover, .navi-previous:hover {
        width: 35px;
        background: url('prev.png') no-repeat;
        background-position: -35px 0;
}

.navi-comments {
        background: url('comments.png') no-repeat;
}

.navi-next {
        /*margin-left: 5px;*/
        width: 35px;
        background: url('next.png') no-repeat;
}

.navi-next:hover {
        background: url('next.png') no-repeat;
        width: 35px;
        background-position: -35px 0;
}

.navi-last {
        width: 35px;
        background: url('last.png') no-repeat;
}

.navi-last:hover {
        background: url('last.png') no-repeat;
        width: 35px;
        background-position: -35px 0;
}

.nav-blog {
	color: #3b2a17;
	font-size: 12px;
	font-weight: bold;	
	float: right;
	}
	
	.nav-blog-previous {
		padding: 0 5px 0 0;
		float: left;
		}
		
	.nav-blog-next {
		padding: 0 0 0 5px;
		float: left;
		border-left: 1px solid #3b2a17;
		}

.pagenav {
	padding: 40px 20px 0 20px;
	color: #3b2a17;
	font-size: 12px;
	font-weight: bold;
	clear: both;
	}

	.pagenav-left {
		float: left;
		}

	.pagenav-right {
		float: right;
		}

.nav a, .pagenav a, .nav-blog a {
	color: #684a2a;
	}

	.nav a:hover, .pagenav a:hover, .nav-blog a:hover {
		color: #fff;
		text-decoration: none;
		}

	.navdivider {
		padding: 0 5px 0 0;
		margin: 0 5px 0 0;
		border-right: 1px solid #3b2a17;
		}



/* POSTS - PAGES */

#column {
	width: 510px;
	padding: 5px 0 0 0;
	float: left;
	overflow: hidden;
	}

.post-avatar {
	height: 75px;
	width: 75px;
	float: left;
	background-repeat: no-repeat;
	}
	
.post-title-wrap {
	width: 425px;
	float: left;
	}
	
	.post-title-wrap td {
		height: 75px;
		vertical-align: bottom;
		}
	
.post, .post-page {
	padding: 10px 5px;
	}

.post-head {
clear: both;
border-top: 1px solid #b8a786;
}
	
.post-foot, .post-comic-foot, .post-page-foot {
	margin: 0 0 10px 0;
	height: 10px;
	overflow: hidden;
	}
	
	.comicdate {
		font-size: 14px;
		}

	.postdate {
		font-size: 11px;
		color: #3b2a17;
		}

.more-link {
	border-top: 1px dashed #3b2a17;
	font-style: italic;
	display: block;
	clear: both;
	}
		
.tags {
	font-size: 11px;
	clear: both;
	}

.comment-link {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	color: #684a2a;
	}

.comment-link a {
	color: #684a2a;
	}

/* THE BLOG HEADER */

#blogheader {
height: 20px;
	}



/* COMMENTS */

.comment-wrap{
	padding: 0 20px;
	}

	.comment-wrap h3 {
		margin: 0;
		padding: 20px 0 0 0;
		font-weight: normal;
		font-size: 20px;
		clear: both;
		}

.comment {
	padding: 10px;
	margin: 10px 0 0 0;
	clear: both;
	border: 1px solid #3b2a17;
	min-height: 64px;
	}

	.comment .comment  {
	border: 1px dotted #3b2a17;
	}

.comment-author {
	display: inline;
	}

.comment-meta {
	display: inline;
	padding: 0 0 0 5px;
	margin: 0 0 0 2px;
	border-left: 1px solid #3b2a17;
	}

.says {
	display:none;
	}

.avatar {
	margin: 0 10px 0 0;
	float: left;
	}

#comment {
	width: 100%;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
	}

#author, #email, #url {
	width: 200px;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
	}

#submit {
	margin: 0 0 20px 0;
	float: right;
	}

ol.commentlist {
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style: none;
	}

	ol.commentlist p {
		margin: 10px 0 0 74px;
		}

ul.children {	
	margin: 0;
	padding: 0;
	list-style: none;
	}

.reply {
	padding: 10px 0 0 0;
	text-align: right;
	}



/* ARCHIVE */  
/* For the built-in WordPress archive pages (by month or category) as well as search result pages */  

.comicarchiveframe {
	width: 120px;
	height: 216px;
	padding: 5px;
	margin: 0 15px 25px 20px;
	float: left;
	opacity: 0.99;
	filter: alpha(opacity=99);
	overflow: hidden;
	}
 
	.comicarchiveframe:hover {
		opacity: 0.70;
		filter: alpha(opacity=70);
		}

	.comicarchiveframe h3 {
		margin: 0;
		font-size: 11px;
		line-height: 11px;
		font-weight: normal;
		}

	.comicarchiveframe a small {
		display: block;
		}

	.comicarchiveframe a:hover {
		text-decoration: none;
		}
		
	.comicarchiveframe img {
		border: 1px solid #000;
		}

.archive-year {
	font-size: 48px;
	}

.archive-yearlist {
	padding: 0 0 10px 0;
	font-size: 14px;
	}



/* SIDEBAR */

.sidebar {
	width: 190px;
	float: left;
	font-size: 12px;
	overflow: hidden;
	color: #684a2a;
	}

	.sidebar a {
		color: #3b2a17;
		}
	

#sidebar-left {
	padding: 20px 19px 0 15px;
	margin: 0 0 0 21px;
	background: url('images/page-head.png') -21px -40px no-repeat;
	}
	
#sidebar-right {
	padding: 20px 16px 0 19px;
	margin: 0 20px 0 0;
	background: url('images/page-head.png') -755px -40px no-repeat;
	}
	
.sidebar h2, .sidebar h2 a {	
	font-size: 16px;
	color: #684a2a;
padding: 0;
margin: 0;
	}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

	.sidebar ul li {
		margin: 0 0 10px 10px;
		padding: 0;
		}

		.sidebar ul li ul li {
			margin: 0 0 0 10px;
			padding: 0;
			}

li#text-408855578 { margin: 0 0 10px -4px; }

/* WIDGETS */

.random-comic-icon {
	padding: 0 5px;
	color: #fff;
	background: #3b2a17;
	}

.comic-bookmark {
	margin: 0 0 10px 5px;
	}

.archive-dropdown {
	max-width: 100%;
	}



/* CALENDAR */

#wp-calendar {
	width: 165px;
	margin: 0 0 0 5px;
	}

#wp-calendar th {
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	}

#wp-calendar caption {
	font-size: 18px;
	letter-spacing: -1px;
	font-variant: small-caps;
	}

#wp-calendar td {
	min-width: 20px;
	padding: 0;
	text-align: center;
	border: 1px solid #3b2a17;
	}

#wp-calendar a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	}

	#wp-calendar a:hover {
		color: #fff;
		background: #3b2a17;
		}



/* SEARCH */

#s {
	width: 138px;
	margin: 0 0 0 0;
	padding: 4px 0 0 5px;
	font-size: 12px;
	height: 19px;
	font-family: 'Arial', sans-serif;
	color: #000;
	border: none;
	float: left;
	background: url('images/archive-search.png') 0 -23px no-repeat;
	}
	
	#s:hover, #s:focus {
		color: #000;
		background-position: -200px -23px;
		}

#searchsubmit {
	padding: 0;
	margin: 0;
	border: none;
	height: 23px;
	width: 23px;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	font-family: 'Arial', sans-serif;
	cursor: pointer;
	background: url('images/archive-search.png') -143px -23px no-repeat;
	}

	#searchsubmit:hover {
		background-position: -343px -23px;
		}

	#searchsubmit:-moz-focus-inner {
		border: 0;
		}

.widget_categories {
	margin: 10px 0 10px 5px;
	height: 23px;
	background: url('images/archive-search.png') no-repeat;
	}
	
	.widget_categories:hover {
		background-position: -200px 0px;
		}

	.widget_categories select{
		margin: 0;
		padding: 0;
		width: 166px;
		height: 23px;
		font-size: 12px;
		font-family: 'Arial', sans-serif;
		border: none;
		opacity: 0;
		filter: alpha(opacity=0);
		cursor: pointer;
		}

.widget_categories .widgettitle {
	display: none;
	}


/* GALLERY */

.gallery-image {
	width: 518px;
	border: 1px solid #3b2a17;
	overflow: hidden;
	background: #3b2a17;
}

.gallery-caption {
	font-size: 11px;
	}
	
	.gallery-caption  p {
		width: 510px;
		padding: 5px;
		margin: 0;
		text-align: center;
		color: #fff;
		background: #3b2a17;
		}

.imagenav-wrap {
	margin: 5px 0 0 0;
	}

.imagenav {
	width: 77px;
	height: 77px;
	float: left;
	overflow: hidden;
	}

.imagenav-center {
	width: 344px;
	height: 65px;
	margin: 0 5px;
	padding: 10px 5px 0 5px;
	float: left;
	color: #3b2a17;
	text-align: center;
	border: 1px solid #3b2a17;
	overflow: hidden;
	}

.imagetitle {
	color: #3b2a17;
	font-size: 18px;
	}

.imagenav-bg {
	width: 75px;
	height: 75px;
	position: absolute;
	z-index: 0;
	background: #ddd;
	border: 1px solid #3b2a17;
	overflow: hidden;
	}

	.imagenav-bg img {
		width: 75px;
		height: 75px;
		}

.imagenav-arrow {
	width: 75px;
	height: 75px;
	position: absolute;
	z-index: 1;
	color: #fff;
	font-size: 80px;
	font-weight: bold;
	line-height:75px;
	text-align: center;
	border: 1px solid #3b2a17;
	float: left;
	}

.imagenav-link {
	width: 75px;
	height: 75px;
	position: absolute;
	z-index: 2;
	border: 1px solid #3b2a17;
	float: left;
	overflow: hidden;
	}

	.imagenav-link img {
		width: 75px;
		height: 75px;
		opacity: 0.50;
		filter: alpha(opacity=50);
		}

			.imagenav-link img:hover {
				opacity: 0.00;
				filter: alpha(opacity=0);
				}



/* POSTED IMAGES  */

.wp-caption  p {
	margin: 5px 0;
	line-height: 11px;
	font-size: 11px;
	}

.aligncenter {
	margin: 0 auto;
	display: block;
	}

.alignright {
	margin: 10px 0 10px 10px;
	display: inline;
	float: right;
	}

.alignleft {
	margin: 10px 10px 10px 0;
	display: inline;
	float: left
	}



/* TRANSCRIPT */

#transcript {
	padding: 0 10px;
	font-size: 11px;
	border-left: 4px dotted #3b2a17;
	border-right: 4px dotted #3b2a17;
	}

	.transcript-border {
		padding: 0 5px;
		margin: 15px 0;
		border: 1px solid #3b2a17;
		background: #fff;
		clear: both;
		}

	a.transcript-title {
		padding: 0 0 5px 0;
		margin: 0 0 5px 0;
		display: block;
		font-style: italic;
		font-size: 16px;
		letter-spacing: -1px;
		border-bottom: 1px dashed #3b2a17;
		}

		#transcript-content {
			font-family: 'Courier New', monospace;
			overflow: hidden;
			}

#s-transcript {
	width: 140px;
	margin: 0;
	padding: 2px;
	font-size: 12px;
	font-style: italic;
	}

	#searchsubmit-transcript {
		padding: 0 5px;
		font-size: 12px;
		font-family: 'Arial', sans-serif;
		}



/* STORYLINES */

.storyline-cats {
	padding: 0;
	margin: 0;
	list-style: none;
	}

.storyline-cats li {
	display: inline;
	}

	li.storyline-root {
		display: none;
		}



/* CLEAR FLOATS */

.clear {
	clear: both;
	}



/* CLEAR MARGINS */
/* Used with BR for clearing paragraph margins for Safari, Chrome - avoid background gaps */

.clear-margins { 
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	}


/* Connect */

#connect-block {
	width: 180px;
}

.connect {
        display: inline-block;
        width: 40px;
        height: 8px;
        padding-top: 40px;
        font-size: 9px;
        margin-left: 2px;
}

.connect:hover {
        background-position: -40px 0;
}

a.rsslink {
        background: url('images/RSS.png') no-repeat;
	margin-left: 0;
}

a.formspring {
        width: 40px;
        padding-left: 0;
       font-size: 8px;
        background: url('images/formspring.png') no-repeat;
}

a.formspring:hover {
        background-position: -40px 0;
}

a.twitter {
        background: url('images/twitter3.png') no-repeat;
}

a.facebook {
        margin-left: 3px;
        background: url('images/facebook.png') no-repeat;
}

a.tumblr {
        background: url('images/tumblr.png') no-repeat;
}

a.forums {
        background: url('images/forum.png') no-repeat;
}

a.da {
        background: url('images/da.png') no-repeat;
}

a.googleplus {
        background: url('images/googleplus.png') no-repeat;
}

#rss-3, #rss-4, #rss-5 {
width: 175px;
overflow: hidden;
}

#rss-3 .widgettitle, #rss-4 .widgettitle, #rss-5 .widgettitle  {
height: 40px;
width: 350px;
}

.widgettitle .rsswidget {
height: 40px;
width: 175px;
display: block;
text-indent: -9999px;
overflow: hidden;
float: right;
}

.widgettitle .rsswidget:hover {
background: url('images/twitter.png') 0 -120px no-repeat;
}

#rss-3 .widgettitle {
background: url('images/twitter.png') no-repeat;
}

#rss-4 .widgettitle {
background: url('images/twitter.png') 0 -40px no-repeat;
}

#rss-5 .widgettitle {
background: url('images/twitter.png') 0 -80px no-repeat;
}


/* Buttonbar */

#buttonbar {
width: 510px;
height: 85px;
overflow: hidden;
display: none;
}

#cr8outerdiv {
;
}

#buttonbar-donate {
width: 242px;
height: 85px;
float: left;
overflow: hidden;
background: url('/images/donate.png') 6px 8px no-repeat;
display: none;
}

#buttonbar-donate a {
width: 164px;
height: 40px;
padding: 32px 7px 13px 71px;
display: block;
background: url('images/buttonbar.png') 0 0 no-repeat;
}

#buttonbar-stuff {
width: 67px;
height: 85px;
float: left;
overflow: hidden;
background: url('/images/stuff.png') 9px 9px no-repeat;
}

#buttonbar-stuff a {
width: 67px;
height: 17px;
padding: 68px 0 0 0;
display: block;
font-size: 11px;
text-align: center;
background: url('images/buttonbar.png') -242px 0 no-repeat;
}

#buttonbar-art {
width: 67px;
height: 85px;
float: left;
overflow: hidden;
background: url('/images/art.png') 9px 9px no-repeat;
}

#buttonbar-art a {
width: 67px;
height: 17px;
padding: 68px 0 0 0;
display: block;
font-size: 11px;
text-align: center;
background: url('images/buttonbar.png') -309px 0 no-repeat;
}

#buttonbar-download {
width: 67px;
height: 85px;
float: left;
overflow: hidden;
}

#buttonbar-download a {
width: 67px;
height: 17px;
padding: 68px 0 0 0;
display: block;
font-size: 11px;
text-align: center;
background: url('images/buttonbar.png') -376px 0 no-repeat;
}

#buttonbar-share {
width: 67px;
height: 85px;
float: left;
overflow: hidden;
}

#buttonbar-share a {
width: 67px;
height: 17px;
padding: 68px 0 0 0;
display: block;
font-size: 11px;
text-align: center;
background: url('images/buttonbar.png') -443px 0 no-repeat;
}

.vote {
margin: 20px 0 0 2px;
}

.vote img {
margin: 0 0 5px 0;
}


/* SHARE */

#comic-share-window {
width: 500px;
height: 100px;
margin: 10px auto;
display: none;
/*background: url('http://mindfaucet.com/errantstory/share.png') no-repeat;*/
background: url('/images/share.png') no-repeat;
}

#comic-share-window a {
width: 105px;
height: 20px;
padding: 0 0 0 20px;
float: left;
font-size: 11px;
line-height: 20px;
display: block;
font-size: 11px;
overflow: hidden;
}

#gallery-1 a img {
	border: 1px solid #000;
}

div.imagenav-center {
	margin: 0;
	padding: 10px 0px 1px 0px;
}
