/*
Thin	"adelle-n1", "adelle"	100	normal	
Thin Italic	"adelle-i1", "adelle"	100	italic	
Light	"adelle-n3", "adelle"	300	normal	
Light Italic	"adelle-i3", "adelle"	300	italic	
Regular	"adelle-n4", "adelle"	400	normal	
Italic	"adelle-i4", "adelle"	400	italic	
Semibold	"adelle-n6", "adelle"	600	normal	
Semibold Italic	"adelle-i6", "adelle"	600	italic	
Bold	"adelle-n7", "adelle"	700	normal	
Bold Italic	"adelle-i7", "adelle"	700	italic	
Extra Bold	"adelle-n8", "adelle"	800	normal	
Extra Bold Italic	"adelle-i8", "adelle"	800	italic	
Heavy	"adelle-n9", "adelle"	900	normal	
Heavy Italic	"adelle-i9", "adelle"	900	italic	
*/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* end reset start styles */
.social,
.jnav,
#wrap {
	width: 960px;
	margin: 0 auto;
}

body {
	font-family: "adelle-n4", "adelle","Noto Serif",georgia;
	background: black url(/i/bg.jpg) repeat;
	color: #fff;
} 


h2 {
	font-family:"adelle-i6", "adelle","Noto Serif";
	font-weight: 600;
	font-style: italic;
	font-size: 20px;
	padding-bottom: 16px;
}

.home h1 {
	font-size: 65px;
	color: #fff;
	font-family: "adelle-n7", "adelle","Noto Serif";
	font-weight: 700;
}


a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #ffb800;
	text-decoration: none;
}
a:active {
	color: #fff;
	text-decoration: none;
}

.home ul.nav {
	margin: 20px 0;
}
.home ul.nav li {
	float: left;
	list-style-type: none;
	font-size: 20px;	
}
.home ul.nav li a {
	padding: 10px;
	font-weight: 600;
}
.home ul.nav li.about a{
	padding-left: 0;
}

.innernav {
	clear: right;
	padding-top: 15px;
}
.innernav li {
	float: left;
	list-style-type: none;
	font-size: 17px;	
}
.innernav li a {
	padding: 10px 12px;
	font-weight: 600;
}
body.blog .blog a,
body.about .about a,
body.music .music a,
body.gigs .gigs a,
body.photos .photos a  {
	color: #ffb800;
}



.col {
	width: 590px;
	float: right;
	clear: both;
	margin-top: 131px;
}



.tweet {
	clear: both;
	padding: 20px;
	background: url(/i/bg_tweet.png) repeat;
	width: 440px;
	position: relative;
	margin-top: 130px;
	margin-left: 45px;
	overflow: hidden;
}
.tweet span {
	font-size: 36px;
	line-height: 45px;
	font-family: "adelle-n7", "adelle","Noto Serif";
	font-weight: 700;
	display: block;
	padding-bottom: 20px;
}
.tweet span.twitime {
	position: absolute;
	bottom: 0;
	right: 16px;
	text-align: right;
	font-size: 16px;
	font-weight: 300;
	padding-bottom: 0;
}
.upcoming-gigs {
	clear: both;
	background: url(/i/bg_grey.png) repeat;	
	padding: 10px;
	width: 340px;
	margin-top: 20px;
	margin-left: 164px;
	height: 189px;
}
	.blog .upcoming-gigs {
		width: 451px;
	}
	.blog .gig a {
		margin-right: 16px;
	}
	.blog .last a {
		margin-right: 0;
	}

	.gig a {
		width: 100px;
		margin-right: 20px;
		height: 151px;
		border-bottom: 10px solid #d19b0c;
		float: left;
		background-color: #262626;
		padding-top: 12px;
	}
	.last a {
		margin-right: 0;
	}
	.gig a i,
	.gig a b,
	.gig a span {
		display: block;	
		font-style: italic;
		text-align: center;
	}	
	.gig a i {
		font-size: 60px;
		font-weight: 600;
		}
	.gig a b {
		font-size: 20px;
	}
	.gig a span {
		color: #ffb800;
		font-size: 12px;
		margin-top: 35px;
	}
	
	
	.gigs .date {
		width: 100px;
		margin-right: 20px;
		height: 90px;
		border-bottom: 10px solid #d19b0c;
		float: left;
		background-color: #262626;
		padding-top: 12px;
		margin-bottom: 20px;
	}
	.gigs .date i,
	.gigs .date b,
	.gigs .date span {
		display: block;	
		font-style: italic;
		text-align: center;
	}	
	.gigs .date i {
		font-size: 60px;
		font-weight: 600;
		}
	.gigs .date b {
		font-size: 20px;
	}
	.gigs .date span {
		color: #ffb800;
		font-size: 12px;
		margin-top: 35px;
	}
	.gigs .gig {
		clear: left;
		margin-top: 16px;
		width: 451px;
	}
	.gigs .entry h2 {
		font-size: 20px;
		padding-top: 4px;
		margin-right: 105px;
	}
	.gigs span.time {
		float: right;
		padding: 10px;
		font-size: 25px;
		position: relative;
		top: -30px;
		background-color: #000;
		top: -70px;
	}
	.gigs .blog-entries {
		min-height: 100px;
	}

.albums {
	clear: both;
	margin: 26px 0 0 156px;
	width: 380px;
}
	.albums .album {
		padding: 6px;
		background: url(/i/bg_grey.png) repeat;
		margin: 8px;
		width: 160px;
		float: left;
	}
	.albums .album a {
		display: block;
		font-size: 12px;
		line-height: 16px;
	}
	.music .albums {
		margin: 26px 0 0 56px;
		width: 940px;
	}
	.music .albums .album {
		padding: 6px;
		background: url(/i/bg_grey.png) repeat;
		margin: 8px;
		width: 260px;
		float: left;
	}
	.music .albums .album img {
		width: 100%;
	}	
	.music .albums .tweet {
		padding: 20px;
		background: url(/i/bg_tweet.png) repeat;
		width: 265px;
		position: relative;
		float: left;
		margin: 8px;
		clear: none;
	}
	.music .upcoming-gigs {
		clear: both;
		background: url(/i/bg_grey.png) repeat;
		padding: 10px;
		width: 461px;
		margin-top: 20px;
		margin-left: 64px;
		height: 189px;
	}


.mini-footer {
	clear: both;
	padding-top: 70px;
}
.mini-footer  .albums {
	clear: none;
	margin: 0;
	width: 600px;
}
.mini-footer .upcoming-gigs {
	float: right;
	clear: none;
	padding: 10px;
	width: 340px;
	margin: 0;
	height: 189px;
}

body.photos #inner {
	padding-top: 30px;
}


.blog-entries {
	width: 431px;
	padding: 20px;
	background: url(/i/bg_grey.png) repeat;
	margin-top: 20px;
	min-height: 500px;
	
}
	.single .blog-entries {
		min-height: 800px;
	}
	.blog .tweet {
		width: 260px;
		margin: 20px 0 0 0;
		overflow: hidden;
	}
	.blog .upcoming-gigs {
		float: right;	
	}
	.entry h1,
	.entry h2 {
		font-size: 50px;
		font-weight: 700;
		font-style: normal;
		padding-bottom: 0;
	}
	.entry p.date {
		font-size: 20px;
		color: #ffb800;
		font-weight: 700;
		margin-top: 0;
	}
	.entry p {
		margin-bottom: 16px;
		line-height: 28px;
		font-size: 15px;
	}
	.entry a.permalink {
		background-color: #ffb800;
		padding: 11px 16px;
		color: #4d4d4d;
		font-weight: 700;		
	}
	.entry a:hover.permalink {
		background-color: #000;
		color: #fff;
	}	
	.entry p.more {
		text-align: right;
		padding-bottom: 16px;
	}
	.blog-archive {
		background: url(/i/bg_top.png) repeat;
		width: 138px;
		padding: 16px;
		float: right;
		margin: 60px 0 16px 0;
	}
	.blog .albums {
		margin: 0;
		width: auto;
	}
	.blog .albums .album {
		float: right;
		margin-right: 0;
	}

.gigs .tweet, 	
.about .tweet {
	width: 370px;	
} 
	.about .albums,
	.gigs  .albums {
		clear: both;
		margin: 16px 0 0 86px;
		width: 380px;
	}
	.about .upcoming-gigs{
		width: 341px;
		margin-left: 109px;
	}
	.about .albums .album {
		float: right;
	}

.social li {
	float: right;
	list-style-type: none;
}
.social li a{
	display: block;
	padding-left:4px;
}
.social li a img{
	opacity: 0.8;
}
.social li a:hover img{
	opacity: 1;
}

.intro {
	height: 40px;
	background: url(/i/bg_grey.png) repeat;
	width: 100%;
	margin: 0 auto;
	text-align: right;
	height: 44px;
}


#jjn {
	background: url(/i/john-james-newman.png) no-repeat 0 0;
	width: 590px;
	height: 55px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;	
}
#jjni {
	background: url(/i/jjn.png) no-repeat 0 0;
	width: 410px;
	height: 49px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;	
	float: left;
}
.j {
	background: url(/i/bg_top.png) repeat;
	height: 49px;
}
body.music .j {
	background: url(/i/bg_red.png) repeat;
}
body.about .j {
	background: url(/i/bg_blue.png) repeat;
}


.col5,
.col8,
.col9 {
	float: left;
}

.col5 {
	width: 300px;
	margin-right: 20px;
	margin-left: 170px;
}
.col8 {
	width: 470px;
}
.col9 {
	width: 470px;
}


#jbg {
	width: 70%;
	height: 80%;
	z-index: -1;
	position: absolute;
	top: 14%;
	left: 8%;
}

.photo-album .tweet {
	float: left;
	margin: 10px;
	width: 320px;
}

.photo-album .photo {
	width: 150px;
	overflow: hidden;
	height: 99px;
	float: left;
	display: block;
	padding: 10px;
	background: url(/i/bg_grey.png) repeat;
	margin: 10px;
}
.photo-album .photo a{
	overflow: hidden;
	height: 99px;
	display: block;
	position: relative;
}
/*
.photo-album .photo a {
	top: 20px;
	position: relative;
}
*/


.hotbox {
	clear: both;
	padding-top: 100px;
	font-size: 11px;
	text-align: right;;
}
.hotbox p {
	color: #ccc;
}
.hotbox a {
	color: #666;
}


#slideshow {
	width: 900px;
	min-height: 500px;
	background: url(/i/bg_red.png) repeat;
	padding: 20px;
	
}
#slideshow-inner {
	width: 860px;
	min-height: 500px;
	background: #000;
	margin: 0 auto;	
	text-align: center;
	padding: 20px;
}
#slideshow-inner img {
	max-width: 100%;
}

.entry a {
	text-decoration: underline;
}



ul.blogs li {
	line-height: 2em;
}
ul.blogs li span {
	display: inline-block;
	width: 190px;
}
ul.gigs li {
	line-height: 2em;
}
ul.gigs li span {
	display: inline-block;
	width: 90px;
}
.cmsform {
	padding: 20px;
	line-height: 2.2em;
	background-color: rgba(255,255,255,0.2);
	margin: 10px;
}
.cmsform span {
	display: inline-block;
	width: 90px;
}
.cmsform input {
	font-family: adelle, georgia;
	padding: 5px;
	font-size: 16px;
}
.cmsform textarea {
	width: 550px;
	font-family: Georgia;
	font-size: 16px;
}
.cmsform .mceEditor {
	line-height: 1em;
}
p.success {
	clear: both;
	padding: 20px;
	background-color: rgba(0, 128, 0, 0.5);
	margin: 10px;
}
form.red {
	background-color: rgba(255, 0, 0, 0.4);
	width: 17%;
	float: left;
}
.bad {border: 2px solid #802424; background-color: #ffbdbd;}
.good {border: 2px solid #52c149; background-color: #d2efd0;}

a#moregigs {
	display: block;
	clear: both;
	background-color: #D19B0C;
	color: #000;
	text-align: center;
	padding: 29px;
	position: relative;
	left: -20px;
	width: 413px;
	top: 24px;
	font-size: 25px;
	text-decoration: none;
}
a#moregigs:hover {
	color: #fff;
}
li.ctact a {
	font-size: 35px;
	font-weight: 600;
	opacity: 0.8;
	padding: 1px 5px;
}
li.ctact a:hover {
	opacity: 1;
	color: #fff;
}
p.big {
	font-size: 22px;
	margin-top: 10px;
}