/*** Clear Fixes ***/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
.clearfix { /* Hide from IE Mac */
	display:block;
}

.clear {
	height:0;
	padding:0;
	margin:0;
	text-indent:-9999%;
	font-size:0.0001em;
	clear:both;
}

button {
	display:block;
	cursor:pointer;
}

/*** General ***/

* {
	margin:0;
	padding:0;
}

body, textarea, input, select {
	font:62.5%/1.6 arial, verdana;
	color:#69635f;
}

/*** Site ***/

body {
	background:url(../images/layout/blue-back.jpg) repeat-x top center;
}

ul#skip {
	display:none;
}

#top {
	width:980px;
	margin:0 auto;
	padding-bottom:80px;
	background:url(../images/layout/top.jpg) no-repeat top center;
}

#header {
	height:118px;
	padding:30px 5px 25px 5px;
}
#header h1#logo {
	float:left;
	height:118px;
	width:540px;
	text-indent:-9999%;
}
#header h1#logo a {
	outline:0;
	display:block;
	height:118px;
	width:540px;
	background:url(../images/layout/logo.jpg) no-repeat top left;
}
#header h2#slogan {
	display:none;
}
#header ul#nav {
	float:right;
}
#header ul#nav li {
	list-style:none;
	float:left;
	line-height:118px;
	vertical-align:middle;
	padding:0 0 0 20px;
	font-size:1.8em;
}
#header ul#nav li a {
	display:block;
	color:#4e8ad5;
	text-decoration:none;
}
#header ul#nav li a:hover {
	color:#c9a81b;
	text-decoration:underline;
}

#blurb {
	width:530px;
	float:left;
	padding:10px 0 20px 5px;
}
#blurb p {
	color:#4e8ad5;
	font-size:1.8em;
	line-height:1.5em;
	margin:0 0 1em 0;
}
#blurb p a {
	color:#c9a81b;
	text-decoration:underline;
}
#blurb p a:hover {
	text-decoration:none;
}

#vimeo {
	width:400px;
	height:222px;
	float:right;
	padding:6px;
	background:url(../images/layout/vimeo-frame.jpg) no-repeat top center;
	margin:0 0 20px 0;
}

#flickr {
	height:86px;
}
#flickr .flickr_badge_image {
	background:url(../images/layout/flickr.png) no-repeat center center;
	height:75px;
	width:75px;
	padding:6px;
	float:left;
	margin:0 12px 0 0;
}
#flickr #flickr_badge_image10 {
	margin:0 !important;
}
#flickr .flickr_badge_image a {
	display:block;
	position:relative;
}
#flickr .flickr_badge_image a img {
	border:none;
}
#flickr .flickr_badge_image em {
	font-weight: normal;
	background: url(../images/layout/hover.png) no-repeat;
	width: 180px;
	height: 45px;
	position: absolute;
	top: -85px;
	left: -62px;
	text-align: center;
	padding: 20px 12px 10px;
	font-style: normal;
	z-index: 2;
	display: none;
}




#content {
	background:url(../images/layout/cloud-line.png) repeat-x top center;
	padding:80px 0 0 0;
	margin-top:-80px;
}
#content .inner {
	background:#ffffff;
	padding:20px 0 50px 0;
}
#content .inner .inner2 {
	width:960px;
	margin:0 auto;
}
#content .inner .colOne {
	float:left;
	width:465px;
}
#content .inner .colTwo {
	float:right;
	width:465px;
}
#content .line {
	height:1px;
	font-size:1.4em;
	text-indent:-9999%;
	background:#999999;
	margin:0 0 1.6em 0;
}
#content h2 {
	font-weight:100;
	font-size:1.8em;
	line-height:1em;
	margin:0 0 1em 0;
	color:#002f6c;
}
#content p, #content ul, #content ol {
	font-size:1.4em;
	line-height:1.6em;
	color:#666666;
	margin:0 0 1.6em 0;
}
#content ul li, #content ol li {
	margin:0 0 0 30px;
}
#content a {
	color:#002f6c;
	text-decoration:underline;
}
#content a:hover {
	color:#ffd100;
}
#content label {
	font-size:1.2em;
	line-height:1.6em;
	margin:0 0 1em 0;
	display:block;
	color:#666666;
}
#content label input, #content label select, #content label textarea {
	padding:5px;
	border:1px solid #999999;
	margin:0;
	font-size:1.4em;
	line-height:1.2em;
	height:1.2em;
	color:#666666;
	width:453px;
}
#content label textarea {
	height:150px;
}
#content label input:focus, #content label select:focus, #content label textarea:focus {
	border:1px solid #002f6c;
	color:#002f6c;
}
#content button {
	padding:5px 10px;
	border:none;
	background:#002f6c;
	color:#ffffff;
	font-size:1.4em;
	line-height:1.6em;
	float:right;
	margin:0 0 0 10px;
}
#content label input.error, #content label select.error, #content label textarea.error {
	border:1px solid #990000;
	color:#990000;
}
#content label.error {
	color:#990000;
	font-weight:bold;
	font-size:1em;
	display:block;
	margin-top:2px;
}

#content ul#twitter_update_list li {
	list-style:none;
	margin:0 0 5px 0;
	border-bottom:1px solid #e4e4e4;
	padding:0 0 5px 0;
}
#content ul#twitter_update_list a {
	display:block;
	color:#c9a81b;
	text-decoration:underline;
}
#content ul#twitter_update_list a:hover {
	text-decoration:none;
}

#content #events #creditfooter {
	display:none;
}
#content #events ul li {
	list-style:none;
	margin:0 0 8px 0;
	border-bottom:1px solid #e4e4e4;
	padding:0 0 8px 0;
}
#content #events ul li div {
	font-size:85%;
	display:none;
}

#content .message {
	padding:15px 15px 10px 15px;
	border:1px solid #ffd000;
	background:#ffeea2;
	margin:0 0 30px 0;
}
#content .message p {
	margin:0 0 5px 0;
	color:#77640f;
}
#content .message em {
	font-weight:bold;
	font-style:normal;
}

#footer {
	width:960px;
	margin:0 auto;
	padding:20px 0 20px 0;
	border-top:1px solid #999999;
}
#footer p {
	margin:0;
	font-size:1.1em;
	line-height:1.6em;
	text-align:center;
	color:#999999;
}
	#footer a {
		color:#002f6c;
		text-decoration:underline;
	}
	#footer a:hover {
		color:#ffd100;
	}

/* temp shit */
#details {
	position:fixed;
	bottom:50px;
	left:50px;
	border:3px solid #000000;
	padding:30px;
	height:200px;
	width:300px;
	background:#ffffff;
}