@charset "utf-8";
/* stillhill-main CSS Document */

body {
	color: #fff;
	font: 14px/20px Arial, Helvetica, sans-serif;
	background-color: #000;
}
html {
	overflow-y: scroll;
}
a:link {
	color: #cc9966;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #cc9966;
}
a:hover {
	text-decoration: none;
	color: #A8A8A8;
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	transition-duration: .2s;
}
a:active {
	text-decoration: none;
	color: #999;
	background-color: transparent;
}
a:focus {
	text-decoration: none;
	color: #999;
	background-color: transparent;
}
h1 {
	font-size: 20px;
	color: #cc9966;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-bottom: 4px;
	text-shadow: -1px 1px #5C523A;
	border-bottom: 1px dashed #c6bcb6;
}
h2 {
	font-size: 1.2em;
	color: #fff;
	margin-top: 0;
	margin-bottom: 4px;
	width: 90%;
	padding: 6px 10px;
	background-color: #cc9966;
	text-shadow: -1px 1px #001333
}
h5 {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin-top: 12px;
	margin-left: 1%;
	margin-bottom: 8px;
	padding-top: 4px;
	border-top: 1px dashed #c6bcb6;
}
h6 {
	color: #c6bcb6;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 12px;
	margin-left: 1%;
	margin-bottom: 8px;
}
img {
	display: block;	
}
/********** Nav **************/
nav ul {
	margin: 0;
	padding: 0;
/*	line-height: 0;*/
    list-style: none;
}
nav ul li {
	display: inline;	
	text-align: center;
	margin-right: 8px;
/*	padding: 10px;*/
}
nav ul li a {
	font-size: 15px;
	font-weight: 600;
	padding: 10px 8px;
	text-shadow: -1px 1px #000;
	background-color: rgba(84,84,84,0.5);
	border: 1px solid #666;
	border-radius: 4px;	
}
/********** Page Layout **************/
.container {
	width: 706px;
	margin: 10px auto;
	box-sizing: border-box;
}
#main {
/*	border: 1px solid #000;
	box-shadow: 0px 0px 8px 8px #222; */
}
.copyright {
	color: #222;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
}
.links {
	font-weight: 600;
	padding: 6px;
	text-align: left;
	background-color: rgba(84,84,84,0.5);
	border: 1px solid #666;
}
.links td {
	border-bottom: 1px dashed #666;	
}
.links img {
	width: 48px;
	margin: 4px;
}
/********** Lyrics **************/
.lyrics {
	margin-bottom: 12px;
}
.lyrics-btn a {
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	color: #cc9966;
	padding: 6px 12px;
	text-shadow: -1px 1px #000;
	background-color: rgba(84,84,84,0.5);
	border: 1px solid #666;
	border-radius: 4px;		
}
.lyrics-btn a:hover {
	background-color: #525155;
}
#btn-lyrics {
	cursor: pointer;	
}
.lyrics-jump ul {
	padding-left: 10px;
	margin-right: 24px;
	line-height: 160%;
}
/********** Gallery **************/
.gallery * {
  box-sizing: border-box;
}
.gallery {
	margin-top: 1%;
	margin-bottom: 1%;
}
.gallery.photos a img {
  position: relative;
  float: left;
  width: 130px;
  height: auto;
  border: 2px solid #fff;
  margin: 1%;
  -webkit-transition: -webkit-transform .2s ease;
  -moz-transition: -moz-transform .2s ease;
  -ms-transition: -ms-transform .2s ease;
  transition: transform .2s ease;
}
.gallery a:hover img {
  opacity: 0.5;
  z-index: 5;
}
/********** Misc Styles **************/
.clear {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
}
.gold {
	color: #cc9966;
}
.img-responsive {
	max-width: 100%;
	height: auto;
}
.img-left {
	float: left;
	margin-right: 10px;
}
.img-right {
	float: right;
	margin-left: 10px;
}
.italic {
	font-style: italic;
}
.quotes p {
	color: #fff;	
	margin-top: 4px;
	margin-bottom: 4px;
}
.quotes p small {
	color: #c6bcb6;
	padding-left: 18px;
}
.text-caps {
	text-transform: uppercase;
	color: #F8EF87;
}
/************************ Tablets < 768 *****************************/
@media only screen and (max-width:768px) {
    #wrapper {
	 width: 96%;
	 margin: 0 auto;
  }
}