@charset "UTF-8";
/* CSS Document */

/* Elements */

body {
	background: url(../images/background_large.jpg) repeat top left;
	font-family: Arial, 'Helvetica', sans-serif
}

p {
	color:#000;
	font-size:14px;
	text-align:center;
}

h1 {
	padding: 25px 0 0 0;
	text-align:center;
	font-size:22px;	
	font-weight:100;
	font-family:Chunkfive;
}

a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: underline;}

img {
	border:0;
}

/* Nav */

#nav {
	height: 50px;
	width: 960px;
	margin: 0px auto;
	text-align: center;
}

#nav ul {
	font-size: 13px;
	list-style-type: none;
	margin: 0px 0px 0px 9px;
	padding: 0px;
}

#nav li {
	font-family:Chunkfive;
	font-weight:100;
	float: left;
	font-size: 16px;
	line-height: 50px;
	list-style-type: none;
	font-weight:bold;
	margin: 0px 50px;
	padding: 0px;
}

#nav li a {
	text-decoration:none;
	padding: 5px 15px;
	color:#000;
	color: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

#nav li a:hover,
#nav li a:focus,
#nav li a:active {
	color: #fff;
	background: rgba(0, 0, 0, 1);
}


#nav li.current {
	color: #CCC;
}

/* Features */

.feature {
	background:#fff;
	width: 910px;
	height: 750px;
	margin:0px auto;
	margin-bottom:25px;
	margin-top:-25px;
}

.feature_tower {
	float:left;
	margin:25px;
	width:250px;
}

.feature_half {
	float:left;
	margin:25px;
	width:450px;
}

.feature_main {
	float:left;
	margin:25px;
	width:550px;
}

.feature_main #youtube {
	float:left;
	width:550px;
	height:343px;
	padding: 5px;
	border:  1px solid #ccc;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.feature_main a img,
.feature_half a img,
.feature_tower a img {
	opacity: 0.75;	
	padding: 5px;
	border:  1px solid #ccc;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)"; /* IE8 */
	filter: alpha(opacity = 75); /* IE5-7 */
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

.feature_main a:hover img,
.feature_half a:hover img,
.feature_tower a:hover img,
.feature_half a:focus img,
.feature_main a:focus img,
.feature_tower a:focus img {
	opacity: 1;	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE8 */
	filter: alpha(opacity = 100); /* IE5-7 */
}


/* Misc */

.roundedCorners {
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#flickr-slideshow {
	width:700px;
	margin:0px auto;
	margin-bottom:25px;
	padding:5px;
	background-color: #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#google-map {
	width:900px;
	margin:0px auto;
	margin-bottom:25px;
	padding:5px;
	background-color: #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

ul#milestones li {
	background:url(../images/tick.png) top left no-repeat;
	padding-left: 30px;
	list-style: none;
	line-height: 28px;
	margin:10px 0 10px 400px;
}

img.me {
	background-color: #000;
	margin: 20px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#content {
	width: 960px;
	height: 100%;
	margin: 25px 0 25px 0;
}
  
#twit-div { 
	float:right;
	width: 350px; 
	height: 75px; 
	padding: 35px 0 0 0;
}

ul#twitter_update_list { 
	list-style: none; 
	font-size: 12px;	
}

ul#twitter_update_list li { 
	color:#fff;	
}

ul#twitter_update_list li a { 
	color:#c4c4c4;	
}

.map {
	margin:0 0 25px 126px;
}

/* Stick Footer */

* {
 	margin: 0;
}

html, body {
	height: 100%;	
}

.nonFooter {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px;
}

.footer, .push {
	height: 200px;
	clear: both;
}

/* Footer */

.footer {
	background: #dddddd;
	text-align:center;
}

.footer #social img {
	float:left;
	padding: 20px 20px 10px 30px;
}

.footer #flickr {
	margin:25px;
}

.footer a:link { color:#46477a;}
.footer a:visited { color:#46477a;}
.footer a:active { color:#46477a;}
.footer a:hover { color:#46477a;}

.footer .emphasis {
	font-weight:bold;
}

/* Fonts */

@font-face {
  font-family: 'Molot';
  src: url('molot.otf') format('opentype');  /* Saf3+, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
  font-family: 'Chunkfive';
  src: url('chunkfive.otf') format('opentype');  /* Saf3+, Chrome4+, FF3.5, Opera 10+ */
}

