/* Regular tags */

* {
	margin: 0px;
	padding: 0px;
}

html, body {
	width: 100%;
	height: 100%;
	border: none;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	font-size: 10px;
	color: #535353;
}

img { border: none; }

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

ul li {
	margin-left: 1em;
}

h1 {
	font-size: 1.8em;
	font-weight: bold;
	color: #636363;
}

td, th
{
	vertical-align: top;
	text-align: left;
}

a:link, a:visited, a:active {
	color: #686868;
	font-weight: normal;
}

a:hover { text-decoration: underline; }

a.sounds:link { color: #4656c4; }
a.sounds:active { color: #4656c4; }
a.sounds:visited { color: #4656c4; }
a.songs:link { color: #d11945; }
a.songs:active { color: #d11945; }
a.songs:visited { color: #d11945; }
a.people:link { color: #328c20; }
a.people:active { color: #328c20; }
a.people:visited { color: #328c20; }

a.tagbrowse {
	font-weight: bold;
	text-decoration: none;
	font-size: 1.4em;
}

a.tagbrowse:hover { text-decoration: underline; }

a.favorite_off {
	background: url(../img/icon_heart_empty.gif) no-repeat 0em 0.25em;
	padding-left: 1.5em;
	display: block;
}
.user a.favorite_off, .item a.favorite_off { clear: both; float: left; height: 13px; }

a.favorite_off:hover {
	background: url(../img/icon_heart.gif) no-repeat 0em 0.25em;
	padding-left: 1.5em;
}

a.favorite_on {
	background: url(../img/icon_heart.gif) no-repeat 0em 0.25em;
	padding-left: 1.5em;
	display: block;
}
.user a.favorite_on, .item a.favorite_on { clear: both; float: left; height: 13px; }

a.favorite_on:hover {
	background: url(../img/icon_heart_broken.gif) no-repeat 0em 0.25em;
	padding-left: 1.5em;
}

a.friend_on {
	background: url(../img/icon_friend_on.gif) no-repeat 0em 0.25em;
	padding-left: 1.5em;
}

a.friend_on:hover {
	background: url(../img/icon_friend_breakup.gif) no-repeat 0em 0.25em;
	padding-left: 1.5em;
}

a.friend_off {
	background: url(../img/icon_friend_off.gif) no-repeat 0em 0.25em;
	padding-left: 1.5em;
}

a.friend_off:hover {
	background: url(../img/icon_friend_on.gif) no-repeat 0em 0.25em;
	padding-left: 1.5em;
}


/* Forms stuff */

form { margin: 0px; }

dl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-bottom: 2em;
}

dt {
	margin-top: 0.8em;
	font-weight: bold;
}

dd.inline ul li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding-right: 0.8em;
}

input, select, textarea {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #535353;
	padding-left: 0.4em;
	border: 1px solid #686868;
	font-size: 1em;
	background: #f5f5f5;
}

option {
	padding-left: 0.4em;
}

input {
	margin: 0.1em 0em 0.1em 0em;
}

input[type="image"], input[type="checkbox"] {
	border: none;
}

input.button {
	background: url(../img/bg_button.gif) repeat-x left top;
	font-size: 11px;
	font-weight: bold;
	color: #4f7b10;
	padding: 0px 5px 0px 5px;
	margin: 0px;
	border: none;
	border-right: 1px solid #79b622;
	border-bottom: 1px solid #79b622;
	height: 21px;
	text-transform: uppercase;
	cursor: pointer;
}

.errorlist {
	background-color: #ca1d7b;
	font-weight: bold;
	color: white;
	list-style-type: none;
}

p.required {
	/* for required fields */
	width: 25em;
	border-bottom: 1px solid gray;
	padding: 5px;
}

#contactform table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-top: 1em;
	margin-bottom: 1em;
}

#contactform label {
	padding-right: 0.5em;
}

	
/* General IDs, they appear in every single page */

#container {
	position: relative;
	width: 100em;
	margin: 0px auto;
}

#container.makemusic_page {
	display: block;
	width: 100%;
	height: 100%;
}

#container.front_page #historytop, #container.front_page #history, #container.front_page #historybottom { display: none; }
#container.front_page #side { position: absolute; }
#container.front_page #main { padding: 0em 1.8em; width: 96.4em; }
#container.front_page #debug { padding: 0em 1.8em; width: 96.4em; }

#header {
	width: 100em;
	height: 18.3em;
	position: relative;
	margin-bottom: 1.1em;
}

#header #logo {
	width: 17.2em;
	height: 14.9em;
	position: absolute;
	z-index: 100;
	left: -0.8em;
	top: 0em;
}

#header #banner {
	width: 46.8em;
	height: 6em;
	position: absolute;
	left: 17.2em;
	top: 1.7em;
	z-index: 1;
}

#header #banner #adtxt {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #484848;
	left: 5px;
	top: -14px;
}

#googleads {
	clear: both;
	background: url(../img/bg_googleads.gif) repeat-x left top;
	position: relative;
	width: 100em;
	height: 108px;
	border-top: 0.8em solid #fff;
	border-bottom: 0.8em solid #fff;
}

#googleads .leftbit {
	background: url(../img/bg_googleads-left.gif) no-repeat left top;
	width: 3px;
	height: 108px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#googleads .rightbit {
	background: url(../img/bg_googleads-right.gif) no-repeat left top;
	width: 3px;
	height: 108px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#googleads .ads {
	width: 72.8em;
	height: 9em;
	margin: 0em auto;
	padding-top: 0.9em;
 }

#googleads .ads iframe {
	background: transparent;
}

#googleads .ads iframe body {
	background: transparent;
}

#googleads .ads iframe body >* {
	background: transparent;
}

#googleads .ads iframe img {
	display: none;
}

#footer {
	clear: both;
	font-size: 1.1em;
	padding: 1.2em 2.2em;
	height: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
#footer .links { float: left; }
#footer .translation { float: right; font-size: 1.1em; }
#footer .translation a img {
	float: left;
	margin-right: 3px;
}
#footer a {
	font-weight: normal;
	text-decoration: none;
	padding-right: 0.9em;
	background: url(../img/delimiter.gif) no-repeat right center;
}
#footer a:link { color: #535353; }
#footer a:active { color: #535353; }
#footer a:visited { color: #535353; }
#footer a:hover { text-decoration: underline; color: #535353; }
#footer a.last { padding-right: 0em; background: none; }
#footer a.active { font-weight: bold; }

#sequencer {
	width: 100%;
	height: 100%;
}

#side {
	position: relative;
	float: left;
	width: 14.6em;
}

#flashplayer {
	position: relative;
	left: 0px;
	top: 0px;
	width: 16em;
	height: 16em;
	margin-left: -1.1em;
	margin-top: -1em;
}

#flashplayer.hidden {
	width: 1px;
	height: 1px;
	overflow: hidden;
	margin-bottom: 0.9em;
}

#main, #debug {
	float: right;
	width: 84em;
}

#main { min-height: 28em; }

#top {
	float: right;
	padding-top: 6em;
	padding-right: 0.5em;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 1.25em;
	position: relative;
	z-index: 10;
}

#soundcase {
	padding-right: 0.9em;
	background: url(../img/delimiter.gif) no-repeat right center;
}

#top p { font-size: 1em; }

#top a {
	font-weight: normal;
	text-decoration: none;
	padding-right: 0.9em;
	background: url(../img/delimiter.gif) no-repeat right center;
}

#top a:link { color: #535353; }
#top a:active { color: #535353; }
#top a:visited { color: #535353; }
#top a:hover { text-decoration: underline; color: #535353; }
#top a.last { padding-right: 0em; background: none; }
#top a.tooltip { padding-right: 0em; background: none; }

#admin_messages {
	text-align: center;
	margin: 2px;
	border: 1px solid black;
	background-color: #edffa9;
	position: absolute;
	z-index: 200;
	padding: 2px;
	height: 22px;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
}

#admin_close {
	width: 26px;
	height: 21px;
	float: right;
}


/* TOP NAVIGATION */

#main_menu {
	position: relative;
	padding-left: 16.8em;
	height: 29px;
	clear: both;
	background: url(../img/bg_menu.gif) repeat-x left top;
}

#main_menu #leftbit {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 2px;
	height: 29px;
	background: url(../img/bg_menu-left.gif) no-repeat left top;
}

#main_menu #rightbit {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 2px;
	height: 29px;
	background: url(../img/bg_menu-right.gif) no-repeat left top;
}

#main_menu #search {
	float: right;
	width: 300px;
}

#main_menu form {
	padding: 4px 4px 0px 4px;
	float: right;
}

#main_menu input.textinput {
	border: none;
	border-top: 1px solid #79b622;
	background: #fff;
	padding: 2px 0px 1px 24px;
	width: 100px;
	float: left;
	background: #fff url(../img/icon_search.gif) no-repeat left center;
	font-size: 11px;
	margin: 0px 6px 0px 0px;
}

#main_menu input.submitbutton {
	float: left;
	background: transparent;
	font-weight: bold;
	color: #4f7b10;
	text-transform: uppercase;
	font-size: 14px;
	padding-top: 0px;
	margin: 0px;
	border: none;
	cursor: pointer;
}

#main_menu select {
	float: left;
	margin: 0em;
	margin-right: 6px;
	padding-top: 1px;
	border: none;
	border-top: 1px solid #79b622;
	background: #fff;
	width: 88px;
	font-size: 11px;
	text-transform: capitalize;
}

#main_menu select option {
	padding-left: 4px;
}

#main_menu ul {
	list-style-type: none;
	margin: 0em;
	padding: 0em;
}

#main_menu ul li {
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
}

#main_menu ul li a {
	color: #4f7b10;
	text-decoration: none;
	text-align: center;
	display: block;
	font-weight: bold;
	font-size: 14px;
	padding: 6px;
	margin-left: 2px;
	margin-right: 2px;
}

#main_menu ul li a:hover { color: #353535; }
#main_menu ul li a.songs:hover { color: #d11945; }
#main_menu ul li a.sounds:hover { color: #4656c4; }
#main_menu ul li a.people:hover { color: #328c20; }
#main_menu ul li a.active { background: #fff url(../img/bg_menuitemselected-right.gif) no-repeat right top; color: #353535; }
#main_menu ul li.active { background: url(../img/bg_menuitemselected-left.gif) no-repeat left top; }
#main_menu ul li.active a.songs { color: #d11945; }
#main_menu ul li.active a.sounds { color: #4656c4; }
#main_menu ul li.active a.people { color: #328c20; }


/* Bread crumbs */

#history {
	clear: both;
	margin-top: 1.1em;
	width: 100em;
	height: 49px;
	background: url(../img/history_bg.gif) repeat-x left top;
}

#history .historycontent {
	float: left;
	padding: 13px 0px 5px 172px;
	width: 60em;
	height: 1.2em;
	overflow: hidden;
}

#history .leftbit {
	float: left;
	width: 3px;
	height: 49px;
	background: url(../img/history_leftbit.gif) no-repeat left top;
}

#history .rightbit {
	float: right;
	width: 3px;
	height: 49px;
	background: url(../img/history_rightbit.gif) no-repeat left top;
}

#history .actionbuttons {
	float: right;
	margin-right: 8px;
	margin-top: 6px;
}

#history .actionbuttons .text {
	padding: 0.5em 0em;
	float: left;
}

#history .actionbuttons a {
	text-decoration: none;
	color: #acacac;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

#history .actionbuttons a img { float: left; padding: 0em 0.3em; }

#history p {
	font-size: 14px;
	color: #535353;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}


/* Front page teaser */

#frontteaser {
	width: 100%;
	overflow: hidden;
	margin-top: -4.5em;
	margin-bottom: 2.2em;
	position: relative;
	clear: both;
}

#frontteaser .image {
	float: left;
	width: 70.3em;
	height: 31em;
	margin-left: 0.4em;
}

#frontteaser .btns {
	position: absolute;
	top: 30em;
	left: 0em;
	width: 70.3em;
	text-align: center;
}

#frontteaser .btns a { margin-right: 1em; }

#frontteaser .text {
	float: right;
	padding-top: 2.7em;
	width: 23.4em;
}

#frontteaser h1 { display: none; }

#frontteaser h2 {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	margin: 0em;
	color: #40942f;
	background: url(../img/li_front1.gif) no-repeat left 50%;
	padding-left: 0.7em;
}

#frontteaser h3 {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	margin: 0em;
	color: #d11945;
	background: url(../img/li_front2.gif) no-repeat left 50%;
	padding-left: 0.7em;
}

#frontteaser h4 {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	margin: 0em;
	color: #4656c4;
	background: url(../img/li_front3.gif) no-repeat left 50%;
	padding-left: 0.7em;
}

#frontteaser p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 1em;
}

#frontteaser ul {
	margin: 0.4em 0em 0em 0em;
	padding: 0em;
	font-size: 1.6em;
	font-weight: bold;
	color: #535353;
}

#frontteaser ul li {
	margin: 0em 0em 0em 1.3em;
	padding: 0em;
	list-style-type: none;
}

#frontteaser ul li.item1 { list-style-image: url(../img/li_front1.gif); }
#frontteaser ul li.item2 { list-style-image: url(../img/li_front2.gif); }
#frontteaser ul li.item3 { list-style-image: url(../img/li_front3.gif); }

#frontteaser a {
	text-decoration: none;
	font-weight: bold;
}

#frontteaser a:hover { text-decoration: underline; }


/* Front page features, 2 columns */

.frontfeatures {
	width: 100%;
	clear: both;
}

.frontfeatures .featuredusers {
	float: left;
	width: 45.2em;
}

.frontfeatures .googlemap {
	float: right;
	width: 50em;
}

.frontfeatures .googlemap .frontmapcontainer {
	padding: 0.3em;
	border: 1px solid #b2aeab;
	margin: 0em;
}

#map a.people {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	margin-left: 6px;
}

#map a.people:hover { text-decoration: underline; }

.frontfeatures .googlemap .frontmapcontainer #map {
	border-left: 1px solid #e7f1e8;
	border-right: 1px solid #e7f1e8;
}

.frontfeatures .contestbanner {
	float: left;
	width: 47.9em;
}

.frontfeatures .blogposts {
	float: right;
	width: 47.3em;
}

.frontfeatures .blogposts .blogrss {
	position:relative;
	float:left;
}

.frontfeatures .blogposts .blogrss input { float: left; }

.frontfeatures .blogposts .blogrss a {
	padding: 4px;
	display: block;
	float: left;
}

.frontfeatures .blogposts ul {
	margin: 0px;
	padding: 0px;
	margin-bottom: 1.5em;
}

.frontfeatures .blogposts ul li {
	margin: 0px;
	padding: 0px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	display: block;
	background: url(../img/bg_stripe_black.gif) repeat-x left bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
}

.frontfeatures .blogposts ul li a { text-decoration: none; }
.frontfeatures .blogposts ul li a:hover { text-decoration: underline; }

.pastfeatures {
	float: right;
	width: 11em;
	margin-right: 0.2em;
	text-align: center;
}

.pastfeatures img { margin-bottom: 0.8em; }


/* General classes */

img.icon { cursor: pointer; }

div.clearer {
	width: 100%;
	clear: both;
	height: 0px;
	line-height: 0px;
}

div.button {
	text-align: center;
	margin: 2px;
	border: 1px solid black;
	background-color: #FBFBAC;
}

div.button:hover { background-color: #FBFB63; }

div.button a:active, div.button a:visited, div.button a:link {
	display: block;
	font-weight: normal;
	color: black;
}


/* Side Menu */

#side ul {
    font-weight: bold;
    margin-bottom: 2em;
}

#side ul li {
    list-style-type: none;   
	list-style-image: url(../img/li_blank.gif);
    margin-left: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
}

#side ul li.active { color: #636363; list-style-image: url(../img/li_action.gif); }
#side ul li.active span { padding: 0.4em 0em; display: block; background: url(../img/bg_stripe.gif) repeat-x left bottom; }

#side h3 {
    font-size: 12px;
	color: #484848;
    text-transform: uppercase;
    padding: 0.5em 0em 0.4em 1.2em;
    margin-bottom: 0.2em;
	background: url(../img/bg_action.gif) no-repeat left top;
}

#side h3 a { display: inline; }

#side a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	background: url(../img/bg_stripe.gif) repeat-x left bottom;
	display: block;
	text-decoration: none;
	padding: 0.3em 0em 0.4em 0em;
}

#side a:link, #side a:visited, #side a:active { color: #535353; }
#songs_side a:link, #songs_side a:visited, #songs_side a:active { color: #d11945; }
#sounds_side a:link, #sounds_side a:visited, #sounds_side a:active { color: #4656c4; }
#people_side a:link, #people_side a:visited, #people_side a:active { color: #40942f; }
#side ul li:hover { list-style-image: url(../img/li_action.gif); }
#sounds_side ul li.active, #sounds_side ul li:hover { list-style-image: url(../img/li_action_sounds.gif); }
#songs_side ul li.active, #songs_side ul li:hover { list-style-image: url(../img/li_action_songs.gif); }
#people_side ul li.active, #people_side ul li:hover { list-style-image: url(../img/li_action_people.gif); }
#side a:hover { color: #535353; text-decoration: none; }


/* The detail is the header in every detail page */
/* It could change depending on the page     */

#detail_main {
	border: 1px solid #ededed;
	float: left;
	width: 58.7em;
	padding: 0.7em 0em 0.7em 0.7em;
	min-height: 25.4em;
	margin-right: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f3f3f3;
	overflow: hidden;
}

#detail_main .detail_left {
	float: left;
	width: 28.1em;
	position: relative;
	margin-right: 0.8em;
}

#detail_main .detail_right {
	float: left;
	width: 29.8em;
	position: relative;
}

#detail_picture {
	background: url(../img/bg_profile_image.gif) no-repeat left top;
	padding: 4px 4px 6px 4px;
	float: left;
}

#detail_main .sentence {
	clear: both;
	text-align: center;
	padding-top: 1.2em;
}

#detail_main .sentence p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

#detail_main #detail_data {
	min-height: 20.7em;
	margin-left: 0.8em;
	padding-top: 0.8em;
	padding-right: 0.8em;
}

#detail_main #detail_data .cmdbuttons {
	width: 18em;
	margin-top: 1.6em;
}

.starscontainer {
	position: relative;
	clear: both;
	margin-bottom: 0.5em;
	width: 75px;
	float: left;
	overflow: hidden;
}

.numratings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #777;
	float: left;
}

.starscontainer .star-rating { float: left; }

#detail_main #detail_data p {
	color: #636363;
	margin-bottom: 0.7em;
	clear: both;
}

#detail_main #detail_data .author {
	font-size: 1.1em;
	font-weight: bold;
	color: #636363;
}

#detail_main #detail_data .author a { text-decoration: none; font-weight: bold; }
#detail_main #detail_data .author a:hover { text-decoration: underline; }

#detail_main h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	line-height: 1em;
	font-weight: bold;
}

.sound_page #detail_main h3 { color: #4656c4; }
.song_page #detail_main h3 { color: #d11945; }
.profile_page #detail_main h3 { color: #328c20; }

#detail_main .info { color: #777; }

#detail_main .warning {
	border: 2px solid #EEBE9A;
	padding: 0.5em 0.5em 0.5em 2.5em !important;
	padding: 0.1em 0.5em 0.5em 2.5em;
	background: url(../img/warning.gif) no-repeat 0.5em 0.5em;
}

#detail_main #detail_buttons {
	padding-top: 0.6em;
	margin-left: -0.4em;
	float: left;
}

#detail_main #detail_buttons img {
	margin-right: 0.1em;
	float: left;
}

#detail_main ul {
	list-style-type: none;
	font-size: 1.2em;
	line-height: 1.3em;
}

#detail_main li {
	margin-left: 0em;
	color: #777;
	font-size: 1em;
}

#detail_main li strong {
	color: #434343;
	font-weight: normal;
}

#detail_headlines {
	width: 23.6em;
	min-height: 27em;
	float: left;
	background-color: #f6f6f6;
	overflow: hidden;
	color: #606060;
}

#detail_headlines .headlines {
	padding: 1.7em 1.2em 1.2em 1.2em;
	min-height: 17.7em;
}

#detail_headlines h4 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.2em;
	color: #4f7b10;
	font-weight: normal;
	padding-bottom: 10px;
	background: url(../img/bg_stripe_black.gif) repeat-x left bottom;
}

#detail_headlines ul {
	margin: 0px;
	padding: 0px;
	margin-bottom: 1.5em;
}

#detail_headlines ul li {
	margin: 0px;
	padding: 0px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	display: block;
	background: url(../img/bg_stripe_black.gif) repeat-x left bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
}

#detail_headlines ul li a { text-decoration: none; }
#detail_headlines ul li a:hover { text-decoration: underline; }

#detail_tags {
	width: 23.6em;
	min-height: 27em;
	float: left;
	background-color: #f3f3f3;
	overflow: hidden;
}

#detail_tags .tags {
	padding: 1.7em 1.2em 1.2em 1.2em;
	min-height: 17.7em;
}

#detail_tags .tags .tag {
	font-size: 1.2em;
}

#detail_tags .tags h4 {
	text-transform: uppercase;
	font-size: 1.3em;
	line-height: 1.2em;
	margin-bottom: 0.9em;
}

.sound_page #detail_tags { background-color: #e0eefb; }
.song_page #detail_tags { background-color: #fbdfe6; }
.profile_page #detail_tags { background-color: #e2f4ca; }
.sound_page #detail_tags .tags h4 { color: #4656c4; }
.song_page #detail_tags .tags h4 { color: #d11945; }
.profile_page #detail_tags .tags h4 { color: #328c20; }

#detail_tags form { padding-left: 1.4em; }
#detail_tags form input { float: left; margin-top: 0.2em; margin-right: 0.5em; }
#detail_tags form p { font-size: 1.2em; }

.sound_page #detail_tags form p { color: #4656c4; }
.song_page #detail_tags form p { color: #d11945; }
.profile_page #detail_tags form p { color: #328c20; }

#detail_tags form p.small { clear: both; font-size: 1em; }

#detail_tags a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

#detail_tags a:hover { text-decoration: underline; }

.sound_page #detail_tags a { color: #4656c4; }
.song_page #detail_tags a { color: #d11945; }
.profile_page #detail_tags a { color: #328c20; }

#detail_tags a.delete { font-weight: bold; }

.embedplayercontainer {
	float: right;
}


/*** SECTION ************************/

.section {
	clear: both;
	position: relative;
	left: 0px;
	top: 0px;
	overflow: hidden;
	width: 100%;
}

.section_title {
	position: relative;
	background: url(../img/bg_sectiontitle.gif) repeat-x left top;
	height: 29px;
	margin-bottom: 0.8em;
}

.section_title .left {
	float: left;
	width: 2px;
	height: 29px;
	background: url(../img/bg_sectiontitle-lef.gif) no-repeat left top;
}

.section_title .middle {
	overflow: hidden;
	height: 25px;
	width: 98%;
	margin-right: 2px;
	float: left;
}

.section_title .right {
	float: right;
	width: 2px;
	height: 29px;
	background: url(../img/bg_sectiontitle-rig.gif) no-repeat left top;
}

.section_title .feed { display: inline; }
.section_title .feed img { padding: 0px 0px 4px 2px; }

#songs_section .section_title { background-image: url(../img/bg_sectiontitle_songs.gif); }
#songs_section .section_title .left { background-image: url(../img/bg_sectiontitle_songs-lef.gif); }
#songs_section .section_title .right { background-image: url(../img/bg_sectiontitle_songs-rig.gif); }

#sounds_section .section_title { background-image: url(../img/bg_sectiontitle_sounds.gif); }
#sounds_section .section_title .left { background-image: url(../img/bg_sectiontitle_sounds-lef.gif); }
#sounds_section .section_title .right { background-image: url(../img/bg_sectiontitle_sounds-rig.gif); }

#people_section .section_title { background-image: url(../img/bg_sectiontitle_users.gif); }
#people_section .section_title .left { background-image: url(../img/bg_sectiontitle_users-lef.gif); }
#people_section .section_title .right { background-image: url(../img/bg_sectiontitle_users-rig.gif); }

.section_title img { margin-bottom: -0.4em; }

.section_title h3 {
	padding: 5px 0px 0px 12px;
	text-transform: uppercase;
	color: #484848;
	font-size: 14px;
	float: left;
}

#songs_section .section_title h3 { color: #fff; }
#sounds_section .section_title h3 { color: #fff; }
#people_section .section_title h3 { color: #fff; }

.section h4 {
	color: #434343;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
}

.section h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 3px;
}

.section .content {
	overflow: hidden;
	padding-bottom: 0.8em;
}

.section .padded {
	padding: 0.8em 1.4em 0.8em 1.4em;
}

.section .content .contestleft { float: left; }
.section .content .contestright { float: right; }

.section .content .info {
	float: left;
	padding-right: 0.5em;
}

.section .content .info p {
	margin: 0.2em;
}

.section .content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.section .content ul li { font-size: 1.2em; list-style-type: none; }

.section_foot {
	clear: both;
	padding: 0.4em;
	padding: 0.4em 1.4em 0.4em 1.4em;
}

.section .buttons {
	height: 3em;
}

.section .buttons .button {
	float: left;
	width: 10em;
}


/** SPECIFIC SECTIONS *****************/

#songs_section, #sounds_section, #people_section  {
	margin-bottom: 0.8em;
}


/* ITEMS -- Used to list songs mainly (remixes, user songs, ...)*/

.item_list { clear: both; }
.items_row { clear: both; }

.item {
	float: left;
	width: 26.6em;
	background: url(../img/item_delimiter.gif) repeat-y right top;
	overflow: hidden;
	border-left: 1.4em solid #fff;
	border-bottom: 2.5em solid #fff;
}

.item_cover {
	float: left;
	width: 8.6em;
}

.item_cover .cc img {
	margin: 0.2em;
}

.item_info {
	float: left;
	width: 17em;
	margin-left: 1em;
}

.item_info h4 { font-size: 1em; }

.item_info h4 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
}

.item_info a { text-decoration: none; }
.item_info a:hover { text-decoration: underline; }

.item_info a.sound {
	font-weight: bold;
	color: #4656c4;
}

.item_info a.song {
	font-weight: bold;
	color: #d11945;
}

.item_info a.people {
	font-weight: bold;
	color: #328c20;
}

.item_info p {
	font-size: 1.1em;
	color: #636363;
}

.darkgrey {
	color: #434343;
}

.item_info .author {
	font-size: 1.1em;
	font-weight: bold;
	color: #636363;
	display: block;
	margin-bottom: 0.3em;
}

.item_info .created {
	display: block;
	margin-top: 0.3em;
}

.item_info .time {
	margin-bottom: 0.7em;
}

.item .favorite {
	float: left;
	display: block;
	margin: 0.2em 0em;
}

.user .favorite {
	float: left;
	display: block;
	margin: 0.2em 0em;
}

.item_info div.buttons {
	width: 17em;
	margin-top: 0.4em;
}

#songs_section .song_info .icon {
	padding-top: 0.2em;
}

#songs_section .state_on, .state_off {
	font-size: 1.1em;
}

#songs_section .song_info .time {
	border: 1px solid black;
	margin: 0.6em;
	display: inline;
}


/* Users (when there is a list of users, like fans or friends) */

.people_list { clear: both; }
.people_row { clear: both; }

.user {
	float: left;
	width: 19.6em;
	font-size: 1em;
	padding-bottom: 2em;
	font-family: Arial, Helvetica, sans-serif;
	border-left: 1.4em solid #fff;
}

.user h4 { font-size: 1em; }
.user h4 a { font-weight: bold; }
.user a { font-family: Arial, Helvetica, sans-serif; text-decoration: none; }
.user a:hover { text-decoration: underline; }
.user p { font-size: 1em; margin: 0em; }
.user em { font-size: 1.1em; color: #909090; }

.user .left {
	float: left;
	width: 8.6em;
	overflow: hidden;
}

.user .right {
	float: right;
	width: 11.5em;
	overflow: hidden;
	font-size: 0.9em;
}

.user img {
	margin-bottom: 0.4em;
}

.user a {
	font-size: 1.2em;
	font-weight: normal;
}

.starscontainer .user_rating p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #777;
}

.user_rating p {
	color: #777;
	font-size: 1.1em;
	font-weight: bold;
}

.state_on, .state_off {
	background: url(../img/icon_online.gif) no-repeat 0.2em 0.2em;
	padding-left: 1.5em;
}

.state_on a, .state_off a {
	font-weight: bold;
	text-decoration: none;
}

.sound_page .state_on a { color: #4656c4; }
.song_page .state_on a { color: #d11945; }
.profile_page .state_on a { color: #328c20; }
.sound_page .state_off a { color: #4656c4; }
.song_page .state_off a { color: #d11945; }
.profile_page .state_off a { color: #328c20; }

.state_off {
	background-image: url(../img/icon_offline.gif);
}


/* Comments **************/

#comments_section textarea {
	width: 50em;
	height: 15em;
	float: left;
}

#comments_section input {
	margin-right: 0.2em;
}

#comments_section input.button { margin-top: 0.5em; }

#comments_section .comment {
	padding: 1em;
	margin-bottom: 2em;
}

#comments_section .comment .user_info {
	float: left;
	width: 10em;
}

#comments_section .comment .content table {
	border-collapse: collapse;
	border: none;
	padding: 0em;
	margin: 0em;
	width: 51.2em;
	font-family: Arial, Helvetica, sans-serif;
}

#comments_section .comment .content table th {
	background-color: #e7e7e7;
	padding: 0em 0.6em 0.1em 0.6em;
	font-weight: normal;
}

#comments_section .comment .content table th.author {
	text-align: left;
	font-size: 1.2em;
}

#comments_section .comment .content table th.author a { text-decoration: none; font-weight: bold; }
#comments_section .comment .content table th.author a:hover { text-decoration: underline; }

#comments_section .comment .content table th.data {
	text-align: right;
	font-size: 1em;
	padding-top: 0.2em;
}

#comments_section .comment .content table td {
	padding: 0.9em 0.6em;
}

#comments_section .comment .content table td div.textcontent {
	font-size: 1.2em;
	overflow: hidden;
}

#comments_section .comment .content table td div.textcontent p {
	font-size: 1em;
	margin-bottom: 1em;
}

#comments_section .comment .content .delimiter { color: #328c20; }


/* Pagination */

.paginator {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #636363;
	padding: 0.8em 1.3em 1.4em 1em;
}

.paginator .left { float: left; height: 22px; }
.paginator .right { float: right; height: 22px; }
.paginate-dots { float: left; display: block; padding: 0.4em 0em; }
.paginate-pages { display: block; padding: 0.4em 0em; }
.paginate-first a, .paginate-last a { display: block; float: left; padding: 0.4em 0.7em; }
.paginate-previous a, .paginate-next a { font-weight: bold; display: block; float: left; padding: 0.4em 0.7em; }
.paginate-link a { display: block; float: left; padding: 0.4em 0.7em; }
.paginate-current { float: left; display: block; padding: 0.4em 0.7em; background: url(../img/bg_pagination.gif) repeat-x left top; color: #3D3D3D; }
.paginator a { text-decoration: none; }
.paginator a:hover { text-decoration: underline; }

#debug
{
	padding-left: 3em;
	margin-top: 2em;
}


/* Tooltips */

a.tooltip
{
    position: relative;
    text-decoration: none;
    color: #CC0000;
    outline: none;
    font-weight: bold;
    z-index: 24;
	text-transform: none;
}

a.tooltip:hover
{
    color: #000;
    z-index: 25;
}

span.tooltip_balloon
{
    display: block;
    position: absolute;
    top: 1em;
    left: 1em;
    width: 15em;
    border: 2px solid #ccf668;
    background-color: #FFF;
    color: #535353;
    text-decoration: none;
    padding: 1em;
    font-weight: normal;
    z-index: 999;
}


/* Lightboxed content */

#lboxcontent {
	margin: 0.7em 0.5em;
}

#lboxcontent table {
	margin-left: 0.8em;
}

#lboxcontent .section_title { background: url(../img/bg_logintitle.gif) repeat-x left top; }
#lboxcontent .section_title .left { background: url(../img/bg_logintitle-left.gif) no-repeat left top; }
#lboxcontent .section_title .right { background: url(../img/bg_logintitle-right.gif) no-repeat left top; }

#lboxcontent .section_title .closebutton {
	position: absolute;
	right: 0em;
	padding: 0.4em;
	width: 26px;
	height: 21px;
}

#lboxcontent .inputtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.6em;
	color: #686868;
}

#lboxcontent .text {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	color: #686868;
}

#lboxcontent .content {
	overflow: hidden;
	padding: 0em 0em 0em 1.4em;
}

#lboxcontent .content .leftside {
	float: left;
	width: 55%;
}

#lboxcontent .content textarea {
	width: 20em;
}

.rightitem {
	position: absolute;
	right: 0px;
}

.vTextField, .vPasswordField { width: 15em; }


/* COMMAND BUTTONS */

.cmdbutton {
	position: relative;
	display: block;
	left: 0px;
	top: 0px;
	width: auto;
	height: 31px;
	float: left;
	margin-right: 4px;
	background: url(../img/btn_bg.gif) repeat-x left top;
}

.cmdbutton .rightbit {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 3px;
	height: 31px;
	background: url(../img/btn_bg_rightbit.gif) no-repeat left top;
}

.cmdbutton a {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: auto;
	padding: 7px 5px 8px 36px;
	text-transform: uppercase;
}

.cmdbutton a.disabled { cursor: default; }

.cmdbutton a:link { color: #4f7b10; }
.cmdbutton a:visited { color: #4f7b10; }
.cmdbutton a:active { color: #4f7b10; }
.cmdbutton a:hover { color: #4f7b10; text-decoration: none; }

.cmdbutton a.listen { background: url(../img/btn_listen.gif) no-repeat left top; }
.cmdbutton a.pause { background: url(../img/btn_pause.gif) no-repeat left top; }
.cmdbutton a.add { background: url(../img/btn_add.gif) no-repeat left top; }
.cmdbutton a.remove { background: url(../img/btn_remove.gif) no-repeat left top; }
.cmdbutton a.remix { background: url(../img/btn_remix.gif) no-repeat left top; }
.cmdbutton a.download { background: url(../img/btn_download.gif) no-repeat left top; }
.cmdbutton a.viewprofile { background: url(../img/btn_viewprofile.gif) no-repeat left top; }
.cmdbutton a.newsong { background: url(../img/btn_newsong.gif) no-repeat left top; }
.cmdbutton a.upload { background: url(../img/btn_upload.gif) no-repeat left top; }
.cmdbutton a.record { background: url(../img/btn_record.gif) no-repeat left top; }


/* FAQ */

.faqitem ol {
	font-size: 1.2em;
	margin: 0em 0em 0.5em 1.5em;
}

.faqitem ol li {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0.2em 0em 0.2em 0em;
}

.faqitem ol li p {
	font-size: 1em;
}

.faqitem .question {
	font-weight: bold;
}


/* Sound upload page */

div.describecontainer {
	background-color: #eee;
	padding: 1em;
	margin-bottom: 0.8em;
}

table.describesounds {
	border-collapse: collapse;
	border: none;
}

table.describesounds dl { margin-bottom: 0em; }

table.describesounds th { text-align: left; }

table.describesounds th .title {
	font-size: 1.6em;
	color: #535353;
	font-weight: bold;
}

table.describesounds td.leftcol { padding-right: 1em; }


/* Personal info */

.personalinfo {
	font-family: Arial, Helvetican, sans-serif;
}

.personalinfo_left {
	float: left;
	width: 49em;
}

.personalinfo .textcontent { font-size: 1.2em; }

.personalinfo .title {
	font-weight: bold;
	display: block;
	margin-bottom: 0.2em;
	margin-top: 1em;
}

.personalinfo p { font-size: 1em; margin-bottom: 1em; }

.personalinfo_right {
	float: right;
	margin-right: -1.4em;
	width: 25.8em;
	background-color: #ededed;
	padding: 0.5em 0.5em 2em 0.5em;
}

.personalinfo_right .minimapparent {
	position: relative;
	border: 1px solid #adadad;
	background-color: #fff;
	padding: 0.3em;
	overflow: hidden;
}

.personalinfo_right ol { margin: 0em; }

.personalinfo_right ol li { margin: 0em 0em 0em 1.5em; padding: 0em; }


/* Edit page stuff */

.changepicture {
	float: left;
	width: 43.6em;
	margin-right: 2em;
}


/* Tag clouds */

.tag_cloud {
	border: 1px solid #535353; 
	padding: 1em
}

.tag_cloud a { text-decoration: none; }
.tag_cloud a:hover { text-decoration: underline; }

#sounds_section .tag_cloud { background-color: #e0eefb; }
#sounds_section .tag_cloud a { color: #4656c4; }

#songs_section .tag_cloud { background-color: #fcdee6; }
#songs_section .tag_cloud a { color: #d11945; }

#people_section .tag_cloud { background-color: #e2f4ca; }
#people_section .tag_cloud a { color: #40942f; }


/* Forums */

.forumtable {
	table-layout: fixed;
	border-collapse: collapse;
	border: none;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	padding: 0em;
	margin: 0em 0em 1em 0em;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
}

.forumtable thead tr {
	height: 29px;
	overflow: hidden;
}

.forumtable span.sticky {
	color: #e10000;
    font-size: 1.5em;
    padding-right: 0.5em;
}

.forumtable thead th {
	background: url(../img/bg_sectiontitle.gif) repeat-x left top;
	height: 29px;
	font-weight: normal;
	text-align: left;
	overflow: hidden;
}

.forumtable thead th div { padding: 7px 10px; }

.forumtable thead th div.title {
	padding: 0px;
	height: 25px;
	overflow: hidden;
}

.forumtable tbody td {
	padding: 12px 13px 8px 13px;
	font-size: 1.2em;
	border-bottom: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
}

.forumtable tbody td.middle {
	text-align: center;
	vertical-align: middle;
}

.forumtable tbody td.admin {
	padding-left: 4px;
	padding-right: 4px;
}

.forumtable tbody td.sink {
	background-color: #faa;
}

.forumtable tbody td.sticky {
	background-color: #afa;
}


.forumtable h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 0px 0px 12px;
	text-transform: uppercase;
	color: #484848;
	font-size: 14px;
	float: left;
}

.forumtable a.threadtitle {
	font-size: 1.5em;
}

.forumtable a.people { text-decoration: none; font-weight: bold; }
.forumtable a.people:hover { text-decoration: underline; font-weight: bold; }


/* Contests */

.section .content .contest {
	clear: both;
	margin-bottom: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

.section .content .contest img.contestimage {
	width: auto;
	height: auto;
	padding: 0px 10px 10px 0px;
}

.section .content .contest p { font-size: 1em; margin-bottom: 1em; }

.section .content .contestdetail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 2em 1.2em 1em 13em;
}

.section .content .contestdetail p { font-size: 1em; margin-bottom: 1em; }


/* Admin stuff (sound remove) */

#soundremovetable {
	border-collapse: collapse;
	border: 1px solid #e8e8e8;
	margin-bottom: 0.8em;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
#soundremovetable th, td { padding: 0.2em 0.5em 0.2em 0.5em; }

#soundremovetable th {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
	background-color: #e8e8e8;
}

#soundremovetable td {
	font-size: 1.2em;
}

#soundremovetable a { font-weight: bold; text-decoration: none; }
#soundremovetable a:hover { text-decoration: underline; }

/* Special contests stuff */
.billycorganrules h1 {
	margin-bottom: 1em;
}

.billycorganrules h2 {
	font-size: 1.4em;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

.billycorganrules p {
	margin-bottom: 0.5em;
}