/*
Theme Name: iaatb front page
Theme URI:
Description: blah blah blah
Version: .1
Tags: 
Author:  Ben Lamb
Author URI: iaatb.net/
License: GPL
*/

		body {
			font: 1em Helvetica, Arial, Sans-Serif;
			text-align: center;
			color: black;
			margin-top: 5em;
		}
		
		h1 {
			font-size: 2em;
			padding: 0;
			margin: 0;
		}

		h4 {
			display: none;
		}
		
		form {
			width: 28em;
			background-color: #eeeeee;
			border: 1px solid #cccccc;
			margin-left: auto;
			margin-right: auto;
			padding: 1em;
		}

		fieldset {
			border: 0;
			margin: 0;
			padding: 0;
		}
		
		a {
			color: #336699;
			text-decoration: none;
			font-weight: bold;
		}

		a:visited {
			color: #336699;
		}

		a:hover {
			color: #336699;
		}

		.error, .success {
			font-size: 1.2em;
			font-weight: bold;
		}
		
		.error {
			color: #ea2001;
		}
		
		.success {
			color: #99ccff;
		}

		.date {
			color: #ea2001;
			font-weight: bold;
		}
		
		.content {
			position: absolute;
			left: 465px;
			bottom: 20px;
			width: 800px;
}
html, body { height:100%; }

 div#footer{
  position:absolute;
  left:0;
width:646px;
  height: 100%;
z-index:-1;
 background-image: none !important;



 }
 div#footer-spacer{
 height: 100%;
 margin:     0 auto 0; /*this margin size is replaced by  javascript*/
 background-image: none !important;

}
 div#footer-image{
 overflow:hidden;
  background-image: url(/wp-content/themes/fp/vector.png);
background-repeat:no-repeat;
background-position:bottom left; 
 height: 924px;
}

/*
/*floating background with ie quirks */
html, body { height:100%; }
body{
  height: 100%; /*key to making footer 100% height work */
  margin:0;
  padding:0 0 auto 0;
 }
 div#footer{
  position:absolute;
  left:0;
width:646px;
  height: 100%;
z-index:-1;

  background-image: url(/wp-content/themes/fp/vector.png);
 }
 @media screen{
  body>div#footer{
   position: fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div.content{
  height:100%;
  overflow:auto;
 } */
