@charset "UTF-8";
body  {
	background: #000000;
	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;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	top: 0px;
}
.twoColHybLtHdr #container {
	width: 950px;  /* this will create a container 80% of the browser width */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColHybLtHdr #header {
	background-color: #000000;
	text-align: center;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0px;
} 

.twoColHybLtHdr #sidebar1 {
	float: left;
	width: 50%; /* top and bottom padding create visual space within this div  */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	background-color: #000000;
}
.twoColHybLtHdr #sidebar1 h3, .twoColHybLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}


.twoColHybLtHdr #mainContent {
	width: 50%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #000000;
} 
.twoColHybLtHdr #footer {
	text-align: center;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #000000;
} 
.twoColHybLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* 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;
}

.getthealbum a {
	display: block;
	width: 288px;
	height: 312px;
	background: transparent url(img/home_gethealbum_combined.jpg) no-repeat;
	text-align: right;
	float: right;
}

.getthealbum a:hover { 
background-position: -288px 0; 
}
.aboutthealbum a {
	display: block;
	width: 243px;
	height: 247px;
	text-align: right;
	float: right;
	background-color: transparent;
	background-image: url(img/home_abouthealbum_combined.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
}
.aboutthealbum a:hover { 
background-position: -243px 0; 
}
.aboutlenny a {
	display: block;
	width: 188px;
	height: 200px;
	background: transparent url(img/home_aboutlenny_combined.jpg) no-repeat;
	text-align: right;
	float: left;
}
.aboutlenny a:hover { 
background-position: -188px 0; 
}
.ltrainstudio a {
	display: block;
	width: 207px;
	height: 45px;
	background: transparent url(img/home_ltrainstudio_combined.jpg) no-repeat;
	text-align: right;
	float: right;
}
.ltrainstudio a:hover { 
background-position: -207px 0; 
}
.linkshome a {
	display: block;
	width: 103px;
	height: 44px;
	background: transparent url(img/home_links_combined.jpg) no-repeat;
	text-align: right;
	float: right;
}
.linkshome a:hover { 
background-position: -103px 0; 
}
.current a {
	display: block;
	width: 148px;
	height: 44px;
	background: transparent url(img/home_current_combined.jpg) no-repeat;
	text-align: right;
	float: left;
}
.current a:hover { 
background-position: -148px 0; 
}

.media a {
	display: block;
	width: 113px;
	height: 44px;
	background: transparent url(img/home_media_combined.jpg) no-repeat;
	text-align: right;
	float: left;
}
.media a:hover { 
background-position: -113px 0; 
}

.connect a {
	display: block;
	width: 151px;
	height: 45px;
	background: transparent url(img/home_connect_combined.jpg) no-repeat;
	text-align: right;
	float: left;
}
.connect a:hover { 
background-position: -151px 0; 
}

.bandcamp a {
	display: block;
	width: 274px;
	height: 55px;
	background: transparent url(img/bandcamp_combined.jpg) no-repeat;
	text-align: right;
	float: right;
	margin-top: 2px;
	margin-bottom: 2px;
}
.bandcamp a:hover { 
background-position: -274px 0; 
}

.amazon a {
	display: block;
	width: 274px;
	height: 68px;
	background: transparent url(img/amazon_combined.jpg) no-repeat;
	text-align: right;
	float: right;
	margin-top: 2px;
	margin-bottom: 2px;
}
.amazon a:hover { 
background-position: -274px 0; 
}

.itunes a {
	display: block;
	width: 274px;
	height: 91px;
	background: transparent url(img/itunes_combined.jpg) no-repeat;
	text-align: right;
	float: right;
	margin-top: 2px;
	margin-bottom: 2px;
}
.itunes a:hover { 
background-position: -274px 0; 
}
.cdbaby a {
	display: block;
	width: 274px;
	height: 92px;
	background: transparent url(img/cdbaby_combined.jpg) no-repeat;
	text-align: right;
	float: right;
	margin-top: 2px;
	margin-bottom: 2px;
}
.cdbaby a:hover { 
background-position: -274px 0; 
}
.jointheemaillist a {
	display: block;
	width: 331px;
	height: 47px;
	background: transparent url(img/jointheemaillist.jpg) no-repeat;
	text-align: right;
	float: right;
	margin-top: 0px;
	margin-bottom: 2px;
}
.jointheemaillist a:hover { 
background-position: -331px 0; 
}
.lennoxlegion a {
	display: block;
	width: 233px;
	height: 45px;
	background: transparent url(img/home_lennoxlegion_combined.jpg) no-repeat;
	text-align: right;
	float: right;
	margin-top: 0px;
	margin-bottom: 1px;
}
.lennoxlegion a:hover { 
background-position: -233px 0; 
}

/*<------*/

/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialog {
	position:relative;
	margin:0px auto;
	min-width:8em;
	max-width:500px; /* based on image dimensions - not quite consistent with drip styles yet */
	color:#fff;
	z-index:1;
	margin-left:13px; /* default, width of left corner */
	margin-bottom:0.5em; /* spacing under dialog */
	float: none;
}
.browntitle {
	color: #BE976E;
	font-weight: normal;
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(img/dialog_topleftbox.jpg) no-repeat top right;
 _background-image:url(img/dialog_topleftbox.jpg);
}

.dialog .content {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #DBE2E3;
	line-height: 15px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 8px;
}

.dialog .t {
	/* top+left vertical slice */
 position:absolute;
	left:0px;
	top:0px;
	width:15px; /* top slice width */
	margin-left:-12px;
	height:100%;
	_height:1600px; /* arbitrary long height, IE 6 */
	background-position:top left;
}

.dialog .b {
	/* bottom */
 position:relative;
	width:100%;
	padding: 0px;
	margin: 0px;
}

.dialog .b,
.dialog .b div {
	height:20px; /* height of bottom cap/shade */
	font-size:0px;
	margin: 0px;
	padding: 0px;
}

.dialog .b {
	background-position:bottom right;
}

.dialog .b div {
	position:relative;
	width:15px; /* bottom corner width */
	margin-left:-12px;
	background-position:bottom left;
	padding: 0px;
	margin-bottom: 0px;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
	position:relative;
	margin: 0px;
	padding: 0px;
}

.dialog .wrapper {
	/* extra content protector - preventing vertical overflow (past background) */
 position:static;
	max-height:800px;
	overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
	margin: 0px;
	padding: 0px;
}

.dialog h1,
.dialog p {
	margin:0px;
	padding-top: 0.5em;
	padding-right: 0px;
	padding-bottom: 0em;
	padding-left: 0px;
}

.dialog h1 {
	padding-bottom:0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.title {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 31px;
	color: #C1996F;
}
a:link {
	color: #ADDADF;
	text-decoration: underline;
}
a:visited {
	color: #ADDADF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #ADDADF;
	text-decoration: underline;
}
/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialog2 {
	position:relative;
	margin:0px auto;
	min-width:8em;
	max-width:500px; /* based on image dimensions - not quite consistent with drip styles yet */
	color:#fff;
	z-index:1;
	margin-left:13px; /* default, width of left corner */
	margin-bottom:0.5em; /* spacing under dialog */
	float: none;
}

.dialog2 .content,
.dialog2 .t,
.dialog2 .b,
.dialog2 .b div {
 background:transparent url(img/dialog2_topleftbox.jpg) no-repeat top right;
 _background-image:url(img/dialog2_topleftbox.jpg);
}

.dialog2 .content {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #DBE2E3;
	line-height: 15px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.smallertext {
	font-size: 11px;
}

.dialog2 .t {
	/* top+left vertical slice */
 position:absolute;
	left:0px;
	top:0px;
	width:15px; /* top slice width */
	margin-left:-12px;
	height:100%;
	_height:1600px; /* arbitrary long height, IE 6 */
	background-position:top left;
}

.dialog2.b {
	/* bottom */
 position:relative;
	width:100%;
	padding: 0px;
	margin: 0px;
}

.dialog2 .b,
.dialog2 .b div {
	height:20px; /* height of bottom cap/shade */
	font-size:0px;
	margin: 0px;
	padding: 0px;
}

.dialog2 .b {
	background-position:bottom right;
}

.dialog2 .b div {
	position:relative;
	width:15px; /* bottom corner width */
	margin-left:-12px;
	background-position:bottom left;
	padding: 0px;
	margin-bottom: 0px;
}

.dialog2 .hd,
.dialog2 .bd,
.dialog2.ft {
	position:relative;
	margin: 0px;
	padding: 0px;
}

.dialog2 .wrapper {
	/* extra content protector - preventing vertical overflow (past background) */
 position:static;
	max-height:800px;
	overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
	margin: 0px;
	padding: 0px;
}

.dialog2 h1,
.dialog2 p {
	margin:0px;
	padding-top: 0.5em;
	padding-right: 0px;
	padding-bottom: 0em;
	padding-left: 0px;
}

.dialog2 h1 {
	padding-bottom:0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.tempcontent {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #DBE2E3;
	line-height: 15px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.credits {
	position:relative;
	margin:0px auto;
	min-width:8em;
	max-width:500px; /* based on image dimensions - not quite consistent with drip styles yet */
	color:#fff;
	z-index:1;
	margin-left:10px; /* default, width of left corner */
	margin-bottom:0.5em; /* spacing under dialog */
	float: none;
}
/* new nav stylings*/
#nav_content a {
	font-family: 'Play', Arial, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1;
	text-decoration:none;

}
#nav_content .selected {
  font-family: 'Play', Arial, serif;
  font-size: 12px;
  font-style: normal;
 font-weight: lighter;
  text-shadow: 2px 2px 2px #000; !important:
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1;
  padding-left:5px;
  color:#C1996F; !important:
 
}
#nav_content a:link{
	font-family: 'Play', Arial, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1;
	color:#B0DEE3;
	text-decoration:none;

}
#nav_content a:visited{
	font-family: 'Play', Arial, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1;
	
	text-decoration:none;

}
#nav_content a:hover {
  font-family: 'Play', Arial, serif;
  font-size: 12px;
  font-style: normal;
 font-weight: lighter;
  text-shadow: 2px 1px 1px #000;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1;
  padding-left:5px;
  color:#FFFFFF;
  text-decoration:none;
}
#nav_content a:active {
  font-family: 'Play', Arial, serif;
  font-size: 12px;
  font-style: normal;
 font-weight: lighter;
  text-shadow: 2px 1px 1px #000;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1;
  padding-left:5px;
  color:#FFFFFF;
  text-decoration:none;
}
.nav_ie a:link{
	font-family: 'Play', Arial, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1;
	color:#B0DEE3;
	text-decoration:none;

}
.nav_ie a:visited{
	font-family: 'Play', Arial, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1;
	
	text-decoration:none;

}
.nav_ie a:hover {
  font-family: 'Play', Arial, serif;
  font-size: 12px;
  font-style: normal;
 font-weight: lighter;
  text-shadow: 2px 1px 1px #000;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1;
  padding-left:5px;
  color:#FFFFFF;
  text-decoration:none;
}
.nav_ie a:active {
  font-family: 'Play', Arial, serif;
  font-size: 12px;
  font-style: normal;
 font-weight: lighter;
  text-shadow: 2px 1px 1px #000;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1;
  padding-left:5px;
  color:#FFFFFF;
  text-decoration:none;
}

