
@import url(http://fonts.googleapis.com/css?family=PT+Sans|PT+Sans+Narrow);

body {
	font-family: PT Sans, Arial, Helvetica, Sans Serif;
	font-size: 14px;
	color: #555;
}

#body-wrapper {
	background: url('../_images/bg-header.jpg') no-repeat;
} 

#header {
	height: 200px;
}

#site-title {
	position: absolute;
	top: 82px;
	left: 202px;
}

#tagline {
	color: #8b3500;
	font-size: 24px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.state p {
	color: #0065a9;
	font-size: 24px;
	line-height: 30px;
	font-family: PT Sans Narrow, Arial, Helvetica, Sans Serif;
	margin-top: 20px;
	text-transform: uppercase;
}

.video img {
	cursor: pointer;
}

#large-video {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	padding: 20px;
	margin: 10px;
	width: 823px;
	height: 480px;
	border: 1px solid #ccc;
	background: #fff;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
}

#close {
	cursor: pointer;
	position: absolute;
	top: -5px;
	right: -5px;
	background: #790000;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	line-height: 19px;
	width: 20px;
	height: 20px;
	text-align: center;
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
	        border-radius: 20px;
}

#large-video iframe {
	width: 100%;
	height: 100%;
}

#copyright {
	text-align: right;
	border-top: 1px solid #ccc;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	font-family: PT Sans Narrow, Sans Serif;
}

