@import url(links.css);

#header {
	background-attachment:scroll;
	background-image:url(mainphoto.png);
	background-position:center;
	background-repeat:no-repeat;
	border: 6px solid #FFFFFF;
	background-color:#000000;
	-moz-border-radius:15px;
	border-radius:15px;
	color:#FFFFFF;
	height:400px;
	width:615px;
}

#controls {
	background-attachment:scroll;
	background-image:url(controls.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	line-height:5px;
	height:149px;
	width:100%;
}

#header #controls a {
	outline: 0;
}

#header #controls a:hover {
	text-decoration:none;
}

.song {
	padding:7px 0px 9px 6px;
	display:block;
}

.song:hover {
	background-color:#454545;
	display:block;
	color:#FFFFFF;
}

body {
	background-image:url(bg.jpg);
	background-repeat:repeat; 
	background-attachment:scroll;
	background-position:center top;
	font-family:'Lucida Grande',sans-serif;
	background-color:#202020;
	text-decoration:none;
	text-transform:none;
	cursor: default;
	font-size:11pt;
	color:#000000;
	padding:0px;
	margin:0px;
}

.upper {
	text-transform: uppercase;
}

#header a {
	color:#FFFFFF;
}

#main {
	text-shadow: -2px 2px 2px #BBBBBB;
	border: 6px solid #FFFFFF;
	background-color:#FFFFFF;
	-moz-border-radius:15px;
	border-radius:15px;
	color:#000000;
	width:615px;
}

#titles {
	font-size:20px;
	margin: 0px 0px 4px 0px;
	color:#FFFFFF;
}

#post {
	border: 2px solid #000000;
	background-color:#D0D0D0;
	-moz-border-radius:10px;
	border-radius:10px;
	color:#000000;
	padding:2px;
	width:100%;
}

#post div {
	border: 3px solid #000000;
	background-color:#EEEEEE;
	-moz-border-radius:15px;
	margin:6px 0px 6px 0px;
	border-radius:15px;
	padding:7px;
	width:95%;
}

#footer {
	text-shadow: -2px 2px 2px #BBBBBB;
	border: 6px solid #FFFFFF;
	background-color:#FFFFFF;
	-moz-border-radius:15px;
	border-radius:15px;
	height:60px;
	width:615px;
}

#proud {
	font-size:9px;
	color:#FFFFFF;
}

#colleft {
	background-color:#404040;
	background-attachment:scroll;
	-moz-border-radius-topleft:10px;
	background-position:left top;
	background-repeat:repeat-x;
	border-radius:15px;
}

#colright {
	background-color:#404040;
	background-attachment:scroll;
	-moz-border-radius-topright:10px;
	background-position:center top;
	background-repeat:repeat-x;
	border-radius:15px;
}

#colother {
	background-color:#404040;
	background-attachment:scroll;
	background-position:center top;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	background-repeat:repeat-x;
	border-radius:15px;
}

#colother2 {
	background-attachment:scroll;
	-moz-border-radius-topleft:10px;
	background-image:url(orclm2.png);
	background-position:center bottom;
	-moz-border-radius-topright:10px;
	background-repeat:repeat-x;
	border-radius:15px;
}

form {
	padding:1;
	display:inline;
	margin:0;
}

a, a:link {
	text-decoration:none;
	cursor: pointer;
	color:#0000AA;
}

a:visited {
	text-decoration:none;
	cursor: pointer;
	color:#0000AA;
}

a:hover {
	text-decoration:underline;
	cursor: pointer;
	color:#0000FF;
}

td {
	font-size:11px;
	font-family:'Lucida Grande',sans-serif;
}

textarea, input, button, select {
	font-family:'Lucida Grande',sans-serif;
	font-size:11px;
	color:#000000;
	margin:2px;
}

#header textarea, #header input, #header button, #header select {
	font-size:10px;
}

select {
	cursor: pointer;
}

a img {
	filter: none;
	border:0px solid #F1F1F1;
	cursor: pointer;
}

a:hover img {
	filter: none;
	border:0px solid #F1F1F1;
	cursor: pointer;
}

#border a img {
	filter: none;
	border:2px solid #000083;
	margin:4px 2px 4px 2px;
	cursor: pointer;
}

#border a:hover img {
	filter: none;
	border:2px solid #0033CC;
	margin:4px 2px 4px 2px;
	cursor: pointer;
}
