/*
-----------------------------------------------
Astigmatic One Eye Typographic Institute Style Sheet

Author:   Brian J. Bonislawsky | www.astigmatic.com
Version:  2006.07
----------------------------------------------- */
html {
	min-height: 0 auto;
	height: 0 auto;
	width: 100%;
	}

body {
	margin: 0;
	padding: 0;
	min-height: 0 auto;
	height: 0 auto;
	width: 100%;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: .7em;
	color: #f9f6e3;
	background: #3d482a url(IMGS/greenpanback.jpg) top repeat-x;
	}

p {
	margin: 0;
	padding: 1em 0 0; 
	line-height: 140%;
	}	
	
a img {
	border: none;
	}	

a {
	color: #f9f6e3;
	text-decoration: none;
	}	

a:hover {
	color: #b9b39a;
	}



/*
TOPPERCLOSED --------------------- */		

#topperclosed {
	clear: both;
    width: 100%;
    position: fixed;
    top: 0;
	height: 102px;
	background: #3d482a url(IMGS/topperclosedback.jpg) top repeat-x;
	}	

#topperclosed h2 {
	margin: 0 0 0 0px;
	height: 102px;
	background: url(IMGS/topnavtest.jpg) no-repeat;
	}	

/*
TOPPEROPEN --------------------- */		

#topperopen {
	clear: both;
    width: 100%;
    position: fixed;
    top: 0;
	height: 118px;
	background: #3d482a url(IMGS/topperopenback.jpg) top repeat-x;
	}	

/*
MAINGUTS --------------------- */	

#mainguts {
	clear: both;
    margin-left: 40px;
    margin-right: 40px;
	width: 710px;
	height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	}	

/*
CONTENT --------------------- */	

#content {
	clear: both;
    margin: 0px;
	float: right;
	width: 580px;
	height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	}	
	
p#header {
	margin: 0px;
	padding: 0;
	color: #b9b39a;
	font-size: 1em;
	text-transform: uppercase;
	}	

/*
FOOTER --------------------- */		

#footer {
    clear: both;
	margin: 0px;
	position: fixed;
	bottom: 0;
	padding: 5px 0 30px;
    width: 100%;
    height: 60px;
	background: #303030 url(IMGS/footerback.jpg) top repeat-x;
	}	

#footer h3 {
	margin: 35px 0 10px;
	height: 16px;
	text-indent: -9000px;
	}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#footer li {
	margin: 7px 0;
	}

#sidecol {
	float: right;
	margin-top: 0 !important;
	margin-top: 35px;
	width: 200px;
	}

#contact {
	margin-top: 40px;
	}
	
#contact p {
	padding-top: 0;
	font-size: .84em;
	color: #b9b39a;
	}
	
#contact #email, #contact #location {
	padding-top: 1em;
	text-transform: uppercase;
	}	

#contact #email a strong {
	margin-left: .5em;
	color: #151515;
	}

#contact #email a:hover strong {
	color: #b9b39a;
	}

p#copyright {
	margin-top: 15px;
	padding: 0;
	color: #b9b39a;
	font-size: .84em;
	text-transform: uppercase;
	}

p#copyright a {
	color: #b9b39a;
	}	

p#copyright a:hover {
	color: #CB6F14;
	}	

#storyline {
	color: #504f49;
	font-size: 11px;
	}


/*
CONTAINERS --------------------- */	

#topperwrapper {
	margin: 0 auto;
    height: 102px;
	width: 780px;
	}	

#topperwrapperopen {
	margin: 0 auto;
    height: 118px;
	width: 780px;
	}	

#container {
	margin: 0 auto;
    margin-top: 102px;
	margin-bottom: 150px;
	width: 780px;
    height: 100%;
	}

#wrapper {
	margin: 0 auto;
	width: 780px;
    height: 60px;
	}	

	
/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 
--------------------- */

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */		