
/*----------------------------------------------------------------------------- 
Greenstone Technical LLC Screen Stylesheet 

version:   0.1 
date:      Mar 2, 2010
email:     erica@greenstonetechnical.com
website:   http://greenstonetechnical.com
thanks to: 
  http://www.spiffycorners.com		anti-aliased, pure css, rounded corners
-----------------------------------------------------------------------------*/


/* Import other stylesheets 
-----------------------------------------------------------------------------*/ 
@import url( "typography.css" );

* {
 margin: 0;
 padding: 0;
 border: 0;
}

body {
 background-color: #4c6a21;
 color: #000000;
 height: 100%;
}

#content { 
  margin: 2em; padding: 1em; 
  position: absolute; top: 16em;
}

#badge {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 40em;
  width: 50%;
  height: 50%;
  margin: auto;
} 

#badge_top {
  text-align: center;
  position: absolute;
  top: 2em;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 40em;
  width: 50%;
  margin: auto;
} 

a:link, a:visited, a:hover, a:active {
 color: #5d2903;
 text-decoration: none;
}

.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#79994a}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #5f7e32;
  border-right:1px solid #5f7e32;
  background:#6d8b3f}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #506e25;
  border-right:1px solid #506e25;
  background:#709042}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #709042;
  border-right:1px solid #709042;}
.spiffy4{
  border-left:1px solid #5f7e32;
  border-right:1px solid #5f7e32}
.spiffy5{
  border-left:1px solid #6d8b3f;
  border-right:1px solid #6d8b3f}
.spiffyfg{
  background:#79994a;
  padding: 2em;}

table, td, th                   { border: 1px solid; border-collapse: collapse; }
td, th                          { padding: 3px 5px; }
td.totaldesc, td.totalamt       { font-weight: bold; }
td.totaldesc                    { text-align: right; }

.notes                          { font-weight: normal; font-size: .85em; }

#navcontainer                   { width: 100%; height: 2em; line-height: 2em; margin-bottom: 1em;
				  background-color: #79994a; }
#navlist li                     { display: block; float: left; width: auto; }
#navlist li a, #navlist li a:link
				{ padding: 1em; color: #000000; }
#navlist li a#current, #navlist li a#current:link
				{ color: #4c6a21; font-weight: bold; }
#navlist li a:hover, #navlist a#current:hover
				{ color: #5d2903; }

.buttons a, .buttons button 	{ display: block; float: left; width: 9em; margin: .3em; 
                                  padding: .5em 1em .6em .75em; border: 1px solid black; 
				  background-color: #79994a; text-align: center; } 
.buttons:after      { content:"."; display:block; height: 0; clear:both; visibility:hidden; }
.buttons            { display: inline-block; }
.buttons            { display: block; }


