@charset "UTF-8";
body {
	font-family: "PfennigMedium", "Times New Roman", Times;
	font-size: 85%;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	line-height: 2.0em;
}
p {
	font-size: .9em;
	padding-top: .1em;
	padding-bottom: 1em;
}
body#home #menu a#home,
body#mission #menu a#mission,
body#twelfth #menu a#twelfth,
body#workshops #menu a#workshops,
body#video #menu a#video,
body#blog #menu a#blog,
body#about #menu a#about {
	text-decoration: underline;
}
.container { 
	width: 850px;
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.header { 
	position: relative;
	background: #ffffff; 
}


#menu {
	width: 100%;
	position: absolute;
	line-height: 50px;
	left: 160px;
}

#menu a{
	color: #adacac;
	font-size: 1.3em;
	text-decoration: none;
	font-family: "PfennigMedium", "Times New Roman", Times;
	font-weight: normal;
}
#menu a:hover{
	color: #000;
}
.nav_item{
	margin-left: 70px;
	z-index: 10;
}
#pines_top{
	position:absolute;
	top: 12px;
	left: 20px;
	z-index: 0;
}
#logo_top{
position:absolute;
	top: 5px;
	left: -15px;
	z-index: 0;
}
a {
	color: #059b08;
}
a:hover{
	color: #000;
}
h1{
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 25px;
	margin-top: 20px;
}
h2{
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 15px;
}
.subheader{
	margin: 10px 0;
	font-weight: normal;
	font-style: italic;
	font-size: 16x;
}
h3{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	padding-top: 25px;
}

.content {
  	background-color: #ffffff;
	overflow: hidden;
}
.plain{
	position: absolute;
	top: 20%;
}
.center_text{
	margin-top: 10%;
	margin-left: 250px;
	font-size: 23px; /*1.9em;*/
	width: 400px;
	text-align: center;
}
.center_video{
	margin-top: 10%;
	margin-left: 250px;
	font-size: 23px; /*1.9em;*/
	width: 400px;
	text-align: center;
}
.left_text{
	margin-left: 150px;
	font-size: 16px; /*1.9em;*/
	width: 600px;
	text-align: left;
}
.performance{
	
}
.performance_top{
	margin-top: 80px;
	margin-left: 30px;
	height: 340px;
}
.performance_top_text{
	width: 200px;
	float:left;
	padding-top: 10px;
}
.performance_top_text{
	font-size: 16px;
	line-height: 14px;
}
.performance_top_text h2{
	padding-bottom: 20px;
	padding-top: 10px;
}
.performance_top fltrt{
	padding: 0;
	float: right;
}
.performance_top img{
	margin: 0;
	padding: 5px;
	border: 1px solid;
}
.performance_bottom{
	margin-top: 20px;
}
body#twelfth_video .performance_nav a#twelfth_video,
body#twelfth .performance_nav a#twelfth,
body#twelfth_photos .performance_nav a#twelfth_photos
{
	color: #059b08;
}
.performance_nav{
	font-size: 20px;
	float: left;
	border-right: 1px solid;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 30px;
	line-height: 40px;
	width: 160px;
	text-align: right;
	margin-bottom: 20px;
}
.performance_nav a{
	color: #000;
	text-decoration:none;
}
.performance_nav a:hover{
	color: #059b08;
	
}
.performance_bottom_text{
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 260px;
	font-size: 18px;
	line-height: 18px;
}

hr {
	color: #000;
	background-color: #000;
	height: 1px;
	border: 0;
}
.thumb{
	border: 1px solid;
	padding: 3px;
	border-color: #acabab;	
}
.thumb:hover{
	border-color: #000;
}
.about_gallery{
	margin-top: 60px;
	margin-left: 100px;
}
.about_text{
	margin-top: 0px;
	margin-left: 150px;
	font-size: 16px; /*1.9em;*/
	width: 600px;
	text-align: left;
}
.about_gallery img{
	vertical-align: middle;
	margin: 3px;
}




.footer{
	position: absolute;
	padding-left: 600px;
	bottom: 2%;
}
.footer_text{
	text-align: right;
	position: absolute;
	line-height: 20px;
	font-size: 19px;/*1.5em;*/
}
.footer_graphic{
	padding-left: 100px;
}





/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}