/*Theme Name: Bland Bits
Theme URI: http://www.ianbland.com.au
Description: Music and spoken word site
Author: Jools Thatcher
Author URI: http://pretentia.com
Version 1.0
*/

/*
darkbrown colour #563701
lightbrown colour #f5e6c5
*/
/*/////////////////////reset /////////////////////////////*/
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, code, img, small, strong, dl, dt, dd, ol, ul, li, fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.5;
	font-family: helvetica, arial, sans-serif;
}
ol, ul {
	list-style: none;
}
/*///////////////////end reset///////////////////////// */

/*////////////////////common elements/////////////////////*/
html {
	background: url(images/htmlback.gif);
	background-attachment:fixed;
}
h2 {
	font-size: 20px;
}
p {
	font-size: 12px;
}
a {
	text-decoration: none;
	color: #563701;
	font-size: 100%;
	/*font-size: 12px; */
}
a:hover {
	text-decoration: underline;
    color: #FFF;
	background-color: #563701;
}
input {
	background: #f5e6c5;
	border: 1px solid #563701;
	color: #563701;
	padding: 1px;
	float:right;
}
input:focus, input:hover {
	background: #563701;
	color: #f5e6c5;
}
/* ////////////////////////Main Styles ////////////////////*/

#wrap {
	width: 960px;
	margin: auto;
	background: url(images/bkgrndgif.jpg);
	margin-top: -5px;
}
#header h1 {
	background: url(images/blandsbits.jpg);
	width: 960px;
	height: 111px;
	text-indent: -9999px;
	float: left;
	margin-bottom: -15px;
}
#header h1 a a:hover{
	width: 955px;
	height: 106px;
	display: block;
}
/*Navigation*/

#header ul {
	overflow: hidden;
	padding-left: 100px;
}
#header ul li {
	float:left;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
}
#header p#slogan {
	text-indent: -9999px;
}
/*///////////////////Start Thatch Menu Test//////////////// 
Pinched From http://www.webdesignerwall.com/tutorials/advanced-css-menu/
*/

#menu {
	list-style: none;
	padding: 0;
	margin-top: -110px;
	margin-left: 550px;
	width: 300px;
	height: 125px;
	float: left;
	position: relative;
}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -9999%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu a:hover span {
	display: block;
}
#menu .home {
	width: 40px;
	height: 83px;
	background: url(images/home.jpg) no-repeat;
	left: 118px;
	top: 24px;
}
#menu .bonb {
	width: 41px;
	height: 91px;
	background: url(images/blandonbland.jpg) no-repeat;
	left: 165px;
	top: 20px;
}
#menu .myspace {
	width: 32px;
	height: 91px;

/* 	background: url(images/shop.jpg) no-repeat;  was myspace.jpg */
	background: url(images/facebook.jpg) no-repeat;/* was myspace.jpg */
	left: 225px;
	top: 24px;
}
#menu .photos {
	width: 37px;
	height: 94px;
	background: url(images/photos.jpg) no-repeat;
	left: 270px;
	top: 22px;
}
#menu .gigs {
	width: 36px;
	height: 92px;
	background: url(images/gigs.jpg) no-repeat;
	left: 315px;
	top: 21px;
}
#menu .contact {
	width: 38px;
	height: 86px;
	background: url(images/contact.jpg) no-repeat;
	left: 365px;
	top: 29px;
}
/*///////////////////End Thatch Menu Test///////////// */



/*/////////////// Search Box ////////////////////////////*/

#sidebar #search {
	height:  50px;
	position: relative;
	width:  270px;
	top:  5px;
	left: 60px;
}
#search img {
	position: relative;
	float: right;
	bottom: 20px;
	top: 20px;
	margin-right: 30px;
}
#search a img {
}
#search input#s {
	width:  170px;
}
/*////////////////////MAIN CONTENT/////////////////*/

#main {
	clear: both;
	overflow: hidden;
}
#main #unary {
	float: left;
	width: 655px;
	height: 200px;
	margin-top: 0px;
	margin-left: 20px;
	border: none;
}
#main #primary {
	float: left;
	width: 500px;
	margin-left: 120px;
	margin-top: 1px;
}
#main #sidebar {
	float: left;
	width: 300px;
	margin-top: -180px;
	margin-left: 0px;
	background: url(images/pen.png) no-repeat;
	color: #563701;
	font-size: 11px;
	font-style: normal;
}
#unary #pic1 {
	float: left;
	margin-left: 0px;
}
#unary #pic2 {
	float: left;
	margin-left: 70px;
	margin-top: -1px;
}
/*/////////////////////POST-ITEM/////////////////// */

#main #primary .post-item {
	margin-bottom: 30px;
	border: 1px solid #563701;
	overflow: hidden;
	padding: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-right-radius: 10px;
}
#main #primary #page_content {
}
#primary h2 {
	letter-spacing: 1px;
	font-weight: normal;
	line-height: 16px;
	margin-bottom: 10px;
}
/*.post-item img {
 float: left;
 margin: 10px 20px 10px 10px;
 padding: 4px;
 border: 1px solid #563701;
-moz-border-radius-topright: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-top-right-radius: 5px;
}
*/
.post-item h2 {
	margin-top: 6px;
	margin-left: 15px;
	font-weight:bold
}
.post-item h2 a {
	font-size: 16px;
	font-weight:bold/*	font-weight: lighter;*/
}
.post-item p {
	font-style: italic;
	margin-bottom: 1.2em;
	margin-left: 15px; /* was 230px changes when rempved hard coded image */
	font-size: .8em;
	color: #563701;
}
.single .post-item p {
	margin-left: 0;
}
.post-item p.meta {
	background: #563701;
	color: #f5e6c5;
	font-size: 11px;
	font-style: normal;
	padding: 4px;
	margin-left: 15px;
	margin-bottom: 1.6em;
	width: 210px;
	min-width: 170px;
	height: 15px;
	line-height: 15px;
	border: 1px solid #f5e6c5;
}
/* Previous and Next posts Buttons */

a.more-link {
	background: #e1e1e1;
	padding: 6px;
	color: #696969;
	border: 1px solid #a4a4a4;
	font-size: .9em;
	height: 15px;
	line-height: 15px;
	width: 70px;
	min-width: 70px;
	text-align: center;
}
#morePrev a {
	background: url(img/NextPrevButton.jpg) no-repeat;
	padding: 8px;
	color: white;
	font-size: 12px;
	line-height: 12px;
	font-style: italic;
	float: right;
	border: 1px solid white;
	border-left: none;
	border-bottom: none;
}
/*//////////////////////////// SIDEBAR /////////////////////////// */

.secondaryBox, .widget {
	padding: 15px 0 0 35px;
	margin-left: 20px; /* was 50px */
	margin-bottom: 10px;
	overflow: hidden;
}
#sidebar ul li:first-child {
	border-top: none;
}
#photos img {
	border: none;
}
#photos img.featuredImage {
	border: 1px solid #f5e6c5;
	margin: 0;
	padding: 0;
	width: 100%;
}
.secondaryBox h3, .widget h2, .widget h2 a {
    background: none repeat scroll 0 0 #563701;
    border-color: #563701 #F5E6C5 #F5E6C5 #563701;
    border-style: hidden;
    border-width: 1px;
    color: #F5E6C5;
    font-size: 12px;
    font-weight: normal;
    margin: 4% 0;
    padding: 3px 0 2px 8px;
}

.secondaryBox ul#popPosts li {
	float: left;
	padding: 0 7px;
}
.secondaryBox ul#popPosts li img {
	border: 1px solid #f5e6c5;
}
.widget ul li {
	padding: 3px 0 3px;
	line-height: 22px;
	border-top: 1px solid #f5e6c5;
	border-bottom: 1px solid #563701;
		font-size: 12px;
}
.widget ul li.first {
	border-top: none;
}
.widget a {
	font-size: 12px;
}
.widget li span {
    color: #563701;
    font-size: 12px;
    margin-left: 0;
    padding-left: 0;
}
/* .widget li span {
	font-size: .7em;
	padding-left: 5px;
	margin-left: 5px;
	color: gray;
}*/

/*////////////// Post Styles ///////////////*/

body.single div.tutorial_image {
	background: #e3e3e3;
	text-align: center;
	border: 1px solid white;
	padding: 20px;
	margin: 1em 0;
}
.single div.tutorial_image img {
	border: none;
	text-align: center;
	border: 1px solid white;
	background: #6a6a6a;
	padding: 1px;
	margin: auto;
	margin: 0;
	float: none;
}
body.single div.post-item p {
	font-style: normal;
}
.single div.post-item ul {
	margin: 1em 0;
	color: #7e7e7e;
}
.single div.post-item ul li {
	padding-left: 1em;
	margin-left: 2em;
	list-style: disc;
	line-height: 2em;
}
/*//////////////////Footer///////////////////////*/

#footer {
	clear: both;
	overflow: hidden;
	background: url(images/slides.gif) no-repeat;
	height: 110px;
	margin: 10px 0 5px 105px;
	font-style: italic;
	color: #563701;
	font-size: 80%;
	}
#footer p {
	float: right;
	padding: 45px 30px 0 0;
}

/* Wordpress Image and Cation Stylings */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #563701;
	text-align: center;
	background-color: transparent;
	padding-top: 4px;
	margin: 0 10px 10px 10px;
	/* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* Comments Template */

#comments_template {
	margin-top: 2em;
	background: transparent;
	border: 1px solid white;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	clear: both;
	margin-bottom: 28px;
	overflow: hidden;
	padding-right: 40px;
	padding-left: 30px;
	padding-top: 30px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	position: relative;
}
#comments_template input {
	background: transparent;
	margin-right: 10px;
	border: 1px solid #563701;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
#comments_template li {
	clear: left;
	border-bottom: 1px solid #563701;
	border-top: 1px solid #f5e6c5;
	padding: 2em 0;
	overflow: hidden;
}
#comments_template li:first-child {
	border-top: none;
}
#comments_template li:last-child {
	border-bottom: none;
}
/* Page */

#page_content h2 a {
	color: #563701;
}
#page_content h2 {
	color: #563701;
	margin: 1em 0;
}
#page_content h3 {
	color: #563701;
	margin: 1em 0;
}
#page_content {
	color: #563701;
	padding-bottom: 20px;
}
pre {
	color: #563701;
	margin: 2em 0;
	overflow: auto;
}
/*#comments_template .avatar {
 float: left;
 margin-right: 25px;
 background: #afafaf;
 border: 1px solid white;
border-right: none;
border-bottom: none;
 padding: 4px;
}*/

.main_comment {
	background: transparent;
	color: #563701;
	padding: 15px;
	position: relative;
}
/*.main_comment span.arrow {
 width: 0;
 height: 0;
 line-height: 0;
 border-bottom: 25px solid #ededed;
 border-right: 20px solid white;
 position: absolute;
 top: 10px;
 left: -20px;
}*/

/* Post Styles */

body.single div.tutorial_image {
	background: #e3e3e3;
	text-align: center;
	border: 1px solid white;
	padding: 20px;
	margin: 1em 0;
}
.single div.tutorial_image img {
	border: none;
	text-align: center;
	border: 1px solid white;
	background: #6a6a6a;
	padding: 1px;
	margin: auto;
	margin: 0;
	float: none;
}
body.single div.post-item p {
	font-style: normal;
}
.single div.post-item ul {
	margin: 1em 0;
	color: #7e7e7e;
}
.single div.post-item ul li {
	padding-left: 1em;
	margin-left: 2em;
	list-style: disc;
	line-height: 2em;
}
blockquote {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#563701;
	margin: 15px 30px 1.5em 30px;
	padding: 0 0 0 10px;
	border-left: 1px solid #563701
}
h2.archive_head a {
	font-weight: bold !important;
	font-size: 1.4em !important;
	text-transform: uppercase !important;
	letter-spacing: normal !important;
	margin: 0 0 1.8em 0 !important;
	padding: 0.4em 2px !important;
	border-top: 3px solid #563701 !important;
	border-bottom: 3px solid #563701 !important;
	color:#563701;
}
.archive_head {
	font-style: italic;
	margin-bottom: 1.2em;
	margin-left: 15px; /* was 230px changes when rempved hard coded image */
	font-size: .8em;
	color: #563701;
}
h3.archive_head a {
	font-style: italic;
	font-size: 1em;
}
hr {
	color: #563701;
}

#musos {
	color: #563701;
	text-transform: lowercase;
	font-size: .8em;
	line-height: .9em;
}

/* ==================== MODULES ==================== */
/* === POST === */
.post {
	width: 440px;
	margin:0 0 23px -5px;
	padding:10px;
	background:url(images/post-bg.gif) top repeat-x #F3F3F3;
	border-width:1px 1px 1px 0;
	border-style:solid;
	border-color:#F5E6C5;
	position:relative;
}
.delete {
	position:absolute;
	top:8px;
	right:8px;
}
.thumb {
	float:left;
}
.thumb img {
	padding:1px;
	background:#C7C7C7;
	border:1px solid #FCEBB5;
}
.post-content {
	float:right;
	width:270px;
}
.post-meta {
	height:26px;
	padding:0 7px;
	margin:10px 0;
	position:relative;
	background:url(images/meta-bg.gif) repeat-x;
	line-height:25px;
	float:left;
}
.meta-left {
	width:2px;
	height:26px;
	position:absolute;
	left:0;
	top:0;
	background:url(images/meta-left.gif);
}
.meta-right {
	width:2px;
	height:26px;
	position:absolute;
	right:0;
	top:0;
	background:url(images/meta-right.gif);
}
.excerpt {
	font-style:italic;
}
.excerpt p {
	font-size: 16px;
}
.read-more {
	float:right;
	margin-top:4px;
}
.read-more img {
	margin:0!important;
	padding:0!important;
	border:0!important;
}
.shadow {
	width:621px;
	height:23px;
	background:url(images/post-sep.jpg);
	position:absolute;
	bottom:-24px;
	left:5px;
}
#single-post {
	padding:0 23px 25px 23px;
}
#single-post-content {
	clear:both;
}

.mc_signup_submit {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
    text-align: center;
}
/* === SLIDER === */
#slider {
	width:460px;
	height:240px;
	position:relative;
}
#slider .slide-wrapper {
	width:460px;
	overflow:auto;
	height:200px;
	margin:0;
	position:absolute;
	top:0;
	left:0;
	border-style:solid;
	border-width:0px 0; /* was 1px 0*/
	border-color:#ddd;
}
#slider .slide-wrapper ul {
	width:99999px;
	list-style:none;
	position:absolute;
	top:0;
	left:0;
	background:#eee;
	border-top:0px solid #FFF; /* was 1px */
	margin:0;
}
#slider ul li {
	display:block;
	float:left;
	padding:10px;
	height:180px;
	width:450px;
	margin:0;
}
#slider .thumb {
	padding:10px;
}
#slider .arrow {
	display:block;
	height:60px;
	width:19px;
	background:url(images/arrows.png) no-repeat 0 0;
	text-indent:-9999px;
	position:absolute;
	top:65px;
	cursor:pointer;
}
#slider .forward {
	background-position:0 -40px;
	right:-20px;
}
#slider .back {
	background-position:-39px -40px;
	left:-20px;
}
#slider .forward:hover {
	background-position:0 -126px;
}
#slider .back:hover {
	background-position:-39px -126px;
}
.slide {
	background: #F5E6C5;
	position:relative;
}
.slide .read-more {
	position:absolute;
	bottom:7px;
	right:20px;
}
#thumbNav {
	position:relative;
	top:201px;
	padding-left:7px;
}
#thumbNav a {
	color:black;
	font-size:11px;
	display:inline-block;
	padding:2px 8px;
	height:18px;
	margin:0 5px 0 0;
	background:#E5E5E5 url(images/shade.png) repeat-x;
	text-align:center;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	border-color:#FFF #EEE;
	border-width:0 1px 1px 1px;
	border-style:solid;
	box-shadow: 0px 1px 1px #CCC;
	-webkit-box-shadow: 0px 1px 1px #CCC;
	-moz-box-shadow: 0px 1px 1px #CCC;
}
#thumbNav a:hover {
	background-image:none;
}
#thumbNav a.cur {
	background:#F7F7F7;
	box-shadow: 0px 2px 2px #AAA;
	-webkit-box-shadow: 0px 2px 2px #AAA;
	-moz-box-shadow: 0px 2px 2px #AAA;
}
/*
#start-stop {
	background:#F7F7F7;
	background-image:url(images/shade.png);
	background-repeat:repeat-x;
	color:#555;
	padding:2px 5px;
	width:40px;
	text-align:center;
	position:absolute;
	right:20px;
	top:201px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	border-color:#FFF #EEE;
	border-width:0 1px 1px 1px;
	border-style:solid;
	box-shadow: 0px 1px 1px #CCC;
	-webkit-box-shadow: 0px 1px 1px #CCC;
	-moz-box-shadow: 0px 1px 1px #CCC;
}*/

#start-stop { display: none; }

#start-stop.playing {
	background-color:#EEE;
}
#start-stop:hover {
	background-image:none;
	background-color:#F7F7F7;
}
#slider .slide-wrapper ul ul {
	position:static;
	margin:0;
	background:none;
	overflow:visible;
	width:auto;
	border:0;
}
#slider .slide-wrapper ul ul li {
	float:none;
	height:auto;
	width:auto;
	background:none;
}
#start-stop { display: none; }

/*Setup all boxes*/
.info,.success,.error,.warning,.tip,.secure,.message,.download,.purchase,.print{margin:20px 50px; padding:10px;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;-moz-box-shadow: 4px 4px #dfe1d8;-webkit-box-shadow: 4px 4px #dfe1d8;box-shadow: 4px 4px #dfe1d8;}

/*Styling for text inside boxes*/
h4 { margin:5px 5px 5px 80px;padding:0; font-size:16px; }
/*p { font-size:10px; color:#000; margin:5px 5px 5px 80px; }*/

/*Boxes*/
.info{border:1px solid #0e7fad;color:#0e7fad;background:#c0e9fa url('images/info.png') no-repeat; background-position:30px 20px;}
.success{border:1px solid #4f8746;color:#4f8746;background:#d4ffcd url('images/success.png') no-repeat; background-position:30px 20px;}
.error{border:1px solid #641f1a;color:#641f1a;background:#ffd2d4 url('images/error.png') no-repeat; background-position:30px 20px;}
.warning{border:1px solid #9d9c49;color:#9d9c49;background:#fdfdcb url('images/warning.png') no-repeat; background-position:30px 20px;}
.tip{border:1px solid #c77d10;color:#c77d10;background:#f9d69e url('images/tip.png') no-repeat; background-position:30px 20px;}
.secure{border:1px solid #9638f1;color:#9638f1;background:#e5cefc url('images/secure.png') no-repeat; background-position:30px 20px;}
.message{border:1px solid #000;color:#000;background:#efefef url(images/message.png) no-repeat; background-position:30px 20px;}
.download{border:1px solid #04b5eb;color:#04b5eb;background:#f7f7f7 url('images/download.png') no-repeat; background-position:30px 20px;}
.purchase{border:1px solid #426164;color:#426164;background:#c2e1e3 url('images/purchase.png') no-repeat; background-position:30px 20px;}
.print{border:1px solid #3c4b5e;color:#3c4b5e;background:#c8d9e3 url('images/print.png') no-repeat; background-position:30px 20px;}


