#container {
	position: relative;
	width: 100%;
	margin: 0px auto 0px auto;
}

#header {
	width: 216px;
	height: 65px;
	margin: 0px auto 0px auto;
	padding: 20px 0px 10px 0px;
}

.headimglarge {
	display: none;
}

.headimgmedsmall {
	display: none;
}

.headimgsmall {
	display: block;
	width: 216px;
	height: 34px;
}

#innercontainer {
	width: 100%;
	padding: 10px 0px 10px 0px;
	background-color: #444444;
}

#bodyhome {
	float: none;
	width: 100%;
	height: 420px;
	background-image: url(../images/gary_home_small.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#bodyitems {
	float: right;
	width: 100%;
	background-color: #fff;
}

#menubtn {
	position: absolute;
	top: 65px;
	left: 0px;
	width: 50px;
	height: 26px;
	background-color: #444444;
	color: #fff;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: center;
	padding: 4px 0px 0px 0px;
	display: block;
}

#pageheads {
	width: 80%;
	margin: 20px auto 0px auto;
	text-align: center;
}

#divider {
	width: 80%;
	height: 1px;
	margin: 10px auto 0px auto;
	background-color: #444444;
}

#bodycopydivider {
	width: 100%;
	height: 1px;
	margin: 20px auto 0px auto;
	background-color: #adadad;
}

#portrait {
	width: 80%;
	margin: 20px auto 0px auto;
}

.biophoto {
	width: 100%;
	height: 100%;
}

.teachingphoto {
	float: none;
	width: 100%;
	height: 100%;
	margin: 0px 0px 20px 0px;
}

#bodycopy {
	width: 80%;
	margin: 20px auto 20px auto;
}

#bodycopy2 {
	width: 80%;
	margin: 20px auto 20px auto;
}

.dropcapstyle {
	margin: 4px 2px 0px 0px;
	width: 31px;
	height: 30px;
}

.highlighttext {
	font-weight: bold;
	color: #adadad;
}

/*====================================
			START NAV STYLES
====================================*/

#nav_container {
	position: absolute;
	top: 95px;
	left: 0px;
	width: 100%;
	float: none;
	box-shadow: 0px 0px 14px 0px #444444;
	z-index: 2000;
	overflow: hidden;
	display: none;
	/*background-color: #000;*/
}

.navrow {
	width: 100%;
	padding: 17px 8px 15px 0px;
	margin: 0px 0px 0px 0px;
	/*background-color: #6a6a6a;*/
	background-color: rgba(255, 255, 255, 1.9);
	border-bottom: 1px solid #000;
	color: #949494;
	cursor: pointer;
}

.navrow:hover {
	background-color: #c3c3c3;
	color: #444444;
}

.navitems {
	float: left;
	width: 206px;
	font-family: helvetica, arial, sans-serif;
	font-size: 18px;
	text-align: left;
	margin-left: 28px;
}

#subnavdiv {
	width: 216px;
	background-color: #fff;
	margin-left: 28px;
	margin-top: 32px;
	border-radius: 10px;
	overflow: hidden;
	display: none;
}

.subnavitems {
	float: left;
	width: 196px;
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #fff;
	padding-right: 28px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	margin-top: 1px;
	background-color: #9a9a9a;
}

.subnavitems:hover {
	background-color: #000;
	color: #fff;
}

.indicator {
	float: right;
	width: 10px;
	display: none;
}

/*====================================
			END NAV STYLES
====================================*/

/*====================================
			START ENGAGEMENTS STYLES
====================================*/

#caldiv {
	width: 100%;
}

.calyear {
	width: 100%;
	margin-top: 36px;
}

.calrows {
	width: 100%;
	border-bottom: 1px solid #adadad;
}

.datecells {
	float: left;
	width: 100%;
	padding: 12px 0px 12px 0px;
}

.infocells {
	float: left;
	width: 100%;
	padding: 12px 0px 12px 0px;
}

.locationcells {
	float: left;
	width: 100%;
	padding: 12px 0px 12px 0px;
}

.engagement_head {
	display: none;
}

.engagement_head_small {
	display: inline;
	margin-bottom: 10px;
}

/*====================================
			END ENGAGEMENTS STYLES
====================================*/

/*====================================
			START COMPS STYLES
====================================*/

#bodycopycol2 {
	width: 80%;
	margin: 20px auto 20px auto;
}

#keycontainer {
	position: fixed;
	bottom: 0px;
	top: auto;
	left: 0px;
	width: 100%;
	margin-left: 0px;
	padding: 10px;
	box-shadow: 0px 0px 0px 0px #444444;
	background-color: #f3f2f2;
}

#key {
	width: 76%;
	height: 260px;
	font-size: 10px;
	border: 1px dotted #444444;
	margin: 0px auto 0px auto;
	padding: 10px;
}

#keylist {
	column-count: 2;
	-webkit-column-count: 2;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	margin-top: 10px;
}

#keybtn {
	position: absolute;
	top: -39px;
	right: 30px;
	width: 40px;
	text-align: center;
	box-shadow: 0px 0px 0px 0px #444444;
	background-color: #f3f2f2;
	padding: 10px;
	display: block;
	cursor: pointer;
}

#extraspace {
	width: 100%;
	height: 240px;
}

li.linklist {
	line-height: 2.0em;
}

/*====================================
			END COMPS STYLES
====================================*/



/*======================================
		START GALLERY STYLES
======================================*/

#thumb_container {
	width: 100%;
	margin: 40px auto 0 auto;
}

.thumbs_all {
	margin: 0px 17px 17px 0px;
	border: 1px solid #acacac;
}

/*======================================
		END GALLERY STYLES
======================================*/

/*====================================
			START DISCOGRAPHY STYLES
====================================*/

#covers {
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
}

.coverimages {
	width: 100%;
	height: 100%;
}

#disc_copy {
	float: right;
	width: 100%;
}

#grayout {
	position: fixed;
	top: 100px;
	left: 5%;
	width: 90%;
	height: 135px;
	margin-left: 0px;
	background-color: #acacac;
	box-shadow: 0px 0px 20px #888888;
	border-radius: 10px;
	display: none;
}

#audioDiv {
	width: 90%;
	margin: 25px auto 25px auto;
}

#closeBox {
	position: absolute;
	top: -15px;
	right: 0px;
	width: 30px;
	height: 30px;
	background-image: url(../images/close.png);
	background-size: 30px 30px;
	text-align: center;
	box-shadow: 0px 0px 20px #888888;
	border-radius: 15px;
	cursor: pointer;
}

audio {
	width: 100%;
	background-color: #acacac;
	border-radius: 5px;
}

p.audiotext {
	margin-top: 12px;
	width: 90%;
	text-align: left;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #000;
}

.samples {
	font-style: italic;
	color: #acacac;
	cursor: pointer;
}

.samples:hover {
	color: #feb22a;
}

/*====================================
			END DISCOGRAPHY STYLES
====================================*/

/*====================================
			START VIDEO STYLES
====================================*/

#video_container {
	width: 100%;
	width: 480px;
	margin: 0px auto 24px auto;
	text-align: left;
	display: block;
}

.videoDivs {
	width: 260px;
	margin: 0px auto 24px auto;
}

.videostills {
	width: 260px;
	height: 146px;
}

/*====================================
			END VIDEO STYLES
====================================*/

/*====================================
			START CONTACT STYLES
====================================*/

#formcell {
	width: 100%;
	margin: 12px 0px 0px 0px;
}

.formtext {
	float: left;
	width: 110px;
	height: 24px;
	text-align: left;
	margin: 24px 12px 0px 0px;
}

.formfield {
	float: right;
	width: 100%;
	height: 24px;
	margin: 0px 0px 0px 0px;
}

.formareafield {
	float: right;
	width: 100%;
	height: 74px;
	margin: 0px 0px 0px 0px;
}

.textfields {
	width: 100%;
	height: 24px;
	padding-left: 12px;
	border: 1px solid #acacac;
	border-radius: 6px;
}

.textareafield {
	width: 100%;
	height: 74px;
	padding-left: 12px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #acacac;
	border-radius: 6px;
}

.submitbtn {
	float: right;
	width: 100%;
	height: 24px;
	margin: -24px 0px 24px 0px;
}

/*====================================
			END CONTACT STYLES
====================================*/

.headjointheader {
	display: none;
}

.headjointheadersmall {
	display: inline;
	margin-bottom: 10px;
}

#footer {
	width: 216px;
	color: #b6b6b6;
	text-align: center;
	margin-top: 10px;
	font-size: 11px;
}

#footerleft {
	float: none;
	width: 216px;
	text-align: center;
	margin-top: 24px;
	margin-bottom: 12px;
}

#footerright {
	float: none;
}

.sm_logo {
	margin-right: 12px;
}