/*
  standard.css - Created for Opera Guild of Northern Virginia
  
  Last Modified: 26-April-2008 - Mike Becvar - File Created


*/

/* BASE HTML ELEMENTS */

BODY {
  margin: 10px 5%; padding: 0px;
  font-size: medium;
  border: solid 1px black;
  font-family: Arial, Sans-Serif;
}

H1,H2,H3,H4 { 
  margin: 0.2em 0px; 
}

P { 
  margin: 1.15em 0px; 
}

TABLE {
  border-collapse: collapse;
}

TABLE TH {
  padding: 3px;
  font-size: 85%;
}

TABLE TD {
  padding: 3px;
  font-size: 70%;
}

/*Colors */
#pageTop, #pageBottom { background: #7D0019; color: White; }
#pageRight  { background: #F9BD29; }
#leftMenu { background: #FAFAEB; }
#pageMiddle, #pageCenter { background-color: #FAF0D7; }
#pageLeft, #pageLeft LI A { border: solid 1px #FAC332; }
#pageMiddle { background-image: url(../images/interface/background.png); background-repeat: repeat-y; }
#pageMiddle2 { background-image: url(../images/interface/RightBar.png); background-repeat: repeat-y; background-position: right top; }

/* LAYOUT */

.noPad { margin: 0px; padding: 0px; }
.paddedContent { margin: 0px; padding: 8px 9px; }

#pageHeader {
  height: 115px;
}

#pageHeader .tagLine {
  font-style: italic;
}


#leftMenu {
  display: block;
  width: 170px;
  height: 100%;
}
	
#pageLeft {
  float:left;
  width:171px;
  padding: 0px;
  margin: 0px;
}


#pageLeft P {
  width: 180px;
}

#pageLeft UL { margin: 0px; padding: 0px;}

#pageLeft LI {
  display: block; 
  list-style: none;
  margin: 1px;
  width: 144px;
  font-size: 80%;
  margin-left: 0px;
}

#pageLeft LI A {
  display: block;
  text-decoration: none;
  color: Black;
  width: 144px;
  padding: 8px 10px;
}

#pageLeft LI A:hover {
  text-decoration: underline;
  color: #CD7800;
  background: #FAE9AC;
}

#pageLeft LI A.activePage {
  background: #FAE9AC;
  color: #CD7800;
}



#pageRight {
  float:right;
  width:150px;
  font-size: 80%;
}

#pageRight .rightHeading {
  font-weight: bold;
}

#pageRight P {
  
  width: 140px;
  margin-left: 4px;
}
#pageRight UL { margin: 0px; padding: 2px; }

#pageRight LI {
  display: block; 
  list-style: none;
  margin: 2px;
  margin-left: 0px;
  margin-top: 5px;
  width: 130px;
}

#pageRight .sideNote {
  font-size: 90%;
  font-style: italic;
}


#pageCenter {
  margin: 0px 150px 0px 180px ;
  display: block;
  height: 100%;
}

#pageBody H2 {
  font-size: 200%;
  font-style: italic;
}

#pageBody H3 {
  font-size: 150%;
  color: #7D0019;
}

#pageBody P {
  line-height: 1.3;
}

#footer {
  font-size: 80%;
}

/* */

.clearFloat {
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
}

.amazonFrame {
  width: 120px;
  float: right;
  margin-left: 1px;
}

.floatRight {
  float: right;
  margin-left: 10px;
  width: auto;
}

.floatLeft {
  float: left;
  margin-right: 10px;
  width: auto;
}

.centerText {
  width: 100%;
  text-align: center;
}

.eventDetails {
  font-size: 80%;
  display: block;
  margin: .5em 1em;
  margin-bottom: 1.5em;
}

.newsDate, .postDate {
  font-size: 80%;
}

.tableWithBorders, .tableWithBorders TD, .tableWithBorders TH {
  border: solid 1px black;
}

#pageRight IFRAME { margin-left: 12px; }