/*** CSS Reset ***/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	}
/*** HTML5 display-role reset for older browsers ***/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	}
body {
	line-height: 1;
	}
ol, ul {
	list-style: none;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/*** Stylesheet Beginning ***/

html {
	}

body {
	background: url(http://drewworsham.com/siteimages/bg.jpg) #504a5e repeat-x;
	background-position: left -10px;
	font-family: helvetica neue, helvetica;
	color: #fff;
	}

h1 {
	font-size: 20px;
	font-weight: bold;
	}
	
h2 {
	font-size: 18px;
	font-weight: bold;
	}
	
h3 {
	font-size: 14px;
	font-weight: bold;
	}
	
p {
	font-family: helvetica neue, helvetica;
	font-size: 12px;
	color: #938da1;
	line-height: 15px;
	}
	
a {
	text-decoration: none;
	}

#container {
	width: 960px;
	margin: 0px auto;
	}

#navigation {
	height: 49px;
	width: 940px;
	margin: 10px 0 0 10px;
	box-shadow: 0 3px 0 #000;
	-moz-box-shadow: 0 3px 0 #000;
	-webkit-box-shadow: 0 3px 0 #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: url(http://drewworsham.com/siteimages/nav.jpg) no-repeat;
	}
	
#nav li{
	display: block;
	height: 49px;
	float: left;
	background: url(http://drewworsham.com/siteimages/navstates.jpg) -5px -156px;
	padding: 0 15px;
	line-height: 52px;
	font-family: Helvetica-Neue, Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 2px 0 #000;
	border-left: 1px solid #484848;
	border-right: 1px solid #222;
	}
	
	#nav li a {
	color: #fff;
	}
	
	#nav li:hover {
	background-position: -5px -52px;
	cursor: pointer;
	}
	
	#nav li:active {
	background-position: -5px -104px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	}
	
	#nav li.navfirst {
	background: url(http://drewworsham.com/siteimages/navstates.jpg) left -156px;
	border-left:none;
	}
	
	#nav li.navfirst:hover {
	background-position: left -52px;
	}
	
	#nav li.navfirst:active {
	background-position: left -104px;
	}
	
	#nav li.navlast {
	margin-right: 0;
	border-right:none;
	background: none;
	}
	
	#nav li.navlast:hover {
	border-right:none;
	cursor: default;
	background: none;
	}
	
	#nav li.navlast:active {
	border-left: 1px solid #484848;
	border-right: 1px solid #222;	
	background: none;
	}
	
#logo {
	height: 140px;
	width: 960px;
	background: url(http://drewworsham.com/siteimages/logo.png) no-repeat;
	float: left;
	}
	
	#logo h1 {
	text-indent: -9999px}
	
#locater {
	width: 940px;
	height: 50px;
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.31, rgb(222,222,222)),
    color-stop(0.66, rgb(247,247,247)),
    color-stop(0.83, rgb(247,247,247))
	);
	background-image: -moz-linear-gradient(
    center bottom,
    rgb(222,222,222) 31%,
    rgb(247,247,247) 66%,
    rgb(247,247,247) 83%
	);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin: 20px 0 20px 10px;
	box-shadow: 0 2px 1px #000;
	-webkit-box-shadow: 0 2px 1px #000;
	-moz-box-shadow: 0 2px 1px #000;
	}
	
	#locater p {
	font-size: 18px;
	line-height: 50px;
	text-indent: 20px;
	font-weight: bold;
	color: #444;
	text-shadow: 1px 1px 0 #fff;
	}
	
.homecolumn {
	width: 280px;
	float: left;
	margin: 0 10px 10px 10px;
	padding: 10px;
	background: #222;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 2px 0 #111;
	-webkit-box-shadow: 0 2px 0 #111;
	-moz-box-shadow: 0 2px 0 #111;
	}
	
	.homecolumn p {
	color: #666;
	line-height: 16px;
	}
	
.homecolumnheader {
	width: 280px;
	height: 50px;
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.31, rgb(222,222,222)),
    color-stop(0.66, rgb(247,247,247)),
    color-stop(0.83, rgb(247,247,247))
	);
	background-image: -moz-linear-gradient(
    center bottom,
    rgb(222,222,222) 31%,
    rgb(247,247,247) 66%,
    rgb(247,247,247) 83%
	);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 2px 1px #000;
	-webkit-box-shadow: 0 2px 1px #000;
	-moz-box-shadow: 0 2px 1px #000;
	line-height: 50px;
	text-indent: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #444;
	text-shadow: 1px 1px 0 #fff;
	margin: 0 0 10px 0;
	}
	
#bookbutton {
	width: 280px;
	height: 40px;
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #6AA840),
    color-stop(0.5, #80C251),
    color-stop(1, #9BD473)
	);
	background-image: -moz-linear-gradient(
    center bottom,
    #6AA840 0%,
    #80C251 50%,
    #9BD473 100%
	);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 35px 0 0 0;
	text-align: center;
	padding: 15px 0 10px 0;
	}
	
	#bookbutton:hover {
	cursor: pointer;
	background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #6AA840),
    color-stop(0.5, #80C251),
    color-stop(1, #90C964)
	);
	background-image: -moz-linear-gradient(
    center top,
    #6AA840 0%,
    #80C251 50%,
    #90C964 100%
	);
	}
	
	#bookbutton h3 {
	font-size: 24px;
	text-shadow: 0 2px 1px #44960b;
	}
	
	#bookbutton p {
	color: #C8EDAD;
	text-shadow: 0 1px 0 #44960b;	
	}
	
#homeshows {
	margin: 0 0 13px 0;
	}

	#homeshows li {
	display: block;
	height: 30px;
	width: 100%;
	font-size: 12px;
	color: #666;
	line-height: 30px;
	text-indent: 10px;
	position: relative;
	top: 6px;
	}
	
	#homeshows li:hover {
	cursor: pointer;
	text-decoration: none;
	}
	
	#homeshows li.odd {
	background: #333;
	}
	
	#homeshows li.odd a:hover {
	text-decoration: none;
	}
	
	#homeshows li.even:hover, #homeshows li.odd:hover, #homeshows li.odd:hover a, #homeshows li.even:hover a {
	background: #84C955;
	color: #fff;
	text-decoration: none;
	}
	
	#homeshows li.even a:hover {
	text-decoration: none;
	}
	
	#homeshows li a {
	color: #666;
	text-decoration: none;
	}
	
	#homeshows li a:hover {
	text-decoration: none;
	}
	
.flickrimg {
	width: 78px;
	height: 78px;
	border: 1px solid #282828;
	background: #111;
	float: left;
	margin: 0 0 10px 10px;
	position: relative;
	top: 5px;
	box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	}
	
	.flickrimg:hover {
	cursor: pointer;
	border: 1px solid #84C955;
	}
	
/*** About ***/
#aboutpage {
	width: 920px;
	margin: 0 0 0 10px;
	padding: 10px 0 0 0;
	background: #29272d;
	float: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
	
#aboutheading {
	width: 920px;
	height: 172px;
	background: url(http://drewworsham.com/siteimages/aboutheader.jpg) no-repeat;
	float: left;
	}
	
#aboutcontent {
	width: 470px;
	float: left;
	padding: 30px 60px 30px 40px;
	}
	
	#aboutcontent p {
	color: #656468;
	line-height: 18px;
	}
	
#aboutlinks {
	width: 338px;
	height: 460px;
	background: #141316;
	border-left: 1px solid #323037;
	border-right: 1px solid #323037;
	float: left;
	}
	
	#aboutlinks h2 {
	line-height: 60px;
	text-indent: 20px;
	}
	
ul.linkbox li {
	width: 338px;
	height: 38px;
	background: url(http://drewworsham.com/siteimages/linkboxbg.jpg) no-repeat;
	padding: 12px 0 0 0;
	text-indent: 30px;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #000;
	}
	
	ul.linkbox a {
	color: #fff;
	}
	
	ul.linkbox li:hover {
	background: url(http://drewworsham.com/siteimages/linkboxbg.jpg) bottom left no-repeat;
	cursor: pointer;
	}
	
	ul.linkbox li p {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 10px;
	color: #444248;
	text-shadow: none;
	}
	
/*** Schedule Page ***/

#scheduleheader {
	width: 940px;
	height: 80px;
	float: left;
	margin: 0 0 0 10px;
	background: #1c1c1c;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 1px solid #000;
	line-height: 80px;
	text-indent: 35px;
}

#scheduleheader h2 {
	font-size: 22px;
	float: left;
}

#scheduleheader p a {
	float: right;
	line-height: 80px;
	font-size: 16px;
	color: #fff;
	position: relative;
	right: 35px;
	text-decoration: underline;
}

#scheduleheader p a:hover {
	color: #6AA840;
}

#schedulepage {
	width: 940px;
	height: 510px;
	float: left;
	margin: 0 0 0 10px;
	background: #29272d;
	border-top: 1px solid #35323c;
	border-bottom: 1px solid #000;
}

#schedulelistcontainer {
	width: 330px;
	height: 510px;
	background: #1f1f23;
	float: left;
}

#schedulelistcontainer a {
	color: #fff;
}

#schedulelistcontainer li {
	width: 300px;
	height: 25px;
	padding: 10px 15px 15px 15px;
	background: url(http://drewworsham.com/siteimages/scheduletile.jpg) no-repeat bottom;
}

#schedulelistcontainer li:hover {
	background: url(http://drewworsham.com/siteimages/scheduletile.jpg) no-repeat top;
	cursor: pointer;
}

#schedulelistcontainer li p {
	font-size: 13px;
	color: #fff;
}

#eventcontainer {
	width: 510px;
	height: 440px;
	float: left;
	padding: 40px 50px;
}

#eventcontainer h3 {
	font-size: 20px;
	float: left;
}

#eventcontainer p.eventdate {
	float: left;
	font-size: 18px;
	position: relative;
	top: 5px;
	letter-spacing: -.04em;
	color: #4a474f;
}

#schedulepagecap {
	width: 940px;
	margin: 0 0 0 10px;
	height: 20px;
	background: #1c1c1c;
	float: left;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top: 1px solid #35323c;
}

/*** Footer ***/
	
#footersection {
	float: left;
	width: 100%;
	background: url(http://drewworsham.com/siteimages/footerbg.jpg) repeat-x #1f1f1f;
	margin: 0px;
	}
	
#footercontainer {
	width: 960px;
	margin: 0 auto;
	padding: 90px 0 0 20px;
	}
	
#footercolumn {
	width: 270px;
	float: left;
	margin: 0 20px 0 0;
	padding: 0 30px 0 0;
	}
	
	#footercolumn p {
	color: #555;
	}
	
	#footercolumn a {
	color: #777;
	text-decoration: underline;
	}
	
	#footercolumn a:hover {
	color: #999;
	text-decoration: underline;
	}
	
	#footercolumn h3:hover {
	text-decoration: underline;
	}
	
#footercap {
	width: 940px;
	float: left;
	border-top: 1px solid #333; 
	padding: 20px 0 0 0;
	margin: 40px 0 0 0;
	}
	
	#footercap p {
	color: #444;
	}
	
	#footercap a {
	color: #666;
	}
	
	#footercap a:hover {
	color: #888;
	text-decoration: underline;
	}
	
	#BrianKalwat {
	width: 190px;
	height: 70px;
	position: relative;
	top: -20px;
	background: url(http://drewworsham.com/siteimages/briankalwat.jpg);
	float: right;
	}
	
	#BrianKalwat:hover {
	cursor: pointer;
	}
