/*
Theme Name: Jamie McLean Band
Theme URI: http://jamiemcleanband.com/
Description: Theme built for Jamie McLean Band
Version: 1.0
Author: Dave Allen
Author URI: http://three60five.com/
Tags: 

	Jamie McLean Band
	http://jamiemcleanband.com/

	This theme was designed and built by Dave Allen
	based on the 960 grid system.
	http://www.960.gs

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* for ease of updating into the future we use separate style sheets for colours and typography */

@import url(colours.css);
@import url(typography.css);

/* Begin Structure */

body {
		width: 100%;
		margin: 0;
		padding: 0;
		position: relative;
		background: #ebebeb;
		}

#page {
		position: relative;
		margin: 0;
		padding: 0;
		width: 100%;
		}
		
#wrapper {
	background: #fff url("images/wrapper_bg.jpg") 10px 10px no-repeat;
}

#header {
		
		height: 325px;
		width: 100%;
		}

#headerimg {
		background: transparent url("images/blue_header4.jpg") top left no-repeat;
		height: 325px;
		width: 960px;
		}
		
#logo {
		position: absolute;
		top:55px;
		left: 690px;
		
		width: 270px;
		height: 168px;
		background: #000 url("images/blue_logo.gif") top left no-repeat;
}		
		
#headerimg h2, #headerimg p {
		position: absolute;
		top: -500px;
		width: 1px;
		height: 1px;
		overflow: hidden;
		}	
				

#headerimg a {
		position:relative;
		top: -10px;
		left: 520px;
		border-bottom: none;
		}
		
		
#headerimg img.links {
		position: relative;
		top:160px;
		left: 300px;

}	
		
		
/* This hides the 'skip to' links and maintains accessibility */
		
#skip {
		position: absolute;
		top: -500px;
		width: 1px;
		height: 1px;
		overflow: hidden;
		}
		
.container_12 {
	background-color: #fff;
		}		

#content {
		margin-top: 20px;
		padding-top: 20px;
	
		}

.formwrapper {
	
	margin-top: 5px;
	clear:both;
}

.formwrapper p {
	width: 100px;
	float: left;
	text-align: center;
}

#sidebar {
		text-align: left;
		padding-top: 40px;
		padding-bottom: 0px;
		
		}

#sidebar ul {
		background: transparent url("images/blue_sidebarbg.gif") top left repeat-y;
		
}
	
#footer {

}	

#footer .container_12 {
		background: #fff url("images/blue_footer.gif") top left no-repeat;	
		height: 320px;
		}
		
.footerContent {
		height:320px;
		color: #fff;
		}	

		
#footerContent p.footerDetails {
		float: left;
		color: #fff;
		width: 400px;
		padding: 180px 0 0 20px;
		line-height: 1.5em;
		font-size: 12px;
		}		
			
		
#footerContent div.footerMailingList {
		float: right;
		color: #fff;
		width: 250px;
		line-height: 1.5em;
		font-size: 12px;
		margin-right: 80px;
		margin-top: 55px;
		}	
		
.wpmlwidget	label {
		line-height: 1.5em;
		font-size: 12px;
		color: #fff;
}

.wpmlwidget .wpmlerror {
	margin: 0 0 0 0 !important;
}

.wpmlwidget p {
	font-size: 10px !important;
}
			

.post {
		margin: 0 0 0px;
		padding: 0;
		background: #fff url("images/blue_postbg.jpg") top left repeat-y; 
		color: #fff;
		}
		
.post h1 {
		padding: 5px 10px 0px 10px;
		margin-bottom: 5px !important;
		color:#fff;
}
		
.post h1 a {
		color: #fff;
		border-bottom: none;
}

.post h1 a:hover {
		color: #959595;
		border-bottom: none;
}

.post a {
	color: #fff;
}

.post a:hover {
	color: #8b141c;
	border-color: #8b141c;
}

.post small {
	margin-left: 10px;
	color: #8b141c; 
	padding-top: -30px;

}

.post {
	border-bottom: none !important;
}

		
.entry p {
		padding: 0px 10px 10px 10px;
		color: #fff;
}		

.postmetadata {
		margin: 10px 10px 0 10px;
		padding-bottom: 10px;
		color: #8b141c;
		}
		
.postmetadata a {
	color: #8b141c;
	border-color: #8b141c;
}		

.postmetadata a:hover {
	color: #fff;
	border-color: #fff;
}

.smallattachment {
		float: left;
		width: 128px;
		margin: 5px 5px 5px 0px;
		}

.attachment {
		margin: 5px 0px;
		}

.postmetadata {
		clear: both;
		}

/* End Structure */

/* Begin Images */
p img {
		padding: 0;
		max-width: 100%;
		}

img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

img.alignright {
		padding: 4px;
		margin: 0 0 2px 7px;
		display: inline;
		}

img.alignleft {
		padding: 4px;
		margin: 0 7px 2px 0;
		display: inline;
		}

.alignright {
		float: right;
		}

.alignleft {
		float: left
		}
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
		list-style: none;

		}

html>body .entry li {
		margin: 7px 0 8px 10px;
		}


.entry ol {
		padding: 0 0 0 35px;
		margin: 0;
		}

.entry ol li {
		margin: 0;
		padding: 0;
		}

.postmetadata ul, .postmetadata li {
		display: inline;
		list-style-type: none;
		list-style-image: none;
		}

/* End Entry Lists */

/* Begin Form Elements */
#searchform {
		margin: 10px auto;
		padding: 5px 3px;
		text-align: left;
		}

#sidebar #searchform #s {
		width: 108px;
		padding: 2px;
		}

#sidebar #searchsubmit {
		padding: 1px;
		}

.entry form { /* This is mainly for password protected posts, makes them look better. */
		text-align:center;
		}

select {
		width: 130px;
		}

#commentform input {
		width: 170px;
		padding: 2px;
		margin: 5px 5px 1px 0;
		}

#commentform {
		margin: 5px 10px 0 0;
		}

#commentform textarea {
		width: 100%;
		padding: 2px;
		}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
		}

#commentform #submit {
		margin: 0 0 5px auto;
		float: right;
		}

/* End Form Elements */

/* Begin Comments*/

.alt {
		margin: 0;
		padding: 10px;
		}

.commentlist {
		padding: 0;
		text-align: justify;
		}

.commentlist li {
		margin: 15px 0 10px;
		padding: 5px 5px 10px 10px;
		list-style: none;
		}

.commentlist li .avatar { 
		float: right;
		padding: 2px;
		}

.commentlist li ul li { 
		margin-right: -5px;
		margin-left: 10px;
		}

.commentlist p {
		margin: 10px 5px 10px 0;
		}

.children {
		padding: 0;
		}

#commentform p {
		margin: 5px 0;
		}
		
#commentform a {
		color: #111;
		border-color: #111;
		}		

.nocomments {
		text-align: center;
		margin: 0;
		padding: 0;
		}

.commentmetadata {
		margin: 0;
		display: block;
		}
		
.commentmetadata a {
		color: #000;
		border-bottom: none;
		text-decoration: underline;
}	

.commentlist cite a {
	color: #000;
	border-bottom: none;
	text-decoration: underline;
}	

/* End Comments */

/* Begin Calendar */
#wp-calendar {
		empty-cells: show;
		margin: 10px auto 0;
		width: 155px;
		}

#wp-calendar #next a {
		padding-right: 10px;
		text-align: right;
		}

#wp-calendar #prev a {
		padding-left: 10px;
		text-align: left;
		}

#wp-calendar a {
		display: block;
		}

#wp-calendar caption {
		text-align: center;
		width: 100%;
		}

#wp-calendar td {
		padding: 3px 0;
		text-align: center;
		}

/* End Calendar */

/* Begin Various Tags & Classes */


blockquote {
		margin: 15px 30px 0 10px;
		padding-left: 20px;
		}

blockquote cite {
		margin: 5px 0 0;
		display: block;
		}

.center {
		text-align: center;
		}

.hidden {
		display: none;
		}

hr {
		display: none;
		}
			

.navigationTop {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 30px;
		}

.navigationBottom {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
		}

/* End Various Tags & Classes*/

/* Captions */
.aligncenter, div.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

.wp-caption {
		text-align: center;
		padding-top: 4px;
		margin: 10px;
		}

.wp-caption img {
		margin: 0;
		padding: 0;
		}

.wp-caption p.wp-caption-text {
		padding: 0 4px 5px;
		margin: 0;
		color: #000;
		}
/* End captions */


/* Twitter */

img.iconbar {
 display: none;
}


li.widget_twitter img.iconbar {
  display:inline !important;
  padding-top: 15px;
}


li.widget_twitter {
	background: transparent url("images/blue_sidebarfooter.gif") left bottom no-repeat;
	padding-bottom:60px; 
}
	
li.widget_twitter h3.widgettitle a {
	text-indent: -9999px;
	display: block;
	background: transparent url("images/blue_ontwitter.gif") top left no-repeat; 
	padding: 0;
	margin: 30px 0 0 0;
	height: 59px;
	border-bottom: none;
	}	
	
ul.tweets li {
	margin: 0 17px 0 0px;
	font-weight: bold;
}

a.timesince {
 	border-bottom: none;
 	text-decoration: underline;
}

/* Category Posts */
li.widget_categoryposts {
	background: transparent url("images/blue_ldfooter.gif") left bottom no-repeat;
	padding-bottom: 60px;
}


li#categoryposts-4 h3 a, li#categoryposts-3 h3 a {
	position: relative;
	top: 135px;
	left: 0px;
	text-decoration: underline;
	border-bottom: none;
	}


li#categoryposts-4, li#categoryposts-3  {
	background: transparent url("images/blue_news.gif") top left no-repeat; 
}

li#categoryposts-5 h3 {
	text-indent: -9999px;
	}


li#categoryposts-5 h3 {
	height: 59px;
	background: transparent url("images/blue_latestvideos.gif") top left no-repeat; */

}


li.widget_categoryposts ul {
	list-style-type: none;
	margin: 0 15px 5px 15px;
	}

li.cat-post-item {
	padding: 3px 0;
	}

li.cat-post-item a {
	font-weight: bold;
 	border-bottom: none;
 	text-decoration: underline;
	}	
	
/* Live Downloads */
ul.livedownloads {
	margin-top:15px;
	margin-right: 15px;
}

ul.livedownloads li a {
	vertical-align: top;
	padding-top: 1px;
	text-decoration: underline;
	border-bottom: none;
}	

ul.livedownloads li a:hover {
	color: #959595 !important;
	border-bottom-color: none;
}

li.widget_text {
	background: transparent url("images/blue_ldfooter.gif") left bottom no-repeat;
	padding-bottom: 60px;
	margin-bottom: 0;
}


li#text-4.widget_text{
	background: transparent url("images/blue_sidebarfooter.gif") left bottom no-repeat;
	padding-bottom: 60px;
	margin-bottom: 0;

}

li#text-7.widget_text{
	background: none;
	padding-bottom: 0px;
	margin-bottom: 0;

}
	
li.widget_text h3 {
	text-indent: -9999px;
	}
	
li.widget_text div.textwidget {

	
	}
	
.textwidget img {
	text-align: center;
}	


.morenews {
	position: relative;
	top: -35px;
	left: 330px;
	border-bottom: none;
}	

.morenews:hover {
	border-bottom: none;
}
	
	
li#text-3 h3, li#text-4 h3 {
	background: transparent url("images/blue_livedownloads.gif") 0 0 no-repeat;
	height: 60px;

}	
	
li#text-5 h3, li#text-6 h3 {
	background: transparent url("images/blue_forthefans.gif") 0 0 no-repeat;
	height: 59px;
}
	
li#text-5 a {
	border-bottom: none !important;
}	
	
	

/* Page Headers */
h2.page-4 {
	text-indent: -9999px;
	background: transparent url("images/blue_discography.gif") 0 0 no-repeat; 
	padding: 0;
	margin: 0;
	height: 59px;
}

h2.page-570, h2.page-571, h2.page-572, h2.page-573, h2.page-574, h2.page-575, h2.page-576, h2.page-577, h2.page-578, h2.page-579, h2.page-580, h2.page-581, h2.page-608, h2.page-609, h2.page-610, h2.page-611, h2.page-612, h2.page-613, h2.page-614, h2.page-615, h2.page-616, h2.page-617, h2.page-618, h2.page-623, h2.page-624, h2.page-625, h2.page-626, h2.page-627, h2.page-628, h2.page-629, h2.page-630, h2.page-631, h2.page-632, h2.page-633 {
	text-indent: -9999px;
	background: transparent url("images/blue_lyrics.gif") 0 0 no-repeat; 
	padding: 0;
	margin: 0;
	height: 59px;
}

h2.page-621, h2.page-723 {
	text-indent: -9999px;
	background: transparent url("images/blue_jmb.gif") 0 0 no-repeat; 
	padding: 0;
	margin: 0;
	height: 59px;
}

h2.page-184 {
	text-indent: -9999px;
	background: transparent url("images/blue_tourdates.gif") 0 0 no-repeat; 
	padding: 0;
	margin: 0;
	height: 59px;
}

h2.page-464 {
	text-indent: -9999px;
	background: transparent url("images/blue_theband.gif") 0 0 no-repeat; 
	padding: 0;
	margin: 0;
	height: 59px;
}

h2.page-18 {
	text-indent: -9999px;
	background: transparent url("images/blue_contactinfo.gif") 0 0 no-repeat; 
	padding: 0;
	margin: 0;
	height: 59px;
}

h2.page-593 {
	text-indent: -9999px;
	background: transparent url("images/blue_streetteam.gif") 0 0 no-repeat; 
	padding: 0;
	margin: 0;
	height: 59px;

}

h2.page-598 {
	text-indent: -9999px;
	background: transparent url("images/blue_store.gif") 0 0 no-repeat; 
	padding: 0;
	margin: 0;
	height: 59px;
}

h2.pagetitle-News {
	text-indent: -9999px;
	background: transparent url("images/blue_latestnews.gif") 0 0 no-repeat; 
	padding: 0 0 -42px 0;
	margin: 0 0 0px 0;
	z-index: 10;
	height: 59px;
}

h2.page-594, h2.page-596, h2.page-597, h2.page-607, h2.page-718 {
	text-indent: -9999px;
	background: transparent url("images/blue_photos.gif") 0 0 no-repeat; 
	padding: 0;
	margin: 0 0 0px 0;
	height: 59px;
	z-index: auto;
}

h2.pagetitle-Videos {
	text-indent: -9999px;
	background: transparent url("images/blue_videos.gif") 0 0 no-repeat; 
	padding: 0;
	margin: 0;
	height: 59px;
}

h2.pagetitle-Blog {
	text-indent: -9999px;
	background: transparent url("images/blue_blog.gif") 0 0 no-repeat; 
	padding: 0;
	margin: 0;
	height: 59px;
}



.entry h2, .entry h3, .entry h4 {
	color: #fff;
	margin-top: 0px;
	padding: 10px 10px;
}


/* Music Page */
/* #post-4 {
	background: #111;
	background-image: none;
	}
	
	*/

img.album-cover {
	margin: 0 0 0 10px;
	border: 5px solid #636363;
}

div.cd {
	float: left;
	width: 220px;
}

div.tracklisting {
	float: left;
	width: 320px;
}

div.tracklisting h3 {
	margin: 5px 0 5px 10px;
	padding: 0;
}

div.tracklisting ol {
	list-style-type: decimal;
}

div.tracklisting li {
	margin: 0 !important;
	font-size: 12px;
	padding: 4px 0;
	}
	
div.tracklisting li a {
	color: #959595;
	border-bottom-color: #959595;
}	

div.tracklisting li a:hover {
	color: #fff;
	border-bottom-color: #fff;
}

p.album-description {
	margin-top: 10px;
	font-size: 12px;
	color: #959595;
}

h2.album-title {
	padding-top: 20px;
	
}

/* The Band */
img.gallery {
	border: 5px solid #959595;
}

img.gallery:hover {
	border: 5px solid #8B141C;
}

img.thedudes {
	border: 5px solid #959595;
}

a.nobottom {
	border-bottom: none !important;
}


/* Contact Information */

#post-18 .entry h2 {
	font-size: 18px;
	margin: 0 10px 10px 10px;
	padding: 20px 0 3px 0px;
	border-bottom: 1px solid #636363;

}

#post-18 .entry h3 {
	font-size: 14px;
	margin: 0;
	padding: 10px 0 3px 20px;
	color: #959595;
}

#post-18 .entry h4 {
	font-size: 12px;
	margin: 0;
	padding: 3px 0 5px 20px;
}

#post-18 .entry a {
	color: #959595;
}

#post-18 .entry p {
	padding: 3px 0 3px 20px;

}

/* Social Bookmarking links */
div.sociable { 
	margin: 0 !important;
	padding: 0 0 10px 10px;
 }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}

.sociable ul li a {
	border-bottom: none;}

.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}



