@charset "utf-8";
/***************/
/* FONT STYLES */
/***************/
@font-face {
	font-family: 'Freehand';
	src: url('fonts/FREEHAND.eot'),
		 url('fonts/FREEHAND.woff') format('woff'),
		 url('fonts/FREEHAND.ttf') format('truetype'),
		 url('fonts/FREEHAND.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Armata'; /* Clemas Title */
	src: url('fonts/Armata-Regular.eot'),
		 url('fonts/Armata-Regular.woff') format('woff'),
		 url('fonts/Armata-Regular.ttf') format('truetype'),
		 url('fonts/Armata-Regular.svg') format('svg');
}
@font-face {
	font-family: 'Oswald'; /* Navigation and main body copy */
	src: url('fonts/Oswald-Light.eot'),
		 url('fonts/Oswald-Light.woff') format('woff'),
		 url('fonts/Oswald-Light.ttf') format('truetype'),
		 url('fonts/Oswald-Light.svg') format('svg');
}

/******************/
/* GENERAL STYLES */
/******************/
body {
	background-color: #300;
	color: #fff;
	font-family: 'Oswald';
	font-size: 16px;
	font-weight: 200;
	line-height: 120%;
}
#menubutton {
	display: none;
}
#header-container {
	width: 100%;
	position: fixed;
	top: 0px;
	background-color: #000;
	border-bottom: 3px solid #fc0;
	z-index: 100;
}
#header {
	height: 145px;
	width: 960px;
	margin: 0 auto;
}
#header ul.social-media {
	float: left;
}
#header ul.social-media li {
	float: left;
	padding-top: 1em;
	padding-right: 1.5em;
	text-align: right;
}
.caption {
	font-family: 'Freehand';
	font-size: 3em;
	text-align: right;
}
p.names {
	font-family: 'Freehand';
	color: #f00;
	font-size: 5.2em;
	margin: 15px 0;
	padding: 0.1em 0;
}
p#surname-title {
	font-family: 'Armata';
	text-transform: uppercase;
	font-size: 3.4em;
	margin-left: -5px;
	letter-spacing: 0.45em;
	line-height: 75%;
}
h1, h3, h4 {
	text-transform: capitalize;
}
h1 {
	letter-spacing: 0.3em;
	margin: 180px 0 25px 0;
	font-size: 1.3em;
	font-weight: bold;
}
h2 {
	font-size: 1.1em;
	margin: 25px 0 15px 0;
	text-transform: uppercase;
}
h2.social-media {
	margin-top: -30px;
}
h2.shows {
	margin-top: 0 !important;
}
h3 {
	text-decoration: underline;
	margin-top: 10px;
}
h4 {
	margin: 5px 0;
	text-decoration: underline;
}
#page-content {
	height: auto;
	width: 980px;
	margin: 190px auto 50px auto;
}
.main-section {
	width: 625px;
	height: auto;
	float: left;
	padding-right: 10px;
}
.main-section p {
	margin-bottom: 1em;
}

#facebook-plugin {
	margin-left: 68%;
}
.capitalise {
	text-transform: capitalize;
}
span.fontbigger {
    font-size: 1.2em;
}
.small {
    font-size: 0.8em;
}
img.portrait-photo  {
	float: left;
	margin: 0 10px 10px 0;
}
#image-gallery {
	width: 98%;
	max-width: 825px;
	margin: 50px;
}
.no-style {
	text-transform: none;
}
#footer {
	text-align: center;
	margin: 20px auto;
	clear: both;
	font-size: 0.75em;
	font-family: 'Tahoma';
}
#column-right {
	float: right;
	width: 325px;
}
#column-right a img {
	margin: 5px 0 20px 0;
}
#social-media-links {
	margin-bottom: 20px;
}
.cd {
	margin-bottom: 15px;
	clear: both;
}
#cds-sale {
	background-color: #600;
	padding: 3px;
	margin: 5px 0;
	width: 294px;
}
#cds-sale p {
	padding: 3px;
}
#cd-purchase {
	clear: both;
}
.cd a {
	margin: 0 3px;
	float: left;
}
.cd p {
	margin: 5px;
	font-size: 0.9em;
}
.newAlbum {
	margin: 20px 0;
}
/*--------------*/
/* TESTIMONIALS */
/*--------------*/
.testimonial {
	background-color: #600;
	width: 625px;
	height: 160px;
	padding: 0.3em;
	margin: 10px 0;
	line-height: 1.2em;
}
.testimonial img {
	margin: 0.5em;
	float: left;
}
.testimonial-contactpage {
	width: 320px;
	height: 185px;
	background-color: #600;
	padding: 10px 2px;
	line-height: 1.2em;
}
blockquote {
	width: 98%; /* required */
	margin: 10px auto;
}
blockquote p { 
	margin-bottom: 10px;
	font-style: italic;
}
blockquote cite { 
	font-family: 'Tahoma';
	font-style: normal;
	display: block;
	text-align: right;
	text-transform: capitalize;
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
blockquote cite span {
	text-transform: uppercase;
}
#quote_wrap { 
	margin: 10px 0; padding: 2px;
}
.quote-number {
	text-align: right;
	font-size: 0.75em;
}
.quote {
	border-left: solid 2px #fff;
	font-style: italic;
	padding-left: 5px;
	margin: 10px 0 3px 0;
}
.who {
	font-style: normal;
}

/*------------*/
/* NAVIGATION */
/*------------*/
nav {
	margin: 20px 0;
	text-transform: uppercase;
	font-family: 'Oswald';
	float: right;
}
nav li {
	display: inline;
	padding: 20px 10px;
}

/**************/
/* GIG STYLES */
/**************/

#gigs {
	clear: both;
	margin-bottom: 20px;
	height: auto;
}
.upcoming-gig {
	float: left;
	width: 300px;
	height: 95px; /* to allow extra info for guests at gigs */
	border-bottom: thin solid #fff;
	margin: 5px 0;
}
/*
.upcoming-gig-big {
	float: left;
	width: 300px;
	height: 95px; 
	border-bottom: thin solid #fff;
	margin: 5px 0;
} */
.upcoming-gig-bigger {
	float: left;
	width: 300px;
	height: 125px; /* to allow extra info for guests at gigs */
	border-bottom: thin solid #fff;
	margin: 5px 0;
}
.upcoming-gig-biggest {
	float: left;
	width: 300px;
	height: 155px; /* to allow extra info for guests at gigs */
	border-bottom: thin solid #fff;
	margin: 5px 0;
}
.upcoming-gig-biggest.dayEvent {
	float: left;
	width: 300px;
	height: 300px; /* to allow extra info for guests at gigs */
	border-bottom: thin solid #fff;
	margin: 5px 0;
}
.upcoming-gig p.venue {
	text-transform: capitalize;
}
.upcoming-gig-big p.venue {
	text-transform: capitalize;
}
.upcoming-gig-bigger p.venue {
	text-transform: capitalize;
}
.upcoming-gig-biggest p.venue {
	text-transform: capitalize;
}

.doublespacer {
	width: 600px;
	border-bottom: thin solid #fff;
}

.calendar {
	float: left;
	height: 40px;
	width: 40px;
	background: #fff;
	border: 2px solid #fff;
	text-align: center;
	margin-right: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.month {
	background: #333;
	text-transform: capitalize;
}
.day {
	color: #000;
	position: relative;
	font-family: Arial;
	font-weight: bold;
	font-size: 1.1em;
}
p.venue span {
	font-size: 0.8em;
}
span.entry, span.caps {
	text-transform: capitalize;
}
span.lowercase {
	text-transform: lowercase; !important
}
span.upper {
    text-transform: uppercase;
}


/*-------------*/
/* LINK STYLES */
/*-------------*/
nav li a:link, nav li a:visited {
	color: #f00;
	text-decoration: none;
}
nav li a:hover {
	text-decoration: none;
	color: #fc0;
}
a:link, a:visited {
	text-decoration: none;
	color: #f00;
}
a:hover, a:active {
	text-decoration: none;
	color: #fc0;
}
ul.gallery {
	margin: 5em auto;
}
ul.gallery li {
	/*display: inline;*/
	float: left;
	padding: 1.5em;
}
ul.gallery a:link img, ul.gallery a:visited img {
	border: 3px solid #300;
}
ul.gallery a:hover img {
	border: 3px solid #fc0;
}
#footer a, #footer a:visited{
	color: #090;
}
#footer a:hover, #footer a:active {
	color: #fc0;
}
blockquote a {
	text-decoration: underline !important;
}
blockquote a:link, blockquote a:visited {
	color: #ddd;
}
blockquote a:hover, blockquote a:active {
	color: #fc0;
}
#social-media-links a  {
	padding: 5px 0 10px 40px;
	display: block;
	margin: 20px auto;
}
#social-media-links a:link, #social-media-links a:visited {
	color: #fff;
}
#social-media-links a:hover, #social-media-links a:active {
	color: #fc0;
}
a.facebook {
	background-image: url('images/icons/facebook-hover.png');
	background-repeat: no-repeat;
}
a.youtube {
	background-image: url('images/icons/youtube-hover.png');
	background-repeat: no-repeat;
}
a.soundcloud {
	background-image: url('images/icons/soundcloud-hover.png');
	background-repeat: no-repeat;
}
a.fandalism {
	background-image: url('images/icons/fandalism-hover.png');
	background-repeat: no-repeat;
}
#other-albums {
	text-transform: capitalize;
}
#other-albums a:link, #other-albums a:visited {
	color: #fff;
}
#other-albums a:hover {
	color: #fc0;
}

/*****************/
/*   CD TRACKS   */
/*****************/
ul.tracklist {
	
}
li.track {
	text-transform: capitalize;
	margin-top: 5px;
}
li.credit {
	font-size: 0.85em;
	color: #ccc;
}
.cd-cover {
	float: left;
	width: 300px;
	margin-right: 15px;
	height: 700px;
}
.cd-cover img {
	margin-bottom: 5px;
}
.cd-cover p {
	margin: 5px 0 10px 0;
}
.copyright-note {
	clear: both;
	font-size: 0.8em;
	margin-top: 20px;
}
.pandp {
	font-size: 0.8em;
}

/*****************/
/* MUSIC WIDGETS */
/*****************/
.videos-container {
	/*float: right;*/
	width: 600px;
}
.vid {
	margin: 10px 0 30px 0;
}
.vid p {
	padding-bottom: 0.5em;
}
.soundcloud-widget {
	margin: 10px 0 20px 0;
	width: 600px;
}
.soundcloud-widget p {
	margin: 10px 0 5px 0;
}
/*-------------*/
/* NIVO-SLIDER */
/*-------------*/
.slider-wrapper { 
	width: 100%; 
	margin: 5px auto;
}
.nivoSlider {
	position:relative;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
	display:block;
}