@charset "UTF-8";
/* Wirehead CSS Style, by Dylan McKee */

body {
	background-image:url(images/bg.png);
	background-repeat:repeat;
	font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica',	'Gill Sans', 'Gill Sans MT', sans-serif;

}

.container{
	margin-top:50px;
	background-color:#f9f9f9;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	min-height:800px;
}

p{
	padding:15px;
}


.headerLine hr {
	border: 0;
    height: 1px;
    background: #000;
}

.header{
	padding:15px;
}

.sidebar {
	display:inline;
	float:right;
	margin-top: -30px;
	width:280px;
	height:800px;
	margin-right:10px;
	padding:0;
}

.sidebarAd {
    margin-top: 35px;
    margin-left: -10px;
	width:280px;
	height:280px;
}

.sidebar p{
	padding-top:0px;
	margin-top:0;
	margin-bottom:0;
	
}


.sidebar img{
	padding-left:15px;
	
}

#mainMovie {
	padding-left: 10px;
}

.albumArtwork{
	margin-left:auto;
	margin-right:auto;
	padding-top: 15px;
	display: block;
	padding-bottom: 15px;
	text-align:center;
		
}

.footer{
	clear: both;
	position: relative;
	height: 3em;
	margin-bottom:0;
	padding-bottom:15px;
	padding-left:15px;
  	font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica',	'Gill Sans', 'Gill Sans MT', sans-serif;
	font-weight:300; 
	font-size:12px;
}

h2 {
	font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica',	'Gill Sans', 'Gill Sans MT', sans-serif;
	font-weight:900;
	text-transform:uppercase;
	padding-left:15px;
	padding-bottom:0px;
	margin-bottom:0;
}

.postBody {
	padding-top:0;
	padding-bottom:0;

	margin-left:auto;
	margin-right:auto;
	
}



.navbar {
	float:right; 
	display:inline-block; 
	margin-top: 10px;

}

.navbutton{
	display:inline-block;
	width:60px;
	height:20px;
	margin-left:0px !important;
	text-align:center;
	font-size:18px;
	vertical-align:central;
}

.addCart {
	float: right;
}

#signupButton {
	float: right;
	margin-top: -15px;
}

a:link {color:#7f7f7f;}      /* unvisited link */
a:visited {color:#7f7f7f;}  /* visited link */
a:hover {color:#343334;}  /* mouse over link */
a:active {color:#343334;}  /* selected link */


.tourList {
	border: 3px solid #111;
	width: 590px;
	margin-left:10px;
}

.tourListing {
	padding: 12px;
	border-bottom: 1px solid #111;
	position: relative;
}

.tourListing h4{
	margin: 0;
	font-size: 1.2em;
	margin-bottom:6px;
}

.tourListing p{
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	line-height: 112%;
	font-size: 1.2em;
	margin-bottom:6px;
}

.tourListing a{
	font-size: 1em;
	text-transform: uppercase;
	float: right;
	font-weight:bold;
	text-decoration:none;
	margin-top: -20px;
}

.newsContainer {
	max-width: 610px;
	
}

.newsContainer h3 {
	padding-left:15px;
	margin-bottom:0;
	font-size:1.2em;
}

.newsContainer p {
	margin:0;
	font-size: 0.9em;

}

.newsContainer img {
	padding-left: 10px;
}

.newsContainer hr {
	margin-left:10px;
	width: 600px;	
}

.newsContainer ol {
		font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica',	'Gill Sans', 'Gill Sans MT', sans-serif;
		margin:0;
		font-size: 0.9em;
}

.newsDate{
	margin-top:5px;
	font-size: 0.8em;
	text-transform: uppercase;
	float: right;
	font-weight:bold;
	text-decoration:none;
}



input[type="email"]{
	border: 2px solid #7f7f7f;
	color: #7f7f7f;
	font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica', sans-serif;
	font-size: 16px;
	padding: 7px 6px;
	text-indent: 7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width:250px;
	margin-left:15px;
}

.button, .button:visited {
	border: none;
	margin-left:15px;
	background: #000;
	color: #ffffff;
	padding: 10px 10px 10px;
	line-height: 15px;
	text-decoration: none;
	text-shadow: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.button:hover, .button:focus{
	background-color: #7f7f7f;
	outline: none;
}

