@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

hr {
	display: none;
}

html {
	height: 100%;
	margin-bottom: 1px;
	}
	
body
{
	/*border-top: 5px solid #300;*/
	background-color: #DAD7C4;
	margin: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Geneva, Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 12px;
	background-image: url(bkg.png);
	background-repeat: repeat-y;
	background-position: center top;
}

body#t-home #s-home a {
    background-color: #75889B;
    color: #fff;
    text-transform: uppercase;
}

a {
    color: #807377;
}

a img {
	border: 0;
}

img {
	padding: 5px;
	}



h3 {
	margin-top: 6px;
	}
	
h4 {
	font-weight: bold;
	font-size: 12px;
	padding: 2px 14px;
	}


fieldset {
	border: 2px #CCC solid;
	margin-bottom: 10px;
	padding: 10px;
}

fieldset > p {
	padding-left: 16px;
	}
	
blockquote > p {
	padding-left: 26px;
	}

legend {
	background-color: #fff;
	font-weight: bold;
	font-size: 15px;
	padding: 0px 10px;
}

strong { 
    margin: 1.3em 0 0.75em;
    padding: 0;
    font-size: .91em;
}

#Entry-Text > ul, #Entry-Text > ol {
    padding-left: 1em;
    margin: 0 0 2em 1em;
}

#Box { 
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 0 0px;
	height: auto;
	text-align: left;
}

#Top-Bar {
	height: 20px;
	background-color: #300;
}



body#t-education #s-education a.top-level {
	background-color: #75889B;
	color: #FFFDE6;
	}


p.top-bar-link {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 15px;
	font-weight: bold;
	padding: 0 10px 0 10px;
	display: inline;
}

p.top-bar-link a {
	color: #fff;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 15px;
	font-weight: bold;
	padding: 0 10px 0 10px;
	display: inline;
}

.right {
	float: right;
}

#Header {
	background-image: url('masthead.png');
	background-repeat: no-repeat;
	height: 112px;
	width: 100%;
}

.cssmenu ul {
	background-color: #EAEAEA;
}


/*#Top-Navigation ul {
	background-color: #ffffff;
	list-style-type: none;
	width: 100%;
	text-align: center;
	height: 50px;
}

#Top-Navigation li {
	display: block;
	float: left;
	width: 12.5%;
	vertical-align: middle;
	line-height: 50px;
	padding: 0px 0px 0px 0px;
	
}

#Top-Navigation li.last {
}

#Top-Navigation li.double-line {
  line-height: 25px;
}

#Top-Navigation a {
	display: block;
	text-decoration: none;
	color: #807377;
	font-size: 14px;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: .2em;
}

#Top-Navigation a:hover {
	color: #ffffff;
	background-color: #dad7c4;
}*/

#billboard {
	margin: 0 0 10px 0;
	float: left;
}

#billboard li {
	z-index: -100;
}

#billboard img {
	padding: 0;
	}
	
#prev1 {
	display: inline-block; 
	z-index: 10; 
	position: relative; 
	top: 110px; 
	left: 25px; 
	opacity: 0.4;
	filter:Alpha(opacity=40);
	}
#next1 {
	display: inline-block; 
	z-index: 10; 
	position: relative; 
	top: 110px; 
	left: 568px; 
	opacity: 0.4;
	filter:Alpha(opacity=40);
}



/*Warn Message ***************/

#Warn {
    background-color: #FFCB05;
    -moz--radius: 5px;
    border-radius: 5px;
    font-size: 1.4em;
    text-align: center;
    clear: both;
    margin: 10px 5px;
}

.warn-message {
    display:none;
    padding: 5px 30px;
    }

/* Featured Events  *************************/

#Featured-Events {
	width: 70%;
	float: left;
}

#Featured-Events h2 {
    background-color: #6E0408;
    color: #fff;
    margin: 0px;
    clear: both;
    font-size: 16px;
    height: 32px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .2em;
    line-height: 32px;
    margin: 0 5px 0 5px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.event {
    width: 30%;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px;
    text-align: center;
}

.event img {
    margin-bottom: 10px;
    width: 200px;
    height: 90px;
}

.event > .f-ensemble {
	padding-top: 8px;
	}


p.f-location {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 6px 0px 4px 0px;
}

p.f-title {
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
}

p.f-group {
    margin-top: 6px;
    font-size: 13px;
}

p.f-date {
    font-weight: bold;
    margin-top: 12px;
}

p.f-note-bottom,
p.f-note {
    background: transparent url(starbar.gif) no-repeat center top;
    padding-top: 28px;
    font-style: italic;
    line-height: 18px;
    font-size: 12px;
    font-family: Georgia, Times, serif;
}

p.f-note-bottom {
    background: transparent url(starbar.gif) no-repeat bottom left;
    padding-top: 3px;
    padding-bottom: 28px;
}

p.f-program {
    margin: 20px 0 10px 0;
}

p.f-program a {
    padding: 5px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Geneva, Verdana, "Bitstream Vera Sans", sans-serif;
    background-color: #1D2151;
    color: #FFF;
    line-height: 18px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

p.f-broadcast {
    margin: 20px 0 10px 0;
}

p.f-broadcast a {
    padding: 5px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Geneva, Verdana, "Bitstream Vera Sans", sans-serif;
    background-color: #75889B;
    color: #FFF;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


p.f-flyer {
    margin: 20px 0 10px 0;
}

p.f-flyer a {
    padding: 4px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Geneva, Verdana, "Bitstream Vera Sans", sans-serif;
    background-color: #75889B;
    color: #FFF;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}

p.f-warn {
	padding: 4px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Geneva, Verdana, "Bitstream Vera Sans", sans-serif;
    background-color: #FFFF99;
    color: #000;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


#Featured-Events > .cancel > .f-title,  #Featured-Events > .cancel > .f-date {
	text-decoration: line-through;
	}
	
	

/* Social Media Badges  *************************/

#Social-Media-Badges {
	width: 30%;
	float: right;
	text-align: center;
	/*border-bottom: 1px solid #000;*/
	margin-bottom: 5px;

}

#Social-Media-Badges h2, #Facebook-Box h2 {
    background-color: #6E0408;
    color: #fff;
    clear: both;
    font-size: 16px;
    height: 32px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .2em;
    line-height: 32px;
    margin: 0 5px 0 0;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


#Social-Media-Badges img {
	height: 40px;
	width: 40px;
	margin: 14px 6px 6px 6px;
	padding: 0;
}

#Facebook-Box {
	float: right;
	overflow: hidden;
	margin-right: 4px;
}

.Facebook-Box-Inner {
    margin: 10px -2px -2px -2px;
    width: 300px;
}

/* -------- Front Page Calendar -----------*/
#datepicker {
	width: 300px;
	height: 250px;
	clear: right;
	float: right;
	margin-top: 15px;
}

table.ui-datepicker-calendar tbody td.highlight > a {
    background: url("images/ui-bg_inset-hard_55_ffeb80_1x100.png") repeat-x scroll 50% bottom #FFEB80;
    color: #363636;
    border: 1px solid #FFDE2E;
}


.tipevent > a { 
    background-color:#b4b39e !important;
    color: #FFF !important;
    background-image:none !important;
    
}

.hover-time {
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
}

.hover-group {
	font-size: 14px;
	line-height: 16px;
}

.hover-location {
	font-size: 14px;
	line-height: 14px;
}


	
#crest img {
	padding: 0 30px 0 30px;
}

#Footer {
    clear: both;
    text-align: center;
/*  border-top: 1px solid #807E73; */
    padding: 100px 10px 10px 10px;
    margin: 90px 0 0 0;
    background: #D9D7C3 url("footer.gif") no-repeat top left;
    background-size: 100%;
}

#Footer ul {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

#Footer li {
    display: inline;
    padding-right: 5px;
}


#Colophon,
#Footer-Links {
    margin: 15px 0;
}

#Concert-Line {
    margin: 10px auto 15px auto;
    border-top: 1px solid #300;
    padding-top: 15px;
    width: 350px;
}

#Concert-Line em {
    font-family: Georgia, serif;
    font-style: normal;
    font-size: 1.2em;
}

/* Entry Page Design */

#Content {
     min-height:600px;
     height:auto !important;
     height:600px; 
     float: right;
     display: inline-block;
     width: 718px;
     padding: 10px 8px;
     border-left: 1px solid #C6C6C6;

}

#Content p {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	line-height: 20px;
}

#Sidebar {
	width: 250px;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 5px 10px 10px;
	float: left;
}

#Sidebar a:hover {
	color: #000;
	}
	
#like-share {
	text-align: center;
	}

#Category-Entry-List {
	}

#Category-Entry-List ul {
	list-style-type: none;
	margin: 5px 0px;
	}

#Category-Entry-List li {
	padding: 0 15px;
	line-height: 1.5em;
	border-bottom: 1px solid #000000;
	}

#Category-Entry-List a {
	text-decoration: none;
	color: #000000;
	}
	
#Category-Entry-List a:hover {	
	color: #807377;
	}
#Category-Entry-List .ul_odd {
    background-color: #FFFFFF; 
}

#Category-Entry-List .ul_even {  
	background-color: #D9D9D9;
    }  

#Entry-Social-Media-Badges {
width: 100%;
text-align: center;
margin: 0 auto;
padding: 10px 0px;
}

#Entry-Social-Media-Badges img {
	width: 40px;
	padding: 10px 1px;
	}
	
#Entry-Social-Media-Badges h2 {
    background-color: #6E0408;
    color: #fff;
    font-size: 16px;
    height: 32px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .2em;
    line-height: 32px;
    margin: 0 5px 0 0;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 250px;
}

#Content img {	
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;*/
}

#Content h2  {
	
	}

#Content h2 a {
	color: #ffffff;
	text-decoration: none;
	display: block;
}

#Content h2 a:hover {
	color: #D5D5D5;
	}

#Entry-Text > p {
	padding: 6px 14px;
    font-family: Georgia, Times, serif;
    font-size: 14px;
    line-height: 20px;
}

#Entry-Text h3 {
	padding: 6px 14px;
}

.highlight {
    background-color: #ffc;
    margin: 5px 10px;
}

#event-calendar {
    font-family: Georgia, Times, serif;
    font-size: 12px;
    line-height: 18px;
    margin: 10px 10px;
}

#event-calendar strong {
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: .8em;
}

#event-calendar p {
	font-size: 14px;
	}

#event-calendar th {
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 2px solid #999;
    margin: 0;
    text-align: left;
    padding: 2px 1px;
}

#event-calendar th h4 {
    font-size: 18px;
    text-align: left;
    text-transform: none;
    margin: 3px;
}

#event-calendar tr {
    vertical-align: top;
}

#event-calendar tbody tr td {
    padding: 2px 5px;
    border-left: 1px solid #D9D9D9;
}

#event-calendar p.f-ensemble {
    text-transform: uppercase;
    font-size: 11px;
    margin: 5px 0 0 0;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Geneva, Verdana, "Bitstream Vera Sans", sans-serif;
}

#event-calendar p.f-date {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Geneva, Verdana, "Bitstream Vera Sans", sans-serif;
	margin: 3px 0px;
}

#event-calendar .cal-notes {
    line-height: 18px;
    font-size: 12px;
    font-style: italic;
    margin-top: 5px;
    font-family: Georgia, Times, serif;
}

#event-calendar .cal-cancel {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Geneva, Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #ffff00;
	text-transform: uppercase;
	margin: 10px 0px; 
	padding-top: 3px; 
	padding-bottom: 3px; 	
	}

ul.staff-ensemble-list {
    list-style: none;
    margin: 12px 0;
}

ul.staff-ensemble-list li {
	clear: both;
	}

ul.staff-ensemble-list img {
	vertical-align:middle;
	float: left;
	margin: 5px 0 10px 15px;
	}
	
ul.staff-ensemble-list span{
	display: inline-block;
	padding: 50px 0 0 0;
	margin: 0 10px;
	font-size: 15px;
	}

#Entry-Text > ol,
#Entry-Text > ul {
    font-family: Georgia, Times, serif;
    font-size: 14px;
    line-height: 20px;
	padding-left: 1em;
    margin: 12px 0 1em 1em;
 
}

#ensemble-list, #leader-list {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#ensemble-list ul, #leader-list ul {
	list-style: none;
	}
	
#ensemble-list img, #leader-list img {
	padding-bottom: 5px;
	}

#ensemble-list li {
	float: left;
	display: inline-block;
	height: 260px;
	margin: 10px 40px;
	}
	
#leader-list li {
	float: left;
	display: inline-block;
	height: 330px;
	width: 320px;
	margin: 10px 0px;
	}

#command-photo {
	float: left;
	text-align: center;
	padding: 10px;
	}	
	
#command-photo img {
	display: block;
	margin: 0 auto;
	}
	
	
/* ---- Press Room ---- */

.archive-right {
	border: 0px solid;
	width: 160px;
	float: right;
	padding: 10px;
}

#press-index  {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Geneva, Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 14px;
	line-height: 20px;
}

#press-index h3 {
	font-size: 16px;
	text-transform: none;
}

#press-index h4 {
	font-weight: semi-bold;
	font-size: 10px;
}

#press-index hr {
	display: block;
	margin-top: 10px;
}

.widget-content ul {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	line-height: 20px;
	margin-left: 6px;
	}

/* ---- Entry Banner Images ---- */

.Index-Banners li {
	list-style-type: none;
	margin: 0 0 8px 0;
	width: 700px;
	height: 100px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	width: 700px;
	height: 100px;
	}

.Index-Banners img {
	width: 700px;
	height: 100px;
	z-index: 2;
	}
	
.Index-Banners h2 {
	color: #ffffff;
	background: rgba(0, 0, 0, 0.7);
	font-size: 24px;
	padding: 0px;
	line-height: 1.5em;
	position: relative;
	top: -95px;
	left: 0px;
	width: 700px;
	display: block;
	text-indent: 10px;
	}
	

.Title-Banners-Image {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	width: 700px;
	height: 100px;
	margin-bottom: 12px;
	}
	
.Title-Banners-No-Image {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	width: 700px;
	height: 40px;
	margin-bottom: 15px;
	}

.Title-Banners-Image h2 {
	color: #ffffff;
	background: rgba(0, 0, 0, 0.7);
	font-size: 24px;
	padding: 0px;
	line-height: 1.5em;
	position: relative;
	top: 5px;
	left: 0px;
	width: 700px;
	display: block;
	text-indent: 10px;
	}

.Title-Banners-No-Image h2 {
	color: #ffffff;
	background: rgba(0, 0, 0, 0.7);
	font-size: 24px;
	padding: 0px;
	line-height: 1.5em;
	position: relative;
	top: 5px;
	left: 0px;
	width: 700px;
	display: block;
	text-indent: 10px;
	}

#banner-map {
	height: 100px;
	width: 700px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

/* Spotlight Pages */

#spotlight img {
	float: left;
	padding: 10px 10px 5px 0px;
	}

#spotlight p {
	margin: 10px 0px;
	}
	
#spotlight h2 {
	padding-top: 10px;
	}

.about-list {
	list-style-type: none;
	clear:both;
	}
	

.about-list img {
	float: left;
	padding: 0px 10px 20px 0;
	}

.about-list li {
	clear: both;
	}

ul.about-list {
	clear: both;
	}
.education-outreach {
	background-image:  url('/images/demo-entry-banner.jpg');

}

.competitions {
	background-image:  url('/images/entry-banner-competitions.jpg');
}

.tuba {
	background-image:  url('/images/entry-banner-tuba.jpg');
}

.trombone {
	background-image:  url('/images/entry-banner-trombone.jpg');
}

.overture-1812 {
	background-image:  url('/images/entry-banner-1812.jpg');
}

.american-holiday-festival {
	background-image:  url('/images/entry-banner-holiday.jpg');
}

.anniversary-concert {
	background-image:  url('/images/entry-banner-anniversary.jpg');
}

.field-trips, .group-visits {
	background-image:  url('/images/entry-banner-fieldtrips.jpg');
}

.current-openings {
	background-image:  url('/images/entry-banner-vacancies.jpg');
}

.spirit-of-america {
	background-image:  url('/images/entry-banner-soa.jpg');
}

.command-staff, .conducting {
	background-image:  url('/images/entry-banner-command.jpg');
}

.concert-band {
	background-image:  url('/images/entry-banner-concertband.jpg');
}

.ensembles {
	background-image:  url('/images/entry-banner-ensembles.jpg');
}

.chamber-groups {
	background-image:  url('/images/entry-banner-chambergroups.jpg');
}

.musicians {
	background-image:  url('/images/entry-banner-musicians.jpg');
}

.history {
	background-image:  url('/images/entry-banner-history.jpg');
}

.event-calendar {
	background-image:  url('/images/entry-banner-event-calendar.jpg');
}

.support-staff {
	background-image:  url('/images/entry-banner-supportstaff.jpg');
}

.other-army-opportunities {
	background-image:  url('/images/entry-banner-otherarmy.jpg');
}

.fb_iframe_widget span {
	display: block;
	margin-left: 0px;
	}