/*  
 
Theme Name: Ninja Bunny ComicPress
Version: 2.5

Theme URI: n/a
Description: Ninja Bunnys theme, based on <a href="http://mindfaucet.com/comicpress">ComicPress</a> theme.

	Author: Philip Spence
	Author URI: http://www.philipspence.com

The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html

All code below is written by Philip Spence
#b1cfd1 old blue
*/

.floatRight
	{
	float: right;
	}

.floatLeft
	{
	float: left;
	margin-right: 5px;
	}

ul.nopoints
	{
	list-style-type: none;
	}

body
	{
	background: #df9a58 url(images/wood.jpg) top center repeat;
	font-family: arial;
	font-size: 85%;
	}

a:link, a:visited
	{
	color: #cf6945;
	text-decoration: underline;
	}

a:hover
	{
	color: #e74718;
	}
a:active
	{
	color: #cf6945;
	}

a img
	{
	border: none;
	}

body #wrap
	{
	position: relative;
	top: -18px;
	width: 1010px;
	margin: 0px auto;
	background: transparent url(images/background.jpg) top left repeat-y;
	}

body #wrap #header
	{
	display: block;
	background: transparent url(images/header.png) top left repeat-y;
	width: 1010px;
	height: 263px;
	}

body #wrap #header h1 a
	{
	display: block;
	height: 0px;
	width: 132px;
	padding-top: 107px;
	margin: 0px auto;
	overflow: hidden;
	background: transparent url(images/title.gif) top center no-repeat;
	position: relative;
	top: 95px;
	left: -12px;
	}

body #wrap #header h1 a:hover
	{
	background-position: 0 -107px;
	}

h2
	{
	font-size: 0.8em;
	}

h2#comicTitle
	{
	color: #333333;
	font-size: medium;
	width: 400px;
	margin: 0px auto;
	}

h3, h4, h4 a:link, h4 a:active, h4 a:visited
	{
	font-weight: bold;
	color: #5a5b54;
	position: relative;
	z-index: 5;
	text-decoration: none;
	}

h4 a:hover
	{
	color: #CF6945;
	}


h3.graphic
	{
	height: 0px;
	display: block;
	overflow: hidden;
	padding-top: 47px;
	width: 170px;
	z-index: 1;
	position: relative;
	margin-bottom: 0px;
	}

h3.donate
	{
	margin-top: 0px;
	background: transparent url(images/sidebar/donate.png) no-repeat -4px 0px;
	}

h3.sponsor
	{
	background: transparent url(images/sidebar/sponsor.png) no-repeat -4px 0px;
	}

h3.upcoming
	{
	background: transparent url(images/sidebar/upcoming.png) no-repeat -4px 0px;
	}

h3.morebunny
	{
	background: transparent url(images/sidebar/morebunny.png) no-repeat -4px 0px;
	}

h3.contact
	{
	background: transparent url(images/sidebar/contact.png) no-repeat -4px 0px;
	}

h3.friends
	{
	background: transparent url(images/sidebar/friends.png) no-repeat -4px 0px;
	}

#column h3#blogheader, h2#News, h2#archives, h2#Shop, h2#About, h2#Donation
	{
	height: 0px;
	display: block;
	overflow: hidden;
	padding-top: 94px;
	width: 264px;
	margin-bottom: -30px;
	z-index: 1;
	position: relative;
	}

#column h3#blogheader, h2#News
	{
	background: transparent url(images/headers/news.png) no-repeat -3px 0px;
	}

h2#archives
	{
	background: transparent url(images/headers/archive.png) no-repeat -3px 0px;
	}

h2#Shop
	{
	background: transparent url(images/headers/shop.png) no-repeat -3px 0px;
	}

h2#About
	{
	background: transparent url(images/headers/about.png) no-repeat -3px 0px;
	}

h2#Donation
	{
	background: transparent url(images/headers/donation.png) no-repeat -3px 0px;
	}

h3#blogheader a
	{
	font-size: xx-small;
	}

h4
	{
	margin-top: 0px;
	}

#column h3, #column h4
	{
	margin-bottom: 0px;
	}

body #wrap #nav
	{
	height: 35px;
	/*width: 1010px;*/
	overflow: hidden;
	position: relative;
	float:left;
	width:100%;
	top: 102px;
	}

body #wrap #nav ul
	{
   	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
	}

body #wrap #nav ul li
	{
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
	}

body #wrap #nav ul li a
	{
	display: block;
	height: 0px;
	padding-top: 27px;
	overflow: hidden;
	margin-left: 7px;
	margin-right: 7px;
	}

body #wrap #nav ul li a.comic
	{
	background: transparent url(images/nav/comic.gif) top left no-repeat;
	width: 86px;
	}


body #wrap #nav ul li a.archive
	{
	background: transparent url(images/nav/archive.gif) top left no-repeat;
	width: 97px;
	}


body #wrap #nav ul li a.links
	{
	background: transparent url(images/nav/links.gif) top left no-repeat;
	width: 77px;
	}


body #wrap #nav ul li a.about
	{
	background: transparent url(images/nav/about.gif) top left no-repeat;
	width: 81px;
	}


body #wrap #nav ul li a.goodies
	{
	background: transparent url(images/nav/goodies.gif) top left no-repeat;
	width: 116px;
	}


body #wrap #nav ul li a.shop
	{
	background: transparent url(images/nav/shop.gif) top left no-repeat;
	width: 75px;
	}


body #wrap #nav ul li a.contact
	{
	background: transparent url(images/nav/contact.gif) top left no-repeat;
	width: 110px;
	}

body #wrap #nav ul li a:hover
	{
	background-position: 0px -27px;
	}

body #wrap #page, body #wrap #comic, body #wrap #footer  
	{
	padding: 10px 35px 10px 35px;
	}

#page
	{
	clear: left;	
	overflow: hidden;
	}

div.entry
	{
	position: relative;
	z-index: 5;
	}

#sidebar
	{
	float: right;
	width: 170px;
	margin: 0px 12px 20px 0px;
	background: #E9E4D2 url(images/postBackground.png) repeat-y scroll left top;
	border: 1px solid #ADADAA;
	font-size: small;
	padding: 10px 10px 10px 20px;
	position: relative;
	top: 28px;
	}

#sidebar ul
	{
	margin-top: 0px;
	padding-left: 0px;
	}

#sidebar li
	{
	list-style: none;
	font-size: smaller;
	margin-bottom: 5px;
	}

#sidebar li a
	{
	text-decoration: none;
	}

#sidebar ul.shows li a
	{
	font-size: small;
	font-weight: bold;
	text-decoration: underline;
	}


#sidebar div#projectWonderful
	{
	padding-left: 21px;
	}

#sidebar h3
	{
	clear: both;
	}

#footer
	{
	clear: both;
	text-align: center;
	background: transparent url(images/background-footer.jpg) 2px bottom no-repeat;
	padding-bottom: 23px;
	}

#comic
	{
	min-height: 300px;
	text-align: center;
	}

div.nav
	{
	text-align: center;
	}

div#column
	{
	width: 50%;
	float: left;
	margin-left: 10px;
	}

div#column.big
	{
	width: 70%;
	}

div#column.comics
	{
	margin-left: 86px;
	}


div.postavatar
	{
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 10px;
	margin-bottom: 4px;
	}

div.postdate
	{
	font-size: smaller;
	}
#comic img.index
	{
	padding-right: 40px;
	}
div#comic a
	{
	color: #f3f4ef;
	}	

div#comic a span.quickNav
	{
	padding-top: 300px;
	padding-right: 40px;
	}



div#comic a span.quickNav.back
	{
	background: transparent url(images/comic_nav/back.gif) -45px 0px no-repeat;
	}

div#comic a span.quickNav.next
	{
	background: transparent url(images/comic_nav/next.gif) -45px 0px no-repeat;
	}

div#comic a:hover span.quickNav.next
	{
	background-position: 0px 0px;
	}

div#comic a:hover span.quickNav.back
	{
	background-position: 0px 0px;
	}

div.nav
	{
	position: relative;
	padding-left: 354px;
	margin: 0px auto;
	}

div.nav a span.comicnav, div.nav span.comicnav
	{
	display: block;
	height: 0px;
	padding-top: 30px;
	overflow: hidden;
	float: left;
	}

div.nav a span.comicnav.first
	{
	background: transparent url(images/comic_nav/first.png) 0px -30px no-repeat;
	width: 74px;
	}

div.nav span.comicnav.firstdisabled
	{
	background: transparent url(images/comic_nav/first-disabled.png) 0px 3px no-repeat;
	width: 74px;
	}

div.nav a span.comicnav.previous
	{
	background: transparent url(images/comic_nav/previous.png) 0px -30px no-repeat;
	width: 93px;
	}

div.nav span.comicnav.previousdisabled
	{
	background: transparent url(images/comic_nav/previous-disabled.png) 0px 3px no-repeat;
	width: 93px;
	}

div.nav a span.comicnav.next
	{
	background: transparent url(images/comic_nav/next.png) 0px -30px no-repeat;
	width: 64px;
	}

div.nav span.comicnav.nextdisabled
	{
	background: transparent url(images/comic_nav/next-disabled.png) 0px 3px no-repeat;
	width: 64px;
	}

div.nav a span.comicnav.last
	{
	background: transparent url(images/comic_nav/last.png) 0px -30px no-repeat;
	width: 72px;
	}

div.nav span.comicnav.lastdisabled
	{
	background: transparent url(images/comic_nav/last-disabled.png) 0px 3px no-repeat;
	width: 72px;
	}

div.nav a:hover span.comicnav
	{
	background-position: 0px 0px;
	}

/*edit post and comment info*/

.newsLink
	{
	position: relative;
	top: -17px;
	}

div.comicBlog div.entry
	{
	width: 300px;
	float: left;
	}

.postmeta
	{
	margin-top: 10px;
	}

.postmeta-single, .postmeta
	{
	text-align: right;
	float: right;
	width: 132px;
	}

.post
	{
	width: 100%;
	}

.comicBlog
	{
	width: 107%;
	border: 2px solid #ADADAA;
	font-size: small;
	padding: 10px;
	background: #e9e4d2 url(images/postBackground.png) repeat top left;
	margin-top: 28px;
	}

.post, .post-frontpage
	{
	border-bottom: 2px #ADADAA solid;
	padding-bottom: 10px;
	padding-top: 6px;
	overflow: hidden;
	clear: left;
	z-index: 10;
	position: relative;
	}

.post-frontpage
	{
	width: 100%;
	}

/*comments*/

ol.commentlist
	{
	padding: 0px;
	}

ol.commentlist li
	{
	list-style-type: none;
	clear: both;
	min-height: 80px;
	margin-bottom: 10px;
	}

ol.commentlist img.lca_image
	{
	float: left;
	margin: 0px 10px 10px 0px;
	}

a.snap_noshots
	{
	float: left;
	margin-right: 10px;
	}

cite.userName
	{
	font-style: normal;
	font-weight: bold;
	}

ol.commentlist li div.comment
	{
	margin-left: 115px;
	}



/*LCA plugin style */

#lca_form_header
	{
	background: transparent url(images/avatarBackgroundHeader.png) left top no-repeat;
	padding-top: 43px;
	width: 476px;
	}


form.lca_form p
	{
	padding: 0px;
	margin: 0px;
	}

form.lca_form
	{
	width: 500px;
	position: absolute;
	left: 360px;
	z-index: 100;
	display: none;
	padding: 0px;
	background: transparent url(images/avatarBackgroundFooter.png) left bottom no-repeat;
	padding-bottom: 43px;
	}


form.lca_form fieldset img
	{
	position: relative;
	z-index: 30;
	}
form.lca_form fieldset
	{
	background: transparent url(images/avatarBackground.png) 0px 0px repeat-y;
	margin: 0px;
	padding: 0px 15px 0px 15px;
	border: 0px;
	}

h3#respond
	{
	clear: left;
	margin-bottom: 3px;
	}


.notselected
	{
	border: 3px transparent solid;
	}

.selected
	{
	border: 3px #e6dd2b solid;
	}

.hasCursor
	{
	cursor: pointer;
	}

img#avatar-preview 
	{
	height: 50px;
	width: 50px;
	margin-bottom: 5px;
	}

div#lcaConfirmpost
	{
	float: left;
	clear: left;
	}

h3#selectAvatar
	{
	background: transparent url(images/selectAvatar.png) left top no-repeat;
	display: block;
	width: 179px;
	height: 0px;
	overflow: hidden;
	padding-top: 85px;
	position: relative;
	z-index: 2;
	margin: -35px 0px -9px;
	}

input.lca_form_submit
	{
	width: 111px;
	height: 88px;
	background: transparent url(images/select_button.png) 0px 0px no-repeat;
	border: none;
	cursor: pointer;
	margin: 0px 0px -40px 0px;
	padding: 88px 0px 0px 0px;
	}

input.lca_form_submit:hover
	{
	background: transparent url(images/select_button.png) 0px -88px no-repeat;
	}

/*jquery validation styles*/

#commentform label
	{
	float: left;
	clear: left;
	font-size: small;
	font-weight: bold;
	width: 79px;
	margin-bottom: 10px;
	}

form#commentform
	{
	width: 400px;
	display: block;
	}
#commentform input, #commentform textarea
	{
	width: 225px;
	margin-bottom: 10px;
	}

#commentform textarea, #commentform input#submit
	{
	margin-left: 79px;
	}

#commentform input#submit
	{
	position: relative;
	top: -20px;
	height: 58px;
	width: 168px;
	padding: 58px 0px 0px 0px;
	overflow: hidden;
	display: block;
	cursor: pointer;
	background:transparent url(images/submitComment.png) no-repeat scroll 0px 0px;
	border: none;
	clear: left;
	float: left;
	}

#commentform input#submit:hover
	{
	background-position: 0px -58px;
	}

#commentform label.error
	{
	background: #E9E4D2 url(images/postBackground.png) repeat-y scroll left top;
	border: 1px solid #ADADAA;
	font-weight: normal;
	position: relative;
	padding: 3px;
	width: 221px;
	margin-right: 28px;
	left: 79px;

	}

#mailinglist label.error
	{
	background: #E9E4D2 url(images/postBackground.png) repeat-y scroll left top;
	border: 1px solid #ADADAA
	clear: left;
	float: right;
	font-weight: normal;
	margin-right: 15px;
	padding: 3px;
	}

/* SHOP STYLE */

ul#pageLinks
	{
	padding: 0px 0px 18px 0px;
	}

ul#pageLinks li
	{
	list-style: none;
	float: left;
	margin-right: 5px;
	font-weight: bold;
	}

#shopContainer h3
	{
	clear: left;
	}

img.shop-photo
	{
	float: left;
	margin-right: 4px;
	margin-bottom: 3px;
	}


#shopContainer a.thumb
	{
	float: left;
	clear: left;
	margin-bottom: 2px;
	}


#shopContainer div.shop-item
	{
	border-top: #5A5B54 2px dashed;
	clear: left;
	padding: 20px 0px 20px 0px;
	overflow: hidden;
	}

#shopContainer div.shop-item p.description
	{
	font-weight: bold;
	font-size: smaller;
	}

div#shopContainer h4, #shop h3
	{
	margin-bottom: 5px;
	}

div#shopContainer
	{
	width: 655px;
	}

div#shopInfo
	{
	width: 250px;
	float: right;
	}

div#shopInfo form p
	{
	margin: 0px;
	}

div.shop-item div.thumbnails
	{
	float: left;
	margin-right: 15px;
	}

div.shop-item div.shoptext
	{
	margin-left: 349px;
	}

div.shop-item p.price
	{
	color: #5A5B54;
	font-family: arial;
	font-size: smaller;
	font-weight: bold;
	}

/* ARCHIVE STYLE */

div#column_archive h3
	{
	font-size: xx-large;
	margin-bottom: 5px;
	margin-top: 10px;
	}

div#column_archive
	{
	width: 65%;
	float: left;
	clear: left;
	margin-left: 10px;
	}

div.archive div.date
	{
	float: left;
	clear: left;
	width: 100px;
	font-weight: bold;
	color: #b3b3b3;
	}

div.archive div.comicInfo
	{
	margin-left: 110px;
	margin-bottom: 5px;
	}

div.archive div.comicInfo a
	{
	color: #5A5B54;
	font-size: x-small;
	text-decoration: none;
	}

div.archive div.comicInfo a:link, div.archive div.comicInfo a:visited
	{
	color: #5A5B54;
	}

div.archive div.comicInfo a:hover
	{
	color: #D85C38;
	}

div.archive div.comicInfo a:active
	{
	color: #5A5B54;
	}

/* Click to share */

a.a2a_dd
	{
	width: 132px;
	height: 0px;
	padding-top: 49px;	
	overflow: hidden;
	display: block;
	background: transparent url(images/share.png) left top no-repeat;	
	}

/* Other buttons */
a.subscribe
	{
	width: 132px;
	height: 0px;
	padding-top: 49px;	
	overflow: hidden;
	display: block;
	background: transparent url(images/subscribe.png) left top no-repeat;	
	}

a.comment, .postmeta-comments
	{
	width: 132px;
	height: 0px;
	padding-top: 49px;	
	overflow: hidden;
	display: block;
	background: transparent url(images/comment.png) left top no-repeat;	
	}

a.externalLogo
	{
	width: 134px;
	height: 0px;
	padding-top: 35px;
	overflow: hidden;
	display: block;
	}


a.myspace
	{
	background: transparent url(images/sidebar/myspace.png) left top no-repeat;
	}

a.facebook
	{
	background: transparent url(images/sidebar/facebook.png) left top no-repeat;
	}

a.twitter
	{
	background: transparent url(images/sidebar/twitter.png) left top no-repeat;
	}


