@charset "utf-8";

/* RESET CSS */
html, body, p, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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;
	vertical-align: baseline;
	background: transparent;
	color:#006699;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
body {
	color:#999999;
	font-size: 12px;
}
p {
	padding: 10px 0;
	line-height: 1.7em;
}
li {
	list-style:none;
}
h1 {
	color:#FFFFFF;
}
h2 {
	color:#999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	font-variant: small-caps;
	margin: 0 0 30px 0;
}
textarea, input {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 11px;
}
a:hover {
	color:#0099FF;
}
#titleBar {
	height: 59px;
	background-color:#000000;
	background-image:url(../images/banner.png);
}
#title {
	float: right;
	height: 59px;
	width: 345px;
	background: url(../images/title.png);
	background-repeat:no-repeat;
	background-position: right;
	/*text-indent: -999em;*/
}
#titleBarLinks {
	padding: 17px;
}
#titleBarLinks a {
	color: #FFFFFF;
	padding: 7px;
	font-size: 14px;
	letter-spacing: -1px;
}
#titleBarLinks a:hover {
	color: #0099FF;
}
#projectsNavbarList a {
	font-size: 14px;
	letter-spacing: -1px;
}
a{ /* This is for the fadeLinks.js to work */
	text-decoration:none;
}
a span.two{ /* This is for the fadeLinks.js to work */
	color: #0099FF;
	cursor:pointer;
}

#mainContent {
	margin: 50px 0 0 250px;
}
#songList {
	width: 600px;
	margin: 0 auto;
}
#sideBar {
	float: left;
	width: 200px;
	margin: 50px 0 0 50px;
	font-size: 13px;
}
#sideBar h2{
	width: 148px;
	height: 40px;
	background-image:url(../images/projects.png);
	background-repeat:no-repeat;
	font-size: 13px;
	text-indent: -999em;
}

/* This section defines the songBoxes */
.songBox {
	width:600px;
	margin: 30px 0 0 0;
}
.songBox .songTitle {
	height: 30px;
	background-image:url(../images/songbar.png);
	background-repeat:repeat-x;
	background-color:#CCCCCC;
}
.songBox .songTitle h3 {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-weight: bold;
	font-size: 16px;
	color:#FFFFFF;
	padding: 5px;
}
.songBox .songMain {
	min-height: 80px;
	height: auto !important;
	height: 80px;
}
.songBox .songFooter {
	height: 31px;
	background-image:url(../images/songbar.png);
	background-repeat:repeat-x;
	background-color:#CCCCCC;;
}
.songBox .songFooter .viewComments {
	float: left;
	color: #FFFFFF;
	padding: 7px;
	text-align: left;
}
.songBox .songFooter .viewComments:hover {
	color:#0099FF;
}
.songBox .songFooter #writtenBy {
	float: right;
	color: #FFFFFF;
	padding: 7px;
	text-align: right;
}
.songBox .songMain .playBox {
	height: 55px;
	width: 55px;
	float: left;
	padding: 10px;
}
.songBox .songMain .playBox a {
	display:block;
	height: 55px;
	width: 55px;
	text-indent: -999em;
}

.songBox .songMain .description {
	font-size: 11px;
	height: inherit;
	margin-left: 70px;
	letter-spacing: 1px;
	line-height: 15px;
}

/* This section defines the songCommentsBoxes */
.songCommentsBox_grad {
	background-image:url(../images/comment_corner_BL.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}
.songCommentsBox {
	background-color:#f8c5c5;
	width:600px;
	margin: 0 0 30px 0;
	background-image:url(../images/commentBox_gradient.png);
	background-repeat:repeat-x;
}
.songCommentsBox_inner {
	padding: 10px 20px 0 20px;
	background-image:url(../images/comment_corner_BR.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}
.songCommentsBox .comment {
	padding: 10px;
	margin: 10px;
}
.songCommentsBox .comment:first-child {
	margin: 0 10px 10px 10px;
}
.songCommentsBox .comment:last-child {
	margin: 10px 10px 0 10px;
}
.songCommentsBox blockquote {
	width: 420px;
	padding: 0 0 10px 0;
	font-size: 11px;
	color:#3b1528;
}
.songCommentsBox cite {
	display: block;
	font-size: 11px;
	text-align: right;
	color:#3b1528;
}
.addComment {
	text-align: center;
	padding: 0 0 10px 0;
	font-weight: bold;
}
.addComment a {
	color:#3b1528;
}
.addComment a:hover {
	color:#BA181D;
}

.addCommentTextarea {
	margin: 5px 0 0 0;
	padding: 0 0 20px 0;
	text-align: center;
}
.addCommentTextarea textarea {
	width: 540px;
	height: 60px;
}
#commentError {
	color: #FF0000;
	font-weight: bold;
}

/* Loading symbol */
.loading {
	background-image: url(../images/ajax-loader.gif);
	height: 55px;
	width: 55px;
	background-repeat:no-repeat;
	background-position: center;
}
.not_loading {
	background-image:none;
}

/* styles the inputs */
.songCommentsBox input {
	display: inline;
	margin: 20px 10px 0 10px;
}
.songCommentsBox input, .songCommentsBox textarea {
	color:#000000;
	padding: 7px;
	border: solid 1px;
	border-color: #ffd6d6;
}
#facebook_like {
	padding: 20px 0 0 0;
}

/* bio */
#bio {
	width: 960px;
	margin: 30px auto;
}
#bio p {
	color: #949494;
}
#bio .rightColumn {
	float: right;
	width: 460px;
}
#bio .leftColumn {
	float: left;
	width: 460px;
}

#bio h2 {
	border-bottom: 1px solid #999999;
}

#bio img {
	padding: 10px 0;
}
