/* -------------------------------------------------------------- 
  
   Sparkable
   * Version:   0.2 (28/8/2007)
   * Website:   http://www.sparkable.com/
      
   This is the main CSS-file for the framework.
   
-------------------------------------------------------------- */

@import 'lib/reset.css'; 

body {
  color:#000;
  background: none;
  font-size: 12px;
}

.showPrint { display: block; }
#pageBreak { page-break-after: always; }

h1,h2,h3,
h4,h5,h6  { font-family: Constantia, "Palatino Linotype", Palatino, Georgia, "Times New Roman", Times, serif; }

h1		  { font-size: 17px; font-weight: bold; }
h2		  { font-size: 17px; font-weight: bold;  }
h3, 
h4, 
h5		  { font-size: 17px; font-weight: bold; }

body      { font-family: Frutiger, Univers, "Helvetica Neue", "Lucida Grande", Calibri, Helvetica, Arial, sans-serif; } 
pre       { font-family: Corbel, Verdana, "Bitstream Vera Sans", sans-serif; } 
code      { font-family: Consolas, "Bitstream Vera Sans Mono", "Courier New", Monaco, Courier, monospace; } 

img { 
  float:left; 
  margin:1.5em 1.5em 1.5em 0;
}

#mainImg img {
  float: right; clear: right;
  margin: 1em 0 1em 1em;
}

p img.top { 
  margin-top: 0; 
}

hr { 
  background: #000000; 
  color:#000000;
  width:100%; 
  height:2px; 
  margin:2em 0; 
  padding:0; 
  border:none; 
}

blockquote { 
  margin:1.5em 0; 
  padding:1em; 
  border:0.2em solid #000000; 
  font-style:italic; 
  font-size:0.9em; 
}

.right { text-align: right; }
.small, .small p  { font-size: 0.9em; }
.large, .large p  { font-size: 1.1em; }
.quiet, .quiet p  { color: #999; }
.hide             { display:none; }

a:link, a:visited {
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

table { width: 100%; }
table tr, 
table tr td { vertical-align: top; }

#t {
	height: 100px;
}

ul#nav, ul#locations, #login, #tL, #tR, #mainT, #mainB, #left {
	display: none;
    }

/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */ 

/* a[href^="/"]:after {
  content: " (http://www.yourdomain.com" attr(href) ") ";
} */

#t img {
  margin-left: auto;
  margin-right: auto;
}

#copyright {
  display: block;
  width: 100%;
  clear: both;
  border-top: 1px solid #000000;
  padding: 10px;
}

fieldset {
  display: block;
  width: 100%; float: left; clear: both;
  border-bottom: 1px solid #000;
  margin-top: 10px;
}

fieldset p {
  display: block;
  width: 49%; float: left;
}

fieldset p input,
fieldset p select {
  width: auto; 
  border: 0px;
  font-weight: bold;
}

.printhide,
.hide,
.wym_area_top,
#logo,
#login, 
#nav,
#tL, #tR,
#search,
#left,
#mainB, 
#sideButtons,
#Menu1Container1, #Menu1Container2, #Menu1Container3, #Menu1Container4, #Menu1Container5, 
button {
  display: none;
}

