/* CSS Document */

html, body {
	margin:0;
	padding:0;
	text-align: center;
}

body {
	background: #000;
}

div, span, h1, h2, h3, h4, h5, h6 {
	font-family:arial, helvetica, sans-serif;
	font-size: 9pt;
	color:#ECECEC;
	text-align: left;
}

h1 {
	display: none;
}

#con {
	width: 780px;
	margin: 0 auto;
	background: #000;
	border-left: 1px solid #FF0;
	border-right: 1px solid #FF0;
}

#masthead {
	width:780px;
	height: 106px;
	margin: 0 auto;
}

#header {
	background: url('../images/header.jpg') no-repeat;
	width: 780px;
	height: 106px;
	float: left;
}

#navigation {
	width: 780px;
	height: 45px;
	margin: 0 auto;
	border-top: 1px solid #FF0;
	border-bottom: 1px solid #FF0;
	background: #000;;
}

#container {
	width: 780px;
	margin: 0 auto;
	background: #000;
}

#content_con {
	margin: 0;
	float: left;
	width: 600px;
	background: #000;
}

#content {
	margin: 20px 0 0 20px;
	height: auto !important;
	height: 470px;
	min-height: 470px;
}

#mic {
	width: 118px;
	height: 177px;
	float: left;
	background: url('../images/mic.jpg') no-repeat;
}

#photo {
	clear: right;
	width: 180px;
	height: 470px;
	background:url("../images/polaroid/rotate.php") no-repeat;
	float: right;
}

#footer {
	clear: both;
	background: #000;
	width: 770px;
	margin: 0 auto;
	padding: 3px 5px;
	font-size: 8pt;
	border-top: 1px solid #FF0;
	border-bottom: 1px solid #FF0;
	text-align: right;
}

h2 {
	margin: 0;
	border: 0;
}

h2#diary, h2#links, h2#shows, h2#bio, h2#tunes, h2#press, h2#contact {
	width: 185px;
	height: 50px;
}

h2#diary {
	background: url('../images/diary.png') no-repeat;
}

h2#links {
	background: url('../images/links.png') no-repeat;
}

h2#shows {
	background: url('../images/shows.png') no-repeat;
}

h2#bio {
	background: url('../images/bio.png') no-repeat;
}

h2#tunes {
	background: url('../images/tunes.png') no-repeat;
}

h2#press {
	background: url('../images/press.png') no-repeat;
}

h2#contact {
	background: url('../images/contact.png') no-repeat;
}


img {
	border: 0;
}

.quickshow {
	margin-top: 40px;
	float: left;
	width: 160px;
}

.diary, .shows, .song, .links, .blurb {
	margin-bottom: 20px;
}

.posted {
	margin: 0;
	font-size: 8pt;
}

a:link, a:visited, a:active {
	color: #FFF;
	text-decoration: underline;
}

a:hover {
	background: #FFF;
	color: #000;
}

fieldset {
	border: 0;
}

td {
	padding-right: 5px;
}

td.title {
	font-weight: bold;
	width: 180px;
}

td.album {
	width: 150px;
}

td.download {
	width: 75px;
}

td.lyr {
	width: 75px;
}

.dicomment {
	clear: both;
}

#comment_con {
	width: 400px;
	background-color: #000;
	/*height: auto !important;
	height: 500px;
	min-height: 500px;*/
	margin-bottom: 5px;
	
}

#comment_head {
	padding-top: 5px;
	width: 360px;
	margin: 0 auto;
}

#commment_content {
	padding-top: 5px;
	width: 360px;
	margin: 0 auto;
}

#commment_form {
	padding-top: 5px;
	width: 360px;
	margin: 0 auto;
}

fieldset#comForm {
	border-top: 1px solid #FF0;
	width: 360px;
	margin: 20px auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.comnum {
	padding-right: 200px;
}

.close {
	text-align: right;
}

fieldset {
	border: 0;
}

fieldset div {
	clear: both;
	position: relative;
	padding-bottom: 5px;
}

label {
	text-align: right;
	padding-right: 8px;
	width: 70px;
	display: block;
	float: left;
}

textarea {
	width: 260px;
	max-width: 260px;
	height: 150px;
}

.submit {
	margin-left: 120px;
}

.commentpost {
	padding-top: 10px;
	width: 360px;
	margin: 10px auto 0 auto;
	border-top: 1px solid #FF0;
}

.lyrics {
	background: #000;
	padding: 10px;
	width: 380px;
	height: auto !important;
	height: 450px;
	min-height: 450px;
}