/* import browser specific stuff */
/* @import url("browser.php"); */

/* body style */
body {
	background-color: #CC0000;
	margin: 0px;
	padding: 0px;
	padding-bottom: 1em;
}
div#content, div#leftsidebar, div#rightsidebar, body {
	font: 91% Verdana, sans-serif;
}

/* link styles (unless overridden later) */
a:link, a:visited {
	color: #333399;;
}
div#content a:hover {
	background-color: #CCCCFF;
}
/* header styles */
h1 {
	/*
	position: absolute;
	top: 5px;
	left: 170px;
	*/
	margin: 0;
	padding: 0;
	margin-left: 200px;
	margin-top: 5px;
	margin-right: 20px;
	background-image: url("../../images/h1-horz.png");
	background-repeat: no-repeat;
	background-position: top center;
	/*width: 574px;*/
	height: 80px;
}
h1 span {
	display: none;
}
h1 a {
	display: block;
	height: 69px;
}

/* copyright */
div#copyright {
	/*
	position: absolute;
	top: 550px;
	left: 0px;
	width: 156px;
	*/
	text-align: center;
	font-size: x-small;
	padding: 2px;
	margin-left: 213px;
	margin-right: 34px;
}
div#copyright p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 0.2em;
	text-align: center;
}
#copyright a:link, #copyright a:visited, div#copyright p {
	color: black;
}
/* main content style */
div#content {
	background-color: white;
	background-image: url("../../images/grad1.png");
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border: 1px solid black;
	padding-bottom: 1.9em;
	padding-top: 0.5em;
	padding-left: 2.0em;
	padding-right: 2.3em;
}
p {
	text-align: justify;
}
/* navigation bar style */
a#skipnav {
	display: none;
}
div#leftsidebar {
	position: absolute;
	left: 200px;
	background-image: url("../../images/sidebar-1.png");
	width: 14px;
	margin: 0px;
	padding: 0px;
	border: 1px solid black;
	border-style: solid none solid none;
}
div#content {
	z-index: 50;
	margin: 0px;
	margin-bottom: 10px;
	margin-left: 200px;
	margin-right: 18px;
	margin-top: 0px;
	border: 1px solid black;
	border-left: 10px solid black;
	border-right: 10px solid black;
	border-bottom: 5px solid black;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 200px;
	margin-right: 20px;
}
html>body div#content {
	margin-left: 200px;
	margin-right: 20px;
}
div#rightsidebar, div#leftsidebar {
	top: 100px;
	z-index: 10;
	display: none;
}
div#rightsidebar {
	position: absolute;
	right: 20px;
	width: 14px;
	background-image: url("../../images/sidebar-1.png");
	margin: 0px;
	padding: 0px;
	border: 1px solid black;
	border-style: solid none solid none;
}

/* column positioning */
div.twocol {
}
div.twocol div.left, div.twocol div.right {
	width: 47%;
	background-color: white;
}
div.twocol div.left {
	float: left;
	margin-right: 2%;
	width: 45%;
}
div.twocol div.right {
	float: right;
	/*margin-left: 50%;*/
	width: 45%;
	padding-left: 2%;
	/*border-left: 1px dashed #993333;*/
	border-left: 1px dotted #CCCCCC;
}
div.twocol div h3 {
	margin-top: 0;
}
div#resources div.left {
	/*width: 37%;*/
	/*padding-right: 3%;*/
	padding-right: 1em;
	float: left;
	/*margin-right: 53%;*/
	border-right: 1px dotted #CCCCCC;
}
div#resources div.right {
	/*float: right;*/
	float: none;
	width: 45%;
	margin-left: 37%;
	border-left: none;
	margin-right: 0px;
}
div#resources p {
	margin-top: 0px;
}
/* linksets */
div.linkset a {
	font-weight: bold;
}
div.linkset div.description a, div.linkset a[name] {
	font-weight: inherit;
	display: inline;
	margin-left: 0px;
}
div.linkset div.description {
	/*margin-left: 2em;*/
}
div.linkset div.description p {
	margin-top: 0.3em;
}
div.linkset {
	margin-bottom: 1.7em;
}
div.linkset a { 
	display: list-item; 
	list-style-type: disc; 
	margin-left: 1.0em; 
}
/* uncomment to center */
/*h3, div.linkset a, div.linkset div.description { text-align: center; margin-left: 0em; display: block; }*/

/* breadcrumb trail */
p#breadcrumb a:hover {
	background-color: transparent;
}
p#breadcrumb {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 80%;
	margin-left: -2em;
	margin-right: -2em;
	padding-bottom: 0.4em;
	border-bottom: 1px solid #CCCCCC;
}
#youarehere {
	display: none;
}
/* custom blockquote */
blockquote {
	font-style: italic;
}
div.blockquote blockquote {
	margin: 0em;
	margin-left: 1.3em;
	margin-right: 2.0em;
	font-style: italic;
	padding-bottom: 1em;
}
div.blockquote blockquote p {
	margin: 0em;
	padding: 0em;
}
div.blockquote div, p.caption {
	font-size: 80%;
	text-align: right;
	margin-right: 2.0em;
}
/* medium image block */
div.right-medium-imgblock, div.left-medium-imgblock {
	/*background-color: black;*/
}
div.right-medium-imgblock img, div.left-medium-imgblock img {
	border: 1px solid black;
	display: block;
	width: 220px;
}
div.right-medium-imgblock div.caption, div.left-medium-imgblock div.caption,
.galleryimage0 div.caption, .galleryimage1 div.caption
{
	width: 210px;
	text-align: center;
	overflow: hidden;
	color: gray;
	font-style: italic;
	font-size: 90%;
	padding: 5px;
	padding-top: 1px;
	padding-bottom: 3px;
	margin-bottom: 0.6em;
}
div.right-medium-imgblock {
	float: right;
	margin-left: 1em;
	width: 220px;
}
div.left-medium-imgblock {
	float: left;
	margin-right: 1em;
}
/* image block */
div.imgblock {
	width: 300px;
	color: white;
	background-color: black;
	border: 1px black;
	border-style: solid none solid none;
	margin-right: 20px;
}
div.imgblock div.imgblockimg, div.imgblock div.caption {
	text-align: center;
	overflow: hidden;
}
div.imgblock, div.imgblock div.leftimgsidebar, div.imgblock div.rightimgsidebar, div.imgblock div.imgblockimg {
	height: 270px;
}
div.imgblock div.leftimgsidebar, div.imgblock div.rightimgsidebar {
	background-color: #993333;
	background-image: url("../../images/sidebar-1.png");
	width: 14px;
}
div.leftimgsidebar {
	float: left;
}
div.rightimgsidebar {
	float: right;
}
div.imgblock div.imgblockimg img {
	margin-top: 10px;
	height: 200px;
	width: 267px;
}
div.imgblock div.caption {
	padding: 0.3em;
	margin-left: 14px;
	margin-right: 14px;
}
/* hidden elements */
.hidden {
	display: none;
}
/* intro div */
div#introduction {
	font-style: italic;
	text-align: justify;
	/*padding-left: 1em;
	padding-right: 2em;*/
}
div#introduction em {
	font-style: normal;
}
div#introduction p#introlink {
	margin-top: 2em;
	text-align: center;
	font-weight: bold;
}
div#introduction p#introlink .thelink {
	font-size: 110%;
}
.grad1 { color: #CCCCCC; }
.grad2 { color: #9999CC; }
.grad3 { color: #666699; }
.grad4 { color: #333399; }
/* fancy first paragraph */
.fancy {
}
.fancy:first-letter { 
	font-size: 150%; 
	/*margin-left: -0.2em;*/
	/*font-style: normal;*/
}
/* special h2 */
h2 {
	margin-left: -1em;
}
h2.title {
	color: white;
	background-color: black;
	/*margin-top: 80px;*/
	margin-left: 200px;
	margin-bottom: 0px;
	margin-top: 0;
	margin-right: 20px;
	padding: 0.2em;
	padding-left: 1.3em;
	padding-right: 1.3em;
	padding-top: 0.5em;
	font-size: 120%;
	font-weight: normal;
	z-index: 15;
	text-align: center;
}
h2.hr {
	color: #CCCCCC;
	background-color: transparent;
	font-size: 90%;
	/*width: 105%;*/
	margin-top: 2em;
	border-top: 1px solid #CCCCCC;
	text-transform: uppercase;
	margin-right: -1em;
	clear: both;
}
/* horizontal rule */
hr {
	margin-left: -1em;
	border: none;
	border-top: 1px solid #CCCCCC;
	/*width: 105%;*/
	margin-top: 2em;
	clear: both;
}
/* news list */
ul#newsgroup, ul.readmore {
	margin-left: 0em;
	padding-left: 0.4em;
	/*padding-left: 1.2em;
	padding-right: 2em;*/
}
li.newsitem, ul.readmore li {
	/*
	display: list-item;
	*/
	list-style-type: square;
	margin-left: 1em;
	/* this breaks ie5 mac
	list-style-position: inside;
	*/
	color: #999999;
	padding-bottom: 0.2em;
}
ul.readmore li {
	padding-bottom: 0.4em;
}
ul.readmore li span {
	color: black;
}
#readmorecol1 {
	float: left; 
	width: 50%;
	margin-top: 0em;
}
span.newsitemsource {
	font-size: 80%;
	font-style: italic;
	padding-left: 0.2em;
}
/* container div */
div.container {
	margin: 0px;
	border: 0px;
	padding: 0px;
}
/* TODO class */
.TODO, .todo {
	background-color: red;
}
/* address */
address {
	/*margin-left: 1em;*/
}
/* resources */
#resources div.left a {
	font-weight: bold;
}
#resources p.bottom {
	padding-top: 0.7em;
	border-top: 1px dotted #CCCCCC;
	text-align: right;
}
#resources {
	margin-bottom: 0em;
}
#resources td {
	vertical-align: top;
}
#resources td#leftcell {
	border-right: 1px dotted #CCCCCC;
	padding-right: 1em;
	width: 50%;
}
#resources td#rightcell {
	padding-left: 1em;
	width: 50%;
}
/* matrices */
table.demographic-matrix {
	/* ie/win is teh cretin's browser
	width: 100%;
	*/
	caption-side: bottom;
	font-size: 90%;
}
table.demographic-matrix td, table.demographic-matrix th {
	text-align: center;
	vertical-align: middle;
	padding: 0.3em;
}
table.demographic-matrix td {
	border-left: 1px dotted #CCCCCC;
	border-top: 1px dotted #CCCCCC;
}
/* tables */
table td, table th {
	vertical-align: top;
	padding-bottom: 0.6em;
}
table.contact th, table.generic-table th {
	text-align: right;
	padding-right: 0.6em;
}
.schedule-table, .sound-table, .generic-table {
	/* ie/win is teh cretin's browser
	width: 100%;
	*/
	caption-side: bottom;
	font-size: 90%;
	border: 1px solid #CCCCCC;
}
.schedule-table th, .sound-table th, .generic-table th {
	color: #CCCCCC;
	text-transform: uppercase;
}
.schedule-table td, .sound-table td, .generic-table td {
	border-right: 1px dotted #CCCCCC;
	border-top: 1px dotted #CCCCCC;
	vertical-align: top;
}
.sound-table th {
	text-align: center;
}
.sound-table td {
	padding: 0.2em;
}
.schedule-table th#date { width: 11em; }
.schedule-table th#track {}
.schedule-table th#event {}
caption {
	text-align: center;
	overflow: hidden;
	color: gray;
	font-style: italic;
	font-size: 90%;
	padding: 5px;
	padding-top: 1px;
	padding-bottom: 3px;
	margin-bottom: 0.6em;
}
.schedule-table td p{
	text-align: left;
}

/* horizontal link set */
.hlinkset {
	clear: both; 
	padding-top: 1em; 
	text-align: center;
	font-style: italic;
	font-size: 110%;
	border-top: 1px solid #CCCCCC;
}
.hlinkset a, .hlinkset span {
	padding-left: 0.3em;
}
/* gallery */
.galleryimage0 {
	float: left;
	clear: both;
}
.galleryimage1 {
	margin-left: 280px;
}
.galleryimage0 img, .galleryimage1 img {
	border: 1px solid black;
	display: block;
	width: 250px;
}
.galleryimage0 div.caption, .galleryimage1 div.caption {
        padding-bottom: 1em;
}
/* paragraph list */
ul.paralist {
	padding-left: 1em;
}
ul.paralist li {
	padding-bottom: 1em;
}
/* warning style */
.warning {
	color: red;
}
/* heights */
div#content {
        min-height: 563px;
}

div#leftsidebar, div#rightsidebar {
        height: 595px;
}
#resources h3 { 
	font-size: 100%; 
	margin-bottom: 0; 
	margin-top: 0;
}
#resources p { 
	padding-left: 1em; 
	margin-top: 0.2em;
}
#resources p.bottom {
	clear: both;
}
/* flags image */
#flags1 {
	position: absolute;
	top: 8px;
	left: 0px;
	width: 200px;
	height: 93px;
	text-align: center;
}
/* grabbed from browser.php */
div#content {
        min-height: 563px;
}

div#leftsidebar, div#rightsidebar {
        height: 595px;
}

/* turn off borders on linked images */
a img {
	border: none;
}

/* forms */
fieldset.spaced input {
	margin-top: 0.6em;	
}
table tr th {
	text-align: right;
}
fieldset {
	margin: 1em 0;
}
fieldset legend {
	color: #CCCCCC;
}
/* navigation bar styles 2004-04-10 */
div#nav {
        position: absolute;
        top: 130px;
        left: 0px;
        padding: 0;
        margin: 0;
        width: 200px;
        max-width: 200px;
        min-width: 200px;
}
div#nav p.closed, div#nav div.closedcurveholdertop, div#nav div.closedcurveholderbottom {
	background-color: black;
	margin: 0 0 0 18px;
	padding: 10px 0 19px 16px;
}
div#nav p.closed a {
	color: white;
	font-style: italic;
}
div#nav p.open, div#nav ul.subnav, div#nav div.subnavcurveholder {
	position: relative;
	background-color: white;
	margin: 0;
	margin-right: -10px;
	z-index: 80;
} 
div#nav p.open, div#nav ul.subnav {
	padding: 10px;
}
div#nav ul.subnav {
	background-image: url(../../images/white-on-red-curve-w.png);
	background-repeat: repeat-y;
	background-position: left;
	padding-bottom: 0;
}
div#nav div.subnavcurveholder {
	background-image: url(../../images/white-on-red-curve-sw.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 28px;
	min-height: 28px;
}
div#nav p.open {
	padding-bottom: 0;
	padding-left: 29px;
	background-image: url(../../images/white-on-red-curve-nw.png);
	background-repeat: repeat-y;
	background-position: top left;
}
div#nav p.open a {
	font-weight: bold;
}
div#nav p.open a, div#nav ul.subnav a {
	color: black;
}
div#nav ul.subnav li {
	margin: 0 0 0 30px;
	font-size: 80%;
	padding-top: 8px;
	list-style-image: url(../../images/bullet2.png); 
}
div#nav div.closedcurveholdertop {
	background-image: url(../../images/black-on-red-curve-nw.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0;
	height: 10px;
}
div#nav div.closedcurveholderbottom {
	background-image: url(../../images/black-on-red-curve-sw.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0;
	height: 10px;
}
div#nav div.subnav2 p {
	text-align: center;
	color: white;
}
div#nav div.subnav2 p a {
	color: white;
	font-size: small;
}
