html, body { 
	background-color: white;
	font-size: 14px;
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

#maincontainer {
	padding-top: 80px;
}

h3 { margin-top: 0; font-size: 130%; color: #777;}

.navbar-nav>li>a {
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;

	text-transform: lowercase;
	font-size: 110%;
} 

.navbar-brand { padding: 5px;}

h2 {
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	color: #777;
	font-size: 120%;
}


h1 {
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;

	font-size: 170%;
		color: #777;


}

h1.sectionbreak {
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;

	text-transform: lowercase;

}

h1.albumartist {
	font-size: 24px;
	font-weight: lighter;
	text-transform: uppercase;
	margin-bottom: 5px;
}

h2.albumtitle {
	font-size: 14px;
	font-weight: lighter;
	margin-top:10px;
}

.blue, .blue h1 {
	background-color: #2e3e59;
	color: #ccd0cf;
}

.container .jumbotron { padding: 40px 20px;}

.jumbotron p {
	padding: 30px 10px 0px 10px;
	font-size: 100%;
}

div.displaypanel {
	padding: 5px 10px;
	margin-right:10px;
	margin-left: -10px;
}

#footer .help { font-size: 80%; padding-top:10px;
	color: #999;
 }

#footer .copyright {
	font-size: 70%;
	color: #999;

}

#footer .help a, #footer .copyright a {
	color: #999;
	text-decoration: none;
}


.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
 
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
 
.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.homenews {
 	background-color: #ddd;
 	padding: 0 20px 10px 20px;
 	margin-top: 10px;
  }
 
 
.homeintro {
 	padding: 0 20px 10px 20px;
 }
 
 
table.invoice tr th { border-top: 2px solid black; border-bottom: 2px solid black; }
table.invoice tr.subtotal td { border-top: 2px solid black; }
table.invoice tr.total td { border-top: 2px solid black; font-weight: bold; }
 
.genrenav  li {
	padding-bottom: 10px;
}

.genrenav>li>a {
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	color: #777;

} 

.albumgrid a:hover {
	text-decoration: none;
}

.albumgrid .artist {
	font-weight: bold;
	text-transform: uppercase;
	color: #777;	
	font-size: 16px;
	line-height: 10px;
}

.albumgrid .title {
	color: #777;	
	font-size: 14px;
	line-height: 6px;
}

.albumgrid .price {
	color: #666;
	font-size: 12px;	
	line-height: 10px;
}

.albumgrid .album {
 	padding:5px; height: 300px; width: 150px;
 }

.albumgrid img {
	max-height: 150px;
	border: 1px solid #ccc;
}

.albumgrid .album .albumimage {
	position: relative;
}

.albumgrid .album .albumimage div.oaom {
	background-image: url(/style/monorail/images/OAOM.png);
	position:absolute; 
	bottom:10px; right: 10px; width:100px; height:49px; 
}

.albumgrid .album .albumimage div.aom {
	background-image: url(/style/monorail/images/AOM.png);
	position:absolute; 
	bottom:10px; right: 10px; width:100px; height:51px; 
}

.albumgrid .album .albumimage div.staffpick {
	background-image: url(/style/monorail/images/STAFFPICK.png);
	position:absolute; 
	bottom:10px; right: 10px; width:100px; height:37px; 
}

.albumgrid .album .albumimage div.arom {
	background-image: url(/style/monorail/images/AROW.png);
	position:absolute; 
	bottom:10px; right: 10px; width:100px; height:44px; 
}

.albumgrid .album .albumimage div.preorder {
	background-image: url(/style/monorail/images/PREORDER.png);
	position:absolute; 
	bottom:10px; left: 10px; width:90px; height:39px; 
}



.albumpage img {
	border: 1px solid #ccc;
}

#worldpay td {
	padding: 10px;
}

.kbs { font-size: 70%; }

.banner { height: 100px;}
.banner img { margin: 0px auto; height: 100px }


.banner2 { height: 80px; max-width: 420px; margin: 0px auto; }
.banner2 img { margin: 0px 10px; max-width: 150px; height: 80px; float: left; }


@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video { padding-top: 0; }
}


@media (min-width: 600px) {
	
	.albumgrid img {
		max-height: 250px;
	}
	
	.albumgrid .album {
 		height: 370px;
 		width: 250px;
 	}
 	
 	.albumgrid .artist {
		font-size:12px;
	}

	.albumgrid .title {
		font-size: 12px;
	}

	.albumgrid .price {
		font-size: 10px;	
	}


}

@media (min-width: 768px) {
.navbar-nav>li>a {
	font-family:  'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	padding: 15px 10px;
} 


.homenews, .hometitle {
 	background-color: #ddd;
 	margin-top: 0;
 }
 
.homecell { 
	height: 200px;
}

.albumgrid .album {
 	height: 280px;
 		width: 180px;
 }

.albumgrid img {
	max-height: 180px;
}

h1.albumartist {
	font-size: 36px;
}

h2.albumtitle {
	font-size: 24px;
}

}


 @media (min-width : 992px) {
	 
.navbar-nav>li>a {
	font-size: 130%;
	padding: 15px 15px;

} 


.albumgrid .album {
 	height: 290px;
 		width: 190px;
 }

.albumgrid img {
	max-height: 190px;
}

.banner { height: 80px;}
.banner img { margin: 0px 0px 0px auto; 
	height: 80px;}
    

	.banner2 { width: 440px; height: 80px; margin: 0px 0px 0px auto;}
.banner2 img { margin: 0px 0px 0px 20px; 
	height: 80px; max-width: 170px; float: left; }



    }

    @media  (min-width : 1200px) {

.albumgrid .album {
 	height: 330px;
 		width: 230px;
 	
 }

.albumgrid img {
	max-height: 230px;
}


 	.albumgrid .artist {
		font-size: 14px;
	}

	.albumgrid .title {
		font-size: 12px;
	}

	.albumgrid .price {
		font-size: 10px;	
	}

    }
