/* simple reset */

* { 
	margin: 0; 
	padding: 0; 
}

a img { 
	border: 0 ; 
}


/* debug */
pre.debug {
	background: black;
	color: white;
	font-size: 10px;
	padding: 10px;
}


/* layout */
body {
	background-color: #333;
	/* font: normal 11px Arial, sans-serif; */
	font: normal 12px Arial, sans-serif;
	letter-spacing: .25px;
	color: #000;
}

#main {
	width: 950px;
	min-height: 700px;
	margin: 0 auto;
	padding: 0 0 6px 0;
	/* background-color: #2e3192; */ /* blue */
	background-color: #000;
	position: relative;
}

#header {
	width: 950px;
	height: 212px;
	/* background-image: url('/assets/gfx/bg-header.jpg'); */
	background-repeat: no-repeat;
	position: relative;
}

.headerbg1 { background-image: url('/assets/gfx/hp-banner/1.jpg'); }
.headerbg2 { background-image: url('/assets/gfx/hp-banner/2.jpg'); }
.headerbg3 { background-image: url('/assets/gfx/hp-banner/3.jpg'); }
.headerbg4 { background-image: url('/assets/gfx/hp-banner/4.jpg'); }
.headerbg5 { background-image: url('/assets/gfx/hp-banner/5.jpg'); }
.headerbg6 { background-image: url('/assets/gfx/hp-banner/6.jpg'); }

#logo {
	width: 132px;
	height: 188px;
	position: absolute;
	top: 18px;
	left: 21px;
}

#sidebar {
	width: 155px;
	margin: 0 0 0 20px;
	padding: 20px 0 0 0;
	position: absolute;
	top: 212px;
	left: 0;
}

#search-box {
	margin: 100px 0 25px 0;
}

#content {
	background-color: #fff;
	width: 700px; /* 775 total */
	min-height: 800px;	
	margin-left: 175px;
	padding: 20px 60px 20px 15px;
	position: relative;
}

#sponsors {
	width: 950px;
	margin: 0 auto;
}

#footer {
	width: 950px;
	height: 30px;
	margin: 0 auto;
	padding: 5px  0 0 0;
	text-align: right;
}

/* NAVIGATION */
.nav ul {
	list-style: none;
	font-size: 10px;
	text-transform: lowercase;
	letter-spacing: 1px;
	color: #fff;
}

.nav ul li {
	display: inline;
}

.vertical ul li {
	display: block;
	padding-bottom: 7px;
}

.nav a {
	text-decoration: none;
}

.nav a:link { color: #fff; }
.nav a:visited { color: #fff; }
.nav a:hover { color: #fc0; }
.nav a:active { /* empty */ }

.altcolor ul { color: #000; }
.altcolor a:link { color: #000; }
.altcolor a:visited { color: #000; }
.altcolor a:hover { color: #2e3192; }
.altcolor a:active { /* empty */ }

.altcolor2 ul { color: #000; }
.altcolor2 a:link { color: #2e3192; }
.altcolor2 a:visited { color: #2e3192; }
.altcolor2 a:hover { color: #fc0; }
.altcolor2 a:active { /* empty */ }

/* primary nav */
#nav {
	width: 660px;
	height: 16px;
	padding: 2px 0 0 0;
	background-color: #fc0;
	position: absolute; 
	top: 131px;
	left: 163px;
	text-align: center;
}

#nav ul {
	font-size: 11.5px;
	text-transform: uppercase;
	letter-spacing: normal;
}

#nav ul li {
	padding: 0 25px;
}

#nav a:link { color: #603; }
#nav a:visited { color: #603; }
#nav a:hover { color: #fff; }
#nav a:active { /* empty */ }

/* subnav */
.subnav {
	width: auto;
	height: auto;
	padding: 10px 0 0 0;
	position: absolute; 
	top: 168px;
	right: 0;
	text-align: center;

}

.subnav ul li {
	padding: 0 15px;
}

.subnav .delimiter {
	position: absolute;
	top: 0;
	right: 0;
	width: 3px;
	height: 23px;
	background-image: url('/assets/gfx/nav-delimiter.png');
}

#subnav_resources {
	right: 175px;
}

#subnav_resources .delimiter {
	left: 0;
}

#subnav_about {
	right: 65px;
}

#subnav_about ul li {
	padding: 0 10px;
	white-space: nowrap;
	text-transform: none;
}

#subnav_about .delimiter {
	left: 170px;
}

#subnav_calendar {
	right: 80px;
}

#subnav_calendar .delimiter {
	left: 370px;
}

#subnav_join {
	right: 30px;
}

#subnav_join .delimiter {
	left: 200px;
}



/* initial setting for dynamic subnav, so all subnavs don't show at once on hp */
.level2 {
	display: none;
}

/* auxiliary nav (2nd nav in the sidebar) */
#auxnav ul li {
	padding: 5px 0 8px 35px;
}

#auxnav ul li#donate {
	background: transparent url('/assets/gfx/icon-donate.png') no-repeat;
}

#auxnav ul li#tix {
	background: transparent url('/assets/gfx/icon-tix.png') no-repeat;
}

#auxnav ul li#enews {
	background: transparent url('/assets/gfx/icon-enews.png') no-repeat;
}

/* info strip and footer nav (at the bottom) */
#infostrip ul,
#footernav ul {
	float: right;
}

#infostrip ul {
	margin-right: 25px;
}

#infostrip ul li,
#footernav ul li {
	text-transform: none;
	border-right: solid 1px #fff;
	padding: 0 5px;
}

#infostrip ul li.last {
	text-transform: uppercase;
}

#infostrip ul li.last,
#footernav ul li.last {
	border-right: none;
}

#infostrip ul li.last a:link { color: #fc0; }
#infostrip ul li.last a:visited { color: #fc0; }
#infostrip ul li.last a:hover { color: #fff; }
#infostrip ul li.last a:active { /* empty */ }


/* content elements */
h1, h2, h3 {
	font: italic normal 18px 'Times New Roman', Times, serif; 
	letter-spacing: 1.5px;
	color: #603;
	margin-bottom: 15px;
}

h1.hide, h2.hide {
	display: none;
}

.sun-bullet {	
	border-top: solid 1px #ccc;
	width: 290px;
	padding: 15px 0 0 30px;
	background: #fff url('/assets/gfx/bg-h3.jpg') no-repeat 0 15px;
	text-transform: lowercase;
}

#first {
	border-top: 0;
	padding-top: 0;
	background-position: 0 0;
}

h4 {
	color: #2e3192;
	font-weight: bold;
	font-size: 11px;
}

p {
	/* line-height: 13px; */
	line-height: 15px;
	margin-bottom: 15px;
}

a:link { color: #000; }
a:visited { color: #000; }
a:hover { color: #2e3192; }
a:active { /* empty */ }

#content p img {
	padding: 5px 15px 5px 0;
}

#content p img.pagephoto {
	float: right;
	margin: 0 0 50px 20px;
	padding: 0;
}

#content ul {
	list-style-position: outside;
	list-style-type: disc;
	margin: 0 0 0 30px;
}

ol {
	list-style-position: outside;
	list-style-type: decimal;
	margin: 0 0 0 30px;
}

fieldset {
	border: 0;
}

input, select {
	width: 130px;
}

/* LISTING PAGES (calendar and resources) */
#listing-add {
	position: absolute; 
	top: 20px;
}

.add-event-listing {
	left: 225px;
}

.add-people-listing {
	left: 500px;
}

#listing-add a {
	font-weight: bold;
}

#listing-sort {
	position: absolute;
	top: 20px;
}

.sort-event-listings {
	left: 325px;
}

.sort-people-listings {
	left: 600px;
}

#listing-sort select {
	float: left;
}

#listing-sort div.label {
	float: left;
	margin: 3px 0 0 5px;
	font-weight: bold;
}

#listing-navigation {
	height: 35px;
	margin-bottom: 20px;
}

#listing-navigation ul#months li {
	width: 75px;
	height: 30px;
	background-color: #ccc;
	float: left;
	margin-right: 10px;
	padding-top: 5px;
	text-align: center;
	line-height: 12px;
}

#listing-navigation ul#months li a { 
	text-decoration: none; 
	font-weight: bold; 
}

#listing-navigation ul#alphanav li {
	text-transform: uppercase;
	padding-left: 12px;
	margin-right: 7px;
	font-size: 12px;
	border-left: solid 1px #000;
}

#listing-navigation ul#alphanav li.first {
	border-left: 0;
	padding-left: 0;
}

#breadcrumb-navigation {
	margin: -20px 0 20px 0;
	
}

#breadcrumb-navigation ul li, 
#breadcrumb-navigation ul li a {
	font-size: 9px;
	letter-spacing: normal;

}

/* person detail */
#person-detail h2 {
	font: normal bold 13px Arial, sans-serif;
	color: #2e3192;
	margin: 0 0 5px 0;
	padding: 0;
	letter-spacing: .25px;
}

#person-detail .desc,
#person-detail .url {
	margin: 0 0 5px 0;
}

#person-detail .back {
	margin: 20px 0 0 0;
}


/* calendar specific */
#event-listings .listing-slot {
	clear: left;
	border-bottom: solid 1px #ccc;
	padding-bottom: 10px;
	margin-bottom: 15px;
	width: 450px;
}

#event-listings h3,
#event-detail h3 {
	font: 11px Arial, sans-serif;
	letter-spacing: .25px;
	color: #000; 
	margin-bottom: 0;
}

#event-listings h3 {
	font-weight: bold;
	padding-top: 5px;
	clear: left;
}

#event-listings h4 {
	font-style: italic;
	font-weight: normal;
	color: #000;
	float: left;
	border-right: solid 1px #000;
	padding-right: 5px;
	margin-right: 5px;
	font-size: 12px;
}

#event-listings .loc {
	padding-bottom: 5px;
}

#event-listings .desc {
	/* float: left; */
	float: none;
	padding-left: 5px;
}

#event-listings a.events-more,
#news-listings .listing a.more,
#resource-listings a.listings-more {
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 5px;
	font: italic bold 9px "Times New Roman", Times, serif;
	vertical-align: bottom;
	white-space: nowrap;
}

#event-detail {
	float: right;
	width: 256px;
	border: solid 12px #fc0;
	padding: 10px;
	margin: -56px -60px 0 0;
	position: absolute;
	top: 56px;
	right: 60px;
}

#event-detail h2 {
	padding-left: 0px;
}

#event-detail h3 {
	font-style: italic;
	letter-spacing: -.15px;
}

#event-detail img {
	float: left;
	margin: 0 10px 20px 0;
}

#event-detail .date {
	/*
	border-bottom: solid 1px #603;
	margin-left: 130px;
	*/
	padding-bottom: 2px;
	font-weight: bold;
}

#event-detail .location {
	margin-bottom: 10px;
	font-style: italic;
}

body#calendar #content {
	min-height: 1024px;
	overflow: auto;
}

/* links page specific */
#related-links .link-cat-wrapper {
	margin: 15px 0 30px 0;
}

#related-links .linkwrapper {
	margin: 0 0 20px 0;
}

#related-links h2 {
	font: 12px Arial, sans-serif;
	color: #2e3192;
	clear: left;
	border-top: solid 1px #ccc;
	padding-top: 2px;
}

#related-links h3 {
	display: inline;
	float: left;
	clear: left;
	font-weight: bold;
	font-size: 11px;
	font-style: normal;
	font-family: arial, sans-serif;
	letter-spacing: normal;
	margin-bottom: 0;
}

#related-links h3 a {
	color: #2e3192;
}

#related-links h3 a:link { text-decoration: none; }
#related-links h3 a:visited { text-decoration: none; }
#related-links h3 a:hover { text-decoration: underline; }
#related-links h3 a:active { /* empty */ }

#related-links .desc {
	display: inline;
	/* display: block; */
	/* clear: left; */
}

#related-links .desc p {
	display: inline;
}

#related-links span.hyphen {
	float: left;
	padding: 0 5px;
}

#related-links .desc a {
	color: #2e3192;
	padding: 0 0 0 5px;
}



/* resource listings specific */
.listing-slot {
	margin: 0 0 20px 0;
}

#resource-listings h3 {
	font: 12px Arial, sans-serif;
	color: #2e3192;
	clear: left;
	border-top: solid 1px #ccc;
	padding-top: 2px;
	margin-top: 10px;
}

#resource-listings h4 {
	display: inline;
	float: left;
	clear: left;
}

#resource-listings h4 a {
	color: #2e3192;
}

#resource-listings h4 a:link { text-decoration: none; }
#resource-listings h4 a:visited { text-decoration: none; }
#resource-listings h4 a:hover { text-decoration: underline; }
#resource-listings h4 a:active { /* empty */ }

#resource-listings .desc,
#resource-listings .desc p {
	display: inline;
}

#resource-listings span.hyphen {
	float: left;
	padding: 0 5px;
}

/* news */
#news-listings h2 {
	font: normal bold 11px Arial, sans-serif;
	color: #2e3192;
	margin: 0 0 5px 0;
	padding: 0;
	letter-spacing: .25px;
}

#news-listings h2.news-detail-title {
	font-size: 13px;
}

#news-listings .listing {
	margin: 0 0 20px 0;
}

#news-listings .listing p {
	float: left;
	margin-bottom: 0;
}

#news-listings .listing a.more {
	padding-left: 5px;
}

/* search */
input#search-button {
	width: 52px;
	height: 8px;
}

/* home page */
body#home #main {
	min-height: 550px;
}

body#home #content {
	/* background-color: #2e3192; */ /* blue */
	background-color: #000;
	width: 700px; /* 775 total */
	min-height: 100px;	
	position: relative;
}

body#home #hp-highlights {
	width: 759px;
	position: absolute;
	top: 0;
	left: 0;
}

body#home .highlight {
	float: left;
	position: relative;
}


	
body#home .highlight h3 span {
	position: absolute;
	top: 150px;
	left: 0;
	width: 150px;
	height: 20px;
	padding: 5px 0 0 15px;
	background: transparent url('/assets/gfx/hp-features/alpha50.png') repeat;
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
}

body#home #hp-features {	
	position: absolute;
	top: 225px;
	left: 0;
}

body#home #hp-features .feature {	
	background: transparent url('/assets/gfx/bg-hpfeature.png') no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 120px;
	padding: 0 0 0 35px;
	width: 200px;
	color: #fff;
	letter-spacing: 2px;
}

body#home #hp-features .second {
	left: 470px;
}

body#home #hp-features .sponsor {
	width: 230px; 
	left: 440px;
}

body#home #hp-features .sponsor img {
	float: right; 
	margin: 2px 0 0 2px;
}

body#home div.feature h3 {
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	margin-bottom: 2px;
}

body#home .feature .desc {
	font-size: 10px;
	margin-bottom: 3px;
}

body#home .feature .desc p {
	margin-bottom: 0px;
}

body#home #hp-features .feature a.more {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
}

body#home .highlight h3 a {text-decoration: none;}

#seo-text {
	position: absolute; 
	top: 700px; 
	left: -140px; 
	color: #fff;
}

body#home #hp-features .feature a:link.more { color: #fc0; }
body#home #hp-features .feature a:visited.more { color: #fc0; }
body#home #hp-features .feature a:hover.more { color: #fff; }
body#home #hp-features .feature a:active.more { /* empty */ }

/* email signup form */
#signup-form {
	border: solid 1px #dcdcdc;
	padding: 5px 5px 15px 5px;
	background-color: #f8f8ff;
	width: 60%;
}

#signup-form .field {
	clear: left;
	height: 25px;
	padding-top: 10px;
}

#signup-form .field label {
	padding-right: 5px;
	padding-top: 5px;
	width: 175px;
	float: left;
	text-align: right;
}

#signup-form .field input {
	float: left;
}

#signup-form .field img  {
	vertical-align: middle;
	float: left;
	padding-left: 5px;
}

#signup-form .captcha {
	height: 35px;
}

#signup-form .describe input {	
	width: 20px;
}

#signup-form .field label.cFieldCheckboxGroup {
	clear: left;
	width: 100px;
	padding-top: 0;
	margin: 0 0 5px 125px;
}

#signup-form .subscribe {
	padding-top: 5px;
	height: 60px;
	margin-left: 50px;
}

#signup-form .subscribe div {
	clear: left;
	padding: 0 0 5px 0;
}

#signup-form .subscribe label {
	padding-top: 5px;
}

#signup-form #submit {
	clear: left;
	margin: 0 0 0 150px;;
}

/* photo gallery */
.photo {
	float: left;
	width: 100px;
	margin: 10px;
}

.photo a:link img.gallery {
	border: solid 1px #fff;
}

.photo a:visited img.gallery {
	border: solid 1px #fff;
}

.photo a:hover img.gallery {
	border: solid 1px #fc9;
}

.photo a:active img.gallery {
	/* empty */
}

/* video room */
#video-room h3 {
	display: inline;
	float: left;
	clear: left;
	font-weight: bold;
	font-size: 13px;
	font-style: normal;
	font-family: arial, sans-serif;
	letter-spacing: normal;
	color: #2e3192;
}

#video-room h3 a {
	color: #2e3192;
}

#video-room h3 a:link { text-decoration: none; }
#video-room h3 a:visited { text-decoration: none; }
#video-room h3 a:hover { text-decoration: underline; }
#video-room h3 a:active webb1{ /* empty */ }

/* sponsor image */
img#sponsor-image {
	margin: 0;
	padding: 0;
}

/* sponsor page */
#sponsor-listings .listing-slot {
	clear: left;
	border-bottom: solid 1px #ccc;
	padding-bottom: 10px;
	margin-bottom: 15px;
	width: 450px;
	clear: both;
	min-height: 60px;
}

#sponsors .listing-slot .sponsor-listing-thumb {
	float: left;
	padding-right: 10px;
	min-height: 60px;
}

#sponsor-listings h3 {
	font: 11px Arial, sans-serif;
	letter-spacing: .25px;
	color: #000; 
	margin-bottom: 0;
	font-weight: bold;
	padding-top: 5px;
	clear: left;
}

#sponsor-listings h4 {
	font-style: italic;
	font-weight: normal;
	color: #000;
	display: block;
	padding-right: 5px;
	margin-right: 5px;
	font-size: 12px;
}

#sponsor-listings .loc {
	padding-bottom: 5px;
}

#sponsor-listings .desc {
	/* float: left; */
	float: none;
	padding-left: 5px;
}

#sponsor-listings .listing-slot a.sponsor-more {
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 0px;
	font: italic bold 9px "Times New Roman", Times, serif;
	vertical-align: bottom;
	white-space: nowrap;
}

#sponsor-detail h3 {
	font: 11px Arial, sans-serif;
	letter-spacing: .25px;
	color: #000; 
	margin-bottom: 0;
}

#sponsor-detail {
	float: right;
	width: 256px;
	border: solid 12px #fc0;
	padding: 10px;
	margin: -56px -60px 0 0;
	position: absolute;
	top: 56px;
	right: 60px;
}

#sponsor-detail h2 {
	padding-left: 0px;
}

#sponsor-detail h3 {
	font-style: italic;
	letter-spacing: -.15px;
}

#sponsor-detail img {
	float: left;
	margin: 0 10px 20px 0;
}

#sponsor-detail .date {
	/*
	border-bottom: solid 1px #603;
	margin-left: 130px;
	*/
	padding-bottom: 2px;
	font-weight: bold;
}

#sponsor-detail .location {
	margin-bottom: 10px;
	font-style: italic;
}


/* utility styles */

select option {
	padding-left: 2px;
}

.uppercase {
	text-transform: uppercase;
}

.purple {
	color: #603;	
}

.no-margin {
	margin: 0;
	padding: 0;
}

.nowrap {
	white-space: nowrap;
}

.message {
	color: #c00;
	font-weight: bold;
}


/* add event stuff */
.add-event .msg { background: #ffa8a8; font-size: 13px; font-weight: bold; color: #121212; line-height: 150%; padding: 10px; border: 2px solid #b23232; margin: 10px; }
.add-event form label { display: block; padding: 3px; font-size: 12px; }
.add-event form #sponsors { width: auto; }
.add-event form input, .add-event form select { width: auto; }
.add-event form textarea { width: 500px; height: 200px; padding: 2px; margin: 0; display: block; }
.add-event form div {clear: both;}
.add-event form .field { padding: 10px; clear: both; border-bottom: 1px solid #cacaca; }
.add-event form .field .field { border: none; }
.add-event form .field label { font-size: 15px; }
.add-event form .field.missing { border: 1px solid #ff3136; }
.add-event form .twrap td { padding: 2px; }
.add-event form .twrap input { border: 1px solid #cccccc; padding: 2px; margin: 0; text-align: center;  }
.add-event form button { padding: 10px; font-size: 20px; width: 200px; }

.add-event p {
	margin: 10px 0 0 10px;
	padding: 0px;
	font-size: 13px;
}

/* call for entries */

#entry-listings {
	height: 5000px;
	width: 750px;
	overflow: auto;
}
#entry-listings .listing-slot {
	width: 170px;
	float: left;
	margin: 30px;
}

#entry-listings #listing-detail {
	margin: 10px;
}

#entry-listings #listing-detail #artist-details {
	background-color: #dcdcdc;
	border: solid 1px #d3d3d3;
	margin: 20px 0 20px 0;
	padding: 10px;
	width: 50%;
}

#entry-listings h2 {
	color: #000;
	font-family: arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	letter-spacing: .5px;
}

#entry-listings h3 {
	color: #000;
	font-family: arial, sans-serif;
	font-style: italic;
	font-weight: normal;
	letter-spacing: .5px;
	font-size: 12px;
	margin: 0 0 2px 0;
}

#entry-listings .listing-slot h2 {
	font-size: 12px;
	margin: 2px 0 0 0;
}

#entry-listings #listing-detail h2 {
	font-size: 14px;
	margin: 5px 0 2px 5px;
}

#entry-listings #listing-detail h3 {
	font-style: normal;
	margin: 2px 0 2px 10px;
}

/* alternate content styles */
.alt-content-styles h2 {
	color: #000;
	font-family: arial, sans-serif;
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .5px;
	margin: 0 0 0 10px;
}

.alt-content-styles h3 {
	color: #000;
	font-family: arial, sans-serif;
	font-style: italic;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: .5px;
	margin: 0 0 5px 10px;
}

.alt-content-styles h4 {
	color: #000;
	font-family: arial, sans-serif;
	font-style: normal;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .5px;
	margin: 0 0 0 10px;
}

.alt-content-styles p {
	font-style: 12px;
	letter-spacing: 0;
	margin: 0 0 10px 10px;
}

#content .alt-content-styles ul {
	margin: 0 0 10px 30px;
}

#content .alt-content-styles label {
	font-size: 13px;
	font-weight: bold;
}

