/* a fix for IE6 only - see Star Hack in Stylin' with CSS to see how the comments and * html hide this hack from other browsers \*/
* html * {
	zoom:100%; 
/* triggers IE6 "haslayout" - google 'IE6 haslayout' for details*/
	}
/* without the above hack, IE6 does not draw the header until the page is resized */
/* the problem is triggered by the universal * selector below that resets the margins, but I need to do that, hence the hack */
* {
	margin:0;
	padding:0;
	}
body {
	font-family: helvetica; /* 1em = 16pts */
}
.float_left {float:left; margin: 0 .3em .3em 0;}      /* apply this class to any image or element with width - text will wrap it to the right */
.float_right {float:right;  margin: 0 0 .3em .3em;} /* apply this class to any image or element with width  - text will wrap it to the left */

/* DEFAULT TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */
body {background-color:#fbb3be;}
#main_wrapper {background-color:#FFF;}
#header {background-color:transparent;}
#nav {background-color:transparent;}
#content {background-color:transparent;}
#promo {background-color:transparent;}
#footer {background-color:transparent;}

h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: "Helvetica Neue", Helvetica;
	} 
/* TEXT COLORS */
h1 {
	color:#FFF;
	}
h2, h3, h4, h5 {
	color:#808073;
	}
h6 {
	color:#000000;
	}
p {
	color:#000;
	}
ul, ol, dl, blockquote, cite {
	color:#808073;
	}
#nav img {
  padding: 0 0;
	margin: 0 0;
	}
table, form {	}
a {
	color:#ed64a8;
	}
a:hover, #nav a:hover {
	color:#000;
	}	
#footer p {
	margin:0;
	}
	
	
	
/* CLASS:TRUshow TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */

/* TRU Show's "hot pink" = f056c4 */
body.TRUshow {
/*	background: url(/images/bg_littlemaven_teal.png); */
	background-color: #fbb3be;
	background-color: #58d7bf;
	background-color: #0f1431;
	background-color: #6aa3db;
	background-color: #b4251b;
	font-family: "Helvetica Neue", Helvetica;
}
.TRUshow #main_wrapper {background-color:transparent;}
.TRUshow #header {}
.TRUshow #nav {}
.TRUshow #content {background-color:#fff;}
.TRUshow #promo {}
.TRUshow #footer {}

h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: "Helvetica Neue", Helvetica;
	} 
/* CLASS:TRUshow TEXT COLORS */
.TRUshow h1 {
	color:#58d7bf;
	}
.TRUshow h2 {
	color:#58d7bf;
	}
.TRUshow h3, .TRUshow h4, .TRUshow h5 {
	color:#000;
	}
.TRUshow h6 {
	color:#000000;
	}
.TRUshow p {
	color:#000;
	}
.TRUshow ul, .TRUshow ol, .TRUshow dl, .TRUshow blockquote, .TRUshow cite {
	color:#000;
	}
.TRUshow cite {
	color:#FFF;
	}
.TRUshow promo {
	color:#FFF;
	}
.TRUshow table, .TRUshow form {
	/* color: #6430BF; */
	color: #000;
	}
.TRUshow a {
	color:#00a000;
	}
.TRUshow a:hover {
	color:#F00;
	color:#b4b43b;
	}

.TRUshow font.hot-pink {
	color:#f056c4;
	color: #58d7bf;
  font-weight:bold;
  }	
  
.TRUshow #content td.stitch_divider {
  background-image: url(/images/stitches_horizontal.jpg);
  background-repeat: repeat-x;
  /* background-position: center; */
  }


.TRUshow #header img {float:left; margin: 0px 15px 0px 15px;}
.TRUshow #content img {float:center; /* margin: 5px 5px 5px 5px; */}

.TRUshow #header h1 {
  font-size:24px;
  color:#000;
  padding:0px 0px 0px 0px;
	}

.TRUshow #header h3 {
  font-size:12px;
  color:#000;
  color:#fff;
  font-weight: normal;
  padding:0px 0px 0px 0px;
  }	
  
.TRUshow #header a {
  color:#000;
  color:#fff;
  }  

.TRUshow #header td.menu_divider {
  background-image: url(/images/menu_separator.jpg);
  background-repeat: no-repeat;
  background-position: center;
  }

.TRUshow #header a:hover {
  color:#F00;
  color:#b4b43b;
  }
.TRUshow #nav ul, .TRUshow #nav a {
	color:#000;
	color: #fff;
	font-weight: normal;
	text-decoration:none;
	}
.TRUshow #nav a:hover {
	color:#F00;
	color:#b4b43b;
	}
	
.TRUshow #footer {
  font-size:12px;
  }
  
.TRUshow #footer a {
  color:#00F;
	}
.TRUshow #footer a:hover {
  color:#F00;
  color:#b4b43b;
	}	
		
.TRUshow #warningheader
{
  font-size:12px;
	color:yellow;
}

.TRUshow #warningtext
{
  font-size:12px;
	color:#FFF;
}

/* FONT SIZES */
h1 {
  font-size:1.75em;
	padding: .5em 0 0 0;
	}
h2 {font-size:1.375em; /* 22pt */
	padding:.5em 0 0 0;	
	}
h3 {font-size:1.125em; /* 18pt */
	line-height:1.25;
	padding: .5em 0 0 0;
	}
h4 {font-size:1.125em; /* 18pt */
	}
h5 {font-size:1em; /* 16pt */
	}
h6 {font-size:.75em;
    padding: .1em;
	}
p  {
	font-size:.8em; /* 12pt */
	line-height:1.2em; /* on 15pt */
	margin-bottom:1.25em; /* 12pts of space */
	margin-top:1.25em;
 	}
a {
	text-decoration:none;
	}
a:hover {
	text-decoration:none;
	}
/* basic list styling - more-styled lists in list.css */
ul, dl, ol { 
		margin:0 1em .25em 1em; /* lists without specific classes */
		font-size:12px;
		line-height:1.25em;}

li, dd {
		padding:0em 0; 
		margin: 0 1em .25em 1em;
		font-size:12px;
		margin-left:1em;
		}
		
#nav ul, #nav dl, #nav ol {
		margin:.1em 1em .1em 1em; /* lists without specific classes */
		}
#nav li {
	list-style-type:none;
	margin: 0 0em 1em 0em;
	font-size:14px;
	font-weight:bold;
	font-family: helvetica;
	font-stretch:condensed;
	}

dt {font-weight:bold;}

code {font-size:1.25em;}
* html code {font-size:1.1em;} /* default size is smaller in IE */
	
cite {
	font-size:.85em;
	font-style:italic;
	}
blockquote {
	border-top:2px solid;
	border-bottom:2px solid;
	width:50%;
	margin:1em 0 1em 20%;
	padding:.3em 1em;
	}
blockquote p {
	margin-bottom:.1em;
	}
blockquote p:before { /* IDWIMIE 6 and 7 */
	content: open-quote;
	color:#cccc8f;
}
blockquote p:after {  /* IDWIMIE 6 and 7 */
	content: close-quote;
	color:#366;
}
blockquote cite {
	font-size:.85em;
	}
abbr, acronym {
	border-bottom:1px dashed #000;
	cursor:default;
	}
address {
	margin:0 1em .75em 1em;
	}
img {
	border:0;
	}

/* basic table styling  - more-styled tables in tables.css */
table caption {
	font-weight:bold;
	font-size:12px;
	margin-top:.6em;
	}
table {
	margin: .1em .1em .1em .1em;
	/* border-top:1px solid #069; */
	/* border-collapse:collapse; */
	font-size:12px;
	}
table th	{
	padding: .3em .5em .3em .5em;
	border-bottom:2px solid #069;
	}
table td	{
	padding: .1em .1em .1em .1em;
	font-size:12px;
	/* border-bottom:1px solid #069; */
	}
/* THE ALSETT CLEARING METHOD */
	.clearfix:after {
 content: “.”;
 display: block; 
 height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix {display: inline-table;}
/* backslash hack hides from IE mac \*/ LEAVE THIS COMMENT RIGHT HERE! 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end backslash hack */ 

/* the following section is added to handle LightBox CSS */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* end of LightBox CSS */
