@charset "utf-8";

/* -------------------------------------------------
Black Lotus' Website CSS
Design by Lindsay A. Kerr
CSS and Coding by Paul Morel
28-05-2008
v1.0 
------------------------------------------------- */

/* -------------------------------------------------
Tags
------------------------------------------------- */

body {
	margin:0;
	padding:0;
	background:#29271e;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#99967a;
	font-size:12px;
}

p {
	margin:15px;
	}
a {
	color:#846C45;
	font-weight:bold;
	}

h3 {
	font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size:14px;
	color:#5f5736;
	margin-bottom:15px;
	}
	
ol {
	list-style:decimal;
	padding-left:25px;
	}
/* -------------------------------------------------
Classes
------------------------------------------------- */

.item {
	background:url(../images/template/item_bg.jpg);
	margin:20px;
	padding:20px;
	}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.release{
	float:left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	}

.gallery_links li {
	margin-left:25px;
	padding:3px;
	}

/* -------------------------------------------------
Wrapper
------------------------------------------------- */
#wrapper {
	width:1139px;
	margin: 0 auto;
	}

#side_left {
float: left;
background:url(../images/template/side_left.gif) no-repeat top right;
height:607px;
width:157px;
}

#side_right {
float: right;
background:url(../images/template/side_right.gif) no-repeat top left;
height:607px;
width:157px;
}

#bottom {
background:url(../images/template/bottom.gif) no-repeat top left;
height:91px;
	margin: 0 auto;
	width:825px;
}

#container {
	background:url(../images/template/main_bg.jpg) repeat-y top left;
	width:825px;
	margin:0 auto;
}
/* -------------------------------------------------
Header
------------------------------------------------- */
#header {
	height:268px;
}
/* -------------------------------------------------
Menu
------------------------------------------------- */
#menu {
	height:79px;
	background:url(../images/template/menu_bg.jpg) no-repeat;
	}

#menu a {
	display:block;
	text-decoration:none;
	text-indent:-9999px;
	}

#menu ul {
	width:305px;
	}	
	
#menu ul li {
	float:left;
	}
	
/* ---- Menu Items ---- */
#menu_home a { background:url(../images/template/menu_home.gif) no-repeat; height:22px; width:101px; }
#menu_home a:hover { background:url(../images/template/menu_home-o.gif) no-repeat; }

#menu_about a { background:url(../images/template/menu_about.gif) no-repeat; height:22px; width:53px; }
#menu_about a:hover { background:url(../images/template/menu_about-o.gif) no-repeat; }

#menu_releases a { background:url(../images/template/menu_releases.gif) no-repeat; height:22px; width:67px; }
#menu_releases a:hover { background:url(../images/template/menu_releases-o.gif) no-repeat; }

#menu_media a { background:url(../images/template/menu_media.gif) no-repeat; height:22px; width:84px; }
#menu_media a:hover { background:url(../images/template/menu_media-o.gif) no-repeat; }

#menu_press a { background:url(../images/template/menu_press.gif) no-repeat; height:19px; width:66px; }
#menu_press a:hover { background:url(../images/template/menu_press-o.gif) no-repeat; }

#menu_gallery a { background:url(../images/template/menu_gallery.gif) no-repeat; height:19px; width:65px; }
#menu_gallery a:hover { background:url(../images/template/menu_gallery-o.gif) no-repeat; }

#menu_merch a { background:url(../images/template/menu_merch.gif) no-repeat; height:19px; width:56px; }
#menu_merch a:hover { background:url(../images/template/menu_merch-o.gif) no-repeat; }

#menu_links a { background:url(../images/template/menu_links.gif) no-repeat; height:19px; width:45px; }
#menu_links a:hover { background:url(../images/template/menu_links-o.gif) no-repeat; }

#menu_contact a { background:url(../images/template/menu_contact.gif) no-repeat; height:19px; width:73px; }
#menu_contact a:hover { background:url(../images/template/menu_contact-o.gif) no-repeat; }

/* -------------------------------------------------
Main
------------------------------------------------- */
#main {
	background:url(../images/template/main_bg.jpg) repeat-y;
	}
	
/* -------------------------------------------------
Content
------------------------------------------------- */	
#content {
	width:562px;
	float:left;
	}
/* -------------------------------------------------
Side Bar
------------------------------------------------- */
#sidebar {
	width:263px;
	float:left;
	}

#sidebar ul {
	margin:20px 10px;
	}

#sidebar ul li {
	margin:10px 0;
	}

#sidebar a img {
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	}	

#sidebar a img:hover {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	}	

/* -------------------------------------------------
Footer
------------------------------------------------- */
#footer {
	clear:both;
	height:50px;
	text-align:center;
	font-size:9px;
	}

#footer p {
	margin:0
}

/* -------------------------------------------------
Gallery
------------------------------------------------- */

.gallery li {
	float:left;
	margin:6px;
	border:1px solid #5f5736; 
	}

.gallery img {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	}	

.gallery img:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	}	