/*
 * Screen CSS file for the Online Flock Book.
 * No support for IE < 7
 */

html {
    height: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
    border: 0;}

body {
    height:100%;
    max-height:100%;
    overflow: hidden;
    padding:0;
    margin:0;
    border:0;
	font-size: 90%;
    font-family: "lucida sans", "trebuchet ms", tahoma, verdana, arial, sans-serif;
    background: #dfd;
    color: black;}

/* Header macros */
#header {
    position: absolute;
    display: block;
    margin: 0;
    top: 0;
	left: 0;
    width: 100%;
    height: 7em;
    overflow: hidden;
	background: #aea;
	color: green;
    border-bottom: solid 0.1em olive;
    z-index:6;
}

#title-pad { /* Space the header text into the viewport */
   display: block;
   height: 2em;
   float: left;}

#title1 {font-size: 4em;}
#title2 {font-size: 1em;}

#logo {
   float: left;
   height: 6em;
   margin-right: 2em;
   margin-left: 1em;
}

div.logoutbtn { float: right;
				padding-right: 2em;
				padding-top: 1em;
				font-size: 0.8em;
	}

/* End of header macros */

/* Content div */
#content {
	position: absolute;
	top: 7em;
	bottom: 2em;
	left: 0;
	right: 0;
    overflow: auto;
	padding: 1em 2em 2em 2em;
	z-index: 3;
}

#nav-line {display: block;}

/* Footer macros */
#footer {
    position: fixed;
    display: block;
    margin: 0;
    bottom: 0;
    width: 100%;
    height: 2em;
    font-size: 0.8em;
    background: #aea;
    text-align: right;
	padding-top: 0.4em;
    border-top: solid 0.1em olive;
    z-index: 5; }

#footer .footleft {
    float: left;
    text-align: left;
    padding-left: 1em;
}

#footer .footright {
    float: right;
    text-align: right;
	padding-right: 1em;
}

img.cplogo { height: 1.4em; 
	vertical-align: middle}

/* end of page footer */


