/*
Theme Name: Maia
Theme URI: http://maiatheband.com/
Description: Main css for the Maia website
Author: Quiff Boy
Version: 1.4
Tags: single-page, javascript, css3
*/

/* General styles
-------------------------------------------------------------- */
body {
	background: #000000 url('images/maia-bg-large.jpg') no-repeat center top;
	background-attachment: fixed;
	padding: 0;
	margin: 0;
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-size: 14px;
}

.clear {
	clear: both;
}

a {
	color: #993300;
}

a:hover {
	color: #ff5c00;
}

a img {
	border: none;
}

#wrapper {
	margin: 0 auto;
	width: 920px;
}

#content {
	margin: 0 0 0 200px;
}

.content-wrapper {
	padding-top: 110px;
	margin-bottom: 800px;
}

.content-wrapper:last-child {
	margin-bottom: 500px;
}

.content-item {
	background: white;
	padding: 5px 25px 15px 25px;
	margin: 10px 0;

	-moz-border-radius: 15px;
	border-radius: 15px;

	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.75);
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.75);
}

.content-item p {
	line-height: 140%; 
}

.right-align {
	text-align: right;
	padding-right: 10px;
}

h1, h2, h5 {
	font-family: 'ChunkFiveRegular', 'Arial Black', Helvetica, Arial, sans-serif;
}

h1 {
	margin-top: 0;
	margin-bottom: 3px;
	font-size: 58px;
	letter-spacing: -2px;
	color: #000;
	text-shadow:
		1px 1px 0 #A19887,
		-1px -1px 0 #A19887,
		1px -1px 0 #978F88,
		-1px 1px 0 #A19887,
		1px 1px 0 #A19887;
}
h2 {
	margin-bottom: 0;
	font-size: 24px;
	font-weight: normal;
}
.right {
	float: right;
}
.left {
	float: left;
}

.edit-link {
	padding: 5px;
	background-color: white;
	
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.75);
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.75);
}

/* Fix the header
-------------------------------------------------------------- */
#header {
	position: fixed !important;
	position: absolute; /* IE6 reads this */
	width: 100%;
	top: 0;
	left: 0;
	z-index: 20;
	height: 100px;
	background: black;
	background: rgba(0, 0, 0, 0.8);
	color: white;

	-webkit-box-shadow: 0 10px 30px rgba(0,0,75,0.5);
	-moz-box-shadow: 0 10px 30px rgba(0,0,75,0.5);
	box-shadow: 0 10px 30px rgba(0,0,75,0.5);
}

#header-inner {
	margin: 0 auto;
	width: 920px;
}

#maia-logo {
	margin-top: 20px;
	float: left;
}

#vandal-logo {
	margin-top: 10px;
	margin-left: 20px;
}

#promo-wrapper {
	width: 380px;
}

#header-url {
	margin-left: 15px;
}

/* Audio player styles
-------------------------------------------------------------- */
.slideshow {
	height: 79px;
	width: 79px;
	margin: 10px;
	overflow: hidden;
}

img.cover-thumb {
	border: 2px solid white;
}

#audio-player-container {
	margin: 18px 15px 0 0;
}

#buy-link a {
	text-decoration: none;
}

#buy-link a:hover {
}

/* Navigation styles
-------------------------------------------------------------- */
#navigation {
	position: fixed !important;
	position: absolute; /* IE6 reads this */
	width: 180px;
	top: 10px;
	padding-top: 100px;
	z-index: 1;
}

#navigation a {
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
}

#menu-menu {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	line-height: normal; 
	font-size: 18px;
}

/* News content styles
-------------------------------------------------------------- */
.news-content-item {
	background: white;
	padding: 5px 25px 15px 25px;
	margin: 10px 20px 30px 0;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width: 280px;
	float: left;
	font-size: 12px;

	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.75);
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.75);
}
.news-content-item p {
	line-height: 140%; 
}
.entry-date {
	font-size: 10px;
}

/* Homepage styles
-------------------------------------------------------------- */
.homepage-photo {
	margin: 25px 40px 0 40px;
	border: solid 1px silver;
	padding: 10px;

	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-o-transform:rotate(2deg);
	-ms-transform:rotate(2deg);
	transform: rotate(2deg);

	-webkit-transition: -webkit-transform .15s linear;

	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	box-shadow: 0 3px 6px rgba(0,0,0,.25);
}

/* Image gallery styles
-------------------------------------------------------------- */
div.image-gallery {
	width: 695px !important;
}

div.image-gallery li {
	text-align: center;
	margin: 25px 10px 25px 0;
	border: solid 1px silver;
	padding: 10px;

	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	box-shadow: 0 3px 6px rgba(0,0,0,.25);
}

.gallery-nav {
	font-size: 120%;
	margin-bottom: 20px;
}

.gallery-nav {
	text-decoration: none;
}

div.image-gallery img {
	margin-bottom: 7px;
}

/* Contact page styles
-------------------------------------------------------------- */
input.wpcf7-submit {
	width: 150px;
}

.social-link img {
	margin: 0 20px 0 0;
}

.buy-button {
}


.small-text {
	font-size: 10px;
}

/* Awsome buttons
-------------------------------------------------------------- */
.awesome, .awesome:visited {
	background: #222 url(images/button-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 15px 6px; 
	color: #fff; 
	text-decoration: none;

	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;

	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);

	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);

	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

.awesome:hover									{ background-color: #111; color: #fff; }
.awesome:active									{ top: 1px; }
.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: 5px 20px 6px; margin-top: 2px; }
.awesome, .awesome:visited,
.medium.awesome, .medium.awesome:visited 		{ font-size: 14px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.awesome, .large.awesome:visited 			{ font-size: 20px; padding: 10px 40px 11px; }

.green.awesome, .green.awesome:visited			{ background-color: #91bd09; }
.green.awesome:hover							{ background-color: #749a02; }
.blue.awesome, .blue.awesome:visited			{ background-color: #2daebf; }
.blue.awesome:hover								{ background-color: #007d9a; }
.red.awesome, .red.awesome:visited				{ background-color: #e33100; }
.red.awesome:hover								{ background-color: #872300; }
.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
.magenta.awesome:hover							{ background-color: #630030; }
.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
.orange.awesome:hover							{ background-color: #d45500; }
.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
.yellow.awesome:hover							{ background-color: #fc9200; }