@charset "utf-8";

/*
Project: soundvessel.com 3.0
Valid HTML5/CSS3
Developed by Matthew Giacomazzo (c) 2010 Soundvessel Studios
www.soundvessel.com
*/

/*
Colors
+3: #B10000
+2: #8E0000
+1: #800000
 0: #6f0000
-1: #5e0000
-2: #4d0000
*/



/* Base HTML
============================*/

body {
	font: 16px/1.5 Calibri,'Segoe UI',Segoe,Optima,'Liberation Sans','Nimbus Sans L','FreeSans',Arial,sans-serif;
	color: #111111;
	background-color: #ffffff;
}

a:link, a:visited {
	text-decoration: none;
	color: #6f0000;
	
}
	
a:hover {
	text-decoration: underline;
	color: #8E0000;
}

a:active {
	text-decoration: underline;
	color: #B10000;
}

a:focus {
	text-decoration: underline;
	outline: 1px dotted;
}

small {
}

.center {
	text-align: center;
}

h1.logo {
	text-indent: -9999px;
}

iframe {
	border: none;
	}
	

/* Header Text
============================*/

h1 {
	font: bold 28px 'Trebuchet MS',Tahoma,Arial,Geneva,'Lucida Sans','Liberation Sans','Nimbus Sans L','FreeSans',sans-serif;
}

h2 {
	font: bold 20px/1.3 'Trebuchet MS',Tahoma,Arial,Geneva,'Lucida Sans','Liberation Sans','Nimbus Sans L','FreeSans',sans-serif;
}

h3 {
	font: normal 18px/1.3 'Trebuchet MS',Tahoma,Arial,Geneva,'Lucida Sans','Liberation Sans','Nimbus Sans L','FreeSans',sans-serif;
}

h4 {
}

/* Default Spacing & Lists
============================*/

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

ul  { /* ie67fix */
	list-style-type: none;
	overflow: auto;
}

li {
	background-image: url(img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 0.6em; /* ie67fix */
	padding-left: 14px;
	margin-left: 2px;
	}

small {
	font-size: 12px;
	font-weight: bold;
	}

/* TopHead Div
============================*/

H1.tophead {
color: #888888;
font: bold 14px 'Trebuchet MS','Lucida Sans Unicode','Lucida Grande','Lucida Sans','Liberation Sans','Nimbus Sans L','FreeSans',sans-serif;
text-align:center;
margin: 10px 0;
}


/* Header Div
============================*/
#header {
	height: 120px;
	background: #ffffff url(img/back-header.png) top left repeat-x;
	margin-bottom: 50px;
	margin-top: 20px;
	}


/* Content Div
============================*/

.tagline img {
	margin-bottom: 20px;
	}
	
img.hostgator {
	display: block;
	padding-top: 4px;
	float: left;
	}
	
.content-right {
	margin-top: 20px;
	}
	
.content-right img {
	padding: 10px;
	}
	
#music .inner {
	padding-left: 25px;
	}
	
#audioplayer_1,
#audioplayer_2 {
	display: block;
	padding-bottom: 15px;
	}

.linkedin {
	float: left;
	}

.float-tl, .float-bl {
	float: left;
	margin-left: 10px;
	}
	
.float-tr, .float-br {
	float: right;
	}
	
.float-tl, .float-tr {
	margin-top: 20px;
	}
	
.float-bl, .float-br {
	margin-top: 30px;
	}

/* Footer Div
============================*/

#footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #dddddd;
	padding-bottom: 15px;
	}
	
.footer-right {
	text-align: right;
	}

	
/* Credit Div
============================*/
	

/* Div and Header Colors
============================*/
	
.red {
	color: #6f0000;
	}
