@charset "utf-8";
/*
CSS for Capistrano Valley Cross Country site
*/
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #666666;
	line-height: 125%;
	padding: 0;
	margin: 0;
	width: 100%;
	max-width: 1200px;
	color:#CCCCCC;
}

h4 {
	text-align:left;
	line-height: 200%;
	font-size: large;
}

h5 {
	text-align: right;
	line-height: 200%;
	font-size: large;
}

h6 {
	text-align:left;
	font-size:medium;
	font-style:italic;
	color:#FFCC00;
}

h1, h2, h3 {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  line-height: 100%;
}

h1 {
	font-size: x-large;
	background-color: #000000;
	color: #FFCC33;
	padding-top: 2em;
	padding-bottom: 0.2em;
	margin: 0;
	background: black url(images/xc-header.jpg) repeat-y right top;
	width: 100%;
}

h2 {
	color: #000000;
	font-size: 130%;
	font-weight: normal;
	padding-top: 15px;
	padding-left: 10px;
}

 .fracNum, .fracDen {
         font-size: 75%;
  }
  .fracNum { vertical-align: 0.5em; }
  .fracDen { vertical-align: 0; }
/* display fractions using the following code:    <sup class="fracNum">2</sup>&#8260;<sub class="fracDen">9</sub>
replace the 2 and the nine... */

 

#navigationbar ul {
	float:left;
	margin: 0;
	background: url(images/gold-bar%20to%20repeat.gif) repeat-x;
	font-size:medium;
	color: #FFFFFF;
	width: 100%;
	text-decoration: none;
	}

#navigationbar li {
	display: inline;
	list-style-type: none;
	margin: 0;
}

#navigationbar li a:link {
	color:#FFFFFF;
	font-weight: bold;
	}

#navigationbar li a:visited {
	color:#FFFFFF;
	text-decoration: none;
}

#navigationbar li a:hover {
	color: #000000;
	font-weight:bold;
	
	}

#navigationbar li a:active {
	color:#666666;
}


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

.post-body div, p {
	font-size: medium;
	color: #CCCCCC;
}

#tagline p {
	font-style: italic;
	font-family: Georgia, Times, serif;
	font-weight: bold;
	border-top: 3px solid #FFCC33;
	border-bottom: 3px solid #FFCC33;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.8em;
	margin: 0;
	background: #cbcbcb url(images/tagline-fade.jpg) repeat-y right;
	color: #333333;
	width: 100%;
}


#navigationbar {
	clear:both;
	position:relative;
	width: 100%;
}

em {
  text-transform: uppercase;
}

a {
  font-weight: bold;
}

a:link {
	color: #FFCC33;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #FFCC00;
	text-decoration: none;
}

a:hover {
	clear:both;
	color: white;
	background-color: #999999;
}

a:active {
	color: #FFCC33;
	background-color: #000000;
	text-decoration:underline;
}

.fun {
	color: #FFCC00;
	font-family: Georgia, Times, serif;
	letter-spacing: 0.05em;
}

blockquote.fun {
  font-style: italic;
}

#sidebar1 {
	float: left; 
	width: 12em; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0;
}

#sidebar1 h3, #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	line-height: 105%;
	color: #333333;
}

h2 {
	margin-top: 15px;
	margin-left: 10px;
	color: #FFCC00;
}


#header {
	border-top: 3px solid #FFCC33;
	clear: both;
	margin:0;
	width: 100%;
}

#textlist ol { 
	margin: 5px;
}

#textlist li {
	margin: 0;
}

img.feature {
	float: right;
	margin: 10px;
	border:#FFCC00 solid 3px;
}

img.lefticon {
	float: left;
	margin: 10px;
	border:#FFCC00 solid 3px;
}

img.righticon {
	float: right;
	margin: 10px;
	border:#FFCC00 solid 3px;
}

/* CSS section for calendars */
#container {
	margin: 3em auto 0 3em;
	padding-bottom: 3em;
	background-color: #666666;
	clear: none;
	color:#000000;
}
#container a:link {
	font-size:small;
	font-style: italic;
	text-decoration: none;
}	
#month { border-collapse: collapse; margin-left: 2em; }
#month th, #month td { border: 1px solid #000; }
#month thead {
	background-color:#FFCC33;
}
#month td {
	width: 8em;
	height: 7em;
	padding: 0.2em;
	vertical-align: top;
	overflow: auto;
	background-color:#CCCCCC
}
td .date {
	font-weight:bold;
	font-style:italic;
}
td .day {
	width: 10em;
	height: 6em;
	overflow:auto;
	margin-top: 0;
	line-height: 100%;
	font: x-small;
}

#month tbody .weekend {
	background-color:#999999;
}
#month tbody .next, #month tbody .previous {
	background-color:#666666;
}
.rtop { display:block; background:#666666; }
.rtop * { display: block; height: 1px; overflow: hidden; background:#666666; }
.r1{margin: 0 0 0 5px}
.r2{margin: 0 0 0 3px}
.r3{margin: 0 0 0 2px}
.r4{margin: 0 0 0 1px; height: 2px}
#container h6 {
	margin: 0 0 .5em .5em;
	font: 2em Arial, Helvetica, sans-serif;
	color: #FFCC33;
}
#month th { font: 1em bold Arial, Helvetica, sans-serif; }
p {margin-top: 0; }
/*end calendar section */

.galleryphoto {
	padding-bottom: 10px;
	border-bottom: 1px solid black;
	margin-bottom: 20px;
}

.galleryphoto p {
  font-size: 65%;
  font-weight: bold;
  margin-top: 0;
  width: 430px;
  line-height: 1.4em;
}

.galleryphoto p span {   
  font-weight: normal;
  color: gray;
}

table.menuitems {
	margin-top: 15px;
}
	
table.events {
  border-collapse: collapse;
}

table.events th, table.events td {
  padding: 4px;
  border: 1px solid #000066;
}

table.events th {
  font-size: x-small;
  text-align: left;
  background: #241374 url(file:///C|/Documents%20and%20Settings/diana/My%20Documents/My%20Web%20Sites/HTML%20Book/backgrounds/header-bg.jpg);
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  padding-right: 2px;
}

table.events td {
  font-size: small;
  background: #e2edff url(file:///C|/Documents%20and%20Settings/diana/My%20Documents/My%20Web%20Sites/HTML%20Book/backgrounds/td.jpg) repeat-x bottom;
}

table.events caption {
  color: #000066;   
  font-size: small;   
  font-weight: bold;   
  text-align: left;
  padding-bottom: 5px;
}

table.times {
	border-collapse: collapse;
	color: #000000;
}

table.times th, table.times td {
  padding: 4px;
  border: 1px solid #000066;
}

table.times th {
	font-size: x-small;
	text-align: left;
	background: #cbcbcb url(images/tagline-fade.jpg) repeat-y right;
	color: #000;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 2px;
	padding-right: 2px;
}

table.times td {
  font-size: small;
  background: #e2edff url(images/td.jpg) repeat-x bottom;
}

table.times caption {
	color: #000000;
	font-size: small;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
	font-style: italic;
}

table.calendar {
	border-collapse: collapse;
	color: #000000;
}

table.calendar th, table.times td {
  padding: 4px;
  border: 1px solid #000066;
}

table.calendar th {
	font-size: small;
	text-align: left;
	color: #CCCCCC;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #666;
}

table.calendar td {
	font-size: small;
	background-color: #CCC;
	vertical-align: top;
}

table.calendar caption {
	color: #FC0;
	font-size: small;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
	font-style: italic;
}

form.contact fieldset {   
  border: 2px solid black;   
  padding: 10px;
}  

form.contact legend {
	font-weight: bold;
	font-size: small;
	color: #000000;
	padding: 5px;
}

form.contact {   
  padding: 0;   
  margin: 0;   
  margin-top: -15px;
  line-height: 150%;
}

form.contact label {
	font-weight: bold;
	font-size: small;
	color: #CCCCCC;
}

form.contact label.fixedwidth {   
  display: block;   
  width: 240px;   
  float: left; 
}

form.contact .buttonarea input {   
  background: black;
  color: white;   
  font-weight: bold;   
  padding: 5px;
  border: 1px solid white;
}

form.contact .buttonarea {
	text-align: center;
	padding: 4px;
	background-color: #FFCC00;
}

#search {
	position: absolute;
	top: 77px;
	right: 10px;
	font-size: x-small;
	font-weight: bold;
	color: #333333;
}

/*
This section deals with the position of items on the screen.
*/

#sidebar1, #navigationbar, #navbar, #header  {
	position: relative;
	left: 0px;
}

/*#navigationbar {
	top: 136px;
}
*/
/*#sidebar1, #bodycontent {
	top: 169px;
}
*/
#bodycontent {
	position: relative;
	margin-left: 200px;
}
