html {
	background: #86aa95 url('../images/starburst.jpg') center top no-repeat;
}

body {
	font-family: arial, sans-serif;
}

#bigwrap {
width: 847px;
margin: 0 auto;
position: relative;
}


/* ============================================================
	Thrown messages/errors
============================================================ */

#thrown p {
	border-width: 2px;
	border-style: solid;
	color: black;
	cursor: pointer;
	padding: 0.5em;
	width: 424px;
}

#thrown p.error {
	background-color: #ffa0a0;
	border-color: #800000;
}
#thrown p.error:hover {
	background-color: #ffb0b0;
	border-color: #901010;
}

#thrown p.notice {
	background-color: #a0ffa0;
	border-color: #008000;
}
#thrown p.notice:hover {
	background-color: #b0ffb0;
	border-color: #109010;
}


/* ------------------------------------------------------------
	Secondary nav
------------------------------------------------------------ */
#nav1 {
	float: right;
	background-color: white;
	width: 317px;
}

#nav1 li {
	padding-top: 216px;
	display: block;
	float: left;
	width: 106px;
	text-align: center;
}

#nav1 li.last {
	width: 105px;
}

#nav1 li a {
	text-transform: uppercase;
	text-decoration: none;
	background-color: #e8d692;
	display: block;
	padding: 8px 0;
	border-right: 1px solid #1f3666;
	width: 105px;
	color: #002d62;
}

/* #nav1 li:last-child a { */
#nav1 li.last a {
	border-width: 0;
}

#nav1 #nav1_listen {
	background: transparent url('../images/listen.jpg') top left no-repeat;
}

#nav1 #nav1_invite {
	background: transparent url('../images/invite.jpg') top left no-repeat;
}

#nav1 #nav1_events {
	background: transparent url('../images/news.jpg') top left no-repeat;
}


/* ------------------------------------------------------------
	#home (what is this?)
------------------------------------------------------------ */

#home {
position: absolute;
background-color: red;
left: 40px;
top: 0;
}

#home,
#home * {
	display: block;
	background-color: transparent;
	z-index: 9999;
	text-indent: -9999px;
	padding:0;
	margin:0;
	height:120px;
	width:400px;
	border-width:0;
}


/* ------------------------------------------------------------
	#content (again, what is this?)
------------------------------------------------------------ */

#content {
background: transparent url('../images/mainbg-trans.png') center top no-repeat;
padding: 0 33px;
min-height: 500px;
}


/* ------------------------------------------------------------
	#left
------------------------------------------------------------ */

#left {
position: relative;
padding: 123px 0 0 0;
font-size: .7em;
}


/* ------------------------------------------------------------
	#right
------------------------------------------------------------ */

#right {
position: relative;
float: right;
width: 317px;
text-align: center;
font-size: .7em;
}

#right em, #left em {
font-style: italic;
}


/* ------------------------------------------------------------
	.contentblock
------------------------------------------------------------ */

.contentblock {
	padding: 10px;
}

.contentblock p,
.contentblock ul,
.contentblock ol,
.contentblock blockquote,
.contentblock h2 {
	margin: 1em 0;
}

.contentblock ol {
	list-style-type: decimal;
	padding-left: 2em;
}

.contentblock ul {
	list-style-type: disc;
	padding-left: 2em;
}

.contentblock li {
	margin: .5em 0;
	line-height: 16px;
}
.contentblock dt { font-weight: bold }
.contentblock dd { margin-bottom: 1em; }

.contentblock b,
.contentblock strong { font-weight: bold }

.contentblock blockquote { padding-left: 2em }

#right img {
margin: 15px 0 0 0;
}

.contentblock h1 {
font-size: 1.7em;
color: #002d62;
margin-top: 40px;
margin-bottom: 10px;
}

.contentblock h2, .contentblock legend {
font-size: 1.3em;
color: #002d62;
font-weight: bold;
}

.contentblock h3 {
font-weight: bold;
font-size: 1.1em;
}

.contentblock .toggle,
.contentblock .toggle_scripted {
	padding-left: 0;
	list-style-type: none;
}

.contentblock .toggle li {
	list-style-type: none;

}

.contentblock .toggle_scripted span {
	cursor: pointer;
}

.contentblock .toggle_scripted li ul {
	display: none;
	list-style-type: none;
}

.contentblock .toggle_scripted li span {
	background: transparent url('../images/arrow_right.gif') left 3px no-repeat;
	padding-left: 1em;
}

.contentblock .toggle_scripted li.open span,
.contentblock .toggle_scripted li.open_hover span {
	background: transparent url('../images/arrow_down.gif') left 6px no-repeat;
}

.contentblock .toggle_scripted li.open ul,
.contentblock .toggle_scripted li.open_hover ul {
	display: block;
}

.contentblock .toggle li a,
.contentblock .toggle_scripted li a {
	display: block;
	padding-left: 1em;
}

.contentblock th, .contentblock td {
padding: .5em;
}

.contentblock th {
font-weight: bold;
}

.contentblock .people {
list-style-type: none;
margin-left: 0; padding-left: 0;
width: 430px;
}

.contentblock .people li {
clear: right;
padding-top: 10px;
margin-left: 0; padding-left: 0;
border-top: 1px solid #002d62;
}

.contentblock .people img {
display: none;
float: right;
margin: 10px;
border: 2px solid #1f3666;
}

.contentblock .people span {
display: block
}

.contentblock .people span.title {
font-weight: bold
}

.contentblock .people span.extension {
margin-top: 1em;
}

.photo {
border: 1px solid #1f3666;
}

/*
img.right {
border: 1px solid #1f3666;
float: right;
margin: 10px;
}
*/

/* ------------------------------------------------------------
	floated content images
------------------------------------------------------------ */

img.right,
img.left {
	border: 1px solid #1f3666;
}

img.left {
	float: left;
	margin: 0 10px 10px 0;
}

img.right {
	float: right;
	margin: 0 0 10px 10px;
}


/* ------------------------------------------------------------
	footer
------------------------------------------------------------ */

#footer {
position: relative;
clear: both;
min-height: 133px;
padding: 0 33px;
background: transparent url('../images/footerbg-trans.png') left bottom no-repeat;
}

#footer ul li {
float: left;
margin-left: 10px;
margin-bottom: 10px;
}


#content:after,
.people li:after,
.people:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

#content {display:inline-block;}
/* Hide from IE Mac \*/
#content {display:block;}
/* End hide from IE Mac */

/*
label {display: block; margin: 1em 0}
textarea {display: block}
*/

small {color: #666}


#primarycontent {
	font-size: 1.1em;
}

#primarycontent .events_iframe {
	height: 400px;
	width: 100%;
}

#primarycontent strong {
	font-weight: bold;
}
