/* 
    Document   : geex5
    Created on : Dec 29, 2010, 2:53:51 PM
    Author     : Administrator
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

html, body {margin: 0; background-color: black; height: 100%; background-image: url(geex5logo3.png); background-attachment: fixed; background-repeat: no-repeat; background-position: center center;}
* {color: #333; font-size: 10pt;}
.main {width: 960px; margin: 0 auto; margin-top: 0; height: 100%;}
.masthead {width: 300px; float: left; padding-right: 18px; margin-top: 0; margin-left: 4px; font-size: 0.9em; color: #444;}
.logo {font-size: 3em; color: #060; height: 150px;}
.navigation, .headertext, .footer {color: #0a0;}
.content {margin-left: 350px; margin-top: 20px;}
.footer {text-align: center; font-size: 0.8em;}
.slogan {font-style: italic;}
.article {width: 400px;}
.item {width: 300px; text-align: center;}
h2 {font-size: 2em;}
h3 {font-size: 1.5em; padding-bottom: 2px; margin-bottom: 0;}
h4 {letter-spacing: 1px; text-align: center; padding-bottom: 2px; margin-bottom: 0;}
a {color: #633; font-size: 11pt;text-decoration: none; font-weight: bold; letter-spacing: 1px; padding-left: 2px; padding-right: 2px;border: 0;}
img {border: 0;}
em {color: #900;}
ul {list-style-type: none;}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -70px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 70px; /* .push must be the same height as .footer */
        clear: both;
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/            

