/*
Theme Name: King Porter Stomp
Theme URI: http://kingporterstomp.co.uk/
Description: Bespoke music theme developed by JIGSAW.
Version: 1.0
Author: George Smerin
Author URI: http://smerin.com/
*/

/* 
Title:	Master styles for screen media
Author:	George Smerin
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0;padding: 0;font-size: 100%;vertical-align: baseline;border: 0;outline: 0;background: transparent;}
ol, ul {list-style-type: none;}
blockquote, q {quotes: none;}
:focus {outline: 0;}
table {border-collapse: collapse;border-spacing: 0;}
	
	
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffcc;
	font-size: 62.5%;
	background: #300000;
}

/* main styles
----------------------------------------- */

h1, h2, h3, h4, h5, h6, #nav li a {
	font-family: times, georgia, serif;
	text-transform: uppercase;
}

p {
	line-height: 22px;
	padding-top: 10px;
	padding-bottom: 12px;
}

#main-blog p, #main-blog h4 {
	padding-left: 12px;
}
div.entry p {
	padding: 10px 12px 12px;
}

p, ul, ol, dt, dd {
	font-size: 1.4em;
}
ul, ol {
	padding: 10px 0 12px;
	list-style-type: disc;
}
li {
	margin-left: 25px;
}

p.note {
	font-size: 1em;
	color: #ffffcc;
	line-height: 1em;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0;
}
p.note a {
	color: #ffffcc;
}


h1 {
	font-size: 2.4em;
	padding: 24px 0 16px;

}
#body-home h2 {
	font-size: 2.0em;
	padding: 6px 12px 4px;
	margin: 15px 0 4px;
	background: #300000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius:6px;
	color: #ffffcc;
}

h3 {
	text-transform: uppercase;
	font-size: 2.0em;
	padding-bottom: 6px;
	margin-bottom: 6px;
	border-bottom: 2px solid #FFF;
	color: #ffffcc;
}

h4, h5, h6 {
	font-size: 2.2em;
	margin-top: 22px;
	padding: 12px 12px 8px;
	color: #FFF;
}

a:link, a:visited {
	color: #FFF;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	text-decoration:underline;
	
}

blockquote {
	font-size: 1.4em;
	font-family: times, serif;
	font-style: italic;
}




.navigation {
	padding-bottom: 12px;
	font-size: 1.2em;
}
small {
	font-size: 0.75em;
	line-height: 16px;
}
.postmetadata {
	background: rgba(0,0,0,0.3);
	padding: 6px 12px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius:8px;
	margin-bottom: 22px;	
}
h4 + p {
	padding-top: 0;
}

#respond {
	padding-top: 22px;
}
ol.commentlist {
	list-style-type: none;

}
ol.commentlist p {
	font-size: 1em;
}

ol.commentlist li {
	padding: 10px 0 12px;
	background: #500000;
	padding: 12px;
	margin: 0 20px 22px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}

#sidebar ol, #sidebar ul {
	margin-bottom: 22px;
}
/* page structure
----------------------------------------- */

#wrap {
	width: 980px;
	background: #870000 url(images/wrap-gradient.jpg) repeat-x top;
	margin: 0 auto;
}
#wrap-inner {
	background: url(images/wrap-lower-gradient.jpg) repeat-x bottom;
}
#main {
	float: left;
	width: 550px;
	padding: 12px 0;
	margin: 15px 0 30px;
}
#main-page {
	float: left;
	width: 700px;
	padding: 12px 0;
	margin: 15px 0 30px;
}

#main-blog {
	float: left;
	padding: 12px 0;
	margin: 15px 0 30px 12px;
	width: 550px;
}

#main-blog h3 {
	padding-top: 0;
}



#body-default #main {
	width: 500px;
	padding: 0;
	margin-top: 0;
}
#content {
	background: url(images/silhouettes.png) no-repeat bottom;
	padding: 0 20px 60px;
}

#sidebar {
	width: 300px;
	float: right;
	padding-right:20px;
	margin: 15px 0 30px;
	padding: 12px;
}

#footer {
	
}

/* shop page 
----------------------------------------- */

#mp3-links {
	font-size: 2em;
	font-family: times, serif;
	text-transform: uppercase;
}
#mp3-links a {
	padding: 0 10px;
}
#body-shop table  {
	margin: 20px 0 0 70px;
}

#body-shop input {
	margin: 0 0 20px 85px;
	padding-top: 0;
}

/* gallery page 
----------------------------------------- */

#gallery-list {
	list-style-type: none;
	padding: 22px 12px;
}

#gallery-list li {
	display: inline;
	margin: 0;
	text-transform: uppercase;
	font-family: times, serif;
	font-size: 1.4em;
}

#gallery-list li:after {
	content: ' // ';
}

#video-gallery {
	margin-top: 22px;
}

#video-gallery .video {
	display: block;
	padding: 6px;
	border: 6px solid #670000;
	text-align: center;
	margin: 0 auto;

}
#video-gallery h4 {
	text-align: center;
}




/* gigs page 
----------------------------------------- */

#body-gigs dt {
	font-size: 2em;
	font-family: times;
}

dd.gigs-venue {
	font-size: 2em;
	font-family: times, serif;
	text-transform: uppercase;
	color: #FFF;
	padding-top: 10px;
}
dd.gigs-text {
	padding-top: 10px;
	font-size: 1em;
}

#body-gigs dl {
	padding: 10px 10px 20px;
}

#previous-gigs {
	padding-top: 40px;
}
#previous-gigs ul {
	list-style-type: none;
}
#previous-gigs li {
	padding: 5px 12px;
	margin: 0;
	text-transform: uppercase;
	font-family: times, serif;
	font-size: 1.4em;
}
div.flyer img {
	padding: 6px;
	border: 6px solid #670000;
	float: right;
	margin: 6px 22px 10px;
	max-width: 300px;
}


/* home page
----------------------------------------- */
#body-home #main {
	float:left;
	width: 512px;
	padding: 0;
	margin: 0;
}

#welcome img {
	position: relative;
	top: -42px;
	left: 0;
	width: 480px;
	margin-bottom: -55px;
}

#welcome {
	padding: 12px;
	background: #ffffcc;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
	margin: 15px 0 30px;
}
#welcome p {
	font-family: times;
	font-size: 1.4em;
	line-height: 18px;
	color: #222;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
#welcome h3 {
	color: #000;
	border-color: #666;
}

#welcome h4 {
	color: #000;
}

#mailchimp-signup {
	border-top: 2px solid #666;
}

#mailchimp-signup label {
	color: #000;
	font-size: 1.4em;
	font-family: times, serif;
	padding: 3px 8px;
}

#mailchimp-signup input {
	float: left;
}

#latestblog, #facebook-feed {
	padding: 12px;
	background: #300000;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}
#latestblog h5 {
	color: #FFF;
	padding:10px 6px 0;
	margin: 0;
}
#latestblog p.postmetadata {
	background: none;
	padding: 4px 0 0 6px;
	border-top:  2px solid #FFF;
	margin-bottom: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius:0;
}
#latestblog p {
	padding: 0 8px;
	margin: 0 0 10px;
}
 p.date {
 	font-family: times;
 	font-style: italic;
 	font-size: 1.6em;
 	color: #FFF;
 	padding: 0;
 }

#latestblog p.date, {

	border-bottom: 2px dotted #ffffcc;
	padding-bottom: 6px;

}

#musicplayer {
	float: left;
	width: 160px;
}

#musicplayer h3 a {
	color: #ffffcc;
}
#musicplayer h3 a:hover {
	color: #FFF;
	text-decoration: underline;
}
#home-sidebar {
	float: right;
	width: 160px;
}

#home-sidebar, #musicplayer {
	padding: 12px;
	margin: 12px 20px 12px 0;
	background: rgba(0,0,0,0.6);
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
	border: 4px solid #000;
	
}

#giglist {
	width: 158px;
	background: #180000;
	border: 1px solid #000;
}

#giglist dl {
	padding: 5px;
	border-bottom: 1px solid #000;
	order-bottom: 1px solid #6d4e0f;
}
#giglist dl.even {
	background: #100000;
}

#giglist dt {
	color: #ffffcc;
}
#giglist a dd {
	color: #FFF;
}

#giglist a:hover {
	color: #670000;
}

#giglist a:hover dt, #giglist a:hover dd {
	color: #FFF;
	text-decoration: underline;
}






/* header
----------------------------------------- */

#logo {
	width: 980px;
	height: 200px;
	background: url(images/logo.png) no-repeat 0 15px;
}
#logo h1 {
	display: none;
}

/* nav */

#menustrip {
	background: #000 url(images/negative-strip-322.jpg) repeat-x;
	margin-bottom: 10px;
}
#nav ul {
	padding-top: 53px;
	list-style-type: none;
	margin-left:12px;
}
#nav li {
	float: left;
	margin: 12px 0 0 0;
	padding: 0;
}
#nav li a {
	display: block;
	padding: 6px 10px 2px;
	margin: 8px 6px 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius:6px;
	text-decoration: none;
	font-size: 1.2em;
	color: #ffffcc;
	font-weight: bold;
}
#nav li a:hover {
	background: #890000;
}
#nav li.current_page_item a {
	background: #ffffcc;
	color: #000;
}
#nav {
	width: 800px;
}
#socialicons ul {
	float: right;
	position: relative;
	top: -40px;
	right: 10px;
	padding: 0;
}
#socialicons li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}
#socialicons li span {
	display: none;
}
#socialicons li a {
	display: block;
	height: 40px;
	width: 40px;
	padding: 0 2px -0px;
	margin:  0 0 -36px;	
}
#socialicons li.facebook a {
	background: url(images/facebook-40.jpg) no-repeat 0 0;
}
#socialicons li.rss a {
	background: url(images/rss-40.jpg) no-repeat 0 0;
}
#socialicons li.myspace a {
	background: url(images/myspace-40.jpg) no-repeat 0  0;
}
#socialicons li.twitter a {
	background: url(images/twitter-40.jpg) no-repeat 0 0;
}
#socialicons li.soundcloud a {
	background: url(images/soundcloud-40.jpg) no-repeat 0 0;
}
#socialicons li.youtube a {
	background: url(images/youtube-40.jpg) no-repeat 0  0;
}


#socialicons li a:hover {
	background-position: 0 -40px;
}


/* sidebar styles
----------------------------------------- */





/* footer
----------------------------------------- */


#footer {
	margin-top: 10px;
	margin-bottom: 0;
	padding: 0;	
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	background: #870000;
}

#footer p {
	font-size: 1.6em;
	padding: 22px 25px 18px;
	margin: 0;
	color: #ffffcc;
}
#footer a {
	color: #ffffcc;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#jigsawlogo a {
	margin: 12px 12px;
	display: block;
	width: 123px;
	height: 40px;
	background: url(images/jigsaw.png) 0 0;	
}
#jigsawlogo a:hover {
	background-position: 0 -40px;
}
#jigsawlogo a span {
	display: none;
}

/* contact page
----------------------------------------- */

label {
	display:block;
	float:left;
	width:150px;
	text-align:right;
	margin:0;
	padding:0;
}

.search-txt {
background:#FFF;
border:none;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius:3px;
padding:3px;
margin: 6px 8px 32px;
	
}

	
.txt, textarea {
	margin-left:18px;
	background:#FFF;
	border:none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
	padding:3px;
}
p.submit {
	margin-left:170px;
}
textarea#comment {
	margin-left: 170px;
	width: 300px;
}

/* misc.
----------------------------------------- */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

hr, .hide {
	display: none;
}

a img {
	border: none;
}

div.hr hr {
	display: block;
	width: 700px;
	height: 44px;
	background: url(images/hr-700.png);
	border: none;
	outline: none;
	margin: 10px 0 12px;
}
div.hr-550 hr {
	display: block;
	width: 550px;
	height: 35px;
	background: url(images/hr-550.png);
	border: none;
	outline: none;
	margin: 10px 0 12px;
}

td {
	padding: 10px;
}

select {
position: relative;
top: -1
0px;
float:right;
}

/* self clear floats */

.group:after {
	content:"."; 
	display:block; 
	height:0;
    clear:both; 
    visibility:hidden; 
}
.group {display:inline-block;}
/* Hide from IE Mac */
.group {display:block;}
/* End hide from IE Mac */
