/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */

body{
	background: url('../images/bg.png') repeat-x;
}

div.social_networks{
	width: 220px;
	height: 50px;
	position: absolute;
	right: 150px;
	top: 70px;
	font-size: 13px;
	color: whitesmoke;;
	background: url(images/div_bg_70.html) repeat;
	margin: 10px;
	/*text-align: center;*/
	text-align: justify;
	padding:10px;
}


h3,p{
	color: #333333;
	line-height:1.3em;
}

p{
	font-size:18px;
}

h3{
	font-size:22px;
	font-weight: normal;
}

a{
	color: #FE4658;
	text-decoration: underline;
}

#header{
	background: #000;
	position: relative;
	height:222px;
}

#header h1{
	margin:0;
}

#main-menu{
	position: absolute;
	top:173px;
	left:20px;
	list-style-type: none;
}

#main-menu li{
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	float:left;
	margin-right:10px;
	padding: 10px 20px 10px 10px;
	background : url('../images/dot.png') no-repeat right 20px;
}

#main-menu li:last-child{
	background: none;
}

#main-menu li.selected{
	background: #fff;
	padding:10px;

}

#menu-home a,
#menu-listen a,
#menu-setlist a,
#menu-gallery a,
#menu-testimonials a,
#menu-faqs a{
	background: url('../images/menu-sprites.png') no-repeat;
	background-position: 0 -58px;
	text-indent:-10000px;
	display:block;
	height:29px;
}

#menu-home a{
	width:78px;
}

#menu-home.selected a{
	width:78px;
	background-position:0 -10px;
}

#menu-listen a{
 	width:88px;
 	background-position: -122px -58px;
}

#menu-listen.selected a{
 	width:88px;
 	background-position: -122px -10px;
}

#menu-setlist a{
 	width:112px;
 	background-position: -255px -58px;
}

#menu-setlist.selected a{
 	width:112px;
 	background-position: -255px -10px;
}

#menu-gallery a{
	width: 120px;
	background-position: -411px -58px;
}

#menu-gallery.selected a{
	width: 120px;
	background-position: -411px -10px;
}

#menu-testimonials a{
	width:203px;
	background-position: -575px -58px;
}

#menu-testimonials.selected a{
	width:203px;
	background-position: -575px -10px;
}

#menu-faqs a{
	width:79px;
	background-position: -823px -58px;
}

#menu-faqs.selected a{
	width:79px;
	background-position: -823px -10px;
}

#contact{
	position: absolute;
	right:10px;
	top:0px;
}

#main-content{
	margin-top: 40px;
}

#footer{
	background :#000;
	text-align: center;
	padding:50px 0;
	margin-top: 40px;
}

#footer p{
	color:#ccc;
	font-size: 14px;
}

.highlight-panel{
	padding:20px;
	background: #D6ECFF;
	margin:0 0 20px 0;
}

/* -----------------------------------------
   Gallery Page
----------------------------------------- */
.thumbdiv{
	float:left;
	width:150px
}

.thumbdiv2{
	float:left;
	width:300px
}



/* -----------------------------------------
   Home page
----------------------------------------- */


#video-holder{
	background: url('../images/video-shadow.png') no-repeat bottom;
	padding-bottom:15px;
}

hr{
    border: 0;
    height: 1px;
    background: #C0C0C0;
    box-shadow: 0 1px 0 0 white;
}​


