/* vcc2.css: style sheet for Valley Concert Chorale web page */

/* Last modified: September 19, 2011 */

body {
	background-color: #002b55;
	font-family:sans-serif;
}

a.button {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

a.button:link {
	color: #7f120d;
}

a.button:visited {
	color: #7f120d;
}

a.escrip {
	border: inset;
	border-color: #bc341e;
	border-width: 3px;
	float:left;
	margin-right:30px;
	padding:3px;
}


/* Styles for rounded corners, adapted from http://www.sitepoint.com/article/css-round-corners-boxes-curves */

div.bl {background: url(images/border_bl.gif) 0 100% no-repeat; background-color:#f5f6d4;}
div.br {background: url(images/border_br.gif) 100% 100% no-repeat}
div.tl {background: url(images/border_tl.gif) 0 0 no-repeat} 
div.tr {background: url(images/border_tr.gif) 100% 0 no-repeat; width: 942px;}
div.clear {font-size: 1px; height: 1px}


/* Other styles */

div#background {
	background-position: 3px 3px; 
	background-repeat: no-repeat;
}

div.boxed {
	zoom: 1;			/* Fix IE bugs by setting hasLayout.  Breaks CSS validation. */
	background-color: white;
	border-width: 5px;
	border-style: inset;
	border-color: #A8311B;
	padding: 10px;
	margin-left: 5px;
	margin-right: 10px;
}

div.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin-top: 0px;
	text-align: center;
}

div.everything {
	width: 942px; 
	padding: 0px;
	margin-left: auto; 
	margin-right: auto;
}

div.endnote {
	font-size: 75%;
	width:640px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
}

div.intro {
	font-size:75%;
	margin:5%;
	text-align:left; 
	width:88%;
}

div.inset {
	float:right;
	width:20em;
	margin: 1em 0em 0.5em 1em;
	border-width: 5px;
	border-style: outset;
	border-color: #A8311B;
	padding:0.5em;
}

div.insetTitle {
	font-size: 20px;
	text-align:center; 
	color:red;
	margin-bottom:0.15em;
}

div.lastUpdate {
	font-size: smaller;
	padding-left: 10px; 
	padding-bottom: 10px;
	padding-top: 10px;
}

div.padding {
	padding: 10px;
}

div.paypal {
	border: inset;
	border-color: #bc341e;
	border-width: 3px;
	float:right;
	margin-left:30px;
	margin-right:15px;
	padding:3px;
}

div.selections {
	background-color: white;
	background-position: center;
	background-repeat: no-repeat;
	border-width: 7px;
	border-style: ridge;
	color: #000087;
	font-size: 90%;
	font-weight: bold;
	margin: 10px 15px 0px 0px;
	padding: 20px;
	vertical-align: top;
}

div.text {
	background-color: white;
	border-width: 7px;
	border-style: ridge;
	padding: 20px;
	margin: 0px;
	margin-right: 15px;
	vertical-align: top;
}

div.title_left {
	padding-right:20px;
	text-align:left;
	font-weight:bold;
}

div.title_right {
	text-align:right; 
	font-weight:bold;
}

h1.title {
	display: inline;
	color: #5a130a;
}

h2.subtitle {
	text-align: center;
	color: #5a130a;
	margin-right: 10px;
	font-size: large;
}

img.concert {
	border-style: outset;
	vertical-align: middle;
}

img.conductor {
	float:right; 
	margin-left:20px; 
	margin-right:10px;
}

img.logo {
	border: none;
	margin-left: 4px;
	vertical-align: middle;
}

img.main {
	margin: 1em; 
	margin-bottom: 0px; 
	margin-top: 0px;
	border-style: double; 
	border-width: 5px;
	border-color: gray;
}

img.quicklink {			/* Obsolete */
	border: none;
	position: relative;
	background-image: url(images/quicklink.gif); 
	padding:15px;
}

img#highlight {
	border: inset;
	border-color: #bc341e;
	border-width: 3px;
}

table.buttons {
	border-style: none;
	width: 100%;
}

table.news tr td {
	padding-top:10px;
	padding-bottom:10px;
}

td.button {
	height: 25px;
	width: 134px;
	padding: 1px;
	background-image: url(images/button.gif);
}

td.button:hover {
	height: 25px;
	width: 134px;
	padding: 1px;
	background-image: url(images/button2.gif);
}

td.highlight {
	margin: 0px;
	padding: 0px;
	padding-bottom:4px;
}

td.mainContent {
	width: 100%;
	padding-top: 11px;
	padding-right: 10px;
}

td.title {
	text-align: center;
	width: 100%;
}


/* Some of the following tab styles are adapted from http://www.alistapart.com/articles/slidingdoors */

.tab-content {		
	display: none;			/* So screen doesn't flash during setup; but requires unhide.css! */
}

.tab-holder {
	position: relative;		/* So that tabs are positioned correctly */
	height: 1.0em;
}

.tab-bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	position: absolute;
	padding: 0px;
	padding-left: 18px;
	margin: 0px;
	bottom: 0px;
	left: 152px;
}

.tab-bar ul {
	list-style: none;
}

.tab-bar li {
	float:left;
	background:url("images/tab_left.gif") no-repeat left top;
	padding: 0 0 0 9px;
	list-style-type: none;
}

.tab-bar li.tab-active {
	background-image:url("images/tab_left_on.gif");
}

.tab-bar a {
	display: block;
	background: url("images/tab_right.gif") no-repeat right top;
	text-decoration:none;
	padding: 5px 15px 4px 6px;
	color: #776655;
}

.tab-bar a:hover {
	color: #5a130a;
}

.tab-bar a.tab-active {
	background-image: url("images/tab_right_on.gif"); 
	padding-bottom: 5px;
	color: #5a130a;
} 

ul.repertoire {
	font-style:italic;
}
