
/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}



/* Basics
----------------------------------------------*/
body {font-size: 62.5%}

#container {font-size: 1.2em; color: #3c3c3c;}

body, p, div, td, h1, h2, h3, h4, li {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif; /* "Lucida Grande", Geneva */
  line-height: 1.5;
  }

td {text-align: left;}  /* For occasional IE6 bug */ 

p {margin: 0 0 1em;}
  
img {
  display: block;
  border: 0; 
  }

img.inline {display: inline;}

form, input {
  margin: 0;
  padding: 0;
  }

input {font-size: .9em;}

blockquote {margin: 0 20px 1em;}

a {text-decoration: none;}
a:link {color: #428aa9;}
a:visited {color: #428aa9;} 
a:hover {color: #000; text-decoration: underline;} 
a:active {color: #952219;}


/* Layout stuff
----------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #e7e8e8 url(/img/bg.gif) repeat-y center top;
  }

#container {
  margin: 0 auto;
  width: 960px;
  text-align: left;
  background: #fff;
  border: 0;
  }

#header {
  padding: 20px 30px;
  width: 900px;
  background: #444;
  border-bottom: 1px solid #111;
  }

#header h1 {
  margin: 0;
  color: #96d4ee;
  }

#header img#logo {
  padding: 0 0 5px;
  }

#header h2 {
  margin: 0;
  color: #fff;
/*   text-transform: uppercase; */
  font-size: 1.2em;
  }

#silo_home #content {
  padding-top: 30px;
  }

#content {
  padding: 30px 0 10px 30px;
  float: left; 
  min-height: 200px; /* If changed, do same to "ie6.css" */
  width: 450px;
  }

#sidebar {
  padding: 30px 0 10px 30px;
  float: left; 
  min-height: 200px; /* If changed, do same to "ie6.css" */
  width: 450px;
  }

#fullwidth {
  padding: 0 30px 30px;
  float: left; 
  width: 900px;
  }

#fullwidth h2 {
/*
  margin-top: 10px;
  padding-top: 30px;
  border-top: 2px solid #444;
*/
  }

#footer {
  margin-left: 30px;
  padding: 10px 0 50px;
  float: left;
  width: 890px;
  color: #999;
  font-size: .9em;

  border-top: 2px solid #444;
  }

h1, h2, h3, h4, h5, h6 {
  margin: 1em 0 0;
  padding: 0;
  font-weight: bold; 
  font-family: helvetica, arial, sans-serif;
  }

h1 {
  margin: 0 0 .5em;
  padding: 0;
  font-size: 1.8em;
  font-weight: normal;
  text-transform: uppercase;
  color: #333; 
  border: 0px solid red;
  }

h2 {
  font-size: 1.4em;
  font-weight: normal;
  color: #333;
  }

h2.title {
  margin-top: 0;
  font-size: 1.6em;
  }

h2 a:link, h2 a:visited {
  color: #333;
  }

h2 a:hover {
  color: #428aa9;
  }

h2 a:active {color: #952219;}

h3 {
  font-size: 1.2em;
  color: #333;
  }

h4 {
  font-size: 1em;
  color: #333;
  }

#content ol {
  padding: 0 0 0 2.8em;
  }

#content ol li {

  list-style-type: decimal;
  }

#content ul, 
#sidebar_b ul {
  padding: 0;
  margin: 0 0 1em;
  list-style-type: none;
  }

#content ol, 
#sidebar_b ol {
  margin-top: 0;
  margin-bottom: 1em;
  }

#content ul li, 
#content ol li ul li {
  padding: 0 0 0 2.8em;
  background: url(/img/li.gif) no-repeat 1.8em .5em; 
  }

#sidebar_b ul li {
  padding: 0 0 0 1.2em;
  background: url(/img/li.gif) no-repeat .2em .5em; 
  }

#login {
  margin: .5em 0 1em;
  padding: 15px 20px 15px;
  width: 300px;
  height: 10em;
  background: #eee;
  border: 1px solid #ccc;
  }

#login h2 {
  margin: 0 0 1em;
/*
  padding: 5px 20px;
  color: #fff;
  background: #666;
*/
  }

.box {
  margin: .5em 0 2em;
  padding: 15px 20px 15px;
  width: 300px;
  background: #eee;
  height: 10em;
  border: 1px solid #ccc;
  }

.box h3 {
  margin-top: 0;
  }


.backtotop {
  margin: 2em 0 2em;
  padding: 1em 0;
  text-align: right;
  font-size: .8em;
  background: url(/img/hr_dashed.gif) repeat-x left top;
  }

.toc {
  margin: 1em 0 3em;
  padding-bottom: 1em;
  background: url(/img/hr_dashed.gif) repeat-x left bottom;
  }

img.screenshot {
  margin: 0 0 1em 10px;
  float: right;
  border: 1px solid #666;
  }
  
.code {
  font-family: "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
  color: #448a43;
  font-size: 1.1em;
  }

.temp {background: yellow;}  


/* List stuff
----------------------------------------------*/
dl {
  margin: 0;
  padding: 0;
  }

dt {
  margin: 1em 0 0;
  padding: 0;
  }
  
dd {
  margin: 0;
  padding: 0;
  font-style: italic;
  }

#clients_list dt {
  font-size: 1.2em;
  }


#clients_list dd {
  color: #999;
  font-size: .9em;
  }

.note {
  font-size: .75em;
  }