@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align:center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


.twoColElsLt #container {
	width: 950px;  
	background: #FFFFFF;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	line-height:130%;
} 


.twoColElsLt #sidebar1 {
	float: left;
	width: 190px; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px 5px 5px; /* top and bottom padding create visual space within this div */
	margin-left: 0px;
	margin-right:0px;
}
.twoColElsLt #sidebar1 h3, .twoColElsLt #sidebar1 p {
	margin-left: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 0px;
}


.twoColElsLt #mainContent {
	/* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	margin-left:200px;
	vertical-align: top;
	padding: 15px 5px 5px 5px;
	font-size:12px;
	text-align:left;
} 


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* element stylings*/

table, td, tr, thead, tfoot, tbody, th, tf {
margin: 0px;
padding:0px;
border-collapse:collapse;

}
a, a:visited, a:hover, a:active, a:focus {direction:ltr; outline:0;}

a:link, a:visited 
{
	color:black;
	text-decoration:none;
}

a:hover{
color:#990000;
}

a:img{
border:none;
}

img{
border:0;
}


/*navigation CSS*/

.nav_menu {
list-style-type:none;
position:relative;
width:125px;
height:175px;
float:left;
margin:auto;
padding-right:10px;
padding-bottom:30px;
}


#nav_menu li {
	padding-top:3px;
	margin:0;
	position:relative;
	width:125px;
	height:auto;
}

#nav_menu li dt{
padding-top:5px;
}


#nav_menu li dl, #nav_menu li dt{
	left:0px;
	position:absolute;
	text-align:right;
	width:120px;
}

#nav_menu li dd {
display:none;
}


#nav_menu a {
	color:#000000;
	height:25px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding-right:10px;
}


#nav_menu li:hover dt, #nav_menu li a:hover dt {
text-decoration:underline; 
float:left;
background-color:#0033CC;
color:#FFFFFF;
}

/* hover state to display sub-menu*/

#nav_menu li:hover dd, #nav_menu li a:hover dd {
display:block;
margin-left:120px;
margin-top:0;
color:#FFFFFF;
}

#nav_menu li:hover dd a{
text-align:right;
color:#FFFFFF;
}

/*when I hover over the submenu*/
#nav_menu dd a, #nav_menu dd a:visited {
background-color:#0033cc; 
color:#FFFFFF; 
text-decoration:none;
display:block;
text-align:left;
width:120px;
padding-top:3px;
padding-left:10px;
}

#nav_menu dd a:hover {
color:#FFFFFF;
}

/*inner page sub menu*/
#inside_menu li {
padding-top:3px; 
margin:0; 
position:relative;
width:125px;
}

#inside_menu a {
color:#000000;
height:30px;
font-family: Arial, Helvetica, sans-serif;
text-decoration:none;
padding-right:10px;
}

.pTabNav,
.pTabNavActive {
  height: auto;
  padding: 5px 10px 5px 10px;
  float: left;
  font-size:12px;
  font-weight:bold;
}

.dBlock {
  display:block;
}

.dNone {
  display:none;
}
.pTabNavWrapper{
	width: 300px;
	height: 20px;
	clear: both;
	margin-bottom: 20px;  
}

.cursorPointer
{cursor: pointer}

#lyrdetails,
#lyrstory,
#lyrartists,
#lyrmedia,
#lyrbuzz{
	margin-right: 0px;
	min-height:300px;
	height:auto !important;
	width:500px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}

#lyrbio1,
#lyrbio2,
#lyrbio3,
#lyrbio4,
#lyrbio5,
#lyrbio6{
	margin-right: 0px;
	min-height:300px;
	height:auto;
	width:750px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
}

.style2 {font-size: small}



/* Gallery styles */

#gallery{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	border:1px solid white;
	
	background:url(images/panel.jpg) repeat-x bottom center #ffffff;
	
	/* The width of the gallery */
	width:750px;
	overflow:hidden;
}

#slides{
	/* This is the slide area */
	height:300px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:750px;
	overflow:hidden;
}

.slide{
	float:left;
}

#menu{
	/* This is the container for the thumbnails */
	height:45px;
}

ul{
	margin:0px;
	padding:0px;
}

li{
	/* Every thumbnail is a li element */
	width:100px;
	display:inline-block;
	list-style:none;
	height:100%;
	overflow:hidden;
}

li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(images/pic_bg.png) repeat;
}

li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(images/active_bg.png) no-repeat;
}

li.act a{
	cursor:default;
}

.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	background:url(images/divider.png) no-repeat right;
}

li a{
	display:block;
	background:url(images/divider.png) no-repeat right;
	height:35px;
	padding-top:10px;
}

a img{
	border:none;
}
