@charset "utf-8";

* {
	padding:0;
	margin:0;
}

@font-face {
  font-family: 'Hammersmith One';
  src: local('Hammersmith One'), url('../includes/HammersmithOne.ttf') format('truetype');
}


object {
	outline:none;
}

a:link {
	
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	text-decoration: none;
	color: #FFA800;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}

html, body {
	height: 100%;
}

body{
	margin: 0;
	padding:0;
	/*font-family:Verdana, Arial, Helvetica, Georgia, Sans-serif; */
	font-family: 'Hammersmith One', Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	/*vertical-align:top;*/
	background:#000 url(../images/donut_bg_dark.png) repeat scroll;
	/*background-position: center;*/
	/*background-color:#000;
	background-repeat: no-repeat;*/
	color:#ffffff;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#container {
	margin:0 auto;
	width:960px;
	/*height: 100%;*/
	/*min-height: 100%;*/
	/*background:#669933;*/
	display: table;
	background:url(../images/background.jpg) top no-repeat fixed;
}

#position {
	display: table-cell;
	vertical-align: middle;
}

#header_fade {
	width:100%;
	height:40px;
	background:url(../images/header_fade.png) repeat-x;
	z-index:-100;
}

#sokayheader{
	width:100%;
	height:33px;
	padding:2px;
	margin:auto;
}

#header {
	float:left;
	width:100%;
	height:170px;
	line-height:0;
	/*min-height:40px;*/
}

#coming {
	float:left;
	width:100%;
	height:60px;
	
	font-family: 'Hammersmith One', Arial, sans-serif;
	font-size:40px;
	text-shadow: 2px 2px 1px #000;
}

#coming-long {
	float:left;
	width:100%;
	/*height:60px;*/
	
	font-family: 'Hammersmith One', Arial, sans-serif;
	font-size:24px;
	text-shadow: 2px 2px 1px #000;
	margin:0 0 6px 0;
}

#ad-header-container {
	float:left;
	width:728px;
	min-width:940px;
	margin:4px auto;
}

	#ad-header-cushion {
		float:none;
		width:728px;
		height:12px;
		margin:0 auto;
		overflow:hidden;
		text-align:left;
	}
	
	#ad-header {
		float:none;
		width:728px;
		height:90px;
		background:url(../images/background_content.png);
		margin:2px auto;
	}

#site_box {
	/*margin:0 20px;*/
	
	float:left;
	width:960px;
	
}

#site_left {
	float:left;
	width:700px;
	margin:0 5px 0 20px;
	/*min-height:400px;*/
	background:url(../images/background_content.png) fixed;
	
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
	#site_nav {
		float:left;
		width:100%;
		height:50px;
		line-height:55px;
		background:url(../images/background_content.png);
		
		font-family: 'Hammersmith One', Arial, sans-serif;
		font-size:22px;
		text-shadow: 1px 1px 1px #000;
		
		-webkit-border-top-left-radius: 12px;
		-moz-border-radius-topleft: 12px;
		border-top-left-radius: 12px;
		
		-webkit-border-top-right-radius: 12px;
		-moz-border-radius-topright: 12px;
		border-top-right-radius: 12px;
	}
	
		#site_nav a:link {
			
			color: #FFFFFF;
			text-decoration: none;
		}
		#site_nav a:visited {
			text-decoration: none;
			color: #FFFFFF;
		}
		#site_nav a:hover {
			text-decoration: none;
			color: #0099FF;
		}
		#site_nav a:active {
			text-decoration: none;
			color: #FF9900;
		}
		
		#site_nav ul {
			display:block;
			list-style:none;
		}
		
		#site_nav li {
			display:inline;
			margin: 5px 10px;
			
		}
		
		#site_nav a {
			/*
			-webkit-box-shadow: 0 0 12px rgba(0,0,0,.5);
			-moz-box-shadow: 0 2px 12px rgba(0,0,0,.5);
			box-shadow: 0 0 12px rgba(0,0,0,.5);
			*/
			
			-webkit-transition: all 0.4s ease-out;
			-moz-transition: all 0.4s ease-out;
			-o-transition: all 0.4s ease-out;
			transition: all 0.4s ease-out;
		}
		
		#site_nav a:hover {
			font-family: 'Hammersmith One', Arial, sans-serif;
			/*font-size:24px;*/
		}
		
	#site_nav_sections {
		float:left;
		width:100%;
		text-align:center;
	}
		
	#site_nav_social {
		
		font-family: 'Hammersmith One', Arial, sans-serif;
	
		float:left;
		width:100%;
		height:50px;
		margin: 8px 0 8px 0;
		text-align:center;
	}
	
	#site_nav_social img {
		margin:0 4px;
	}
	
	#site_nav_social p {
		margin:0 0 2px 0;
	}

	#content {
		/*margin:0 auto 0 auto;*/
		float:left;
		margin:auto;
		padding:20px;
		width:100%;
		text-align:left;
		border: none;
		
	}
	
	#content h1 {
		font-family: 'Hammersmith One', Arial, sans-serif;
		font-size:22px;
		text-shadow: 2px 2px 1px #000;
	}
	
	#content p {
		margin:2px 28px 5px 28px;
	}
	
	#content img {
		margin:0 10px;
		-webkit-box-shadow: 0 0 12px rgba(0,0,0,.5);
		-moz-box-shadow: 0 2px 12px rgba(0,0,0,.5);
		box-shadow: 0 0 12px rgba(0,0,0,.5);
	}
	
	#content a img {
		
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	
	}
	
	#content a:hover img {
		
		-webkit-transform: scale(1.03);
		-moz-transform: scale(1.03);
		-o-transform: scale(1.03);
		transform: scale(1.03);
		
		-webkit-box-shadow: 0 0 5px rgba(255,255,255,.5);
		-moz-box-shadow: 0 2px 5px rgba(255,255,255,.5);
		box-shadow: 0 0 5px rgba(255,255,255,.5);
	
	}
	
		#content-teaser {
			/*visibility:hidden;*/
		}
		
			#content-teaser img {
				vertical-align: middle;
			}
			
			#content-teaser form {
				margin-left: 100px;
				margin-bottom: 20px;
			}
		
		#content-gallery {
			/*position:absolute;
			visibility:hidden;*/
		}
		
		#content-about {
			
		}
		
			#content-about p {
				text-indent:8px;
				margin:8px 0;
				line-height:18px;
			}
		
			.content-about-box {
				margin:8px 0;
				height:230px;
				width:90%;
			
			}
		
		#content-team {
			margin:0;
			padding:0 40px 0 0;
		}
			#content-team-text {
				height:150px;
				width:550px;
				margin:0px 0 0 30px;
			}
				#content-team-text img {
					-webkit-box-shadow: none;
					-moz-box-shadow: none;
					box-shadow: none;
				}
				
				#content-team-text a:hover img {
					-webkit-box-shadow: none;
					-moz-box-shadow: none;
					box-shadow: none;
				}
			
			#content-team p {
				margin:8px 0;
				text-indent:8px;
			}
		
			#content-team h2 {
				font-family: 'Hammersmith One', Arial, sans-serif;
				font-size:22px;
				text-shadow: 2px 2px 1px #000;
				line-height: 22px;
			}
			
			#content-team h3 {
				font-family: 'Hammersmith One', Arial, sans-serif;
				font-size:14px;
				text-shadow: 1px 1px 1px #000;
				text-indent:0px;
			}
			
			#content-team .member {
				width:100%;
				min-height:130px;
				margin:18px 0;
			}
				
				#content-team .member h2 {
					padding:8px 0 0 0;
					margin:0;
				}
				
				#content-team .member-right h2 {
					padding:8px 0 0 0;
					margin:0;
				}
				
			#content-team .member-right {
				width:100%;
				min-height:130px;
				margin:12px 0;
				padding-right:20px;
				text-align:right;
			}
		
			#content-team .member p {
				text-indent: 10px;
				margin:0;
			}
	
	


#site_right {
	float:left;
	margin:0 15px;
	padding:0 0 0 0;
	width:200px;
	min-height:600px;
	background:url(../images/background_content.png) fixed;
	
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

	#site_right_fb {
		margin:10px 0 10px 0;
		width:100%;
		height:25px;
		text-align:center;
		float:left;
	}
	
	#site_right_donate {
		margin:10px 0 10px 0;
		width:100%;
		height:60px;
		text-align:center;
		float:left;
		
		font-family: 'Hammersmith One', Arial, sans-serif;
		font-size:12px;
		text-shadow: 1px 1px 1px #000;
	}
	
		#site_right_donate p {
			margin:4px 0;
		}
	
	#site_right_ads {
		margin:10px 0 15px 0;
		width:100%;
		height:30px;
		text-align:center;
		float:left;
		
		font-family: 'Hammersmith One', Arial, sans-serif;
		font-size:10px;
		text-shadow: 1px 1px 1px #000;
	}
	
		.ad125 {
			
			width:125px;
			height:125px;
			margin:4px 37px 6px 37px;
		
		}
		
		.ad160 {
			
			width:160px;
			height:600px;
			margin:4px 37px 6px 37px;
		
		}




/*
#content.centered {
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%; 
}
*/

.vimeo {
	/*width:640px;
	margin:20px auto;*/
}

#center {
	width:1000px;
	float:left;
}

#left {
	margin:0;
	float: left;
	background: #223366;
	text-align:center;
	width:0px;
	line-height:0;
}


#site {
	margin:0;
	text-align:center;
	float: left;
	width:835px;
	height:600px;
	background:#0033cc url(../images/bg_blu.jpg) no-repeat;
	background-position:top;
	background-attachment:inherit;
	background-repeat: no-repeat;
}

#right {
	margin:0;
	width: 160px;
	float: right;
	text-align:right;
	border-style:solid;
	border-width:2px;
	border-color:#0033CC;
}
#right-cushion {
	/*height: 200px;*/

}

#footer {
	margin:auto;
	width:100%;
	text-align:center;
	/*background:#000000;*/
}

#footerdonate {
	margin:20px 0;
	width:150px;
	text-align:center;
	float:left;
}

#footerfb {
	margin:20px 0 0 10px;
	width:100px;
	text-align:center;
	float:left;
}

#footer-left {
	height:100px;
	width:400px;
	float:left;
}
#footer-right {
	height:100px;
	width:300px;
	float:left;
	margin-top:20px;
}


#comments {
	margin:10px auto;
	width:700px;
	text-align:center;
}

#comments-content {
	margin:0px 0px 0px 70px;
	width:500px;
}

#copyright {
	width:100%;
	text-align:center;
	font-family: 'Hammersmith One', Arial, sans-serif;
		font-size:16px;
		
	margin:4px;

}

#copyright span {
	font-size:11px;
}


/*   INPUT STUFFS */

#content input[type="text"], #content input[type="email"] {
				
				font-family:Century Gothic, Verdana, Helvetica, Arial, Helvetica, Georgia, Sans-serif;
				font-size:12px;
				font-weight:normal;
				
				width: 200px;
				margin: 4px auto;
				padding:4px 8px;
				
				border: medium none;
				border-radius: 4px;
				box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
				
				color: #0029A3;
				background: #FFF;
				
				-webkit-transition: all 0.2s ease-out; 
				-moz-transition: all 0.2s ease-out; 
				-o-transition: all 0.2s ease-out; 
				-ms-transition: all 0.2s ease-out;
			}
			
				#content input[type="text"]:hover, #sidebar-newsletter input[type="email"]:hover {
					background:#0099FF;
				}
			
			#content input[type="submit"] {
				font-family:Century Gothic, Verdana, Helvetica, Arial, Helvetica, Georgia, Sans-serif;
				font-size:16px;
				font-weight:normal;
				
				margin: 4px auto;
				padding:4px 8px;
				
				border: medium none;
				border-radius: 4px;
				
				background:#FF9900;
				color:#fff;
				
				-webkit-transition: all 0.2s ease-out; 
				-moz-transition: all 0.2s ease-out; 
				-o-transition: all 0.2s ease-out; 
				-ms-transition: all 0.2s ease-out;
			}
			
			#content input[type="submit"]:hover {
				background:#FFD83A;
			}
