@charset "UTF-8";
/* CSS Document */

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;
}

/* Main Style */
body{
	background: #FFF;
	margin-left:60px;
	margin-top:30px;
	font-family: Helvetica, Arial, sans-serif;
}

#wrapper{
	width: 1000px;
	overflow: hidden;
}

/* Header Style */

#header{
	overflow: hidden;
}

#header #logo{
	margin-bottom: 35px;
}

#header h1{
	font-weight: normal;
	font-size: 13px;
	line-height: 130%;
}

#header ul#nav li{
	float: left;
	font-weight: bold;
	padding-right: 12px;
	line-height: 130%;
}

#header ul#nav li a{
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
}

#header ul#nav li a:hover{
	color:#09F
}

/* Content Style */

#container{
	overflow: hidden;
}

#container #content{
	float: left;
	width: 640px;
	overflow: hidden;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
}

#content #entries .item h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	padding:25px 0px;
}

#content #entries .item h2 a{
	color: #333;
	text-decoration: none;
}

#content #entries .item h2 a:hover{
	color:#09F;
	text-decoration: none;
}

#content #entries .item .entry{
	padding-bottom: 25px;
}

#content #entries .item .entry p{
	margin-bottom: 15px;
	font-size: 17px;
	line-height: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content #entries .item .entry p a{
	text-decoration: none;
	color: #09F;
}

#content #entries .item .entry p a:hover{
	color:#09F;
	text-decoration: underline;
}

#content #entries .item span.meta{
	color:#999999;
	display:inline-block;
	font-size:11px;
	padding-bottom:20px;
	text-transform:uppercase;
}

#content #entries .item .tags{
	border-bottom: 2px solid #000000;
	padding-bottom: 5px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
}

#content #entries .item .tags a{
	color: #000000;
	text-decoration: none;
}

#content #entries .item .tags a:hover{
	color:#09F
}

/* Sidebar Style */

#sidebar{
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	width:300px;
	overflow: hidden;
	margin-left: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#sidebar h3{
	color:#999999;
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding-bottom:3px;
	padding-left:0;
	text-transform:uppercase;
}

#sidebar .links ul#shouts{
	margin-top: 40px;
	margin-bottom:10px;
	padding-bottom:25px;
}

#sidebar .links ul#shouts li{
	color:#999999;
	font-size:12px;
	font-weight:bold;
	padding:0 0 6px;
	line-height: 16px;
}

#sidebar .links ul#shouts li a{
	text-decoration: none;
	color: #000000;
}

#sidebar .links ul#shouts li a:hover{
	color:#09F
}

#sidebar #past-posts{
	margin-top: 30px;
	margin-bottom:10px;
	padding-bottom:25px;
}

#sidebar #twitter{
	margin-bottom:10px;
	padding-bottom:25px;
	padding-top:20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	display: none;
}

#sidebar #past-posts ul li, #sidebar #twitter li{
	color:#999999;
	font-size:12px;
	font-weight:bold;
	padding:0 0 6px;
	line-height: 16px;
}

#sidebar #past-posts ul li a, #sidebar #twitter li a{
	text-decoration: none;
	color: #999999;
}

#sidebar #past-posts ul li a:hover, #sidebar #twitter li a:hover{
	color: #000000;
}

#sidebar #twitter .loading{
	font-size: 12px;
	color: #999999;
}

#sidebar #twitter ul li{
	clear:both;
	color:#000000;
	display:block;
	font-size:12px;
	line-height:18px;
	margin-bottom:5px;
	overflow:hidden;
	padding:5px;
	text-decoration:none;
}

#sidebar #twitter ul li .tweet_avatar {
	float:right;
	margin-left:5px;
}

#sidebar #twitter ul li .tweet_avatar:hover{
	opacity: 0.9;
	filter:alpha(opacity=90);
}

#sidebar #twitter ul li .tweet_text {
	color:#999999;
	display:block;
	float:left;
	width:230px;
	font-weight: normal;
}

#sidebar #twitter ul.tweet_list li:hover {
	background-color: #EFEFEF;
}

#sidebar .links ul#network{
	border-top:3px solid #CCCCCC;
	margin-bottom:10px;
	padding-bottom:25px;
	padding-top:6px;
}

#sidebar .links ul#network li{
	color:#999999;
	font-size:12px;
	font-weight:bold;
	padding:0 0 6px;
	line-height: 16px;
}

#sidebar .links ul#network li a{
	text-decoration: none;
	color: #000000;
}

#sidebar .links ul#network li a:hover{
	color:#09F
}

/* Page Specific Style */
#contact{
	border-bottom: 5px solid #000000;
	padding-bottom: 15px;
}

#contact input[type="text"]{
	border: none;
	padding: 5px;
	background-color: #dedede;
	color: #505050;
	font-size: 12px;
	width: 300px;
}

#contact textarea{
	border: none;
	padding: 5px;
	background-color: #dedede;
	color: #505050;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif !important;
	width: 600px;
	height: 150px;
}

#contact input[type="submit"]{
	border:2px solid #000000;
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:bold;
	padding:3px;
	text-decoration:none;
	background-color: #ffffff;
	text-transform: uppercase;
	cursor: pointer;
}

#contact input[type="submit"]:hover{
	border:2px solid #09F
	color:#09F
	font-weight:bold;
	padding:3px;
	text-decoration:none;
}

/* Footer Style */

#footer{
	padding-top: 30px;
}

/* Discography Page */
#wrapper #container #content #entries .item .entry #discog-v2 .artist-releases p {
	font-size: 14px;
	line-height: 125%;
}
#wrapper #container #content #entries .item .entry #discog-v2 .artist-credits p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}



.navigation  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 10px;
}
.navigation a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
.navigation a:hover {
	color: #09F;
	text-decoration: none;
}
