/*-  Tags  ----------------------------------------------------------------*/

body {
	font:normal 14px arial,verdana,"times new roman";
	background-color:#3B4447;
	margin:0;
	text-align:center;
} 

a {	
	font: normal 14px arial,verdana,"times new roman";
	line-height: 18px;
}

a:hover {
	text-decoration: none;
}

a img
{
	border: none;
}

h1 {
	font: bold 22px arial,verdana,sans-serif;
	color: #000;
	text-align: left;
	line-height:22px;
	margin: 0px 0px 14px 0px;
	padding: 0px;
}

h2 {
	font: bold 18px arial,verdana,sans-serif;
	color:#666;
	line-height:18px;
	padding-top:5px;
	margin:0;
}

h3 {
	font: bold 12px arial,verdana,sans-serif;
	color: #527D94;
	padding-bottom:4px;
	margin:0;
}

h4 {
	font: bold 18px arial,verdana,sans-serif;
	color:#666;
        border-bottom: solid 0.05em #000099;
	line-height:18px;
	padding-top:5px;
	margin:0;
}

h4 a {
	font: bold 18px arial,verdana,sans-serif;
	color:#2c38db;
	text-decoration: none;
        border-bottom: solid 0.05em #000099;
	line-height:18px;
	padding-top:5px;
	margin:0;
}

h5 {
	font: bold 11px arial,verdana,sans-serif;
	color: #2c38db;
	text-align: right;
	margin:0;
}

h6 {
	overflow:hidden;
	background-image:url(images/subheader_bg.jpg);
	border-bottom-color:#617290;
	border-bottom-style:solid;
	border-bottom-width:2px;
	text-align:left;
	padding:5px 0 5px 10px;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:18px;
	margin:-10px -10px 10px -10px;
}


p {
	margin: 0px 0px 14px 0px;
}

.blue {
	color:#2C38DB;
}


/*-    ------------------------- Tour Journals Blog -----------------------------*/
h7 {
	font: bold 15px arial,verdana,sans-serif;
	color:#666;
        border-bottom: solid 0.05em #000099;
	line-height:18px;
	padding-top:5px;
	margin:0;
}

h8 {
	border-bottom: 1px dotted #eee;
	font: bold 18px arial,verdana,sans-serif;
	margin-top: 0;
        padding-left:5px;
        padding-top:10px;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}



cite {
	font-size: 90%;
	font-style: normal;
}



ol#comments li p {
	font-size: 100%;
}


/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	background: #90a090;
	border-top: 3px double #aba;
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}



#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}

#content {
	margin: 30px 13em 0 3em;

}


#menu {
	background: #fff;
	border-left: 1px dotted #ccc;
	border-top: 3px solid #e0e6e0;
	padding: 20px 0 10px 30px;
	position: absolute;
	right: 2px;
	top: 0;
	width: 11em;
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	color: #ccc;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

#menu ul li {
	font: italic normal 110% 'Times New Roman', Times, serif;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

/*-    ------------------------- Member Bios -----------------------------*/

.gray {
	font: bold 18px arial,verdana,sans-serif;
	color:#666;
}

/*-    ----------------------------------------------------------------*/

#header {
	background-image: url('images/vpoint/top2.jpg');
	width:800px;
	height:143px;
	text-align: right;
}

#headerlinks{
	float: right;
	text-align: left;
	margin-top:5px;
	margin-right:20px;
	color:#E4EAF1;
}

#header a{
	text-align: right;
	padding: 5px;
	font-size: 12px;
	text-decoration: none;
	color:#E4EAF1;
}
#header a:hover {
	color:#FFFFFF
}

#main {
	background-image: url('images/mainback.jpg');
	width:800px;
	padding: 0px;
	margin: auto 0px;

}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#maincontent {
	width:740px;
  	height:800px;
	text-align: left;
	padding:15px 0px;
	margin: auto 0px;
}

.newsbox {
	border: 2px solid #617290;
	background-color: #ffffff;
	padding:10px;
	width: 695px;
	text-align: left;
}

#maincontent2 {
	width:770px;
  height:800px;
	text-align: left;
	padding:15px 0px;
	margin: auto 0px;

}

#leftmaincontent {
	float: left;
	width: 447px;
	
}

#rightmaincontent {
	width: 250px;
	float: right;
	 
}



.leftbox {
	border: 2px solid #617290;
	background-color: #EDEDE6;
	padding:10px;
	width: 447px;
	text-align: left;
}

.quotesbox {
	border: 2px solid #617290;
	background-color: #EDEDE6;
	padding:10px;
	width: 447px;
	text-align: right;
}

.nextshowbox {
	border: 2px solid #617290;
	background-color: #EDEDE6;
	padding:10px;
	width: 225px;
	text-align: center;
}


.rightbox {
	border: 2px solid #617290;
	background-color: #EDEDE6;
	padding:10px;
	width: 225px;
        text-align: left;
}

.maincontentbox {
	border: 2px solid #617290;
	background-color: #EDEDE6;
	padding:10px;
	/*width: 720px;*/
	text-align: left;
}


.maincontentbox2 {
	width: 750px;
	text-align: left;
}

.maincontentbox3 {
	border: 2px solid #617290;
	background-color: #EDEDE6;
	padding:0px;
	width: 765px;
	text-align: left;
}

#updates {
/*	background-image:url('images/see-all-updates.jpg'); */
}

.updatelink {
	font: normal 20px arial,verdana,sans-serif;
	color: #2c38db;
}

#footer{
	background-image:url('images/footer.jpg');
	width:800px;
	height:114px;
	text-align: left;
}

.copyright {
        font: normal 12px arial,verdana,sans-serif;
	padding:15px 0 0 46px;
	color:#333;
}

.copyright a {
	color:#333;
}

.menu {
	width: 800px;
	height: 65px;
	background-image:url('images/menu/filler.jpg');
}



.cssnav {
	position:relative;
	text-align:center;
	float:left;
	margin:0;
	padding:0;
	background:url('images/overbtn2.jpg') no-repeat;
	width:88px;
	height:55px;
	overflow:hidden;
}
			
.cssnav a {
	display: block;
	color: #000000;
	font: normal 13px arial, helvetica, sans-serif;
	width: 88px;
	height: 55px;
	text-align:center;
	color:#fff;
	text-decoration: none;
	overflow:hidden;
}			

* html a:hover {
	visibility:visible
}

.cssnav a:hover {
	color:#5864ff;
}

.cssnav a:hover img {
	visibility:hidden
}			

.cssnav img {
	width: 88px;
	height: 55px;
	border: 0
}			

.cssnav span {
	position:absolute;
	left:10px;
	top:15px;
	width:88px;
	text-align:center;
	cursor:hand;
}


.loginnav {
	position:relative;
	float:left;
	margin:0;
	padding:0;
	background:url('images/overbtn.jpg') no-repeat;
	width:141px;
	height:55px;
	overflow:hidden;
}

.loginnav a {
	display: block;
	font: normal 20px arial, helvetica, sans-serif;
	color: #000000;
	width: 141px;
	height: 55px;
	text-align:center;
	color:#fff;
	text-decoration: none;
	overflow:hidden;
}		

.loginnav a:hover img {
	visibility:hidden
}			

.loginnav img {
	width: 141px;
	height: 55px;
	border: 0
}			

.loginnav span {
	position:absolute;
	left:45px;
	top:15px;
	text-align:center;
	cursor:hand;
}

.cssnav2 {
	position:relative;
	float:left;
	margin:0;
	padding:0;
}

.albumnavbuttons {
	position:relative;
	text-align:center;
	float:left;
	margin:0;
	padding:0;
	width:218px;
	height:218px;
	overflow:hidden;
}
			
.albumnavbuttons a {
	display: block;
	color: #000000;
	font: normal 13px arial, helvetica, sans-serif;
	width: 218px;
	height: 218px;
	text-align:center;
	color:#fff;
	text-decoration: none;
	overflow:hidden;
}			


.albumnavbuttons a:hover {
	color:#5864ff;
}

.albumnavbuttons a:hover img {
	visibility:hidden
}			

.albumnavbuttons img {
	width: 218px;
	height: 218px;
	border: 0
}

/*-  --------------------- New Menu ----------------------------------*/
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
text-align: center;
color: white;
}

a img{
border: none;
}

#dropmenudiv a:hover{ 
background-color: #5c79a9;
}
/*-    ------------------------ Auditions -------------------------------*/

span.left {
position: absolute;
left: 0;
}
span.right {
position: absolute;
right: 0;
}
div.line {
position: relative;
text-align: center;
width: 100%;
}

/*-    ------------------------ REPERTOIRE -------------------------------*/	

div.songBox {
	border: 1px solid #A6A780;
	background-color: #d9dbcd;
	margin: 5px 0 10px 0;
	width: 350px;
	line-height: 16px;
}

div.songBox p {
	padding: 0px 5px 5px 5px !important;
}

h3.songTitle {
	background: url(images/repertoire/boxbar.gif) top left repeat-x;
	color: #eff1ff;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	padding: 1px 0 2px 5px;
}

span.songTag {
	text-transform: uppercase;
	color: rgb(88,108,86);
	width: 300px;
}

/*-  ------------------------ Gallery --------------------------------------*/
#gsHeader { display : none; } 
#gsFooter { display: none; }
/* -------------------------------Test------------------------------------- */
.main {
	background-image: url('images/mainback.jpg');
	padding:20px 20px 0;
}
.box {
	border: 2px solid #617290;
	background-color: #EDEDE6;
	padding:10px;
	text-align: left;
	margin-bottom:20px;
}
h2.next_show, h2.announce {
	padding:0;
	border-color:#617290;
	border-style:solid solid none solid;
	border-width:2px 2px 0 2px;
}

h2.announce a, h2.next_show a {
	height:40px;
	display:block;
	text-align:center;
	overflow:hidden;
	background-image:url(images/subheader_bg.jpg);
}
.centertext {
	text-align:center;
}
.grouppic {
	margin-bottom:5px;
}
.column {
	float:left;
}
.span-thick {
	width:481px;
	margin-right:20px;
}
.span-thin {
	width:259px;
}
.center {
	margin:0 auto;
	width:800px;
	clear:both;
}
hr.clear {
	clear:both;
	visibility:hidden;
	margin:0;
	padding:0;
}
hr {
	color:#9FA378;
	border:solid 1px #9FA378;
}
h1 img {
	float:left;
}
.calandar {
	border-collapse:collapse;
}
.calandar th {
	background-image:url(images/subheader_bg.jpg);
	text-align:left;
	padding:5px 10px 5px 10px;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:18px;
}
.calandar td {
	padding:5px 10px 5px 5px;
	font-size:12px;
	vertical-align:top;
	border-bottom:1px solid #9FA378;
}
.calandar td a {
	font-size:12px;
}