/* CSS Document 
Style Sheet for Thames Valley Chorus*/

/* ============= HTML STYLES =================== */
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	background-color: black;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 0.9em;
}
h1 {
   font-size: 2em;
	color: #b5def7;
}

h2 {
	font-size: 1.2em;
	color: #b5def7;
}

a:link, a:visited {
	color: #00bfff;
}

a:hover {
	color: #b5def7;
}


.tagline {
	font-size: small;
	color: #00a8eb;
}

.green {
	color: #7CFC00;
}


/* ============= Page Layaout ============== */

#container {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div#eventstable{
	/* Don't remove this empty selector */
	width: 590px;
	display: inline;
	font-size: 0.8em;
}

#eventstable table {
	width: 550px;
	border-bottom: 1px solid #00a8eb;
}
#eventstable h2 {
	font-size: 1.5em;
	font-weight: bold;
}

#eventstable td {
   border-top: 1px solid #00a8eb;
	padding: 3px 3px 3px 3px;
}

#eventstable td.date {
	width:18%;
}

#eventstable td.section {
	width:17%;
}

#eventstable td.venue {
	width:75%;
}

#eventstable li {
	padding-bottom: 0.3em;
	}
	
#eventstable .rightpic {
	float: right;
	padding-left: 1em;
	padding-top: 2em;
}

.leftpic {
	float: left;
	padding-right: 1em;
}

.rightpic {
	float: right;
	padding-left: 1em;
}

div#tablepic {
	display: block;
	position: absolute;
	/*left: 795px;*/
	float: right;
	top: 285px;
	width: 200px;
	left: 795px;
}

#eventstable .rightpic {
	float: right;
	
}

div#fromthis {
	display:block;
	width:500px;
	float: left;
}
 div#tothis {
   float:right;
	padding-right:200px;
	 }
	 
div#piccontainer {
	height: 250px;
}

.cdcontainer {
	display:block;
	height:360px;
}

.cdlists ul {
	display:block;
	position:relative;
	left:20px;
}

.cdlists li{
	/*padding-bottom:0.6em;*/
	margin:0 2em 0 2.25em;padding:0;
	color: #ffff80;
}

.cdlists2 ul {
	display:block;
	position:relative;
	left:20px;
}

.cdlists2 li{
	/*padding-bottom:0.6em;*/
	margin: 0 2em 0.4em 2.25em;padding:0;
	color: #ffff80;
}

div#footer {
	font-size: small;
	color: #00a8eb;
}

* html .byfloatedimage{float: left;} /* IE Only Hack */


/* ============ Layout for Repertoire Page ============= */

div#repertoire {
	width: 100%;
}

div#repmainchorus {
	float: left;
	width: 395px;
	
}

div#repdaytimers {
	float: right;
	width:395px;
}

#repertoire li {
	list-style: circle;
	color: #ffff00;
}

/* ============ Layout for Song Sample Table ============= */

#songtable {
	border: 2px ridge white;
	margin-left:auto;
	margin-right: auto;
	padding:0;
	color: yellow;
}

#songtable td {
	border: 1px ridge white;
	text-align: center;
}

#songtable .widecol {
	width: 250px;
}

#songtable .narrowcol{
	width: 45px;
}

/* ============ Layout for pictures in three columns ================= */

div.main-box {
position: relative;
width: 800px;
overflow: hidden;
background: #000;
border: 0;
}
div.center-box {
position: relative;
width: 100%;
left: 25%;
background: #000;
border-left: 0;
}
div.reset-box {
position: relative;
width: 100%;
left: 100%;
margin-left: -25%;
}
div.right-box {
position: relative;
width: 100%;
margin-left: -40px;
background: #000;
border-left: 0;
left: -2px;
}
div.content-box {
position: relative;
width: 100%;
margin-left: -100%;
left: 40px;
}
div.left {
float:left;
width:33%;
}
div.right {
float: right;
width: 200px;
text-align: center;
text-transform: uppercase;
}
div.center {
margin-left: 38%;
margin-right: 40px;
padding-left: 1px;
padding-right: 1px;
}
* html div.center {
height:1%;
margin:0;
}
* html div.left {
margin-right:-3px;
}
* html div.right {
margin-left:-3px;
}
.clearfix:after {
content: "."; 
display: block;
height: 0px;
clear: both; 
visibility: hidden;
}
.heightfix:before {
content: '.';
display: block;
visibility: hidden;
height: 0;
}

/* ============ Layout for Contacts in three columns ================= */

.contacttable{
	/* Don't remove this empty selector */
	width: 590px;
	display: inline;
	font-size: 0.8em
}

.contacttable table {
	width: 590px;
	border-bottom: 1px solid #00a8eb;
}
.contacttable h2 {
	font-size: 1.5em;
	font-weight: bold;
}

.contacttable td {
   border-top: 1px solid #00a8eb;
	padding: 3px 3px 3px 3px;
}

.contacttable td.post {
	width:43%;
	color: yellow;
}

.contacttable td.details {
	width:47%;
}

.contacttable td.picture {
	width:10%;
}

/* ============ Layout for Daytimers in four columns ================= */

div#daytimerstable{
	/* Don't remove this empty selector */
	width: 590px;
	display: inline;
	font-size: 0.8em
}

#daytimerstable table {
	width: 590px;
}

#daytimerstable h2 {
	font-size: 1.5em;
	font-weight: bold;
}

#daytimerstable td {
	padding: 3px 3px 3px 3px;
}

#daytimerstable td.one {
	width:200px;
}

#daytimerstable td.two {
	width:200px;
}

#daytimerstable td.three {
	width:200px;
}

#daytimerstable td.four {
	width:200px;
}

/* ============ Navigation Menu ============= */

div#navlist {
float: right;
/*position: relative;
right: 0%;*/
padding-top: 10px;
width: 185px;
}
#navlist li {
margin: 0;
}
#navlist ul {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
font-size: .75em;
}
#navlist a {
display: block;
padding: 6px 2px 4px 30px;
border: 1px solid;
border-color: #00a8eb #000 #000 #00a8eb;
background-color: #000;
background-image:  url(images/11_down.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
}
#navlist a:link, #navlist a:visited {
color: #fff;
text-decoration: none;
}

#navlist a:hover, #navlist a:active {
background-color: #000;
background-image:  url(images/11_over.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #ffffff;
}

#currentpage a:link, #currentpage a:visited,
#currentpage a:hover, #currentpage a:active {
background-color: #000;
background-image:  url(images/11_over.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #ffffff;
}


/* ============== Home Page News Button ============ */

#newsbox {
	position: absolute;
	top:36px;
	left:50%;
	width: 100px;
	height: 70px;
	background-color: #000;
}


/* ============== PDT Teaching PDFs ============ */

#container {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div#pdttable{
	/* Don't remove this empty selector */
	width: 800px;
	display: inline;
	font-size: 0.8em;
}

#pdttable table {
	width: 800px;
	border-bottom: 1px
}
#pdttable h2 {
	font-size: 1.5em;
	font-weight: bold;
}

#pdttable td {
   border-top: 1px
   padding: 3px 3px 3px 3px;
}

#pdttable td.one {
	width:25%;
}

#pdttable td.two {
	width:25%;
}

#pdttable td.three {
	width:25%;
}

#pdttable td.four {
	width:25%;
}


#pdttable li {
	padding-bottom: 0.3em;
	}
	
/* ============ Layout for Tag Rag in six columns ================= */

div#tagragtable{
	/* Don't remove this empty selector */
	width: 590px;
	display: inline;
	font-size: 1.0em;
}

#tagragtable table {
	width: 590px;
}

#tagragtable h2 {
	font-size: 1.5em;
	font-weight: bold;
}

#tagragtable td {
	padding: 15px 15px 10px 15px;
	color: yellow;
	text-align:center;
}

#tagragtable td.one {
	width:80px;
}

#tagragtable td.two {
	width:80px;
}

#tagragtable td.three {
	width:80px;
}

#tagragtable td.four {
	width:80px;
}

#tagragtable td.five {
	width:80px;
}

#tagragtable td.six {
	width:80px;
}

#tagragtable tr {
	height: 150px;
}
#tagragtable tr.spacer {
	height:50px;
}.text_blink {
	text-decoration: blink;
}
.white {
	color: #FFF;
}
.blue {
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	color: #06F;
}

#FAQ_italics {
	font-style: italic;
}
