html {
	font-size: 125%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50%;
	color: #303030;
	margin: 0;
	padding: 0;
	background-color: #333333;
	color: #CCFFCC;
}

img {
	border: none;
}

h1 {
	font-family: Minion;
	font-size: 2.6em;
	font-weight: 100;
	padding-bottom: 0;
	padding-top: 0;
	margin-top: 0;
	line-height: .8;
}

.bold {
	font-weight: bold;
	color: #1a8704;
}

#mainwrapper {
	width: 834px;
	margin-left: auto;
	margin-right: auto;
}

#headerwrapper {
	position: relative;
	width: 834px;
}

#header_content_wrapper {
	height: 215px;
	position: relative;
}

#header_guitar {
	position: absolute;
	left: -25px;
	top: 0;
	z-index: 1500;
}

#logo_wrapper {
	height: 165px;
	position: relative;
}
#logo {
	position: absolute;
	width: 235px;
	height: 86px;
	top: 50px;
	left: 90px;
}

#search_wrapper {
	background-image: url('/images/shell/search-background.png');
	height: 44px;
	width: 838px;
}

#header_photos_wrapper {
	height: 125px;
	position: relative;
}

#header_photos {
	position: absolute;
	right: -4px;
	top: -6px;
	z-index: -1500;
}

/* MENU STYLES */
#main_menu_wrapper {
	background-image: url('/images/shell/menu-background.png');
	background-position: right;
	height: 46px;
	width: 838px;
	position: relative;
}

#main_menu {
	position: absolute;
	right: 20px;
	top: 10px;
}

#main_menu ul, #main_menu ul li {
	padding: 0;
	margin: 0;
}

#main_menu ul {
	list-style: none;
}

#main_menu ul li {
	font-family: Trebuchet MS;
	font-size: 2.2em;
	text-transform: uppercase;
	color: #5e5eb5;
	float: left;
	padding-left: 30px;
}

#main_menu ul li a, #main_menu ul li a:visited {
	color: #5e5eb5;
	text-decoration: none;
}

#main_menu ul li a:hover {
	color: #1d9904;
	text-decoration: none;
}

#main_menu ul li#menu_music {
	padding-right: 1px;	
	padding-left: 46px;	
}

#main_menu ul li#menu_photos {
	padding-right: 6px;	
}


/****************/

/* ***** BODY STYLES ***** */
#body_header_home {
	width: 632px;
	height: 13px;
	background-image: url('/images/shell/body-top-v1.png');
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}

#body_header_photos {
	width: 831px;
	height: 12px;
	background-image: url('/images/shell/body-top-v2.png');
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	margin-left: 8px;
}

#body_home {
	width: 592px;
	min-height: 336px;
	background-color: #6699CC;
	margin: 0;
	padding: 10px 20px;
}

#body_photos {
	width: 791px;
	min-height: 275px;
	background-color: #6699CC;
	margin: 0;
	margin-left: 8px;
	padding: 10px 20px;
}

#body_footer_home {
	width: 632px;
	height: 12px;
	background-image: url('/images/shell/body-bottom-v1.png');
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}

#body_footer_photos {
	width: 831px;
	height: 11px;
	background-image: url('/images/shell/body-bottom-v2.png');
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	margin-left: 8px;
}

#contentwrapper {
	position: relative;
	padding: 10px 0;
	font-size: 1.2em;
}

#content {
	/* padding-right: 220px;
	min-height: 500px; */
}

.pagetitle_home {
	background-image: url('/images/headers/pageTitle_welcome.png');
	background-repeat: no-repeat;
	width: 391px;
	height: 17px;
}

.pagetitle_music {
	background-image: url('/images/headers/pageTitle_music.png');
	background-repeat: no-repeat;
	width: 73px;
	height: 17px;
}

.pagetitle_photos {
	background-image: url('/images/headers/pageTitle_photo.png');
	background-repeat: no-repeat;
	width: 71px;
	height: 17px;
}

.pagetitle_contact {
	background-image: url('/images/headers/pageTitle_contact.png');
	background-repeat: no-repeat;
	width: 114px;
	height: 17px;
}

.pagetitle_news {
	background-image: url('/images/headers/pageTitle_news.png');
	background-repeat: no-repeat;
	width: 96px;
	height: 17px;
}

/* *********************** */

/* ***** SIDEBAR STYLES ***** */
#sidebar_wrapper {
	position: absolute;
	width: 192px;
	top: 10px;
	right: -3px;
}
.sidebar_module {
	margin-bottom: 10px;
}
.sidebar_module_header { 
	width: 192px;
	height: 45px;
}
.sidebar_module_content {
	background-color: #6699CC;
	width: 176px;
	padding: 8px 8px 1px 8px;
}
.sidebar_module_footer { 
	background-image: url('/images/shell/sidebar-footer.png');
	background-repeat: no-repeat;
	width: 192px;
	height: 10px;
}

.read_more, .read_more a, .read_more a:visited {
	color: #fbe87a;
}

.white_text {
	color: #FFFFFF;
}
/* ************************** */

/* ***** FOOTER STYLES ***** */
#footerwrapper {
	position: relative;
	padding-left: 12px;
	top: -6px;
}

#footer_text {
	color: #CCFFCC;
	padding-top: 2px;
}

#footer_text a, #footer_text a:visited {
	color: #CCFFCC;
}

/* ************************* */


/* FORM STYLES */

.required {
	/*color: #E41B17;*/
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}

.required_field {
	background-color: #FFE87C;
}

.fieldwrapper {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.fieldName {
	width: 30%;
	float: left;
	margin-right: 10px;
	font-weight: bold;
}

.field {
	position: relative;
	width: 65%;
	float: left;
}

.form_note {
	font-style: italic;
	font-weight: 100;
	color: #bac3c7;
	font-size: .9em;
	margin: 5px;
}

.field_image {
	position: absolute;
	bottom: -20px;
	left: 50px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #bac3c7;
}

.form_image_close {
	position: absolute;
	bottom: 0;
	right: 0;
}

/** PHOTO GALLERY STYLES **/
.photo_gallery_row {
	position: relative;
}

.photo_gallery_image {
	float: left;
	margin: 0 25px 25px 25px;
	width: 100px;
	height: 100px;
	text-align: center;
}

.photo_gallery_nav {
	padding: 5px 0;
	margin: 5px 0 30px 0;
	position: relative;
	border-bottom: 1px solid #C2C2C2;
	border-top: 1px solid #C2C2C2;
}

.photo_gallery_nav_images {
	position: absolute;
	right: 0;
	top: 5px;
}

#pop_up_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	height: 800px;
	width: 100%;
	background-color: #000000;
	opacity: .7;
	filter: alpha(opacity=70);
	display: none;
}

#photo_pop_up {
	position: absolute;
	display: none;
	width: 490px;
	/*height: 553px;*/
	background-color: #FFFFFF;
	padding: 10px;
	text-align: center;
}

#photo_caption {
	font-weight: bold;
}

.popup_image_close {
	position: absolute;
	bottom: 0;
	left: 5px;
}

.preload_image {
	display: none;
}

/* Song Display */

.song_display_wrapper {
	margin: 0;
	padding: 0;
}

.song_display_wrapper li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.song_display_title {
	font-size: 1.2em;
	color: #1a8704;
}
