* { 
	margin: 0; 
	padding: 0; 
}

a {
	outline: 0;
}

body {
	background: #1a1a1a url(../img/bg.gif) top left;
	color: #fff;
	font-size: 62.5%;
	font-family: Helvetica, Arial, sans-serif;
}

.clearboth {
	clear: both;
}

#content {
	clear: both;
	display: block;
	overflow: hidden;
	padding-top: 20px;
}

#content_left {
	float: left;
	/* padding-top: 22px; */
	width: 38%;
}

#content_left ul {
	list-style: none;
}

#content_left ul li a{
	color: #00aeef;
	font-size: 1.6em;
	line-height: 1.5;
	font-weight: bold;
	text-decoration: none;
}

#content_left ul li.selected a,
#content_left ul li a:hover{
	color: #fff;
}

#content_left ul li.selected ul li a,
#content_left ul li ul li a{
	color: #66cef5;
	font-weight: normal;
	padding-left: 10px;
}

#content_left ul li ul li a:hover {
        color: #fff;
}

#content_left ul li.selected ul li.selected a {
 	color: #fff;
	font-weight: normal;
	padding-left: 10px;
}


p.back_button a {
	color: #00aeef;
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	height: 40px;	
	line-height: 2.5;
	text-decoration: none;
}

#content_right {
	border-top: 12px solid #00b0ef;
	float: right;
	padding-top: 10px;
	width: 60%;
}

#content_right p {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.31;
	margin: 0 0 10px 0;
}

#footer {
	background: transparent url(../img/footer-bg.png) top left no-repeat;
	margin: 140px 0 30px 0;
	padding: 50px 0 0 0;
	width: 920px;
}

#footer p {
	color: #666;
	font-size: 1.2em;
	line-height: 1;
	margin: 0 0 10px 0;
}

h1 {
	background: transparent url(../img/pitch-up-music-logo.png) top left no-repeat;
	clear: both;	
	height: 105px;
	text-indent: -618em;
	width: 920px;
}

h1 a {
	border: 0;
	display: block;
	height: 105px;
	width: 230px;
}

h2 {
	margin: 0 0 8px 0;
}

#header {
	margin: 30px 0;
}

#nav {
	clear: both;
	display: block;
	width: 920px;
}

#nav ul {
	float: right;
}

#nav ul li {
	float: left;
	list-style: none;
}

#nav ul li a {
	color: #00aeef;
	display: block;
	float: left;
	font-size: 1.6em;
	font-weight: bold;
	height: 40px;	
	line-height: 2.5;
	padding: 0 30px 0 50px;
	text-decoration: none;
}

#nav ul li.nav_tweet { background: transparent url(../img/nav_tweet_li_bg.png) top left no-repeat; }
#nav ul li.nav_share { background: transparent url(../img/nav_share_li_bg.png) top left no-repeat; }
#nav ul li.nav_email { background: transparent url(../img/nav_email_li_bg.png) top left no-repeat; }

#nav ul li.nav_tweet a { background: transparent url(../img/nav_tweet_a_bg.png) top left no-repeat;	}
#nav ul li.nav_share a { background: transparent url(../img/nav_share_a_bg.png) top left no-repeat;	}
#nav ul li.nav_email a { background: transparent url(../img/nav_email_a_bg.png) top left no-repeat; padding: 0 0 0 50px; }

#nav ul li.nav_tweet a:hover,
#nav ul li.nav_share a:hover,
#nav ul li.nav_email a:hover { 
	background-position: bottom left; 
}

.back_button {
	clear: both;
	display: block;
	width: 500px;
}

.back_button ul {
	margin: 40px 0 0 0;
}

.back_button ul li {
	float: left;
	list-style: none;
}

.back_button ul li a {
	color: #00aeef;
	display: block;
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	height: 20px;	
	line-height: 1.5;
	padding: 0 30px 0 30px;
	text-decoration: none;
}

.back_button ul li.nav_back { background: transparent url(../img/nav_back_li_bg.png) top left no-repeat; }
.back_button ul li.nav_back a { background: transparent url(../img/nav_back_a_bg.png) top left no-repeat;	}
.back_button ul li.nav_back a:hover { background-position: bottom left; }

a.work_samples {
	color: #666;
	font-size: 1.4em;
	line-height: 1.5;
	text-decoration: none;
}

a.work_samples:hover {
	color: #00b3f0;
}

p.padded {
	padding: 10px 0 0 0;
}

.spacer {
	background: transparent url(../img/line_spacer.gif) top left no-repeat;
	height: 1px;
	margin: 42px 0 16px;
}

.spacer_work {
	background: transparent url(../img/line_spacer.gif) top left no-repeat;
	height: 1px;
	margin: 22px 0 16px;
}

#wrapper {
	margin: 0 auto;
	width: 920px;
}

h2.video_heading {
padding: 0 0 30px 0;
}