/* @override http://bobbyvinton.com/2013/css/text.css */

/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	background: #000167;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

a {
	text-decoration: none;
	color: #000167;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.5em;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/* Nav
----------------------------------------------------------------------------------------------------*/
nav {
	height: 100px;
}
nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	top: 65px;
	left: 15px;
}
nav ul li {
	display: inline;
}
nav a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.5em;
}
nav a:hover {
	color:  yellow;
}
nav.left {
	display: block;
	margin: 450px 0;
}
nav.left ul {
	top: 0 !important;
	left: 0 !important;
}
nav.left ul li {
	display: block !important;
	text-align: center;
	line-height: 3em;
}
nav.left ul li a {
	font-size: 1.25em;
}

/* News
----------------------------------------------------------------------------------------------------*/

.news-left {
	background: url(../images/news-left.jpg) no-repeat #000166;
	width: 250px;
	min-height: 600px;
	margin: 0 !important;
}
.news-left h1 {
	text-indent: -999999px;
}
.news-right {
	background: url(../images/news-header.jpg) no-repeat #FFF;
	margin: 0 !important;
}

/* Tour
----------------------------------------------------------------------------------------------------*/

.tour-left {
	background: url(../images/tour-left.jpg) no-repeat #000166;
	width: 250px;
	height: 600px;
	margin: 0 !important;
}
.tour-left h1 {
	text-indent: -999999px;
}
.tour-right {
	background: url(../images/tour-header.jpg) no-repeat #FFF;
	margin: 0 !important;
}

/* Discography
----------------------------------------------------------------------------------------------------*/

.discography-left {
	background: url(../images/discography-left.jpg) no-repeat #000166;
	width: 250px;
	height: 600px;
	margin: 0 !important;
}
.discography-left h1 {
	text-indent: -999999px;
}
.discography-right {
	background: url(../images/discography-header.jpg) no-repeat #FFF;
	margin: 0 !important;
}

/* News
----------------------------------------------------------------------------------------------------*/

.biography-left {
	background: url(../images/biography-left.jpg) no-repeat #000166;
	width: 250px;
	height: 600px;
	margin: 0 !important;
}
.biography-left h1 {
	text-indent: -999999px;
}
.biography-right {
	background: url(../images/biography-header.jpg) no-repeat #FFF;
	margin: 0 !important;
}

/* Photos
----------------------------------------------------------------------------------------------------*/

.photos-left {
	background: url(../images/photos-left.jpg) no-repeat #000166;
	width: 250px;
	height: 600px;
	margin: 0 !important;
}
.photos-left h1 {
	text-indent: -999999px;
}
.photos-right {
	background: url(../images/photos-header.jpg) no-repeat #FFF;
	margin: 0 !important;
}

/* Content
----------------------------------------------------------------------------------------------------*/

section.content {
	display: block;
	padding: 20px;
	min-height: 500px;
}
section.content h2 {
	text-align: left;
}

/* Tour
----------------------------------------------------------------------------------------------------*/

ul.tour {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.tour li {
	padding: 10px;
	display: inline-block;
	width: 630px;
	margin: 0 0 20px;
	border-bottom: 1px solid #EEE;
}
ul.tour strong {
	margin: 0;
	font-size: 1.25em;
	font-weight: bold;
	width: 170px;
	display: inline-block;
}
ul.tour a:hover {
	text-decoration: underline;
}
ul.tour a {
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	float: right;
	font-weight: normal;
}

/* Photos
----------------------------------------------------------------------------------------------------*/

section.photos ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
section.photos ul li {
	display: inline-block;
	text-align: center;
	margin: 20px;
}
section.photos ul li a {
	font-weight: bold;
}

/* Discography
----------------------------------------------------------------------------------------------------*/

section.discography td {
	vertical-align: middle;
	padding: 10px;
}

/* Branson
----------------------------------------------------------------------------------------------------*/

