/* Stephen CSS */

html { 
	background: url(stephenkent.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body {
	min-width: 600px;
	margin: 0;
	font-family: 'Oxygen', sans-serif;
	font-size: 18px;
	color: #484848;
}
::selection {
	background: #fdb;
 }
::-moz-selection {
	background: #fdb;
}
a {
	color: #b17208;
	text-decoration: none;
}
a:hover {
/*	color: #ad4e30; */
	color: #000;
}
.hide {
	display: none;
}
.nowrap {
	white-space: nowrap;
}
.bold {
	font-weight: bold;
}
.norm {
	font-weight: normal;
}
.small {
	font-size: 14px;
}
.smspc {
	height: 5px;
}
.smspc2 {
	height: 10px;
}
.smspc-dots {
	height: 5px;
	width: 33%;
	border-bottom: dotted 1px #b17208;
	margin-bottom: 5px;
}
.down2 {
	position: relative;
	top: 2px;
}
.img100 {
	width: 100%;
}
h1 {
	position: fixed;
	bottom: 1%;
	left: 3%;
	color: #ad4e30;
	font-size: 36px;
	font-weight: 700;
}
h2 {
	font-size: 26px;
	font-weight: 300;
	margin: 5px 0;
	padding: 0;
}
h3 {
	font-size: 18px;
	font-weight: 700;
	margin: 9px 0;
	padding: 3px 0;
	border-top: dotted 1px #ad4e30;
	border-bottom: dotted 1px #ad4e30;
}
h4 {
	font-size: 18px;
	font-weight: 700;
	margin: 5px 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 5px 0;
	line-height: 26px;
}
hr {
	color: #fff; 
    background-color: #fff;
    border: none;
	border-top: dotted 1px #ad4e30;
}
#content {
	position: absolute;
	top: 5%;
	right: 5%;
	width: 50%;
}
#menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu li {
	display: inline-block;
	width: 25%;
	color: #b17208;
	padding: 5px 0 3px;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
}
#menu li:hover {
	color: #ad4e30;
}
#menu li.active {
	color: #000;
	background: #fff;
	opacity: .75;
}
#content .panel {
	background: url(bg.png) repeat;
	padding: 20px;
	display: none;
	overflow: hidden;
}
.show {
	margin: 5px 0 10px 0;
/*	line-height: 18px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #ad4e30; */
}
#shows .show:last-child {
	border-bottom: none;
}
.date {
	font-size: 14px;
	font-weight: 700;
}
.tix,
.addr,
.smb {
	font-size: 14px;
	font-weight: 700;
}
.who {
	font-weight: 700;
}
#form {
	position: relative;
	text-align: right;
	margin: 15px 0 5px;
}
#email,
#message {
	display: block;
	width: 98%;
	background: #fff;
	color: #999;
	font-size: 14px;
	border: solid 1px #b17208;
	margin-bottom: 5px;
	padding: 3px 1%;
}
#email {
}
#message {
	height: 100px;
	resize: vertical;
}
#email:focus,
#message:focus {
	outline: none;
}
#mailcheck {
	position: absolute;
	top: 156px;
	font-size: 14px;
	font-weight: 700;
}
#mailcheck label {
	position: relative;
	left: -20px;
	color: #333;
	padding: 5px 20px 5px 5px;
	cursor: pointer;
}
#mailcheck label span {
	display: inline-block;
	width: 20px;
}
#send {
	display: inline-block;
	color: #b17208;
	font-weight: 700;
	margin-top: 10px;
	padding: 2px 20px;
	border: solid 1px #b17208;
	cursor: pointer;
}
#send:hover {
	background-color: #ad4e30;
	color: #fff;
}
#sending,
#sent {
	display: none;
	font-weight: 700;
	margin: 15px 0 11px;
}
@media (max-width: 800px) {
	#content {
		width: 55%;
	}
	#menu li {
		font-size: 15px;
	}
	#title {
		font-size: 26px;
	}
	.nowrap {
		white-space: normal;
	}
}

@media (max-width: 480px) {
	#content {
		width: 60%;
	}
	#menu li {
		font-size: 13px;
	}
	#title {
		font-size: 20px;
	}
}
