@import url("iefix.css");

img { behavior: url(iepngfix.htc); }
/* Fix for the IE png transparency failure */

img,
.block, .block .head, .block .head h2, .block .body,
.article, .article .head, .article .head h2, .article .body { behavior: url(iepngfix.htc); }


* {
margin:0;
padding:0;
}

/* General Style Info */
/*
a95e58	Pantone 202C red, 50% shade
6c081e	Pantone 202C red
18226e	Royal blue
e0e0ff	Lighter blue
ffeedb	Lighter pink
*/

body {
	/*background-color: #18226e;*/
	/*background-color: lightblue;*/
	/*background-color: #202050;*/

	/*background-color: #335ab6;*/
	background-color: #353570;
	color: #fff;
	font-family: sans-serif;
	font-size: 76%;
}

a{
color:#a8091f;
text-decoration:none;
}
a:hover{
color:#a8091f;
text-decoration:underline;
}

a img{
	border:none;
}

p {
	padding-bottom: 16px;
	text-align: justify;
}

em {
}
h1, h2, h3, h4 {
    clear: both;
}
h2, h3 {
	font-weight:normal;
}
h1 {
	font-size: 180%;
	margin: 0.3em 0;
}
h2 {
	font-size: 180%;
	margin: 0;
}
#content h3 {
	font-size: 145%;
	padding-bottom: 16px;
	text-transform: lowercase;
	border-top: 1px solid gray;
}
h4 {
	font-size: 120%;
	padding-top: 8px;
}
h5 {
	font-size: 80%;
}
ul, li {
	margin: 0 12px;
}

li {
  margin-bottom: 0.5em;
}

/* Layout */
#footer {
	display: block;
	position: fixed !important;
	position: absolute;
	right: 0 !important;
	right: -200px;
	bottom: 0;
	padding: 6px 20px;
	text-align: right !important;
}

/* Tables */
table {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 1px 4px;
	text-align: center;
}
table tr td {
	border-right: 1px solid #ddd;
	padding: 4px 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
}
td.actions a {
	padding: 0 6px;
}
#cakeSqlLog td {
	background: #fff;
	border-bottom: 2px solid #ccc;
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	color: #ccc;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}

/* Scaffold View */
dl {
	padding-bottom: 8px;
}

dl .altrow {
}

dt {
	font-weight: bold;
	vertical-align: top;
}

dd {
	position: relative;
	padding-left: 16px;
	vertical-align: top;
}

/* Forms */
table form div, form.compact div {
	clear: none;
	display: inline;
}

form {
	margin-top: 0;
	padding: 0;
}
form div {
	clear: both;
	margin-bottom: 16px;
	vertical-align: text-top;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.optional, form div.input {
	color: #444;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	text-align: right;
}
label {
	display: block;
	font-size: 14px;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	display: block;
	font-size: 14px;
	width: 100% !important;
	width: 96%;	/* Stupid IE */
}
span input {
	clear: none;
	display: inline;
	margin: 0.5em;
}
select {
	clear: both;
	font-size: 14px;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 14px;
	padding: 0 4px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 2px 6px 7px 2px;
	width: auto !important;
}
.submit input {
	display: inline;
	padding: 0 6px;
	width: auto !important;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message, p.error, div.error-message {
	color: yellow;
	font-size: 16px;
	font-weight: bold;
	margin: 8px 0;
	text-align: center;
	border-top: 1px solid yellow;
	border-bottom: 1px solid yellow;
}
div.error-message {
	clear: both;
}
div.error em {
	font-size: 18px;
	color: #003d4c;
}
span.notice {
	color: #fff;
	display: block;
	font-size: 16px;
	padding: 8px;
	margin: 1em 0;
}

/* Actions */
div.actions {
	position: fixed;
	top: 50px;
	right: 20px;
	text-align: left;
}
div.actions ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.actions li {
	text-align: right;
	list-style-type: none;
	margin: 0px 0px 3px 0px;
	padding: 0px 2px;
}
div.actions ul li a {
	padding: 1px 12px;
	color: #7070A0;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #003d4c;
}

/* Related */
div.related {
	clear: both;
	display: block;
}
div.related div.actions {
	position: relative;
	top: 4px;
	left: 0;
	text-align: left;
}
div.related div.actions ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.related div.actions li {
	list-style-type: none;
	margin: 0 0 4px 0px;
	padding: 0;
}
div.related div.actions ul li a{
	background:#fff;
	color: #2C6877;
	padding: 0;
	text-decoration: underline;
}
div.related div.actions ul li a:hover {
	background:#fff;
	color: #2C6877;
	text-decoration: none;
}

/* Other */
pre {
	padding: 16px;
}

/*
*  Layout
*/ 

#container{
position:absolute;
left:0;
top:0;
text-align:left;
margin-left:20px;
width:960px;
background: transparent url('images/border-rotated.png') repeat-y right;
}

#widget{
position:relative;
left:0;
top:0;
text-align:left;
color: #484848;
margin: 10px;
}

.block, .block .head, .block .head h2, .block .body {
background: white url('images/shadowback-8px.png') no-repeat bottom right;
}
.block {
position: relative;
margin: 0 auto;
padding-right: 15px;
width: 250px !important; /* intended total width - padding-r */
width: 235px; /* IE/Win = width - padding */
}

#widget .block {
width: 470px !important; /* intended total width - padding-r */
width: 455px; /* IE/Win = width - padding */
}

.block .head {
background-position: top right;
margin-right: -15px; /* pull the right image over on top of border */
padding-right: 40px; /* right-image-gap + right-inside padding */ 
}

.block .head h2 {
background-position: top left;
margin: 0; /* reset main site styles*/
border: 0; /* ditto */
padding: 25px 0 0 40px; /* padding-left = image gap + interior padding ... no padding-right */
height: auto !important;
height: 1%; /* IE Holly Hack */ 
}

.block .body {
background-position: bottom left;
margin-right: 25px; /* interior-padding right */
padding: 0 0 20px 40px; /* mirror .cssbox_head right/left */ 
}

.article, .article .head, .article .head h2, .article .body {
background: white url('images/shadowback-8px.png') no-repeat bottom right;
}

#tall .body {
	background: #335ab6 url('images/shadowback-8px-vrep.png') repeat-y;
	margin-right: 25px; /* interior-padding right */
	padding: 0 0 25px 40px; /* mirror .cssbox_head right/left */ 
}

.article {
position:relative;
margin: 0 auto;
padding-right: 15px;
width: 600px !important; /* intended total width - padding-r */
width: 585px; /* IE/Win = width - padding */
}

.article .head {
background-position: top right;
margin-right: -15px; /* pull the right image over on top of border */
padding-right: 40px; /* right-image-gap + right-inside padding */ 
}

.article .head h2 {
background-position: top left;
margin: 0; /* reset main site styles*/
border: 0; /* ditto */
padding: 25px 0 0 40px; /* padding-left = image gap + interior padding ... no padding-right */
height: auto !important;
height: 1%; /* IE Holly Hack */ 
}

.article .body {
background-position: bottom left;
margin-right: 25px; /* interior-padding right */
padding: 0 0 35px 40px; /* mirror .cssbox_head right/left */ 
}

.article table, .block table, .article tr, .block tr, .article th, .block th, .article td, .block td {
border: none;
background: none;
margin: 0;
}

.article th, .block th, .article td, .block td {
text-align: left;
vertical-align: top;
}

.outlook .photo {
display: block;
float: left;
}

.outlook table {
clear: none;
float: left;
width: auto;
}

.outlook td {
margin: 0;
padding: 0;
padding-left: 1em;
}

.note {
	margin-top: 1em;
}

#header{
position:absolute;
left:15px;
top:45px;
width:225px;
/*height:190px;*/
background:transparent;
}

#header h1 a{
display:block;
width:225px;
height:250px;
text-indent:-5000px;    
background:url(images/logo-white.png) no-repeat top;    
}

#navigation{
position:relative;
left:225px;
width:685px;
height:75px;
/*background: #fff0a0 url(images/nav_bg.png) no-repeat;*/
background: url(images/nav_bg.png) no-repeat;
}

#options{
position: absolute;
top: 50px;
right: 0;
}

#roleselector{
position: fixed !important;
position: absolute;
top: 20px;
right: 20px !important;
right: -130px;
}

#content
{
position:relative;
margin-left:225px;
/*padding-bottom:50px;*/
width: 675px;
/*background: url(images/content_top_bg.png) no-repeat;*/
color: #484848;
}

#summary{
font-size:120%; 
position:absolute;
top:75px;
left:225px;
width:435px;
height:190px;
padding-left:225px;
padding-right:25px;
color:black;
/*background: #fff0a0 url(images/copy_bg.png) no-repeat;*/
}

#summary h2{
text-indent:-5000px;    
position:absolute;
top:15px;
left:0;
width:226px;
height:180px;
/*background:url(images/copy_header_bg.gif) no-repeat;*/
}

#summary .text{
padding:25px;
}

#sidebar{
display:block;
position:absolute;
left:10px;
top:330px;
color: #484848;
}

#sidebar .block{
width: 220px !important;
}

#sidebar .block .head h2 {
background: white url('images/shadowback-8px.png') no-repeat top left;
}

#sidebar form{
margin:0 auto;
width:80%;
}

.sideblock{
width:200px;
height:100px;
/*background:url(images/side_block_tomato.png) no-repeat top;*/
}

.sideblock *{
/*color:#fff0a0;*/
}

.sideblock h2{
font-size: 16px;
margin: 0;
padding: 10px;
}

#download{
text-indent:-5000px;    
display:block;
position:absolute;
left:0;
top:290px;
width:213px;
height:145px;
background:url(images/download_btn.png) no-repeat top;
}

#download:hover{
/*background:url(images/download_btn.gif) no-repeat bottom;   */
}

/*
*  Navigation
*/

#navigation ul{
position:absolute;
left: 0;
top: 0;
margin: 0;
padding-left: 20px;
width: 100%;
}

#navigation ul li{
list-style-type:none;
display:float;
float:left;
margin: 0;
}

#navigation ul li a{
font-weight:bold;
display:block;
float:left;
color: white;
}

#navigation ul li a span{
display:block; 
margin-right:12px; 
padding:10px 6px 9px 9px; 
} 

#navigation ul li.active a span{
padding:12px 6px 9px 9px; 
} 

#navigation ul li a:hover, #navigation ul li.active a{
color: black;
background:url(images/nav_item_bg.png) no-repeat bottom right; 
} 

#navigation ul li a:hover span,  #navigation ul li.active a span{
color: black;
background:url(images/nav_item_bg.png) no-repeat bottom left; 
}

#navigation form{
	float: right;
	margin: 8px 0;
}

#navigation select {
	clear: none;
	border: none;
	width: 80px;
	font-size: 13px;
}

#navigation .right {
    margin: 0;
    float: right;
}

#navigation .last {
	padding-right: 45px;
	float: right;
}

#navigation ul ul {
	left: auto;
	top: 37px;
	right: 60px;
	width: auto;
	margin: 0;
	padding: 0;
	background: url('images/nav_sub_bg.png') no-repeat bottom left;
}

#navigation ul ul li {
	background: url('images/nav_sub_bg.png') no-repeat bottom right;
}

#navigation ul ul li a:hover, #navigation ul ul li.active a{
color: black;
background:url(images/nav_sub_item_bg.png) no-repeat bottom right; 
} 

#navigation ul ul li a:hover span,  #navigation ul ul li.active a span{
color: black;
background:url(images/nav_sub_item_bg.png) no-repeat bottom left; 
}

/*
*  options
*/

#options ul{
margin-right: 40px;
}

#options ul li{
list-style-type:none;
display:inline;
}

#options ul li a{
font-weight:bold;
display:block;
float:left;
}

#options ul li a span{
display:block; 
margin-right:12px;
color:#7070A0;
font-weight:normal;
} 

#options ul li.active a span{
font-weight:bold;
}

#options ul li a:hover, #options ul li.active a{
color: #7070A0;
} 

#options ul li a:hover span,  #options ul li.active a span{
color: #7070A0;
} 

em {
font-weight: bold;
font-style: normal;
}

.left {
	float: left;
}

.right {
	float: right;
}

.inset_left {
	display: block;
	float: left;
	margin: 0;
	padding: 4px 0;
	padding-right: 16px;
}

.inset_right {
	display: block;
	float: right;
	margin: 0;
	padding: 4px 0;
	padding-left: 16px;
}

.member a {
	color: #353570;
}


dl.events dd.withphoto {
	height: 50px;
}

dl .thumbnail {
bottom: 0;
right: 0;
float: right;
margin: 0;
margin-top: -25px;
}

.photo, .photo p {
	text-align: center;
}

.photos {
	text-align: center;
}

.photos h4 {
	padding-bottom: 4px;
}

.thumbnail {
	display: inline;
}

.hotfeature {
	position: absolute;
	top: -30px;
	right: -55px;
}

.audioclip {
	position: relative;
}
.audioclip object {
	vertical-align: middle;
}

.videos {
	padding-top: 4px;
}

.videoclip {
	margin: 0;
	padding-bottom: 8px;
	text-align: center;
}

.videoclip object, .videoclip embed {
	width: 340px;
}

div {
	position: relative;
}

.news {
	font-size: 10px;
}

.news .when {
  font-weight: bold;
  text-transform: uppercase;
}

.news .date {
}

.news .summary {
  margin-top: 0.5em;
  font-style: italic;
}

ul.news {
	margin: 0;
}

.news li {
	margin: 0;
	padding: 0;
}

.news em {
	font-size: 10px;
	font-weight: bold;
}

.newsphoto {
	width: 90px;
	height: 67px;
	margin: 2px 4px;
	float: left;
	display: block;
}

.news .item {
	padding-top: 5px;
	padding-bottom: 5px;
}

.news .overlay {
	position: absolute;
	top: 0;
	left: 0;
}

.ruler {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 520px;
	height: 10px;
	color: white;
	font-weight: bold;
	background: green;
}
.fullsize {
	height: 100%;
}

.wide {
	width: 100%;
}

dl h3 {
    margin-top: 1em;
}

h4 {
	font-size: 115%;
	font-weight: normal;
	margin-top: 1em;
	padding-top: 0;
	padding-bottom: 12px;
	text-transform: lowercase;
	border-top: 1px solid gray;
}

tr.visitor {
	font-weight: bold;
}

td.last {
    text-align: right;
}

.warning {
    text-color: #880;
    font-weight: bold;
}

.tags {
	font-weight: normal;
	font-size: 60%;
}

.clear {
	clear: both;
}

.playlist {
	float: right;
}

.event .playlist {
	clear: both;
	height: 2em;
}

span .add {
	display: none;
}

span:hover .add {
	display: inline;
}

div.question {
	margin: 1em 0;
	padding: 0.5em;
}

.question h4 {
	padding-top: 0;
}

.question div {
	margin: 0;
}

.question p {
}

.outlook ul.playlist, .outlook ul.playlist li {
	clear: none;
}

.article ul, .article li {
	clear: both;
}

.lineup li {
	height: 27px;
}

.lineup tr, .lineup td {
	padding: 0 12px;
}

li .icon {
	display: block;
	float: left;
	width: 70px;
}

li .instrument {
	display: block;
	float: left;
	width: 250px;
}

.opinions h4 {
	position: relative;
	font-weight: bold;
}

.opinions h4 span.time {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 80%;
	font-style: italic;		
}

.smallstats {
	font-style: italic;
}

.news .head img {
  display: block;
  position: absolute;
  left: 20px;
  top: 28px;
}

.state_3,
.state_3 a {
  font-style: italic;
  font-weight: normal;
  text-decoration: line-through;
}

h2 .eventstate {
  display:block;
  position:absolute;
	text-transform: lowercase;
  font-size:13px;
  left:40px;
  top:12px;
}

.Declined {
  color: red;
  font-weight:bold;
}

.Tentative {
  color: orange;
}

.videoclip .title {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-style: italic;
}

.edit_history_footer {
  top: 2em;
  color: gray;
  font-size: 75%;
  font-style: italic;
  text-align: center;
}

.playall {
  float: none;
  margin-bottom: 1em;
}

.playall img {
  vertical-align: top;
}


