
body {
	background:#000;
	text-align:center;
	color:#fff;
	margin:0;
	padding:0;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	text-align: left;
}

a { color: #999 }

a:hover { color: #efefef }

strong { color: #ddd }

img { border: none }

p {
	padding: 10px 0;
	line-height: 15px;
}

#wrapper {
	width: 980px;
	border: solid 1px #3F3F3F;
	margin: 0 auto;
	margin-top: 20px;
}

#flashembed {
	height: 481px;
}

#non-flash {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#non-flash a {
	text-decoration: none;
}

/* Footer --------------------------------------------------------------------*/

#footer {
	padding: 10px 30px 10px 60px;
	overflow: auto;
	color: #aaa;
}

#footer #contact {
	float: left;
	list-style-type: none;
}

#footer #contact li {
	margin: 10px 0;
}

#footer .social-links a {
	display: block;
	float: left;
	margin-right: 5px;
	width: 15px; height: 19px;
}

#footer .social-links a span { display: none }
#footer .social-links a.twitter { background: url(../images/icon-twitter.png) no-repeat }
#footer .social-links a.facebook { background: url(../images/icon-facebook.png) no-repeat }
#footer .social-links a.linkedin { background: url(../images/icon-linkedin.png) no-repeat }
#footer .social-links a:hover {	background-position: bottom }

#footer #blogfeed {
	float: right;
	font-size: 0.9em;
	padding-left: 140px;
	width: 390px;
}

#footer #blogfeed .image {
	float: left;
	margin-right: 10px;
}

#footer #blogfeed .feed {
	float: right;
	width: 250px;
}

#blogfeed a {
	color: #666;
	text-decoration: none;
}

#blogfeed a:hover { color: #efefef }

#footer #blogfeed p {
	padding: 5px 0;
	line-height: 11px;
}

/* Contact -------------------------------------------------------------------*/

body#contact {
	padding: 20px;
}

body#contact #details,
body#contact #map {
	width: 49%;
}

body#contact #details {
	float: left;
}

body#contact #map {
	float: right;
}