/*
Theme Name: BluesMix
Theme URI: http://bluesmix.com
Description: Custom theme developed for BluesMix.
Version: 1.0
Author: Draw()
Author URI: http://designbydraw.com/

*/

/* dark blue = #0777b1
   mid blue = #51a0c8
   light blue = #c6e5ef 
/*

/* General Colours and Typography */
body {
	background-color:#FFF;
	font-family: Arial, 
				 Helvetica, 
				 sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #000;
	margin: 0;
}

p, table {
	font-size: 1.3em;
	line-height: 1.45em;
}

h1, h2, h3, #navlist li a {
	font-family: "Go Long",
				 Arial Narrow,
				 Arial, 
				 Helvetica, 
				 sans-serif;
	font-weight: normal;
	text-transform:uppercase;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
}

a {
	color: #0777b1;
	text-decoration: none;
}

a:hover {
	color: #039;
	text-decoration: none;
}

#sidebar, #footer {
	color: #FFF;
}

#navlist li a {
	font-size: 2em;
	font-style: normal;
	color: #FFF;
}

#navlist li a:hover {
	color: #c6e5ef;
}

#footer {
	line-height: 0.8em;
}

#footer p {
	font-size: 1.2em;
}

#sidebar a, #footer a {
	color: #FFF;
}

#footer a {
	text-decoration: underline;
}

.quote {
	font-size: 1.3em;
}

.ref {
	font-size: 0.8em;
	font-weight: bold;
}

small {
	font-size: 1.1em;
}

p.entry-date {
	font-size: 1.2em;
	font-style: italic;
}

p.postmetadata {
	border-top: 2px solid #0777b1;
	border-bottom: 2px solid #0777b1;
	padding: 10px 0;
	margin-bottom: 40px;
	font-size: 1.2em;
	clear: both;
}

p img {
	padding-bottom: 20px;
}

.status {
	text-transform: capitalize;
}

a img {
	border: 0;
}


/* Main Layout */

#container {
	width: 990px;
	margin: 20px auto 20px auto;
	padding-bottom: 20px;
	z-index: 0;
	background-color: #c6e5ef;
}

#header {
	position: relative;
	top: 0;
	left: 0;
	height: 350px;
}

#header-img {
	z-index: 1;
	background-color: #000;
	margin: 0;
	text-align: right;
}

#logo {
	position: absolute;
	top: 25px;
	left: 50px;
	padding: 20px 15px 20px 15px;
	height: 285px;
	width: 220px;
	z-index: 2;
	background-color: #0777b1;
}

#nav {
	position: absolute;
	top: 265px;
	left: 20px;
	padding: 10px;
	z-index: 3;
	background-color: #51a0c8;
}

#navlist li {
	display: inline;
	list-style: none;
	margin: 0 25px 0 0;
}

#main {
	float: left;
	padding: 20px 20px 40px 20px;
	background: url(images/bg.gif) repeat-y 0 0;
	margin-top: 20px;
}

div.content {
	width: 620px;
	float: left;
}

#teasers {
	border: 1px solid #c6e5ef;
	margin-top: 20px;
}

#gigs {
	float: left;
	width: 310px;
}

ul#widgets, ul#widgets li, ul.gigs, ul#widgets li ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

ul.gigs li {
	font-size: 1.3em;
	margin: 0 0 20px 0;
}

ul#widgets li ul li {
	font-size: 1.3em;
	margin: 10px 0 10px 0;
}

.entry-meta {
	font-style: italic;
}

ul#widgets li div {
	padding-bottom: 0;
}

#status {
	padding-bottom: 10px !important;
}

#news {
	margin-left: 310px;
	width: 310px;
}

div#sidebar {
	float: right;
	text-align: left;
	width: 260px;
	height: 100%;
	margin-left: 20px;
	padding: 0 20px;
}

#social img {
	margin: 10px;
}

#social table {
	border: 0;
}

#social table tr td {
	text-align: center;
}

#footer {
	clear: left;
	margin: 0 20px;
	width: 900px;
	padding: 3px 20px;
	background: #51a0c8 url(images/footer-bg.gif) no-repeat top right;
}

ul#footer-nav {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

ul#footer-nav li {
	font-size: 1.3em;
	display: inline;
	padding: 0 5px 0 0;
	/*border-right: solid 1px #FFF;*/
}

ul#footer-navli.first {
	padding-left: 0;
}

ul#footer-navli.last {
	border: 0;
}

ul#footer-nav li a {
	text-decoration: none;
}

.alignright {
	float: right;
	margin-left: 20px;
}

.alignleft {
	float: left;
	margin-right: 20px;
}

#sidebar div {
	padding-bottom: 20px;
}

.clear {
	clear: both;
}


/* Gigs calendar */

div.gigs-calendar {
	margin: 40px 0;
}

div.gigs-calendar table {
	border-collapse: collapse;
	text-align: left;
	vertical-align: top;
	width: 620px;
}

div.gigs-calendar table th {
	border-bottom: 2px solid #0777b1;
}

div.gigs-calendar table th, div.gigs-calendar table td {
	padding: 5px 0;
}

td.label {
	width: 80px;
	font-weight: bold;
}

table#gig-post td {
	padding: 5px 0;
	vertical-align: baseline;
}


/* Comments */

#respond, #comments {
	margin-top: 40px;
	width: 500px;
}

label {
	display: block;
	float: left;
	width: 80px;
	padding-top: 8px;
}

input, textarea {
	border: 1px solid #0777b1;
	margin: 5px 0;
	font-size: 13px;
}

textarea {
	width: 400px;
}

input[type="submit"] {
	background-color: #51a0c8;
	color: #FFF;
	border: 0;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial Narrow,
				 Arial, 
				 Helvetica, 
				 sans-serif;
	cursor: pointer;
}

#commentform input[type="submit"] {
	margin-left: 80px;
}

#submit:hover {
	color: #c6e5ef;
	background-color: #0777b1;
}

ul.commentlist {
	list-style-type: none;
	padding: 0;
}


/* Mailing list sign up */

#ccoptin input#submit {
	margin-left: 5px;
}

#sign-up form input {
	background-color: #2d8dbd;
	border: 1px solid #FFF;
	color: #FFF;
}

#sign-up form input#submit {
	background-color: #0777b1;
	border: 0;
	font-size: 1.4em;
}


/* Reviews page */

.cover-img {
	float: left;
}

.review {
	margin-left: 170px;
}

#post {
	margin-top: 30px;
}


/* Image gallery */

.gallery img {
	border: 0 !important;
}



/* Music page */

div.album {
	margin: 20px 0 40px 0;	
}

.album p, #tracklist ol li {
	font-size: 11px;
	line-height: 16px;
}

.album p {
	margin: 0 0 15px 0;
}

#release, #cover {
	float: left;
	width: 200px;
}

#cover img {
	margin: 5px 0;
}

#tracklist {
	float: left;
	width: 180px;
}

#tracklist ol {
	padding: 0;
	margin: 0 0 0 20px;;
}

#player {
	height: 50px;
}

.label {
	float: left;
	width: 125px;
	margin: 0;
	padding: 7px 0 0 0;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: capitalize;
	font-family: "Arial Narrow", Arial, Helvetica, Sans Serif;
}

.audioplayer_container {
	width: 100px;
	margin: 0;
	padding: 0 0 10px 0;
	display: inline;
}

.buy {
	background-image: url('images/buy-btn.png');
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 1.4em;
	font-family: "Arial Narrow", Arial, Helvetica, Sans Serif;
	color: #000;
	padding: 4px 5px;
	margin-right: 10px;
	text-align: center;
	width: 65px;
}

a.buy:hover {
	color: #c6e5ef;
}

#itunes {
	padding: 4px 10px;
}
