/* 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: 1em  "Arial", Arial, Helvetica, sans-serif; /* 1em = 16pts */
}
.float_left {float:left; margin: 0 .75em .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-image:url(../images/bg.jpg);}
#main_wrapper {background-color:#000;}
/*#footer {background-color:#808073;}*/

.scroll {scrollbar-base-color: #dab888;}


h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family:"Arial", Arial, Helvetica, sans-serif;
	} 
/* TEXT COLORS */
h1 {
	color:#FFF;
	}
h2, h3, h4, h5 {
	color:#FFF;
	}
h6 {
	color:#FFF;
	}
#headfont {color:#FFF; /* Dino */
	}
#email_signup { color:#efe6d7; padding-top:5px;
 }
.email_input { background:#845228; border:none; color:#000;
 }
p {
	color:#FFF;
		margin:0em 1em 0em 3em; /* lists without specific classes */
		}
#top {
	color:#FFF;
		margin:0em 1em 1em 2.2em; /* lists without specific classes */
		}
#top_title {
	color:#FFF;
		margin:0em 0em 0em 1.2em;; /* lists without specific classes */
		}
#title {
	color:#b00;
		margin:0em 0em 0em 1.6em;; /* lists without specific classes */
		}
#red {
	color:#b00;
		/*margin:0em 0em 0em 1.6em;; /* lists without specific classes */
		}
#quote {
	color:#333;
		margin:0em 1.5em 0em 3em; /* lists without specific classes */
		font-style:italic;
		}
ul, ol, dl, blockquote, cite {
	color:#000;
	}
#nav ul, #nav a {
	color:#FFF; /* This is the Nav Bar Area */
	margin:0em 0em 0em 1.5em;/* DINO NAV SPACING 1.5 */
	text-decoration:none;
	}
table, form {
	color: #BFBFAC;
	}
a {
	color:#FAB205;
	text-decoration:none;
	}
a:hover {
	color:#FFF;
	
	}
#nav a:hover {
	color:#dab888;
	}	
#footer p {
	margin:0;
	}


/* FONT SIZES */
h1 {font-size:2.5em; /* 24pt */
	}
h2 {font-size:1.375em; /* 22pt */
	line-height:1.25;
	padding:.5em 0 0 0;	
	}
h3 {font-size:1.125em; /* 18pt */
	line-height:1.25;
	}
h4 {font-size:1.125em; /* 18pt */
	}
h5 {font-size:1em; /* 16pt */
	}
h6 {font-size:.875em; /* 14pt */
	}
#footer {font-size:1.2em; /* Dino */
	font-variant:small-caps;
	font-weight:bold;
	text-decoration:none;
	}
#credits {font-size:.9em; /* Dino */
	}
p  {
	font-size:12px; /* .8=12pt Dino */
	line-height:1.75; /* on 15pt Dino */
	margin-bottom:.75em; /* 12pts of space */
	margin-top:.75em; /* 12pts of space */
 	}
#headfont {
	font-size:12px; /* Dino */
 	font-weight:bold;
	vertical-align:bottom;
	text-align:right;
	padding-right:30px;
	line-height:48px;
	}
#nav_inner  {
	font: .95em  "Arial", Helvetica, sans-serif;
	/*font-weight:bold;
	/*font-size:1.1em; /* .8=12pt Dino */
	line-height:1.5; /* on 15pt Dino */
	margin-top:.75em;  /*12pts of space Dino */
	text-decoration:none;
 	}
#top  {
	line-height:1.25; /* on 15pt Dino */
 	}
#top_title  {
	font-size:1.75em; /* .8=12pt Dino */
	line-height:1.25; /* on 15pt Dino */
	margin-top:.45em;
	margin-bottom:.35em;  /*12pts of space Dino */
 	}
#title  {
	font-size:1.75em; /* .8=12pt Dino */
	line-height:1.25; /* on 15pt Dino */
	margin-top:.25em;  /*12pts of space Dino */
 	}
#red  {
	font-size:1.1em; /* .8=12pt Dino */
	line-height:1.5; /* on 15pt Dino */
	text-align:center;
	/*margin-top:.25em;  /*12pts of space Dino */
 	}
#quote  {
	font-size:.9em; /* .8=12pt Dino */
	line-height:1.75; /* on 15pt Dino */
	margin-bottom:2em; /* 12pts of space */
	margin-top:.75em; /* 12pts of space */
 	}
/* basic list styling - more-styled lists in list.css */
ul, dl, ol {
		margin:0em 0em 0em 0em; /* lists without specific classes */
		line-height:1.5;
		}
li, dd {
		padding:0em 0em 0em 0em; /* lists without specific classes */
		margin-left:6em;
		font-size:.9em;
		}
nav ul, #nav dl, #nav ol {
		margin:0em 0em 0em 0em; /* lists without specific classes */
		}
#nav li {
	list-style-type:none;
	}		
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:1em;
	margin-top:.6em;
	}
table {
	margin: 0em 0em 0em 0em;
	border-top:0px solid #069;
	border-collapse:collapse;
	font-size:.8em;
	}
table th	{
	padding: 0em 0em 0em 0em;
	border-bottom:2px solid #069;
	}
table td	{
	padding: 0em 0em 0em 0em;
	border-bottom:0px solid #069;
	text-align:left;
	vertical-align:top;
	}
/* 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 */ 
