/*  
Theme Name: Bleach
Theme URI: http://www.bleach.net.au/
Description: Stylesheet for bleach.net.au
Version: 1.1
Author: Simon O'Shea
Author URI: http://www.madman.com.au/
*/

@import url(reset.css);

* {
	margin: 0;
	padding: 0;
}
html {
	background: #6b6b6b url(images/bg_main.gif);
	color: #333;
}
body {
	font: 11px/18px Verdana, sans-serif;
}
img, div {
	behavior: url(/wp-content/themes/bleach/js/iepngfix.htc);
}
h2 {
	color: #005dab;
	font: bold 30px "Arial Narrow", sans-serif;
	text-transform: uppercase;
	padding: 8px 0 0 16px;
}
h3 {
	padding: 0 0 0 19px;
}
p {
	padding: 6px 20px;
}
a {
	color: #c00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.center {
	text-align: center;
}
.left {
	float: left;
	margin: 0 20px 10px 0;
}
.right {
	float: right;
	margin: 0 0 10px 20px;
}
.main .tight {
	margin: 0;
}
.clear {
	clear: both;
}


/* HOME PAGE */

#home {
	background: #fff url(images/strip.gif) center top repeat-x;
}

#masthead {
	background: url(images/bg_home.jpg) 280px 0px no-repeat;
	width: 980px;
	height: 220px;
	margin: 0 auto;
}
#masthead h1 {
	text-indent: -9999px;
}
#masthead .logo {
	width: 335px;
	height: 75px;
	margin: 76px 0 0 20px;
	line-height: 0;
}
.feature {
	background: #eee url(images/bg_footer.gif) 0 203px repeat-x;
	width: 647px;
	height: 263px;
	margin: 0 0 7px 0;
	padding: 0;
}
#promo {
	position: relative;
}
#promo .graphic { 	
	width: 647px;
	height: 203px;
	position: absolute;
	left: 0;
	top: 0;
}
#promo .link {
	width: 500px;
	height: 60px;
	position: absolute;
	left: 0;
	top: 203px;
}
.feature.poll {
	width: 320px;
	float: left;
	margin: -16px 0 0 0;
}
.feature.forum {
	width: 320px;
	float: left;
	margin: -16px 0 0 7px;
}
.nav { 
	width: 146px;
	text-align: right;
	top: -45px;
	margin: 0 24px 0 476px;
	position: relative;
	z-index: 10;
}
.nav a { 
	color: #ccc;
	font: bold 13px "Arial Narrow", sans-serif;
	padding: 2px 6px;
	margin-left: 3px;
	background: #333; 
	text-decoration: none;
}
.nav a.activeSlide {
	background: #666;
	color: #fff;
}
.nav a:focus {
	outline: none;
}


/* POLL & FORUM TOPICS */

#polls-1 .question {
	font-weight: bold;
	margin-left: 18px;
}
.wp-polls ul {
	display: block;
	height: 112px;
}
.wp-polls ul li, 
.wp-polls-ul li, 
.wp-polls-ans ul li {
	background: #eee;
	float: left;
	padding: 1px 0;
	width: 140px;
}
.wp-polls-loading {
	color: #000;
	margin: 22px 0 0 0;
	float: right;
}
.poll_percentage {
	color: #c00;
	font-weight: bold;
}
.poll_voters {
	color: #fff;
	margin: 21px 0 0 10px;
	float: left;
}
.btn_vote {
	background: url(images/btn_vote.gif) left top no-repeat;
	width: 65px;
	height: 60px;
	display: block; 
	float: left;
	text-indent: -9999px;
	cursor: pointer;
}
.btn_results a {
	background: url(images/btn_results.gif) left top no-repeat;
	width: 120px;
	height: 60px;
	display: block; 
	float: left;
	text-indent: -9999px;
}
.btn_viewtopics {
	background: url(images/btn_viewtopics.gif) left top no-repeat;
	width: 160px;
	height: 60px;
	display: block; 
	text-indent: -9999px;
}
#forumscript {
	border-top: 1px solid #999;
	margin: 0 18px;
	display: block;
	height: 141px;
}
#forumscript b {
	display: none;
}
#forumscript a.forumlink {
	color: #666;
	font-weight: bold;
	padding: 4px 1px;
	display: block;
	border-bottom: 1px solid #999;
}
#forumscript a:hover.forumlink {
	color: #333;
	background: #f5f5f5;
	text-decoration: none;
}
#forumscript br {
	display: none;
}

/* HEADER */

#header {
	background: #fff url(images/bg_header.gif) center top repeat-x;
}
#heading {
	background: url(images/bg_heading.png) center top no-repeat;
	width: 996px;
	height: 120px;
	display: block;
	margin: 0 auto;
}
#heading h1 {
	padding: 38px 0 0 0;
}
#heading h1 img {
	width: 500px;
	height: 82px;
}
#menu {
	width: 996px;
	height: 40px;
	margin: 0 auto;
}
#menu li {
	overflow: hidden;
	text-indent: -9999px;
	float: left;
}
#menu li a {
	display: block;
	height: 40px;
}
li.home					{ background: url(images/menu.gif) 0 0 no-repeat; width: 85px; }
li.home a:hover			{ background: url(images/menu.gif) 0 -40px no-repeat; width: 85px; }

li.news					{ background: url(images/menu.gif) -85px 0 no-repeat; width: 78px; }
li.news	a:hover			{ background: url(images/menu.gif) -85px -40px no-repeat; width: 78px; }

li.story				{ background: url(images/menu.gif) -163px 0 no-repeat; width: 82px; }
li.story a:hover		{ background: url(images/menu.gif) -163px -40px no-repeat; width: 82px; }

li.characters			{ background: url(images/menu.gif) -245px 0 no-repeat; width: 126px; }
li.characters a:hover	{ background: url(images/menu.gif) -245px -40px no-repeat; width: 126px; }

li.dvd					{ background: url(images/menu.gif) -371px 0 no-repeat; width: 145px; }
li.dvd a:hover			{ background: url(images/menu.gif) -371px -40px no-repeat; width: 145px; }

li.manga				{ background: url(images/menu.gif) -516px 0 no-repeat; width: 164px; }
li.manga a:hover		{ background: url(images/menu.gif) -516px -40px no-repeat; width: 164px; }

li.apparel				{ background: url(images/menu.gif) -680px 0 no-repeat; width: 99px; }
li.apparel a:hover		{ background: url(images/menu.gif) -680px -40px no-repeat; width: 99px; }

li.videos				{ background: url(images/menu.gif) -779px 0 no-repeat; width: 89px; }
li.videos a:hover		{ background: url(images/menu.gif) -779px -40px no-repeat; width: 89px; }

/*
li.videos				{ background: url(images/menu_trailer.gif) 0 0 no-repeat; width: 89px; }
li.videos a:hover		{ background: url(images/menu_trailer.gif) 0 -40px no-repeat; width: 89px; }
*/
li.downloads			{ background: url(images/menu.gif) -868px 0 no-repeat; width: 128px; }
li.downloads a:hover	{ background: url(images/menu.gif) -868px -40px no-repeat; width: 128px; }


/* PAGE STRUCTURE */

#container {
	width: 996px;
	margin: 0 auto;
	text-align: left;
}
.main {
	margin: 7px 0 0 11px;
	_margin: 7px 0 0 0;
	min-height: 493px;
	height: auto !important;	/* min-height ie fix */
	height: 493px;				/* min-height ie fix */
	float: left;
}
.main.colleft {
	background: #fff url(images/strip.gif) left top repeat-x;
	width: 647px;
	padding-top: 40px;
	margin-left: 12px;
	_margin-left: 6px; /* ie fix ftw! */
}
.main.colright {
	width: 320px;
	margin-left: 7px;
}
.main ul, .main ol {
	padding: 6px 20px; /* same as <p> */
}


/* NEWS/CATALOGUE ENTRY */

.postmetadata {
	color: #000;
	background: #f5f5f5;
	padding: 2px 0 0 20px; /* padding: 6px 20px; w/out sifr */
	border-top: 6px solid #eee;
	border-bottom: 6px solid #eee;
	margin: 4px 0 0 0;
	clear: both;
}
.postmetadata a {
	color: #666;
}
.main .single .postmetadata {
	margin-top: 0;
}
.navigation {
	background: #333 url(images/bg_navigation.gif) repeat-x;
	color: #fff;
	height: 60px;
	text-align: left;
}
.navigation a {
	color: #fff;
	float: left;
	text-indent: -9999px;
	margin-left: 10px;
}
.nextpage a {
	background: url(images/btn_nextpage.gif) left top no-repeat;
	width: 105px;
	height: 60px;
	display: block;
}
.previouspage a {
	background: url(images/btn_previouspage.gif) left top no-repeat;
	width: 140px;
	height: 60px;
	display: block;
}
.back {
	background: url(images/btn_back.gif) left top no-repeat;
}
.back a {
	background: url(images/btn_back.gif) left top no-repeat;
	width: 90px;
	height: 60px;
	display: block;
}
.ordernow a {
	background: url(images/btn_ordernow.gif) left top no-repeat;
	width: 140px;
	height: 60px;
	display: block;
	margin-left: 78px;
}
.slick {
	float: left;
	clear: right;
	display: block;
	padding: 8px 15px 10px 15px;
}
.catalogue {
	min-height: 433px;
	height: auto !important;	/* min-height ie fix */
	height: 433px;				/* min-height ie fix */
}
.title .post {
	min-height: 418px;
	height: auto !important;	/* min-height ie fix */
	height: 433px;				/* min-height ie fix */
}
.title h2 {
	margin: 15px 0 0 180px;
}
.title .entry {
	margin-left: 180px;
}
.title .slick {
	margin: 5px 0 0 5px;
}


/* COMMENTS */

input, textarea {
	font: 11px Verdana, sans-serif;
	color: #333;
}
textarea#comment {
	width: 604px;
}
.commentlist {
	padding: 0;
	margin-bottom: 10px;
}
.commentlist p {
	padding: 8px 36px;
}
.commentlist li {
	background: #f5f5f5;
	list-style: none;
	padding: 15px;
	margin: 0;
}
.commentlist li.alt {
	background: #eee;
}
.commentlist cite {
	font-weight: bold;
}
.commentlist cite a {
	color: #000;
} 
.commentlist small a {
	color: #666;
}
input#submit {
	margin-bottom: 18px;
}


/* STORY */

p.story {
	margin-top: 88px;
}


/* CHARACTER PAGE */

#Characters img {
	margin: -30px 0 30px 20px;
}
#Characters p {
	margin: -20px 0 20px 0;
}

/* VIDEOS */

#videoPlayer {
	width: 388px;
	display: block;
	margin: 10px auto;
}
.videotitle {
	margin-top: 18px;
}
.videothumbs {
	width: 418px;
	display: block;
	margin: 0 auto;
}
p.videothumbs {
	margin-top: 8px;
}
ul.videothumbs li {
	width: 74px;
	height: 56px;
	margin-right: 12px;
	display: block;
	float: left;
	list-style: none;
	text-align: center;
}


/* DOWNLOADS */

ul.thumbs {
	width: 540px;
	margin: 28px auto 0 auto;
}
ul.thumbs li {
	width: 150px;
	margin-right: 45px;
	float: left;
	list-style: none;
}
.main .buttons {
	clear: both;
	display: block;
	margin-top: 0;
	min-height: 125px;
	_height: 125px;
	overflow: visible;
}
.main li.last {
	margin-right: 0;
}


/* FOOTER */

#footer {
	background: url(images/bg_footer.gif) 0 7px repeat-x;
	margin: 7px auto 0 auto;
	width: 975px;
	padding-bottom: 7px;
	clear: both;
}
#copyright {
	width: 996px;
	height: 60px;
	margin: 0 auto;
	text-align: left;
}
#copyright p {
	color: #999;
	font: 11px Arial, sans-serif;
	padding: 29px 0 20px 6px;
}
#copyright p a {
	color: #999;
	padding: 0 6px;
}
#copyright img {
	margin-top: 18px;
	float: left;
}
#footer.home {
	background: none;
}
#footer.home #copyright {
	height: 40px;
}
#footer.home #copyright p {
	color: #000;
	padding: 14px 0 7px 0;
}
#footer.home #copyright p a {
	color: #000;
}
