
/* Css modified from a design by Aran @ studio7designs.com   */
body {
	font-family: "trebuchet ms", verdana, arial, tahoma;
	font-size: 90%;
	color: #888;
	background-color: white;
	line-height: 150%;
	margin: 0;
	padding: 0;
	text-align: center;
	}

/* Set the page width */
#wrapper-menu-top, #header, #wrapper-content, #wrapper-footer {
	width: 85%;
	margin: 0 auto;
	text-align: left;
	}

#wrapper-menu-top {
	background: white url('/resources/images/skin/nautica/bg02-white-left.png') no-repeat left top;
	}

#menu-top {
	background: transparent url('resources/images/skin/nautica/bg02-white-right.png') no-repeat right top;
	overflow: hidden; /* no idea why this works, but it fixes a FF problem */
	}

#menu-top ul {
	margin: 0 20px;
	padding: 1em 0 0 0;
	list-style: none;
	font-size: 85%;
	float: left;
	}

#menu-top li {
	display: inline;
	float: left;
	}

#menu-top a {
	float: left;
	background:url(/resources/images/skin/nautica/menuleft.png) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	line-height: 1.5em;
	}

#menu-top a span {
	background: transparent url(/resources/images/skin/nautica/menuright.png) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#5b8fbe;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
	}

#menu-top a:hover { background-position:0% -42px; }
#menu-top a:hover span {	background-position:100% -42px; }

.memberLogin{
	float:right;
	margin-right: 30px;
	margin-top: 10px;
	}
	
#menu-top .memberLogin a {
	background-image: none;
	}

#wrapper-header {
	background: transparent url(/resources/images/skin/nautica/bg.png) top center repeat-x;
	}

#header { background: #eee url(/resources/images/skin/nautica/banner_band.jpg) no-repeat center top;}/*default and home page*/
#pgEvents #header { background: #eee url(/resources/images/skin/nautica/banner_musician.jpg) no-repeat center top; }
#pgHistory #header { background: #eee url(/resources/images/skin/nautica/banner_looking_forward.jpg) no-repeat center top;}
#pgGallery #header { background: #eee url(/resources/images/skin/nautica/banner_music.jpg) no-repeat center top;}
#pgShop #header { background: #eee url(/resources/images/skin/nautica/banner_drum.jpg) no-repeat center top;}
#pgContact #header { background: #eee url(/resources/images/skin/nautica/banner_flute.jpg) no-repeat center top;}

#wrapper-header2 {
	background: transparent url(/resources/images/skin/nautica/bg02-blue-left.png) top left no-repeat;
	}

#wrapper-header3 {
	background: transparent url(/resources/images/skin/nautica/bg02-blue-right.png) top right no-repeat;
	}

#header h1,
#header strong {
	display: block;
	margin: 0 20px;
	padding: 0;
	height: 192px;
	line-height: 3em;
	color: #ccc;
	font-size: 130%;
	}

#wrapper-content {
	background: white url(/resources/images/skin/nautica/bg02-white-left.png) no-repeat left top;
	}

* html #wrapper-content { height: 1%; }

#content {
	background: transparent url(/resources/images/skin/nautica/bg02-white-right.png) no-repeat right top;
	padding: 5px 245px 5px 40px;
	}

#wrapper-menu-page {
	float: right;
	width:180px;
	margin: 20px 30px 3em 2em;
	background: transparent url(/resources/images/skin/nautica/menu.png) no-repeat;
	text-align: center;
	line-height: 140%;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	}

#adminHome #wrapper-menu-page,
#pgHome #wrapper-menu-page {
	background-image: url(/resources/images/skin/nautica/menu_400px.png);
	clear:right;
	width:400px;
	text-align: left;
	margin-bottom: 5px;
	padding-left: 5px;
	}	
	
* html #wrapper-menu-page { margin-right: 15px; }

#menu-page { padding-top: 5px; }

#menu-page ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 90%;
}

#menu-page h3 {
	font-size: 75%;
	text-transform: uppercase;
	margin: 1em 0 0.3em 0;
	color: #5b8fbe;
color: #0B8984;
	font-weight: normal;
	letter-spacing: 0.15em;
}


#menu-page a:hover { text-decoration: underline; }

#wrapper-footer {
	margin-top: 1em;
	text-align: center;
}

#footer {
	margin: 0 20px;
	background-color: #b7ecec;
	background-image:url(/resources/images/skin/nautica/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 1px solid #ccc;
	border-bottom: 0;
	clear: both;
}

h1,h2,h3,h4,h5,h6 { margin-bottom: 0.2em;}
h1 { line-height: 140%;}
h2 { font-size: 130%; }
h3 { font-size: 105%; }

p {
	padding:0;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	}

a:link, a:visited { color: #5b8fbe; text-decoration: none; }
a:hover{  text-decoration: underline; }

img {
	border: 0;
	}
	
/*SEL*/
table {
	border-width: 0;
	}

th {
	border-bottom: solid 1px #888;
	background-color: #efefef;
	padding: 0.1em;
	}

ul {
	padding: 0;
	margin:0.1em 0.1em 0.1em 1.2em;
	}

input,textarea {
	width: 22em;
	background-image:url(/resources/images/skin/nautica/input_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: solid 1px #999;
	}

input.button {
	width: auto;
	margin-top:0.4em;
	margin-bottom: 0.4em;
	}

.checkbox {
	width: auto;
	}	
	
.clearer {
	clear:both;
	}
	
/*User feedback*/
.warning,
.error,
.info,
.success {
	background-position:2px 2px;
	background-repeat:no-repeat;
	padding-left:28px;
	min-height: 24px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #ddd;
	}

.error{
	background-image:url(/resources/images/icons/warning_20px.gif);
	border-color: #df0803;
	color: #614343;
	}

.warning  {
	background-image:url(/resources/images/icons/exclamation_20px.gif);
	border-color: #ffba00;
	color: #645f50;
	}

.info {
	background-image:url(/resources/images/icons/info_20px.gif);
	border-color: #0178b6;
	color: #425e6c;
	}	
	
.success  {
	background-image:url(/resources/images/icons/success_20px.gif);
	border-color: green;
	color: #506452;
	}
	
img.textReplacement{
	vertical-align:middle;
	}
/*User feedback */

/*input*/
*User input Items*/
input.button {
	width:auto;
	}
.smallWidth {
	width: 5em;
	}
.mediumWidth {
	width: 15em;
	}
.largeWidth {
	width: 39em;
	}
textarea.largeWidth {
	width:40em;
	height: 10em;
	}
/*input*/



#pgHistory .date ,
#pgEvents .date {
	display: block;
	font-weight: bold;
	}
table tr {
	vertical-align:top;
	}


.event,
.vevent{
	padding-bottom: 0.5em;
	}

.event h3,
.vevent h3 {
	margin-bottom: 1px;
	padding-bottom: 0;
	}
.eventDate {
	color: #468D8A;
	}

.webArticleSummaryTitle {
	font-weight:bold;
	}

.webArticleImage {
	float:right;
	margin: 0 0 8px 8px;
	}
	
.memberInfo {
	border: solid 1px #888;
	background-color: #f4f4f4;
	padding: 0.2em;
	}
	

.ctteeMember {
	width: 99%;
	clear: both;
	border-top: solid 1px #ddd;
	padding-top: 0.5em;
	}
.ctteeImage {
	float:right;
	margin-bottom: 0.5em;
	}
.ctteeDetails {
	float:left;
	}
.ctteeDetails h3 {
	margin-top: 0;
	}