#DEFAULTS----------------------------------------------------- {}

body {
	color: #f3f4eb;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(/img/design/body3.jpg);
	font-size: 13px;
	line-height: 132%;
	margin: 0px;
	background-color: #264A64;
}

.clear {
	margin-bottom: 0em;
	clear: both;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

h1, h2, h3, ul, dl, table, form, p {
	list-style-type: none;
	list-style-position: outside;
	padding: 0px;
	margin-left: 0px;
	margin-bottom: 1em;
	margin-right: 0px;
	margin-top: 0px;
}
table {
	width: 100%;
}
th, td {
	vertical-align: top;
	text-align: left;
	padding-right: 10px;
}

form table {
	margin-bottom: 0px;
}
form div {
	margin-bottom: 1em;
}

div label {
	display: block;
}
div.select {
	margin-bottom: 0px;
}
div.checkbox label, div.radio label {
	width: 150px;
	display: inline;
}
div.select div.checkbox {
	float: left;
	display: block;
	width: 150px;
	margin-bottom: 0px;
}
div.select div.radio {
	margin-bottom: 0px;
}

#POSITIONS----------------------------------------------------- {}

#wrapper {
	position: relative;
}
#inner {
	background-position: 650px bottom;
	background-repeat: no-repeat;
	background-image: url(/img/design/bottom.png);
}
#content {
	z-index: 20;
	position: relative;
	width: 777px;
}
#content #pad {
	padding-left: 200px;
	padding-bottom: 0px;
	padding-top: 310px;
}
#banners {
	z-index: 10;
	position: relative;
	clear: both;
	height: 158px;
	overflow: hidden;
}
#footer {
	position: relative;
	color: #60883d;
	line-height: 156%;
	font-size: 90%;
	padding-left: 250px;
	z-index: 20;
	clear: both;
	background-color: #5CA43E;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(/img/design/footer.jpg);
	height: 123px;
}

#HEADER----------------------------------------------------- {}

div#header h1 {
	display: none;
}

div#header div.logo {
	z-index: 100;
	left: 238px;
	top: 0px;
	position: absolute;
}

div#header div#login {
	z-index: 50;
	text-align: center;
	width: 120px;
	left: 830px;
	top: 73px;
	position: absolute;
}

div#menu {
	z-index: 40;
	left: 210px;
	top: 265px;
	position: absolute;
}
div#menu ul {
	padding-left: 12px;
}
div#menu li {
	float: left;
}
div#menu a {
	background-repeat: no-repeat;
	background-image: url(/img/design/menu2.png);
	height: 29px;
	display: block;
}
div#menu a.home {
	width: 68px;
	background-position: 0px 0px;
}
div#menu a.about {
	width: 76px;
	background-position: -68px 0px;
}
div#menu a.browse {
	width: 162px;
	background-position: -144px 0px;
}
div#menu a.search {
	width: 85px;
	background-position: -306px 0px;
}
div#menu a.account {
	width: 140px;
	background-position: -391px 0px;
}

div#menu a.home:hover,
body.classifieds.home div#menu a.home { background-position: 0px 100%; }
div#menu a.about:hover,
body.pages.display.about div#menu a.about { background-position: -68px 100%; }
div#menu a.browse:hover,
body.classifieds.index div#menu a.browse,
body.classifieds.view div#menu a.browse { background-position: -144px 100%; }
div#menu a.search:hover,
body.classifieds.search div#menu a.search { background-position: -306px 100%; }
div#menu a.account:hover,
body.users div#menu a.account,
body.messages div#menu a.account { background-position: -391px 100%; }

div#menu a u {
	background-position: 0px 0px;
	display: none;
}

#BANNERS----------------------------------------------------- {}

div#banners div {
	float: left;
}
div#banners div.shadow {
	z-index: 11;
	top: 117px;
	background-repeat: repeat-x;
	background-image: url(/img/design/shadowBottom.png);
	height: 41px;
	width: 100%;
	left: 0px;
	position: absolute;
}

div#banners div.ban01 {
	position: relative;
	z-index: 12;
}
div#banners a {
	width: 380px;
	display: block;
	height: 158px;
	overflow: hidden;
}
div#banners a:hover img {
	top: -100%;
	position: relative;
}

#ADS----------------------------------------------------- {}

div#ads {
	font-size: 80%;
	text-align: right;
	z-index: 30;
	left: 800px;
	top: 240px;
	position: absolute;
	width: 180px;
}
.pos0 {
	width: 468px;
	height: 60px;
	overflow: hidden;
}
.pos1 {
	width: 180px;
	height: 220px;
	overflow: hidden;
}
.pos2 {
	width: 234px;
	height: 60px;
	overflow: hidden;
}
div#ads a.link {
	margin-bottom: 6px;
	margin-top: 3px;
	display: block;
	color: #43688d;
	text-decoration: none;
}
div#ads div.google {
}

#LOGIN----------------------------------------------------- {}

div#login {
	font-size: 80%;
}

div#login form {
	margin-bottom: 0px;
}
div#login form div.input {
	margin: 0px;
}
div#login form label {
	padding-left: 6px;
	display: block;
	text-align: left;
}
div#login form input {
	width: 100px;
}
div#login form div.submit {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

div#login a.userName {
	margin-bottom: 7px;
	display: block;
	text-decoration: none;
}

div#login a.logout {
	margin-top: 5px;
	display: block;
}
div#login a.userPicture {
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	width: 100px;
	display: block;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(/files/users/thumb.small.default.png);
}

#CLASSIFIEDS----------------------------------------------------- {}

/* index */

div.classifieds.index form label {
	display: inline;
}
div.classifieds.index select {
	margin-left: 10px;
}
div.classifieds.index dl {
	position: relative;
	overflow: hidden;
	height: 105px;
	background-position: 190px 0px;
	background-repeat: no-repeat;
	background-image: url(/img/design/classified.png);
	float: left;
	width: 280px;
}
div.classifieds.index dl a {
	display: block;
	margin-bottom: 3px;
	text-decoration: none;
}

div.classifieds.index dt {
	padding-top: 6px;
	text-transform: uppercase;
}
div.classifieds.index dt img {
	position: relative;
	top: 3px;
}
div.classifieds.index dd {
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}
div.classifieds.index dd imgXOXO {
	float: left;
	margin-right: 10px;
}
div.classifieds.index dd.actions {
	padding: 4px;
	z-index: 200;
	left: 0px;
	top: 0px;
	position: absolute;
}
div.classifieds.index li {
	padding-top: 2px;
}

/* view */

div.classifieds.view div#mp3Box {
	float: right;
}
div.classifieds.view dd,
div.classifieds.view div.related ul,
div.pages dd {
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 20px;
	left: 20px;
	position: relative;
	padding-bottom: 0.5em;
}
div.classifieds.view dt, div.related h3, div.pages dt {
	color: #d8fa81;
	font-weight: bold;
}
div.classifieds.view img.userPictureThumb {
	z-index: 60;
	position: relative;
}

ul.userGenre {
	margin: 0px;
}

ul.userGenre li, div.messages.view div.actions li {
	margin-right: 1px;
	padding-left: 15px;
	background-position: 0px 1px;
	background-repeat: no-repeat;
	background-image: url(/img/icons/general/bullet.png);
	display: inline;
}

div.classifieds.view div#formContainer div.send {
	text-align: center;
	margin-bottom: 1em;
}

div.classifieds.form div.checkbox input {
	width: auto;
}
div.classifieds dd.userPicture {
	float: left;
	width: 110px;
	height: 100px;
	background-repeat: no-repeat;
	background-image: url(/files/users/thumb.small.default.png);
}
div.classifieds a.userPicture {
	margin-right: 20px;
	float: left;
}

#ELEMENTS----------------------------------------------------- {}

form fieldset {
	padding-left: 16px;
	padding-bottom: 0px;
	padding-right: 16px;
	padding-top: 0px;
	margin-bottom: 1em;
	margin-top: 0px;
	border-color: #527ea8;
	border-width: 1px;
	border-style: solid;
}
form fieldset fieldset {
}
fieldset legend {
	padding: 0px;
	margin: 0px;
	color: #d8fa81;
	font-size: 200%;
	line-height: normal;
}
fieldset fieldset legend {
	font-size: 120%;
}
fieldset div.pad {
	margin-top: 1em;
	margin-bottom: 1em;
}

div.submit input {
	font-size: 150%;
}

div#content h2 {
	display: none;
}

.messages.index td {
	vertical-align: middle;
}
td.messageUnread {
	padding-left: 33px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(/img/icons/messages/mailUnread.png);
	height: 30px;
}
td.messageRead {
	color: #9b9b9b;
	padding-left: 33px;
	background-position: 7px center;
	background-repeat: no-repeat;
	background-image: url(/img/icons/messages/mailRead.png);
	height: 20px;
}
#messageFlash {
}
#login b {
	text-transform: uppercase;
}
.upper {
	text-transform: uppercase;
}

a:link, a:visited {
	text-decoration: underline;
	color: #a7ff3f;
}
a:hover, a:active {
	text-decoration: none;
	color: #d9ff38;
}

div#flashMessage, div#authMessage {
	position: relative;
	margin-bottom: 1em;
	padding: 22px;
	background-color: #ff4850;
	border-color: #f9ff2f;
	border-width: 2px;
	border-style: dotted;
}

div.formNote {
	background-position: 0px 2px;
	background-repeat: no-repeat;
	background-image: url(/img/icons/general/formNote.png);
	padding-left: 16px;
	top: -10px;
	position: relative;
	margin-bottom: 0px;
	color: #6da7df;
	font-size: 80%;
}

fieldset input, fieldset textarea {
	width: 220px;
	font-size: 110%;
	color: #304961;
	padding: 4px;
	background-color: #d7e4ec;
	border-color: #4c5660;
	border-width: 1px;
	border-style: solid;
}

.smallPlease {
	font-size: 80%;
}

.smallPlease b {
	color: #d8fa81;
}

div.input.select input {
	width: auto;
}

div#footer ul {
	margin-right: 40px;
	margin-top: 26px;
	float: left;
}

div#footer a:link, div#footer a:visited {
	color: #47662d;
	text-decoration: none;
}

div#footer a:hover, div#footer a:active {
	text-decoration: underline;
}

div#footer div.dev {
	left: 913px;
	top: 14px;
	position: absolute;
	color: #47662d;
	float: left;
	text-align: center;
	width: 66px;
	font-size: 80%;
}
div#footer div.dev img {
	position: relative;
	top: -4px;
}

div.submit span#submitMsg {
	top: 4px;
	position: relative;
	font-size: 80%;
}

div.error-message {
	color: #ff4850;
}

span.upper {
	text-transform: uppercase;
}

div#searchEmpty {
	text-align: center;
}

a img {
	border-style: none;
}

element {
}

fieldset fieldset input {
	background-color: transparent;
	border: none;
}

div.ads.index .adder {
	height: 100px;
	width: 100px;
	overflow: hidden;
}

h3 {
	font-style: normal;
	font-weight: normal;
	color: #d8fa81;
	font-size: 136%;
}

dd.userPlays ul {
	color: #e4fa4d;
	margin: 0px;
}
dd.userPlays li {
	display: inline;
}
dd.userPlays li b {
	font-weight: normal;
	margin-right: 1px;
	padding-left: 15px;
	background-position: 0px -1px;
	background-repeat: no-repeat;
	background-image: url(/img/icons/general/bullet2.png);
	display: inline;
}
div.actions {
	clear: both;
}
div.input.select.checkbox {
	margin-bottom: 1em;
}

div#admin {
	background-color: black;
	width: 100%;
	font-size: 80%;
	top: 0px;
	z-index: 200;
	left: 0px;
	position: fixed;
}

div#admin h2 {
	font-size: 100%;
	left: 5px;
	position: relative;
	display: inline;
}
div#admin ul, div#admin li {
	margin-left: 12px;
	display: inline;
}


#MESSAGES----------------------------------------------------- {}

div.messages table {
}
div.messages tr {
	background-color: #687798;
}
div.messages tr.altrow {
	background-color: #486e93;
}
div.messages th {
	padding-left: 8px;
	padding-bottom: 2px;
	padding-right: 8px;
	padding-top: 2px;
	background-color: #93505c;
}
div.messages td {
	padding-left: 8px;
	padding-bottom: 2px;
	padding-right: 8px;
	padding-top: 2px;
	vertical-align: middle;
}
div.messages td.actions, div.messages th.actions {
	text-align: right;
}
div.messages td.body {
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 1em;
	padding-top: 1em;
	background-color: #486e93;
}
td.messageUnread {
	padding-left: 33px;
	background-position: 5px 2px;
	background-repeat: no-repeat;
	background-image: url(/img/icons/messages/mailUnread.png);
	height: 30px;
}
td.messageRead {
	color: #9b9b9b;
	padding-left: 33px;
	background-position: 7px center;
	background-repeat: no-repeat;
	background-image: url(/img/icons/messages/mailRead.png);
	height: 20px;
}
div.messages div#messagesEmpty {
	padding-bottom: 0.8em;
	padding-top: 1.6em;
	text-align: center;
}
div.messages.view p.alert {
	text-align: center;
	font-size: 80%;
	color: #d9ff38;
}
div.pages.sitemap ul {
	font-family: Monaco, "Courier New", Courier, monospace;
	list-style-type: none;
}
div.pages.sitemap ul a {
	text-decoration: none;
}
div.pages.sitemap ul u {
	color: #6397c9;
	text-decoration: none;
	font-size: 80%;
	list-style-type: none;
}
div#header div.slogan {
	position: absolute;
	display: none;
}
div.pages dd {
	margin-top: 1em;
}
div.pages.about dl.press {
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 40px;
	padding-top: 20px;
	margin-right: 40px;
	margin-left: 20px;
	background-color: #4a6b4d;
}
div.pages.about b {
	color: #f7ff9f;
	font-style: normal;
	font-weight: normal;
}
div.pages.about dd.footer {
	font-size: 80%;
	color: #708f6a;
}

#PAGINATOR----------------------------------------------------- {}

p.paginator {
	left: -10px;
	position: relative;
	padding-right: 11px;
	padding-left: 11px;
	padding-bottom: 5px;
	padding-top: 5px;
	float: right;
	opacity: .4;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	display: block;
	margin: 0px;
	font-size: 80%;
}
p.paginator u {
	display: none;
}

div.paging {
	display: inline;
	margin-bottom: 1em;
}
div.paging a {
	margin-right: 5px;
}
div.paging span {
	color: #a7ff3f;
	float: left;
	display: block;
}
div.paging span.disabled,
div.paging span.current {
	opacity: .2;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	cursor: default;
	margin-right: 5px;
}
div.paging a,
div.paging span.disabled,
div.paging span.current {
	text-decoration: none;
	padding-left: 11px;
	padding-bottom: 5px;
	padding-right: 11px;
	padding-top: 5px;
	float: left;
	display: block;
	width: auto;
	background-color: #476d93;
	font-size: 80%;
}
div.paging a:hover {
	color: #e4fa4d;
	background-color: #5380a7;
}
div.paging span.disabled a:hover,
div.paging span.current a:hover {
	background-color: #476d93;
}
div.classifieds.home p {
	margin-bottom: 1.8em;
	margin-top: 0.2em;
	display: block;
	text-align: center;
}

#USERMENU----------------------------------------------------- {}

div.users div.menu {
	float: left;
	width: 49%;
}
div.users div.menu.classified {
	clear: left;
}
div.users div.menu ul {
	margin-bottom: 1.8em;
	padding-left: 14px;
}
div.users div.menu a {
	margin-bottom: 0.6em;
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 19px;
	display: block;
}
div.users div.menu a.delete {
	background-image: url(/img/icons/users-menu/delete.png);
}
div.users div.menu.account a.edit {
	background-image: url(/img/icons/users-menu/users-edit.png);
}
div.users div.menu.messages a.view {
	background-image: url(/img/icons/users-menu/messages-view.png);
}
div.users div.menu.classified a.add-edit {
	background-image: url(/img/icons/users-menu/classifieds-add_edit.png);
}
div.users div.menu.classified a.view {
	background-image: url(/img/icons/users-menu/classifieds-view.png);
}
div.users div.menu.songs a.add-edit {
	background-image: url(/img/icons/users-menu/songs-add_edit.png);
}

