/*
	Six Degrees the Agency ~ Text CSS.
	http://sixdegreestheagency.com/
*/

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

body {
	color: #262d33;
	font: 14px Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-weight: normal;
	line-height: 18px;
}

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

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

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

h1 {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	text-transform: uppercase;
}

h2 {
	color: #25408f;
	font-size: 27.5px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

h2 span {
	color: #cad4d9;
}

h3 {
	color: #FFF;
	font-size: 36px;
	font-weight: bold;
	line-height: 40px;
	margin-left: 5px;
	text-transform: uppercase;
}

/* `Classes and Divs
----------------------------------------------------------------------------------------------------*/

#banner, #main-content {
	text-align: center;
}

.sub-h2 {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.sub-h2 span {
	color: #25408f;
}

.artist-heading {
	color: #25408f;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	margin: 20px 10px 5px 10px;
	text-transform: uppercase;
}

.artist-info p {
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}

.tour-info {
	text-align: left;
}

.logos {
	text-align: right;
}

.tour-info p span {
	color: #25408f;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	text-transform: uppercase;
}
	
/* `Book Buttons
----------------------------------------------------------------------------------------------------*/

.button {
	height: 60px;
	width: 250px;
}

.button a {
	display: block;
	height: 60px;
	width: 250px;
}

.button a:hover {
	background: none;
}

.b01 {
	background: url(img/book-01.png) left -60px no-repeat;
}

.b01 a {
	background: url(img/book-01.png) left top no-repeat;
}

.b02 {
	background: url(img/book-02.png) left -60px no-repeat;
}

.b02 a {
	background: url(img/book-02.png) left top no-repeat;
}

.b03 {
	background: url(img/book-03.png) left -60px no-repeat;
}

.b03 a {
	background: url(img/book-03.png) left top no-repeat;
}

.b04 {
	background: url(img/book-04.png) left -60px no-repeat;
}

.b04 a {
	background: url(img/book-04.png) left top no-repeat;
}

.b05 {
	background: url(img/book-05.png) left -60px no-repeat;
}

.b05 a {
	background: url(img/book-05.png) left top no-repeat;
}


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

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	/* margin-left: 30px; */
}

p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}