/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework
   [bjorkoy.com/blueprint]
   
   * Screen & Projection Styles *
      
   This is the main CSS-file for the framework.
   Include this in the <head> of every page. See the
   Readme file in this directory for further instructions.
   
-------------------------------------------------------------- */

/* Import stylesheets and hide from IE/Mac \*/
@import "reset.css";
@import "typography.css";
@import "grid.css";
@import "buttons.css";
/* End import/hide */


/* Compressed version: 
   [http://teenage.cz/acidofil/tools/cssformat.php]
   
   Comment out @import statements above, and add this 
   one when your site has launched (Ca 60% compressed):
   @import "lib/compressed.css"; */


/* Uncomment the line below to see the grid and baseline. 
   (Assuming you've wrapped your columns in a container).
*/
body { background: #fafafa;}

.container { background: #fff; /*background: url(img/baseline.png);*/ width: 540px; padding: 16px; border: 1px solid #ccc;}

iframe#sendfile { width: 258px; height:340px; border: 1px solid #666;}

sup { font-size: 80%; vertical-align: super; line-height: 1%; }
.vcard .fn, .vcard .org { display: none; }

.noclear { clear: none; }

.highlight { padding: 0 1.1em; border-left: .3em solid #ccf; margin-right: -1.0em; margin-left: 1.1em; }

label {
  text-align: right;
  display: block;
}

input {border: 1px black solid; margin: 0px;}

.borderless, .borderless td, .borderless th { border: none; }

li { margin-top: 1em; margin-bottom: 1em; }

em { font-style: normal; font-weight: bold;}

#header { margin-bottom: 1.5em; }

#footer { padding-top: 1.5em; border-top: 1px solid #ccc; font-size: .9em; line-height: 1.75em;}

#certs { margin-left: 0; }

#certs li { list-style: none; text-align: center; }

/*  .container {  background: url(img/grid.png);} */
