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


body {
	font: 62.5% "Arial", Verdana, sans-serif;
	color: #c6c6c6;
	text-align: center;
	background: #111;
}

/* @group header */

/* HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#header {
	float: left;
	width: 100%;
	overflow: hidden;
	background: url("images/header-bg.jpg") repeat-x 0 0;
}

#header-inner {
	position: relative;
	width: 960px;
	height: 160px;
	margin: 0 auto;
	text-align: left;
}

/* @group logo - image replacement */

/* LOGO - IMAGE REPLACEMENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#logo {
	position: relative;
	float: left;
	display: inline;
	width: 490px;
	height: 65px;
	margin: 17px 0 0;
	font-size: 1.5em;
	overflow: hidden;
}

#logo span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
/

*background: url("images/logo.jpg") no-repeat 0 0;*/
}

#logo a {
	text-decoration: none;
}

/* @end */

/* @group logo - plain text */

/* LOGO - PLAIN TEXT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#logo-text {
	float: left;
	display: inline;
	width: 490px;
	height: 65px;
	margin-top: 20px;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #565656;
	overflow: hidden;
}

#logo-text a:link, #logo-text a:visited, #logo-text a:active {
	display: block;
	margin-bottom: -3px;
	color: #ddd;
	font-size: 3.6em;
	font-weight: bold;
	text-decoration: none;
}

#logo-text a:hover {
	color: #fff;
	text-decoration: none;
}

/* @end */

/* @group social */

/* SOCIAL
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#social {
margin:0 auto;
	height: 65px;
	margin: 17px 0 0 0;
	margin-left:300px;
	width:300px;
	background: url("images/social-bg.jpg") repeat-x 0 0;
}

#social-inner {
	float: left;
	width: 100%;
	background: url("images/social-edge.jpg") no-repeat 100% 0;
}

#social ul {
	float: left;
	display: inline;
	width: 100%;
}

#social li {
	float: left;
	display: inline;
	margin-left: 9px;
}

#social a {
	float: left;
	display: inline;
	width: 47px;
	height: 0;
	padding-top: 47px;
	overflow: hidden;
	text-decoration: none;
}

#social-connect, #social-subscribe {
	float: left;
	display: inline;
}

#social-connect {
	background: url("images/social-connect-title.jpg") no-repeat 50% 2px;
}

#social-subscribe {
	background: url("images/social-subscribe-title.jpg") no-repeat 50% 2px;
}

#social-connect ul, #social-subscribe ul {
	padding: 18px 9px 0 0;
}

#social-connect ul {
	background: url("images/social-edge.jpg") no-repeat 0 0;
}

#social-subscribe ul {
	background: url("images/social-edge.jpg") no-repeat 0 0;
}

#social-facebook a {
	background: url("images/social-icons.jpg") no-repeat 0 0;
}

#social-facebook a:hover {
	background: url("images/social-icons.jpg") no-repeat 0 -47px;
}

#social-myspace a {
	background: url("images/social-icons.jpg") no-repeat -47px 0;
}

#social-myspace a:hover {
	background: url("images/social-icons.jpg") no-repeat -47px -47px;
}

#social-twitter a {
	background: url("images/social-icons.jpg") no-repeat -94px 0;
}

#social-twitter a:hover {
	background: url("images/social-icons.jpg") no-repeat -94px -47px;
}

#social-feed a {
	background: url("images/social-icons.jpg") no-repeat -141px 0;
}

#social-feed a:hover {
	background: url("images/social-icons.jpg") no-repeat -141px -47px;
}

#social-email a {
	background: url("images/social-icons.jpg") no-repeat -188px 0;
}

#social-email a:hover {
	background: url("images/social-icons.jpg") no-repeat -188px -47px;
}

/* @end */