/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

body {
	background-image: url(../images/darth_stripe.png);
	background-repeat:  repeat;
}

.top-container{
	background-image: url(../images/top-container-bkg.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 356px;
	margin-bottom: 30px;
}

header h1 {
	color: #861816;
	font-size: 46px;
	font-weight: 300;
	letter-spacing: 5px;
	margin: -90px 0px 0px 480px;
}

.header-tag {
	color: #fff;
	font-size: 20px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 100;
	margin: -10px 0px 40px 730px;
}

header img.scale-with-grid {
		max-width: 100%;
		height: auto; 
}

nav {
	
	max-width: 600px;
	margin-top: -20px;
}

nav a {
	color: #fff;
	font-size: 20px;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	margin-right: 10px;
}		

nav a:first-child {
	margin-left: 20px;
}

nav a:last-child{
	margin-right: 0px;	
}

nav a:hover {
	background-color: #861816;	
	color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	
	-moz-transition: background-color ease-in-out .3s;
	-webkit-transition: background-color ease-in-out .3s;
	-o-transition: background-color ease-in-out .3s;
	
}

nav a:visited {
	color: #fff;
	text-decoration: none;
}

.active {
	background-color: #861816;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}

header section {
	max-width: 300px;
	margin-top: -20px;
}

header section img {
	float: right;
	margin-left: 5px;
}

h2 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;	
}

.20 {
	margin-right: 20px;
}

.side-contactos {
	background: rgba(0,0,0,.5);
	width: 300px;
	height: 150px;
	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	
	-moz-box-shadow:inset 0 3px 1px #000000;
   -webkit-box-shadow:inset 0 3px 1px #000000;
   box-shadow:inset 0 3px 1px #000000;
}


.side-contactos h2 {
	margin: 20px 0 -10px 30px;
} 

.icons-contactos {
	float: left;
	margin: 15px 0 0 30px;
}



.contactos-txt {
	float: right;
	margin: 15px 30px 0 0;
}

.contactos-txt a {
	color: #fff;
	text-decoration: none;
}

.contactos-txt p {
	margin-bottom: 8px;
}


.discografia-title {
	margin-top: 30px;
}

.player {
	background: rgba(0, 0, 0, .5);
	height: 100px;
	margin-bottom: 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	
	-moz-box-shadow:inset 0 3px 1px #000000;
   -webkit-box-shadow:inset 0 3px 1px #000000;
   box-shadow:inset 0 3px 1px #000000;
}

.player h2 {
	margin: 10px 0 -10px 30px;
}

#audioplayer {
	margin: 18px 0 0 10px;
}



/* Easy Slider */

	#slider ul, #slider li,{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:620px;
		height:380px;
		overflow:hidden; 
		}	
				
/* // Easy Slider */




/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/