@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", "Lucida Sans", arial, sans-serif;
	color: #CCCCCC;
	background-color: #000000;
	/*background-repeat:no-repeat;
	background-position:top left;
	background-image:url(../images/background.png);*/
	text-align: left;
	font-size: small;
}


/* MAIN LAYOUT */

div#wrap {
	width:960px;
	margin:0 auto;
	color:#121212;
}

div#header {
	height:493px;
	padding-top:7px;
	background-image:url(../images/header.jpg);
	background-color:#000000;
	background-repeat:no-repeat;
}

div#nav {
	
}

div#wrap_inner {
	padding:0;
	width:960px;
}

div#main {
	float:left;
	width:660px;
}

div#banner_ad {
	text-align:center;
	margin-bottom:20px;
}

div#content {
	/*background-color:#FFFFFF;*/
}

div#bigcontent {
	background-color:#FFFFFF;
}

div#sidebar {
	float:right;
	width:260px;
	background-color:#FFFFFF;
	padding:20px 10px;
}

div#footer {
	width:100%;
}

div.clearing {
	clear:both;
	height:0;
	margin:0;
	padding:0;
}


/* CONTENT */

div.message {
	background-color:#FFFFFF;
	padding:10px;
}

div.article {
	width:660px;
	background-color:#CCCCCC;
	padding:1px;
	margin-bottom:15px;
	border:1px solid #2A2A2A;
}

div.articleinside {
	background-color:#FFFFFF;
	border:1px solid #000000;
}

div.articlecontent,
div.toc {
	margin:10px;
}

div.toc {
	text-align:left;
}

div.articlecontent p {
	text-align:justify;
	margin-bottom:1em;
}

div.articleinside .contentdescription p {
	margin:10px;
}

div.articlecontent p img {
	padding-bottom:10px;
}

blockquote {
	background:#e4e4e4 url('../images/quote.png') no-repeat 5px 5px;
	border-right:1px solid #909090;
	border-bottom:1px solid #909090;
	margin:10px 10px 20px;
	padding:15px 20px 5px 50px;
}

blockquote p {
	margin-bottom:0;
}

div.back_button {
	text-align:center;
	margin:10px 0;
}


/* CONTENT META */

div.writtenby {
	margin:5px 10px -5px;
	font-size:100%;
	font-style:italic;
	font-weight:bold;
}

div.createdate {
	margin:5px 10px 0;
	font-size:90%;
	font-style:italic;
}


/* COMMENTS */

div.write_comment {
	clear:both;
	text-align:center;
	background-color:#222222;
	margin-bottom:10px;
}

div.write_comment a {
	color:#CCCCCC;
	text-decoration:none;
	line-height:2em;
	background:none;
}

div.write_comment a:hover {
	text-decoration:underline;
}


/* HEADINGS */

div.articleinside .contentheading {
	background:#FFFFFF url('../images/contentheading3.jpg') no-repeat 0 0;
	border-bottom:1px solid #000000;
}

div.articleinside .contentheading h1 {
	font-size:120%;
	color:#730000;
	text-transform:uppercase;
	padding:10px;
}

div.componentheading h1 {
	font-size:130%;
	color:#ffffff;
	font-weight:bold;
	margin-bottom:20px;
	text-transform:uppercase;
	padding:7px;
	background:#000000 url('../images/componentheading.jpg') no-repeat 0 0;
	border:1px solid #cccccc;
}


/* LISTS */

div.articleinside ul {
	list-style:none;
	margin-left:10px;
}


/* LINKS */

a:link {
	color:#990000;
	font-weight:bold;
	text-decoration:none;
}

a:visited {
	color:#990000;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#ebd9d9;
	font-weight:bold;
	text-decoration:none;
	background-color:#a63636;
}

a:active {
	color:#ebd9d9;
	font-weight:bold;
	text-decoration:none;
	background-color:#a63636;
}

div#sidebar a:link,
div#sidebar a:visited {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

div#sidebar a:hover,
div#sidebar a:active {
	color:#990000;
	background:none;
	text-decoration:none;
	font-weight:bold;
}


/* PAGE NAVIGATION */

div.pagenav {
	color:#cccccc;
	text-align:center;
	margin-bottom:10px;
}

span.pagenav_prev a,
span.pagenav_next a {
	margin:0 2px;
}


/* BAND PROFILE */

table#bandprofile {
	width: 100%;
	border:0;
	padding-bottom:30px;
	text-align:left;
	vertical-align:top;
}

table#bandprofile td {
	padding-bottom:10px;
}

table#bandprofile ul {
	margin-left:0;
}

table#bandprofile ul li {
	padding-bottom:5px;
}

.profilecat {
	width:180px;
	font-weight:bold;
	vertical-align:top;
}


/* DISCOGRAPHY + VIDEOGRAPHY */

dl {
	display: inline;
}

dt {
	color: #222222;
	font-size: 115%;
	line-height: 1.4em;
	margin-top: 2.2em;
	margin-bottom: 1.2em;
	text-decoration: underline;
	font-weight: bold;
}

dd.dvd {
	line-height: 1.3em;
	margin-bottom: 1.5m;
	margin-left: 34%;
}

dd.img {
	float: left;
	margin: 0;
	padding-right: 1.5em;
}

dd.cd {
	line-height: 1.3em;
	margin-bottom: 1.5em;
	margin-left: 40%;
}


/* RADIO PLAYER */

div#playercontent {
	text-align:center;
	margin:auto;
	margin-bottom:20px;
	height:182px;
	width:180px;
	border:0;
	background:none;
}

div#playercontent #popup {
	background:url(http://90plan.ovh.net/~blackber/igoogle/popup.png) no-repeat;
	width:100px;
	height:20px;
	position:relative;
	top:-13px;
	left:83px;
	z-index:40;
	font-size:80%;
}

div#playercontent #popup img {
	border:0;
}


/* MODULES */

div.moduletable {
	margin:0 0 30px;
	text-align:left;
}

div.moduletable h3 {
	margin:0 -10px 5px;
	padding:0 10px 5px;
	border-bottom:1px solid #dddddd;
	text-transform:uppercase;
	color:#990000;
}

div.moduletable ul {
	list-style:none;
}


/* MODULE: LOGIN/LOGOUT */

table.mod_login input {
	margin:0 0 10px;
	padding:4px;
}

table.mod_login input.button {
	margin:0 0 10px;
	padding:1px;
}

div.moduletable span#mod_login_greeting {
	margin:10px 0;
}


/* MODULE: POLLXT */

div.moduletablepollxt {
	margin:0 0 30px;
	text-align:left;
}

div.moduletablepollxt h3 {
	margin:0 -10px 5px;
	padding:0 10px 5px;
	border-bottom:1px solid #dddddd;
	text-transform:uppercase;
	color:#990000;
}

div.moduletablepollxt .sectiontableheader {
	padding:5px 0 10px;
	text-align:left;
	font-weight:normal;
	font-size:1em;
}

div.moduletablepollxt .sectiontableentry1 {
	line-height: 1.5em;
	vertical-align: middle;
	padding:0 0 10px;
}

div.moduletablepollxt .sectiontableentry2 {
	line-height: 1.5em;
	vertical-align: middle;
	padding:0 0 10px;
}

div.moduletablepollxt button {
	margin:0 10px;
}


/* POLLXT */

div.pollstableborder div.sectiontableentry1 {
	line-height:1em;
	vertical-align:middle;
	padding:0 0 15px;
}

div.pollstableborder div.sectiontableentry1 img {
	line-height:1.5em;
	vertical-align:middle;
}

div.pollstableborder div.sectiontableentry2 {
	line-height:1em;
	padding:0 0 15px;
}


/* GALLERY */

div.gallery a.jg_catelem_photo:hover {
	border:0;
	background:none;
}

div.gallery div.jg_up_entry a:hover {
	border:0;
	background:none;
}

div.gallery div.jg_topelem_photo a:hover {
	background:none;
}

div.gallery div.jg_bigimage a:hover {
	background:none;
}

div.gallery div.jg_minis a:hover {
	background:none;
}

div.gallery div.jg_iconbar a:hover {
	background:none;
}


/* NEWSLETTER */

div#newsletter p {
	margin-bottom:10px;
}

div#newsletter .attributeinput input {
	margin-bottom:5px;
	padding:2px;
}

div#newsletter form input {
	margin-top:0;
}


/* SEARCH */

div.moduletable .search input {
	padding:5px;
	margin:5px 0 0;
}


/* SITEINFO */

div.siteinfo {
	text-transform:uppercase;
	font-size:85%;
	color:#000000;
}


/* PROFILE BOOK */

table.profilebook a:hover {
	color:#ebd9d9;
	font-weight:bold;
	text-decoration:none;
	background-color:#a63636;
}

.tab_content a:hover {
	color:#ebd9d9;
	font-weight:bold;
	text-decoration:none;
	background-color:#a63636;
}


/* CONNECTIONS */

div.tab_Description {
	font-size:100%;
	font-weight:normal;
}


/* CB PROFILE */

.cbFields a:hover {
	color:#ebd9d9;
	font-weight:bold;
	text-decoration:none;
	background-color:#a63636;
}


/* FORUM TAB */

#forumtab_intro {
	margin-bottom:40px;
}

#forumtab_intro .sectiontableheader {
	font-size:110%;
	text-transform:uppercase;
}

#forumtab_posts {
	margin-bottom:40px;
}

#forumtab_posts .mainsectiontableheader {
	font-size:110%;
	text-transform:uppercase;
}

#forumtab_subscriptions {
	margin-bottom:40px;
}

#forumtab_subscriptions .mainsectiontableheader {
	font-size:110%;
	text-transform:uppercase;
}

#forumtab_favorites {
	margin-bottom:40px;
}

#forumtab_favorites .mainsectiontableheader {
	font-size:110%;
	text-transform:uppercase;
}