﻿* { behavior: url(iepngfix.htc); }

/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics 
ul,ol { list-style:none }*/

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well 
ul,ol,li,*/h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal } 

/* more varnish stripping as necessary... */

body
{
	font-size: 1em;
	font-family: Sans-Serif;
	background: transparent url(images/background-tile.jpg) repeat-x scroll;
}

div#page
{
	margin: 0px auto;
	width: 857px;
	height: 571px;
	position: relative;
	background: transparent url(images/big-background.jpg) no-repeat 0%;
	overflow: hidden;
}

div#page-menu
{
	position: absolute;
	top: 31px;
	left: 280px;
	height: 100px;
	width: 540px;
}

div#page-footer
{
	margin: 0px auto;
	width: 857px;
	height: 29px;
	background: transparent url(images/footer.jpg) no-repeat 0%;
	overflow: hidden;
}

#page-footer p
{
	float: right;
	margin-top: 10px;
	margin-right: 35px;
	color: Silver;
	font-size: 0.75em;
	font-weight: bold;
}

#page-footer p a
{
	color: Silver;
}

div.body-content
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 130px;
	left: 275px;
	width: 548px;
	height: 428px;
}

div#home-body
{
	background: transparent url(images/homepage-bg.jpg) no-repeat 0%;
}

div#page-body
{
	background: transparent url(images/innerpage-bg.jpg) no-repeat 0%;
}

#page-body div.stuff
{
	position: absolute;
	top: 60px;
	left: 5px;
	width: 535px;
	height: 365px;
	overflow: auto;
}

div#home-books
{
	position: absolute;
	top: 28px;
	left: 5px;
	width: 535px;
	height: 150px;
	overflow: hidden;
}

div#home-learn
{
	position: absolute;
	top: 199px;
	left: 5px;
	width: 245px;
	height: 225px;
	overflow: hidden;
}

#home-learn img#header-enough
{
	position: absolute;
	top: 5px;
	left: 30px;
}

#home-learn img#submit-story
{
	position: absolute;
	top: 208px;
	left: 115px;
}

#home-learn div.stuff
{
/*	position: absolute;
	top: 70px;
	left: 0px;
	width: 250px;
	height: 130px;*/
}

#home-learn div.stuff p
{
/*	font-size: 0.75em;
	margin-top: 5px;	
	padding: 0px 5px;*/
}

div#mini-content
{
	position: absolute;
	top: 270px;
	left: 30px;
	width: 235px;
	height: 285px;
	overflow: hidden;
}

#mini-content div.stuff
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 235px;
	height: 285px;
}

#mini-content div.stuff p
{
	color: White;
	font-size: 0.55em;
	padding: 0px 5px;
}

div.poll
{
	position: absolute;
	top: 198px;
	left: 286px;
	width: 249px;
	height: 227px;
	overflow: auto;
}

div.poll h4
{
	background: transparent url(images/header-takethepoll.jpg) no-repeat;
	font-size: 0.75em;
	padding: 35px 0px 0px 35px;
	margin-top: 5px;
}

div.results h4
{
	background: transparent url(images/header-takethepoll.jpg) no-repeat;
	font-size: 12px;
	padding: 35px 0px 0px 35px;
	margin-top: 5px;
}

div.poll label
{
	font-size: 0.55em;
	margin: 0px;
	padding: 0px 0px 1px 5px;
}

div.results p.numeric
{
	float: left;
	padding-left: 10px;
}

div.poll td
{
	margin: 0px;
	padding: 0px;
}

div.poll input.poll-submit
{
	position: absolute;
	top: 198px;
	left: 100px;
}

div.results
{
	position: absolute;
	top: 198px;
	left: 293px;
	width: 249px;
	height: 225px;
	overflow: auto;
	font-size: 0.7em;
}

img.polaroid
{
	position: absolute;
	top: 0px;
	left: 29px;
	width: 251px;
	height: 266px;
}

table#login-table
{
	position: absolute;
	top: 200px;
	left: 410px;
}

div.results div.res-div
{
	background-color: #CF476F;
	height: 15px;
	white-space: nowrap;
	color: White;
}

div.book-revolver
{
	height: 150px;
	width: 535px;
	position: absolute;
}

.book-revolver img.stuff
{
	position: absolute;
	top: 5px;
	left: 50px;
}

.book-revolver span.stuff
{
	color: Purple;
	font-weight: bold;
	top: 0px;
	left: 150px;
	position: absolute;
	width: 300px;
}

.book-revolver p.stuff
{
	font-size: 0.75em;
	left: 150px;
	top: 40px;
	position: absolute;
}

.book-revolver div.stuff
{
	width: 390px;
	height:20px;
	position:absolute;
	top: 130px;
	left: 270px;
}

.book-revolver div.stuff img.button
{
	cursor: pointer;
}

div#media-files
{
	position: absolute;
	top: 100px;
	left: 15px;
	height: 315px;
	width: 250px;
	overflow: auto;
	background: white;
}

#media-files div.stuff
{
	height: auto;
	width: 250px;
	margin: 0;
	padding: 0;
	position:relative;
	top: 0px;
	left: 0px;
	overflow: visible;
}

#media-photos div.stuff
{
	height: auto;
	width: 250px;
	margin: 0;
	padding: 0;
	position:relative;
	top: 0px;
	left: 0px;
	overflow: visible;
}

div#page-body.body-content h1.files
{
	position: absolute;
	top: 30px;
	left: 15px;
	color: Purple;
	font-family: Comic Sans MS;
	font-size: 13pt;
}

div#page-body.body-content h1.image
{
	position: absolute;
	top: 30px;
	left: 285px;
	color: Purple;
	font-family: Comic Sans MS;
	font-size: 13pt;
}

div#media-photos
{
	position: absolute;
	top: 100px;
	left: 285px;
	height: 315px;
	width: 250px;
	overflow: auto;
	background: white;
	overflow-x: hidden;
}
/********************** Page Content Styles ***********************/
div#page-body.body-content
{
	font-size: 0.75em;
}

div#page-body.body-content p
{
	margin: 5px;
}

div#page-body.body-content h1
{
	margin: 5px;
	font-size: 2em;
}

div#page-body.body-content h2
{
	margin: 5px;
	font-size: 1.75em;
}

div#page-body.body-content h3
{
	margin: 5px;
	font-size: 1.50em;
}

div#page-body.body-content h4
{
	margin: 5px;
	font-size: 1.25em;
}

div#page-body.body-content h5
{
	margin: 5px;
	font-size: 1em;
}

div#page-body.body-content h6
{
	margin: 5px;
	font-size: 0.75em;
}


