/* {{{ HTML STYLES */

html {
  min-height: 100.1%;
}

body {
  font-family: Verdana, sans;
  font-size: 80%;
  /*background: #55505f; */
  background: #30302D;
  margin: 16px 0px;
}

a {
  text-decoration: none;
  font-weight: bold;
  font-style: italic;
  color: #4534ad;
}

#content a:hover {
  text-decoration: underline;
}

li {
  margin: 0.5em 0em;
}

h1{
  color: #4534ad;
}

h2, h3 {
  color: #004;
}

h1 {
  font-family: Vedana, sans;
  font-style: italic;
  font-weight: bold;
  font-size: 20pt;
  padding: 20px 0 0 80px;
  margin: 0px;
}

h3 {
  padding: 0;
  margin: 0 0 1em 0;
  font-size: 120%;
}

#footnotes h3, #footer h3 {
  padding: 0;
}

a img {
  border: 0px;
}

/* }}} */

/* {{{ LAYOUT */

#whole {
  width: 900px;
  margin: 0 auto;
}

#title {
  height: 212px;
  background: url( 'title.jpg' );
}

#navigation {
  padding-top: 134px;
}

#columns {
  padding: 0px;
  background: url( 'background.jpg' ) no-repeat #EDDDFD;
}

#mainColumn {
  margin-left: 250px;
}

#sidebarColumn {
  float: left;
  width: 250px;
  
}

#content {
  background: url( 'background.jpg' ) no-repeat -250px -64px #fff;
}

#footnotes {
  clear: both;
  border-top: 6px solid #7351a0;
  background: #ede6f3; 
  font-size: 80%;
}

#footer {
  clear: both;
  border-top: 6px solid #7351a0;
  background: #ede6f3;
  padding: 7px;
  font-size: 80%;
}

#footer p {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

#toolsDiv {
  margin-top: 2em;
  padding: 1em;
  background: #ccc;
}

/* }}} */

/* {{{ navigation */

#navigation {
  font-family: Tahoma, serif;
  font-style: italic;
  font-size: 120%;
}

#navigation ul {
  margin: 0px;
  padding: 0px;
}

#navigation ul li {
  display: block;
  float: left;
}

#navigation ul li a {
  display: block;
  padding-top: 28px;
  width: 120px;
  text-align: center;
}

#h1Div {
  height: 64px;
}

/* }}} */

/* {{{ CLASSES */

.center {
  text-align: center;
}

.right {
  float: right;
}

.left {
  float: right;
}

.indented {
  margin-left: 6em;
}

.inner {
  padding: 16px;
}

#mainColumn .inner {
  padding-left: 32px;
}

.sideMenu {
  margin: 0px -6px;
  padding: 0.7em 0px 0.7em 0px;
}
.sideMenu a {
  display: block;
  padding: 6px 30px;
  background: url( 'bulletSidebar.png' ) no-repeat;
  background-position: 8px center;
}
.sideMenu a:hover {
  background: #448 url( 'bulletHigh.png' ) no-repeat;
  background-position: 6px center;
  color: #eee;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.quote {
  font-style: italic;
  color: #005;
}

.ww_beginQuote {
  padding-left: 15px;
  background: url('quote66.png') no-repeat top left;
  background-position: 2px 2px;
}
.ww_endQuote {
  padding-right: 15px;
  background: url('quote99.png') no-repeat top right;
}

#sidebar .ww_beginQuote {
  padding-left: 15px;
  background: url('sidebarQuote66.png') no-repeat top left;
}
#sidebar .ww_endQuote {
  padding-right: 15px;
  background: url('sidebarQuote99.png') no-repeat top right;
}

.wiki_name {
  text-align: right;
}

/* }}} */

/* {{{ WIKI classes */

.wiki_toc {
  background: none;
  border: 0px;
  margin-bottom: 3em;
}
.wiki_toc .ww_boxTitle {
  display: none;
}

.editInHeader {
  float: right;
  margin: -2em 1em 0em 1em;
}

.wiki_editInclude {
  float: right;
}

.wiki_editSection2 {
  margin-top: -2em;
}
.wiki_editSection3 {
  margin-top: -1.8em;
}


.wiki_center {
  text-align: center;
}

.wiki_right {
  text-align: right;
}

.wiki_left {
  text-align: left;
}

.wiki_image_float_right {
  text-align: center;
  padding: 0px 0px 1em 2em;
}

/* }}} */

/* {{{ googleMap styles */

.googleMap_map {
  width: 600px;
  height: 400px;
  margin: 0px -10px 0px -10px;
}

.googleMap_directions {
}

.googleMap_caption {
  text-align: center;
}

/* }}} */

/*
v\:* {
  behavior:url(#default#VML);
}
*/


