/* Strip the HTML junk browsers love to serve ***************/
/************************************************************/

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;
}

/* 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;
}

/* Main HTML Styles **********************************************/
/************************************************************/
body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
p { padding: 0 0 20px 0; line-height: 1.5em; }
a { color: #8C8C00; text-decoration:none; }
a:hover { text-decoration: underline; }
h2 { 
	font-size: 100%; 
	display:block; 
	font-weight:bold;
	border-bottom: 1px dotted #999999;
	padding: 7px 4px 5px 4px;
	background-color: #e3e3e3;
	margin: 0 0 10px 0;
}
h2 a {
	color: #333333;
}

/* Layout **********************************************************/
/******************************************************************/
#uberHeader {
	background-color: #333333;
	padding: 0;
	display:block;
	margin:0;
	height:10px; overflow:hidden;
}

#navWrap {
	background: url('images/bg_content_top.gif') repeat-x left top;
	margin:0; padding:0;
	display:block;
}
#navigator ul {
	padding:0;
	margin: 0 auto;
	text-align:right;
	width: 774px;
	display:block;
}
#navigator ul li {
	text-align: center;
	float:right;
	list-style-type:none;
	margin: 0 0 0 4px;

	
}
#navigator ul li a {
	color: #cccccc;
	width:120px;
	display:block;
	height:27px;
	margin:0;
	overflow:hidden;
	background: url('images/bg_nav_on.jpg') no-repeat left top !important;
	text-transform:uppercase;
	font-size:70%;
	padding-top:5px;
}

#header {
	display:block;
}
h1#logo {
	height: 85px;
	width: 774pxpx;
	display:block;
	overflow:hidden;
	text-indent: -9999px;
	background: url('images/sounddefects_weblogo.jpg') no-repeat left top;
	border-bottom: 1px dotted #999999;
	
}
h1#logo a {
	height: 73px;
	width: 388px;
	display:block;
	overflow:hidden;
	text-indent: -9999px;
}
.megaWrap {
	width: 774px;
	margin:0 auto;
}

#content {
	padding: 20px 0;
	font-size: 80%;
}
#contentRight {
	width: 482px;
	float:right;
}
#contentRight h4 {
	font-size: 100%; 
	display:block; 
	font-weight:bold;
	border-bottom: 1px dotted #999999;
	padding: 7px 4px 5px 4px;
	background-color: #e3e3e3;
	margin: 0 0 10px 0;
}
#contentRight h4 a {
	color: #333333;
}
#contentLeft {
	width: 260px;
	float:left;
}
#contentRightAlt {
	width: 612px;
	float:right;
}
#contentLeftAlt {
	width: 130px;
	float:left;
}
#contentLeft .entry, #contentLeftAlt {
	font-size: 90%;
}
#content img {
	display:block;
	border:1px dotted #999999;
}
#contentLeftAlt ul li, #contentLeft ul li {
	font-size: 99%;
	display:block;
	border-bottom: 1px dotted #cccccc;
}
#contentLeftAlt ul li a, #contentLeft ul li a {
	background: url(images/bg-bullet-arrow.gif) no-repeat -5px 2px;
	padding: 5px 0 5px 12px;
	display:block;
}
#contentContact {

}

.featured-left {
	width:225px;
	float:left;
	padding-bottom:10px;
}
.featured-right {
	width:225px;
	float:right;
	padding-bottom:10px;
}

/* contact page *************************************************/
.contact-form {

}
.contact-form fieldset {
	margin-bottom: 15px;
}
.contact-form legend {
	font-size:11px;
	padding-bottom:5px;
	color: #333333;
	border-bottom:1px dotted #cccccc;
	margin-bottom:15px;
	display:block;
	text-transform:uppercase;
}
.form-label {
	font-size:11px;
	padding-bottom:5px;
	color: #666666;
}
.form-input {
	margin-bottom:10px;
}

/* Music Pages *************************************************/
.contentCol1 {
	width:300px;
	float:left;
         line-height: 1.5em;
}
.contentCol2 {
	width: 300px;
	float:right;
         line-height: 1.5em;
}
ul.tracklist {
	margin:0 0 20px 0;
	padding:0;
	list-style-type:none;
	clear:both;
	display:block;
}
ul.tracklist li {
	width: 50%;
	float:left;
	margin:0; padding:0;
	list-style-type:none;
	padding:5px 0;
	font-size: 90%;
}
ul.tracklist li object {
	margin-top: 5px;
}
/* Posts *******************************************************/
/***************************************************************/
p.meta {
	border-top: 1px dotted #cccccc;
	padding: 5px 0 10px 0;
	color: #666666;
}
.post-left {
	width:240px;
	float:left;
         line-height: 1.5em;
}
.post-right {
	width: 240px;
	float:right;
         line-height: 1.5em;
}

/* FOOTER ******************************************************/
/***************************************************************/
#footer {
	font-size:70%;
	color: #828282;
}
#footer .megaWrap {
	padding: 20px 0;
	border-top: 1px dotted #999999;
}
#footerRight {
	width: 500px;
	float:right;
	text-align:right;
}
#footerLeft {
	width: 250px;
	float:left;
}

/* comments ****************************************************/
/***************************************************************/
textarea#comment {
	width:470px;
}
#commentform { clear:both;  }
h3#respond {
	clear:both;
	padding-top:15px;
}

/* Misc ***************************************************************************/
/**********************************************************************************/
.clear {
	clear:both;
	overflow:hidden;
	height:0;
	margin:0;padding:0;
}
.lightGray {
	color: #999999;
}
a.more-link {
	background: url(images/bg-bullet-arrow.gif) no-repeat -5px -1px;
	padding-left: 12px;
	font-size: 90%;
}