/*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*END RESET*/

body {
	background-color:#7a0d01;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#fff;
	background-image: url(images/BG.jpg);
	background-repeat: repeat-x;
	width:1456px;
}

a:link {color:#fff;text-decoration:underline;font-weight:bold;}
a:visited {color:#fff;font-weight:bold;}
a:hover {color:#999;text-decoration:underline;}

div#stripe {
	height:200px;
	background-color:#ffffff;
}

h1 {
	font-size:40px;
}

p {
	margin-bottom:10px;
	font-size:14px;
	line-height:1em;
}

div#banner {
	float:left;
	width:100%;
}


div#logo {
	float:left;
	margin-right:10px;
}

div#slogan h1 {
	float:left;
	font-size:40px;
	padding:.5em;
	margin-bottom:2px;
	color:#911204;
	width:450px;
}

div#connect {
	float:left;
	margin-top:25px;
	width:200px;
	margin-right:40px;
	text-align:right;
}
div#connect ul {
	border-bottom:1px #ffffff solid;
}

div#connect ul li {
	margin-bottom:10px;
}

div#connect p{
	font-size:12px;
	line-height:1.1em;
	text-align:justify;
	margin-top:20px;
}

div#contact_form {
	float:left;
}
div#button {
	float:left;
	width:500px;
	padding-left:1.5em;
	font-size:12px;
}

div#comedy {
	height:150px;
	width:150px;
	float:left;
	position:relative;
	left:-180px;
	top:100px;
}

a#comedyLink {
	background: url(images/GregDoesComedy2.png) no-repeat;
	display:block;
	float:left;
	width:150px;
	height:150px;
}

div#comedy a#comedyLink:hover{
	background-position:0px -151px;
}

div#success {
	margin-left:75px;
	margin-top:-19px;
}

div#success p {
	font-size:10px;
}

a.socialIcons img {
	margin-right:5px;
	width:22px;
	vertical-align:middle;
}
a.socialIcons {font-size:10px;margin-right:5px;}

a.socialIcons:link{color:#ffffff;text-decoration:none;}
a.socialIcons:visited{color:#ffffff;text-decoration:none;}
a.socialIcons:hover{color:#cccccc;text-decoration:none;}



div#about {
	clear:both;
	float:left;
	width:275px;
	padding:.4em;
	margin-left:2%;
	margin-right:3%;
	border:solid 8px #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color:#fff;
	color:#7a0d01;
	-moz-box-shadow: 10px 10px 10px #7a0d01;
	-webkit-box-shadow: 10px 10px 10px #7a0d01;
}

div#about h1 {
	text-align:right;
	font-size:25px;
	margin-top:-50px;
	margin-bottom: 13px;
}

div#about p {
	font-family:"Times New Roman",Georgia,Serif;
	font-size:16px;
}

div#about p img {
	display:block;
	padding-left:2px;
	float:right;
}

div#about div {
	border-bottom:1px solid #911204;
	margin-bottom:10px;
	background-color:#911204;
	color:#fff;
}

div#about h3 {
	margin:0;
	padding-left:10px;
	padding-top:1px;
	background-color:#911204;
	color:#fff;
}

div#about h2 {
	margin-top:1.5em;
}

div#about h3 span {
	margin-left:15px;
}

div#about p.notes {
	font-size:11px;
	text-align:right;
}

div#about a:link{color:#911204;}
div#about a:visited{color:#911204;}
div#about a:hover{color:#bc665c;}

div#content {
	width:960px;
	float:left;
	padding:0;
	margin-top:-110px;
}

div.catBox {
	float:left;
	margin:0;
	padding:0;
	margin-bottom:12px;
	/*margin-right:130px;*/
}

div.catBox h1 {
	/*border-bottom:solid #fff 1px;*/
	width:300px;
}

div.catBoxInner {
	/*border-left:solid #fff 1px;*/
	padding-top:.8em;
	padding-left:.8em;
}

p.vidDescript {
	font-size: 10px;
	margin-top:15px;
	font-weight:bold;
	line-height:1.5em;
}

div#content2 {
	clear:both;
	background-image: url(images/banner2.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#7a0d01;
	height:120px;
}


div#music {


}

div.musicList {
	float:left;
}

ul.tracks li {
	border:solid 1px #fff;
	background-color:#911204;
	display:block;
	margin:0 10px 10px 0;
	padding:2px;
	width:230px;
	float:left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

ul.tracks li h3.songName span.songDesc, div#more ul  li h3.songName span.songDesc{
	color:#901204;
	background-color:#ffffff;
	font-size:10px;
	float:right;
	padding:1px;
	margin-top:-2px;
	margin-right:-2px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
}

h3.songName{
	font-size:10px;
	margin-left:5px;
}

div.player {
	
}

div#more {
	width:425px;
	font-size:12px;
	margin-left:2em;
	line-height:1.3em;
}

div#more ul {
	list-style-type:none;
	list-style-position:inside;
	padding: 10px 30px;
	border:solid 1px #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div#more ul li {
	margin-bottom:25px;
	border-bottom:#fff solid 1px;
}

div#more ul li h3 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:7px;
}

div#more ul li p {
	font-size:12px;
	line-height:1.5em;
}

div#more ul li div#songShowcase {margin-bottom:10px;}

div#more ul li ul {
	border:none;
	padding:0;
	margin-left:2em;
	margin-bottom:15px;
}

div#more ul li ul li {
	margin:0;
	border:none;
}

div#songShowcase {
	margin-left:60px;
	margin-top:4px;
}

a.external2 {
	font-weight:bold;
	padding:5px;
	margin:10px 0px;
	display:block;
	text-decoration:none;
}

a.external2:hover {
	color:#ffffff;
	cursor:pointer;
	text-decoration:underline;
	}

.external1 {
	font-weight:bold;
	font-size:15px;
	font-size:15px;
	text-decoration:underline;
}

.external1:hover {
	color:#eeeeee;
}
