@charset "utf-8";
/* CSS Document */

html, body {
  background: url(/images/layout/bgRoadAndLoch.jpg);
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:center; 
  font-family: verdana, "trebuchet MS", helvetica, sans-serif;
  font-size: 14px;
  padding: 10px;
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

#nav {
  margin:0;
  padding:0;
  height:30px;
}

#body {
  margin:0 15px;
  padding:15px;
}

#body img {
  border: 0px;
}

#copy {
  margin: 5px auto;
  color:black;
  text-align:center;
  font-size:85%;
}

#copy a {
  color: blue;
  text-decoration: none;
}

#copy a:hover {
  color: red;
  text-decoration: underline;
}

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

a:visited {
  text-decoration: none;
  font-weight: bold;
}

a:active {
  text-decoration: none
}

a:hover {
  text-decoration: underline; color: #FF0033;
}

#notice { 
  color: green; 
  background-color: #A4E7A0; 
  border: 1px solid #26722D; 
}  

#error { 
  color: #B80000; 
  background-color: #F0A8A8; 
  border: 1px solid #900; 
}  

#alert { 
  color: #B80000; 
  background-color: #F0A8A8; 
  border: 1px solid #900; 
}  

#notice, #error, #alert { 
  width: 22%; 
  padding: 11px; 
}  

a.button{
  color: #006633;
  font-weight: bold;
  text-decoration: none
}

a.button:hover{
  color: red;
  font-weight: bold;
  text-decoration: underline
} 

table.main {
  font-size: 16px;
}

table.search {
	font-size: 16px; 
	padding: 10px
}

/* Menu */
#menu {
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin: 50px 0;
  padding: 0;
  list-style-type: none;
  background-color: #eee;
  font-size: 13px;
  height: 40px;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #ccc;
}

#menu li {
  float: left;
  padding: 0 25px;
  margin: 0;				
}

#menu li a {
  text-decoration: none;
  display: block;
  padding: 0 12px;
  line-height: 40px;
  color: #666;
}

#menu li a:hover, #menu li.active a {
  background-color: #f5f5f5;
  border-bottom: 2px solid #DDD;
  color: #999;
}
#menu_wrapper ul {
  margin-left: 12px;
}

#menu_wrapper {
  padding: 0 0 0 0; 
  background: url(/images/layout/blue.png)
}

#menu_wrapper div {
  float: left; 
  height: 44px; 
  width: 22px;
  background: url(/images/layout/blue.png)
}

#menu_wrapper.blue ul {
  margin:10px;
  padding:0px;
  border-top: 2px solid #356AA0;
  border-bottom: 2px solid #204061;
  background: #356AA0;
}

#menu_wrapper.blue a {
  color: #fff;
}

#menu_wrapper.blue li a:hover, #menu_wrapper.blue li.active a {
  color: #90CDFF; 
  background: #3D7BBB; 
  border-bottom: 2px solid #356AA0;
}

#menu_wrapper.blue {
  background: url(/images/layout/blue.png) no-repeat right;
}

#menu_wrapper.blue div {
  background: url(/images/layout/blue.png) no-repeat left;
}

/*styling for comments areas */
#content  {  
  width: 800px;  
  margin: 0 auto;  
  text-align: left;  
}  
  
.post {  
  padding: 5px 20px 5px 20px;  
  background-color: #ffffff;  
  margin: 20px 0 20px 0;  
  color: #000000;  
}  

/*column divs for forms*/
#wrapper {
  padding: 0px;
  border:0;
  width: 920px;
}

div#left {
  top: 0px;
  float: left;
  width: 470px;
}

div#right {
  top: 0px;
  float: right;
  width: 450px;
}

div#main_left {
  top: 0px;
  float: left;
  width: 400px;
}

div#main_right {
  top: 0px;
  float: right;
  width: 450px;
}

/*headers*/
p.title {
  font-size: 20px;
}

p.title2 {
  font-size: 16px;
}

div#main_title {
  font-size: 25px;
  font-family: verdana, "trebuchet MS", helvetica, sans-serif;
  font-weight: bold;
}

div#sub_main_title {
  font-size: 12px;
  font-family: verdana, "trebuchet MS", helvetica, sans-serif;
  font-weight: bold;
}

.smtext {
  font-size:80%;
}
#map_div {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}

#miles {
  text-align: center; 
  font-family: verdana, "trebuchet MS", helvetica, sans-serif; 
  font-size: 18px;
}

#footer {
  margin:0;
  padding:10px 15px 5px 15px;
  text-align:center;
  font-size: 93%;
}

.supertiny{
  font-size:5px;
  font-family: verdana, "trebuchet MS", helvetica, sans-serif;
  text-decoration:none;
}

#googlegroup{
  margin-top: 3px;
  float: left;
  height: 30px;
}

#youtube{
  float: left;
}

table.news{
	border-width: 1px;
	border-spacing: 2px;
	border-style: dashed;
	border-color: green;
	border-collapse: collapse;
	background-color: white;
}
table.news th{
	font-size:18px;
	border-width: 1px;
	padding: 4px;
	border-style: none;
	border-color: white;
	background-color: rgb(240, 240, 240);
	-moz-border-radius: 0px 0px 0px 0px;
}
table.news td{
	border-width: 1px;
	padding: 4px;
	border-style: none;
	border-color: white;
	background-color: rgb(240, 240, 240);
	-moz-border-radius: 0px 0px 0px 0px;
}

.chargecar_text-shadow{
	background: url(/concept_album_asset/shadowAlpha.png) no-repeat bottom right !important;
	background: url(/concept_album_asset/shadowwhite.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
	padding: .5px 0px;
	width: 936px;
}

.chargecar_text-shadow2{
	background: url(/concept_album_asset/shadowAlpha.png) no-repeat bottom right !important;
	background: url(/concept_album_asset/shadowwhite.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
	padding: .5px 0px;
	width: 300px;
}

.chargecar_text-shadow3{
	background: url(/concept_album_asset/shadowAlpha.png) no-repeat bottom right !important;
	background: url(/concept_album_asset/shadowwhite.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
	padding: .5px 0px;
	width: 480px;
}

.chargecar_text-shadow4{
	background: url(/concept_album_asset/shadowAlpha.png) no-repeat bottom right !important;
	background: url(/concept_album_asset/shadowwhite.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
	padding: .5px 0px;
}

.chargecar_text {
	display: block;
	position: relative;
	background-color: #fdfdfd;
	border: 1px solid #dddfdf;
	margin: -6px 6px 6px -6px;
	padding: 8px;
}

.chargecar_text2 {
	display: block;
	position: relative;
	background-color: #fdfdfd;
	border: 1px solid #dddfdf;
	margin: -6px 6px 6px -6px;
	padding: 8px;
	height: 250px
}

.chargecar_text3 {
	display: block;
	position: relative;
	background-color: #fdfdfd;
	border: 1px solid #dddfdf;
	margin: -6px 6px 6px -6px;
	padding: 8px;
}



table.prize_leaderboard {
  margin: 1em 1em 1em 0;
  background: whitesmoke;
  border-collapse: collapse;
}


table.prize_leaderboard th, table.prize_leaderboard td {
  border: 1px silver solid;
  padding: 0.2em;
}

table.prize_leaderboard th {
  background: gainsboro;
  text-align: left;
}

table.prize_leaderboard caption {
  margin-left: inherit;
  margin-right: inherit;
}
