/* CSS Document */
*{
	padding: 0px;
	margin: 0px;
}

#wrap{
	margin:auto 0px;
	background: #add9c9;
}

body{
	background-color:#add9c9;
}

aside{
	float: left;
	width: 480px;
	background: #000;
	margin: 0px;
	position: fixed;	
	/*border: #F76B6D 1px solid;*/
}

/*BEGIN NAV STYLE*/
nav{
	float: left;
	width: 400px;
	padding: 10px;
	margin: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

nav ul{
	list-style-type: none;
	float: left;
	padding-left: 110px;
	padding-right: 100px;
	margin-bottom: 40px;
}

nav ul li{
	/*border: 1px #FFF solid;*/
	/*helps determine what elements need what attributes*/
	margin-bottom: 10px;
	font-size: 20px;
	text-align:center;
	color: #add9c9;
	font-family: 'Gravitas One', cursive;
}

nav ul a{
	text-decoration: none;
}

nav ul a:link{
	color: #add9c9;
	font-family: 'Gravitas One', cursive;
	font-weight: bold;
}

nav ul a:visited{
	color: #add9c9;
	font-family: 'Gravitas One', cursive;
	font-weight: bold;
}

nav ul a:hover{
	color: #b6b49e;
}

nav ul a:active{
	color: #FFF;
}

.status{
	margin-bottom: 10px;
	font-size: 20px;
	text-align:center;
	text-decoration: none; /*nav ul a*/
	color: #b6b49e; /*nav ul a:hover*/
	font-family: 'Gravitas One', cursive; /*nav ul a:link*/
	font-weight: bold; /*nav ul a:link*/
}
/*END NAV STYLE*/

/*TEXT STYLES*/
p{
	color: #CCC;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
}

#text2 p{
	color: #CCC;
	font-family: Helvetica, sans-serif;
	font-size: 30px;
	line-height: 34px;
}

h1{
	color: #0b3a40;
	font-family: 'Gravitas One', cursive;
	font-size: 25px;
	background-color: #add9c9;
}

h2{
	color: #0b3a40;
	font-family: 'Gravitas One', cursive;
	font-size: 20px;
}

h3{
	color: #0b3a40;
	font-family: Helvetica, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
}
	
/*END TEXT STYLES*/
	
article{
	float: right;
	width: 900px;
	background: #add9c9;
	margin-top: 5px;
	/*border: #F76B6D 1px solid;*/
}

article img{
	margin-left: 5px;
	margin-bottom: 5px;
}

/*BEGIN HOME STYLE*/
#album{
	width: 400px;
	margin-right: 5px;
	margin-bottom:5px;
	float: left;
}

#album2{
	width: 800px;
	margin-right: 5px;
	margin-bottom:5px;
	float: left;
}

#album3{
	width: 400px;
	margin-right: 5px;
	margin-bottom:5px;
	float: right;
}

#head{
	width: 475px;
	height: 20px;
	padding: 10px;
	float:right;
	padding-bottom: 20px;
	background: #add9c9;
	border-top: solid 5px #0b3a40;
}

#text{
	width: 455px;
	height: 175px;
	background: #0b3a40;
	padding: 20px;
	margin-bottom: 5px;
	float:right;
}

#head2{
	width: 465px;
	height: 20px;
	padding: 10px;
	padding-bottom: 20px;
	background-color: #add9c9;
	border-top: solid 5px #0b3a40;
}

#text2{
	width: 445px;
	height: 205px;
	background: #0b3a40;
	padding: 20px;
}

.block{
	width: 370px;
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 5px;
}
/*END HOME STYLE*/

/*BEGIN Basic jQuery Slider essential styles*/

ul.bjqs{position:absolute;list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

pre{
	font-family: "Source Code Pro", monospace;
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	background-color: add9c9;
	border: 1px solid #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#banner-fade,
#banner-slide{
	margin-bottom: 60px;
}

ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	background:#add9c9;
	color: #0b3a40;
	font-family: Helvetica, sans-serif;
	text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover{
	background:#000;
	color:#add9c9;
}

ol.bjqs-markers li a{
	padding:5px 10px;
	background:#000;
	color:#add9c9;
	font-family: Helvetica, sans-serif;
	margin:5px;
	text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #b6b49e;
	color: #0b3a40;
}

p.bjqs-caption{
	background: #add9c9;
	color: #0b3a40;
	font-family: 'Gravitas One', cursive;
	font-size: 15px;
}
/*END Basic jQuery Slider essential styles*/

/*BEGIN HEAR STYLE*/
audio{
	margin-top: 10px;
	margin-bottom: 50px;
}

#song{
	margin: 10px;
	margin-bottom: 40px;
}

#song ul li{
	list-style: none;
	margin-bottom: 15px;
	font-family: Verdana, Geneva, sans-serif;
}
/*END HEAR STYLE*/

/*BEGIN SEE TABLE STYLE*/
.tour-table
{
	width: 800px;
	padding: 0;
	margin: 0;
	margin-bottom: 40px;
	border-collapse: collapse;
	border: 1px solid #000;
	font-family: "Helvetica", sans-serif;
	font-size: 12px;
	color: #b6b49e;
	background-color: #a67c52;
}

.tour-table caption
{
	caption-side: top;
	font-size: 12px;
	font-style: italic;
	text-align: right;
	padding: 2px;
	color: #0b3a40;
}

.tour-table th, .tour-table td
{
	border: 1px dotted #000;
	text-align: left;
	color: #FFF;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.tour-table th[scope=col]
{
  color: #a67c52;
  background-color: #0b3a40;
  text-transform: uppercase;
  font-size: 12px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}

.tour-table th+th[scope=col]
{
	color: #a67c52;
	background-color: #0b3a40;
	border-right: 1px dotted #000;
}

.tour-table tr.alt th, .tour-table tr.alt td
{
	color: #0b3a40;
}
.tour-table tr:hover td
{
	background-color: #add9c9;
	color: #0b3a40;
	font-weight: bolder;
}
/*END SEE TABLE STYLE*/

/*BEGIN STORE STYLE*/
#shop img{
	 border: 5px solid #0b3a40;
	 margin: 5px;
	 height: 300px;
	 width: 300px;
 }
/*END STORE STYLE*/

/*BEGIN CONTACT FORM*/
form{
	background: #0b3a40;
	width: 800px;
	color: #0b3a40;
	padding: 12px;
	margin-bottom: 40px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

legend{
	padding-bottom: 20px;
	text-transform: capitalize;
	color: #b6b49e;	
}

fieldset{
	background: #b6b49e;
	border: none;
	padding: 10px;
	padding-top: 20px; 
	margin-bottom: 20px;
	color: #0b3a40;
}

form ul li{
	list-style: none;
	margin-bottom: 15px;
}

label{
	width: 120px;
	display: inline-block;
}

textarea{
	width: 400px;
	height: 200px;
	vertical-align: top;
}

input{
	height: 15px;
}

.mybutt{
	width: 100px;
	height: 30px;
	margin-left: 118px;
	background: #FFF;
	text-transform: uppercase;	
}
/*END CONTACT FORM*/

/*BEGIN FOOTER*/
footer{
	height: 80px;
	clear: both;
	background: #000;
	font-family: Helvetica, sans-serif;
	color: #add9c9;
	text-align: right;
	padding: 10px;
	pading-right: 30px;
	/*border: #F76B6D 1px solid;*/
}

footer img{
	float: left;
	clear: all;
}
/*END FOOTER*/

header{
	height: 400px;
	background-repeat: repeat;
	background-color: #000;
	background-image: url(../images/bricks.png);