/* Layout stylesheet */

body {
  font-size: 100.01%; /* [1] */
}
#col-a {
  float: right;
  width: 100%;
  text-align: center;
  color: #bbbbbb;
}

#col-a[id] { /* [2] */
  margin-left: -1px;
  margin-top: 25px;
}

#col-b {
  float: left;
  margin-left: -12em;
  z-index: 10; /* [3] */
}

#col-b[id] { /* [2] */
  margin-right: 1px;
}

#col-c {
  float: right;
  margin-right: -12em;
  z-index: 11; /* [3] */
}

#col-c[id] { /* [2] */
  margin-left: 1px;
}

.show-all #columns {
  padding: 0 12em;
}

.hide-left #columns {
  padding: 0 12em 0 0;
}

.hide-right #columns {
  padding: 0 0 0 12em;
}

.cols-wrapper {
  width: 100%;
}

.cols-wrapper[class] {
  padding-bottom: 0.1px; /* [4] */
}

.float-wrapper {
  float: left;
  width: 100%;
  position: relative;
  z-index: 0;
}

.float-wrapper[class] { /* [2] */
  margin-right: -1px;
}

.sidecol {
  position: relative;
  width: 12em;
  overflow: hidden;
}

.box,
.main-content {
  margin: 0 1em;
}

.clear {
  clear: both;
}

.none {
  display: none;
}

/*
  [1] Play nice with EMs in Opera 6 and IE Win.
  [2] Support for Mozilla, but IE doesn't likes it.
  [3] Z indices needed for link clickability in IE Mac and Opera 6.
  [4] Mozilla needs a non zero value, seems to be a bug.
*/

/* Presentation stylesheet */

/* IDs */
#main {
  border: 0px solid;
  min-width: 800px;
  max-width: 1000px;
  min-height: 800px;
  margin: 0 auto;
}

#header {
  padding: 0em 0em;
  text-align: left;
  margin-bottom: 30px;
}

#header2 {position: absolute; 
  top: 170px;
  width: 100%;
  padding: 0em 0em;
  text-align: left;
  margin-left: 5px;
  backgrounb-color: #fff;
  z-index: 100;
}

#header .title {
  margin: 0px;
  padding: 0px;
}
#footer {
  padding: 0em;
}

#footer a:link {color: #444;}
#footer a:visited {color: #444;}

#footer p {
  margin: 0;
  text-align: center;
}
#header {
  border-bottom: 0px none;
}

/* backgrounds */
#header {
background-color: #222;
}

.cols-wrapper {
  background-color: #000;
}
#main {
  background: #222;
}

/* classes */
.box,
.main-content {
  margin: 2em;
}
.cols-wrapper {
  border: 1px;
  margin: 0 0px;
  border-style: none none none none;
}
.hide-left .cols-wrapper {
  border-left: none;
  margin-left: 0;
}
.hide-right .cols-wrapper {
  border-right: none;
  margin-right: 0;
}
.hide-both .cols-wrapper {
  border-style: none none none none;
  margin: 0;
}
.box {
  font-size: 92%;
  line-height: 1.18em;
}
#footer,
.sidecol {
  color: #444;
  text-align: center;
}
.sidecol ul {
  padding: 0 0 0 .5em;
}

/* Style properties for HTML elements based on the HTML 4.01 Specification.
   <http://www.w3.org/TR/html401/cover.html#toc>

   Blank version of this stylesheet:
   <http://www.webproducer.at/lab/elements.css>
*/

/* Section 7.5: The document body */
body {
  margin: 0;
  padding: 1em;
  min-width: 600px;
  font-size: 75.01%; /* 12px [1] */
  line-height: 1.5em; /* 18px [2] */
  background: black;
  color: white;
  font-family: "Trebuchet MS", "Luxi Sans", "Helvetica", sans-serif;
}
h1 {
  font-size: 1.25em; /* 18px */
  margin: .5em 0; /* 16px 0 */
  text-align: left;
  background: url(text.jpg) 0 0 repeat;
  color: #000;
  text-align: center;
}
h2 {
  font-size: 1.25em; /* 15px */
  margin: 1.07em 0; /* 16px 0 */
  color: #000;
}
h3 {
  font-size: 1.25em; /* 12px */
  margin: .5em 0; /* 16px 0 */
  background: url(text.jpg) 0 0 repeat;
  color: #000;
  text-align: left;
}
h4, h5, h6 {
  font-size: .75em; /* 9px */
  margin: .5em 0; /* 14px 0 */
  text-align: left;
}

h5 {}
h6 {
  font-style: italic;
}
address {}

/* Section 9: Text */
/* 9.2: Structured text */
em {}
strong {}
dfn {}
code {
  font-family: "Bitstream Vera Sans Mono", "Courier New", Monaco, Courier, monospace;  /* [3] */
}
samp {}
kbd {}
var {}
cite {}
abbr {}
acronym {}
blockquote {}
q {}
sub {}
sup {}
/* End of 9.2 */
p {}
pre {
  font-family: "Bitstream Vera Sans Mono", "Courier New", Monaco, Courier, monospace;  /* [3] */
}
ins {}
del {}

/* Section 10: Lists */
ul {
  margin: 1em 0;
  padding: 0 0 0 0em;
}
ul ul {
  margin: 0;
  padding: 0 0 0 1.25em;
}
ol {
  margin: 1em;
  padding: 0 2em;
}
ol ol {
  margin: 0;
}
li {
  text-align: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 0; /*removes indent IE and Opera*/
  padding: 0; /*removes indent Mozilla and NN7*/
}
dl {}
dt {}
dd {}

/* Section 11: Tables */
table {}
caption {}
thead {}
tfoot {}
tbody {}
colgroup {}
col {}
tr {}
th {}
td {}

/* Section 12.2:  The A element */
a:link {color: #fcdc92;}
a:visited {color: #fff0bc;}
a:link:hover {} /* [4] */
a:visited:hover {}
a:active {}
a:focus {}
a:focus:hover {}

/* Section 13: Objects, Images, and Applets */
img {}
object {}
applet {}

/* Section 15: Alignment, font styles, and horizontal rules */
/* 15.2: Fonts "[...] their use is discouraged in favor of style sheets." */
tt {}
i {}
b {}
big {}
small {}
/* End of 15.2 */
hr {}

/* Section 16: Frames */
iframe {}

/* Section 17: Forms */
form {}
input {}
input:focus {}
button {}
button:focus {}
select {}
select:focus {}
optgroup {}
option {}
textarea {}
textarea:focus {}
label {}
fieldset {}
legend {}

/*
  [1] All calculations are based on the assumption that 1em is 12px.
  [2] If you specify a font-size, also consider to specify a line-height property.
  [3] If you don't specify something other than monospace, mozilla will calculate
      its own font-size based on the user preferences.
  [4] "... prevents hover styles from being applied to non-hyperlink anchors."
      <http://devedge.netscape.com/viewsource/2003/arbitrary-hover/>
*/
