
/* STYLES FOR WWW.BILLIARDLIFEUSA.COM */

/* COLORS: Black, white, #c6c6c6 (gray), #007237 (green), #f5c809 (yellow), #9a0541 (maroon), #c40753 (lt maroon)  */

* {	margin: 0px; padding: 0px; }

p {	margin-bottom:12px; }
img { border:0; }
h1 { margin-bottom:12px; text-align:right; }
h2 { font-size:14px; font-weight:bold; margin-top:28px; margin-bottom:14px; }
h6 { font-size:10px; margin-top:18px; font-weight:bold; }
ul { list-style-position:outside; margin-left:28px; margin-bottom:12px; }
ol { list-style-position:outside; margin-left:28px; }
ul.comfy li	{ margin-bottom: 5px; }
ol.comfy li	{ margin-bottom: 5px; }

a:link { color: #9a0541; text-decoration: none;font-weight:bold; }
a:visited { color: #9a0541; text-decoration: none; font-weight:bold; }
a:hover { color:#c40753; text-decoration: underline;  }

body {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color:#ffffff;
	background-image: url(images/felt.gif);
	background-repeat: repeat;
	text-align:center; /* This center aligns the design in IE6 */
	min-width:800px; /* needed for the page centering to work in Netscape... something... like four maybe */
}

#container {
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	width:800px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}


#header {
	background-color: #000000;
	margin: 0px 5px 0px 5px;
}

#nav {
	background-color: #000000;
	margin: 0px 5px 0px 5px;
	background-image: url(images/starback.gif);
	background-repeat: no-repeat;
	text-align:center;
	height:26px;
}
	#nav ul { list-style-type:none; font-size:11px; font-weight:bold; color:#c6c6c6; margin-left:0px; }
	#nav ul li { display:inline; padding: 0px 18px 0px 18px; line-height:26px; }
	
	#nav li a { color: #ffffff; text-decoration: none; }
	#nav li a:hover { color:#f5c809; text-decoration:none; }


#content { margin:18px 22px 22px 22px; }

#leftcolumn  { width:175px; float:left; }
	#leftcolumn ul { list-style-type:none; font-size:11px; font-weight:bold; margin-left:0px; }
	#leftcolumn ul li { margin-bottom:10px; }
	#leftcolumn ul li img { margin-right:6px; margin-bottom:-3px; }

#rightcontentarea  { float:right; width:555px; }

#maincontent { margin: 0px 20px 50px 20px; }

#homepagecontent { background-image:url(images/home_back.jpg); background-repeat:no-repeat; width:779px; height:469px; }

#frontpagesubnav { font-size:14px; font-weight:bold; text-align:right; position:absolute; bottom:32px; right:24px; }
	#frontpagesubnav a { color:#000000 }
	#frontpagesubnav a:hover { text-decoration:underline; }



#footer {  /* Did not assign height because it causes the background to repeat in IE6, even if the height is the same as the background image. */
	background-color: #000000;
	margin: 0px 5px 0px 5px;
	background-image: url(images/starback.gif);
	background-repeat: no-repeat;
	clear:both;
}
	#footer p { line-height:26px; color: #ffffff; margin-left:30px; margin-bottom:0px; }
	

.articleinfo  { width:200px; margin:0px 18px 18px 0px; float:left; }
	.articleinfo p  { font-size:12px; color:#007237; font-weight:bold; text-align:right; margin-top:10px; }

.article  { width:490px; margin-bottom:40px; float:right; }



/* ----- LIGHTBOX STYLES begin ----- */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lighthbox/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
.lightbox img { border: 1px solid #000000; } 
.lightbox { background-color:#ffffff; margin-left:75px; margin-bottom:50px; }

/* ----- LIGHTBOX STYLES end ------- */

