/* @override http://0.0.0.0:3000/stylesheets/application.css */

body {
  color:#111;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 20px;
  margin-top: 20px;
}

/*
.container_12 {
  filter:alpha(opacity=70);
  opacity:0.7; 
  background-color: white;
  padding-top: 10px;
  padding-bottom: 10px;
}
*/

.logo {
  font-size: 46px;
  line-height: 66px;
  font-weight: normal;
}

.logo a {
  color: #cf000e;
}

#header, #navigation, #tagline, #content, #footer {
  margin-bottom: 20px;
}


#header, #tagline, #navigation, #content {
}

#navigation h3 {
  font-weight: normal;
  font-size: 24px;
  padding: 0 0px 10px;
  margin: 0;
}

#navigation p, #navigation ul {
	/* BAD HACK FOR IE6 */
  height: 105px;
} 

#navigation li {
  margin-left: 0;
  list-style-type: none;
  display: block;
border-bottom: 1px solid white;
}

#navigation a {
  text-decoration: none;
  display: block;
  padding-left: 10px;
}

#navigation a:hover {
  background-color:#cf000e;
  color:  white;
}

#stage {
  height: 220px;
  width: 400px;
  margin: 0;
  padding: 0;
}

h1 {
  line-height: 30px;
  padding:20px 0;
  border-top:4px double #CCC;
  border-bottom:4px double #CCC;
  font-size: 22px;
  text-align: center;
  font-weight: normal;
}

h2 {
  font-size: 20px;
  font-weight: normal;  
  font-style: italic;
}

h3 {
  font-size: 20px;
  font-weight: normal;  
}

a {color:#111;}
a:hover {color:#cf000e;}

#footer p, #footer a {
	text-align: center;
  color: rgb(204, 204, 204);
}

