/* CSS Document */
body {
		margin:0;
		padding:0;
		width: 100%;
		height: 100%;
        background-color: #ebebeb;
        color: #444444;	
		//font-family: Futura, Tahoma, Verdana, sans-serif;  
		font-family: Helvetica, "Helvetica World", Arial, Verdana, sans-serif;
		font-size: 10pt;	
		letter-spacing: .2em;
		line-height: 1.4em;
		}
		
a 	{
	cursor: pointer;
	color: #ff6600;
	text-decoration: none;
}

a:link	{
	color: #ff6600; 
	text-decoration: none; 
}

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

a:active {
	color: #00aad0; 
	text-decoration: none;
}

a:hover	{
	color: #00aad0; 
	text-decoration: underline;
}
		
h1	{
	font-size:16pt;
	margin:0 0 15px 0;
	padding:0;
	font-weight: normal;
	color: #00aad0;
	line-height: 1.2em;
	text-align: left;
}

h2	{
	font-size:14pt;
	margin:0 0 15px 0;
	padding:0;
	font-weight: normal;
	color:#ff6600;
	line-height: 1.2em;
	text-align: left;
}

h3 {
	font-size:12pt;
	margin:0 0 10px 0;
	padding:0;
	font-weight: normal;
	color: #fa024c;
	line-height: 1.2em;
	text-align: left;

}

.close {
	margin:  0 0 5px 0;
}

.project_title {
 	font-size:12pt;
	margin:0 0 10px 0;
	padding:0;
	font-weight: normal;
	color: #d6d6d6;
	line-height: 1.2em;
	text-align: left;
}

a.project_title {
 	font-size:12pt;
	margin:0 0 10px 0;
	padding:0;
	font-weight: normal;
	color: #ff6600;
	line-height: 1.2em;
	text-align: left;
}

p	{
	text-align: justify;
	margin: 0 0 20px 0;
	padding:0;
}

hr	{
	margin: 20px 0;
	padding: 0;
	border-bottom: #ccc dashed 1px;
}

blockquote	{
	margin: 0;
	padding: 25px;
	background-image: url('http://www.kunst-stoff.org/grafix/quotes.png');
	background-position: top left;
	background-repeat: no-repeat;
}

input	{
	margin: 0;
	padding:5px;
	font-size: 1.1em;
}

textarea	{
	margin: 0 0 15px 0;
	background: #cccccc;
	padding:2px;
}

select	{
	letter-spacing: normal;
}

.fancy	{
	color:#35ccee;
}

.yellow	{
	color:#FFF800;
}

.credit	{
	font-size: .8em;
}

.regular	{
	color: #d1d1d1;	
	font-family: Tahoma, Verdana, sans-serif;  
	//font-family: Helvetica, "Helvetica World", Arial, Verdana, sans-serif;
	font-size: 10pt;	
	letter-spacing: .2em;
	line-height: 1.4em;
}

.caption	{
	font-size: 8pt;
}

ul	{
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	text-align: left;
}

li	{
	margin: 0;
	padding: 5px 0;
	list-style: none;
	list-style-image: none;
	text-indent: 0;
	border:0;
	border-bottom: 1px solid #888888;
	text-align: left;
}

.bullet	{
	list-style: disc;
	margin: 0 0 20px 30px;
	padding: 0;
	border: 0;
	font-size: 1.5em;
	line-height: 1.2em;
}

.button {
	background: #00aba0;
	padding: 5px 10px;
	margin: 0;
	color: #fff;
	cursor: pointer;
	padding: 5px;
	border: #ccccccf 1px solid;
	font-size: 1.3em;
	text-transform: uppercase;
}
.container {
	width:1000px;
	margin:0 auto;
	padding:0;
}

.header {
	margin: 0;
	padding:10px 10px 20px 10px;
	width:980px;
	height:70px;
	background-color: #35cbed;
	font-family: Tahoma, Verdana, sans-serif;
	font-family: Helvetica, "Helvetica World", Arial, Verdana, sans-serif;
	letter-spacing: normal;
	line-height: normal;
}

.logo {
	border: 0;
	margin: 10px 0 0 0;
}

.slideshow {
	width: 1000px;
	height: 510px;
	overflow: hidden;
	background-color: #35cbed;
}

.slideshow img {
	width: 980px;
	margin: 10px;
}

.mainpic {
	width: 980px;
	height: 290px;
	padding: 0;
	margin: 0;
}

.mainpic_credits {
	padding: 0;
	margin: 0 0 10px 0;
	width: 980px;
	color: #aaaaaa;
	font-size: .8em;
	font-style: italic;
	text-align: right;
}

.sidebar	{
	padding: 15px;
	width:280px;
	float: right;
	border-left: 1px dashed #888888;
	text-align: left;
}

.sidebar a {text-decoration: none;}
.sidebar a:link {color: #00aad0;}
.sidebar a:visited {color: #00aad0;}
.sidebar a:active {color: #ff6600;}
.sidebar a:hover {color: #ff6600;}

.main	{
	margin:0;
	width: 980px;
	padding: 10px;
	background-color: #ffffff;
	text-align: justify;
	border-left: 1px #dadada solid;
	border-right: 1px #dadada solid;
	border-bottom: 1px #dadada solid;
}

.content	{
	width: 625px;
	margin: 0 0 20px 0;
	padding: 15px;
}

.content li a {text-decoration: none;}
.content li a:link {color: #00aad0;}
.content li a:visited {color: #00aad0;}
.content li a:active {color: #ff6600;}
.content li a:hover {color: #ff6600;}

.left_half	{
	width:450px;
	padding: 15px;
}

.right_half	{
	width:450px;
	float: right;
	padding: 15px;
}

.full_width	{
	width:950px;
	padding: 15px;
}

.pagination {
	text-align: center;
}

.page_number {
	border: 1px solid #cccccc;
	padding: 5px;
	margin: 0 5px 0 0;
	background: #51b3d6;
	font-weight: bold;
}

.current_page {
	background-image: url('../grafix/shade.png');
	background-repeat: repeat;
}

.navigation	{
	height:40px;
}

.previous	{
	float: left;
}

.next	{
	float: right;
}

.addthis_32x32_style {
	float: right;
	width: 200px;
	height: 35px;
}

.addthis_32x32_style a {
	float: right;
	display: inline;
	margin: 0 0 20px 10px;
}

.bio_pic_box {
	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
	font-style: italic;
	font-size: .7em;
}

.bio_pic {
	width: 250px;
}

.donor_logo {
	max-height: 100px;
	max-width: 150px;
	border: 0;
	float: left;
	margin: 0 20px 20px 0;
}

#class_day	{
	width:100px;
	padding:5px;
	text-align: center;
	vertical-align: top;
}

.shade	{
	background-image: url('../grafix/shade.png');
	background-repeat: repeat;
}

.clear	{
	clear: both;
	}

.clear_right	{
	clear: right;
}

.clear_left	{
	clear: left;
}

.left	{
	float: left;
	margin: 0 15px 15px 0;
	padding: 0;
}

.right	{
	float: right;
	margin: 0 0 20px 20px;
	padding: 0;
}

.icon	{
	width: 25px;
	height: 25px;
	padding: 0;
	margin: 0 5px 0 0;
	vertical-align: middle;
}

.rep_image	{
	width: 400px;
}

.thumbnail {
	border: 1px solid #222;
	margin:0 5px 5px 0;
	width: 83px;
	height: 83px;	
	opacity:.8;
	filter: alpha(opacity = 80);
	float: left;
}

.thumbnail:hover	{
	border: 1px solid #ccc;
	margin:0 5px 5px 0;
	width: 83px;
	height: 83px;	
	opacity:1;
	filter: alpha(opacity = 100);
	float: left;
}

.video_thumb {
	height: 100px;
	border: 1px solid #222;
	opacity:.8;
	filter: alpha(opacity = 80);
}

.video_thumb:hover {
	height: 100px;
	border: 1px solid #ccc;
	opacity:1;
	filter: alpha(opacity = 100);
}

.press_photo {
	width: 200px;
	margin: 0 20px 20px 0;
	float: left;
}

.calendar_thumb {
	width: 623px;
	border: 1px solid #222;
}

.read_more	{
	text-align: right;
	width:100%;
	margin: -5px 0 20px 0;
	padding: 0 0 10px 0;
	
}

/*MAIL CHIMP FORM STYLES*/

#mc-embedded-subscribe-form	{
	border: 0;
}

.emailitems	{
	border: 0;
}

ul.addressfield li	{
	border: 0;
}
.mc-field-group	{
	padding: 0;
	margin: 0 0 10px 0;
}

.mc-field-group-label {
	width: 150px;
	margin: 0;
	padding: 0 auto 0 0;
	display: block;
	float: left;
	clear: both;

}

.addressfield-label	{
	width: 150px;
	margin: 0;
	padding: 0 auto 0 0;
	display: block;
	float: left;
	clear: both;

}

.radio	{
	width: 55px;
	margin: 0;
	padding: 0 auto 0 0;
	display: block;
	float: left;
	clear: both;

}

.checkbox {
	width: 350px;
	margin: 0;
	padding: 0 auto 0 0;
	display: block;
	float: left;
	clear: both;

}

.footer	{
	background-color: #222526;
	color: #d1d1d1;
	margin:10px 0 0 0;
	padding:30px 20px;
	width:960px;
	border-top:1px;
	font-size: 8pt;
	font-family: Tahoma, Verdana, sans-serif;
	letter-spacing: .15em;
}

#footer	a 	{
	color: yellow;
	text-decoration: none;
}

#footer	a:link	{
	color: yellow; 
	text-decoration: none; 
}

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

#footer	a:active {
	color: #00aad0; 
	text-decoration: none;
}

#footer	a:hover	{
	color: #00aad0; 
	text-decoration: none;
}

/* MENU DROP DOWN */

.header a {text-decoration: none;}
.header a:link {color: #ffffff; text-decoration: none;}
.header a:visited {color: #ffffff; text-decoration: none;}
.header a:active {color: #ff6600; text-decoration: none;}
.header a:hover {color: #ff6600; text-decoration: none;}

.menu_item {
	width: 165px;
	margin: 0 15px 0 0;
	padding: 0;
	text-align: center;
	height: 25px;
	line-height: 25px;
	display: inline-block;
}

nav {
	width: 780px;
	height: 80px;
	font-size: 1.2em;
	padding: 0;
	position: relative;
	z-index: 100;
	float: right;
}

nav ul {
	text-align: center;
}

nav ul li {
	cursor: pointer;
	-webkit-transition: padding .05s linear;
	-moz-transition: padding .05s linear;
	-ms-transition: padding .05s linear;
	-o-transition: padding .05s linear;
	transition: padding .05s linear;
	width: 165px;
	border: 0;
	font-weight: bold;
}
nav ul li.drop {
	position: relative;
	width: 165px;
}
nav ul > li {
	display: inline-block;
	width: 165px;
}
nav ul li a {
	line-height: 30px;
	padding: 0 15px;
	height: 30px;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
	width: 165px;
	color: #ff6700;
}
nav ul li a:hover {
	color: #666666;
}

.dropOut .triangle {
	width: 0;
	height: 0;
	position: absolute;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid white;
	top: -8px;
	left: 50%;
	margin-left: -8px;
}
.dropdownContain {
	width: 180px;
	position: absolute;
	z-index: 2;
	left: 50%;
	margin-left: -90px; /* half of width */
	top: -600px;
	font-size: 10pt;
}
.dropOut {
	width: 180px;
	background: white;
	float: left;
	position: relative;
	margin-top: 0px;
	opacity: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.15);
	box-shadow: 0 1px 6px rgba(0,0,0,.15);
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}

.dropOut ul {
	float: left;
	padding: 7px 0;
}
.dropOut ul li {
	text-align: left;
	float: left;
	width: 150px;
	padding: 10px 0 7px 10px;
	margin: 0px 10px;
	color: #777;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: background .1s ease-out;
	-moz-transition: background .1s ease-out;
	-ms-transition: background .1s ease-out;
	-o-transition: background .1s ease-out;
	transition: background .1s ease-out;
}

.dropOut ul li a {
	margin: 0;
	padding: 0;
	line-height: inherit;
}

.dropOut a {text-decoration: none;}
.dropOut a:link {color: #666666; text-decoration: none;}
.dropOut a:visited {color: #666666; text-decoration: none;}
.dropOut a:active {color: #ff6600; text-decoration: none;}
.dropOut a:hover {color: #ff6600; text-decoration: none;}

.dropOut ul li:hover {
	background: #f6f6f6;
	color: black;
}

ul li:hover a { color: #ff6700; }
ul li:hover .dropdownContain { top: 35px; }
ul li:hover .dropOut { opacity: 1; margin-top: 8px; }