body {
  background:#fcfcfc url(/images/header_bg.gif) 0 0 repeat-x;
}

#header {
  height: 90px;
  margin-bottom:15px;
}

#pagetitle a {

}
input.textwide {width:500px;padding:5px;}

label {margin:0.5em 0;}

.alt {
  color: #666;
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif;
  font-style: italic;
  font-weight: normal;
}

.greybox {
  border:solid 1px #DEDEDE;
  background:#EFEFEF;
  color:#222222;
  padding:4px;
}

th.tall {
  vertical-align: top;
  padding:18px 0
}

.sidelist { padding-left: 0; list-style: none; line-height:2em; }


input.large {}

.searchbox {
  text-align: center;
}

.searchbox label {
  font-weight: 300;
}

.searchbox input.text {
  width:500px;
  padding:5px;
  background-color:#fff;border:1px solid #bbb;
  font-size: 1.5em;
}

.searchbox input.submit {
  font-size:1.5em; ;padding:5px;
}


/********* FORMS *********/
input.slug {
  width: 8em;
}

/********* AUTOCOMPLETE *********/
.ac_results {
  padding: 0px;
  border: 1px solid black;
  background-color: white;
  overflow: hidden;
  z-index: 99999;
}

.ac_results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
}

.ac_results li {
  margin: 0px;
  padding: 2px 5px;
  cursor: default;
  display: block;
  /*
  if width will be 100% horizontal scrollbar will apear
  when scroll mode will be used
  */
  /*width: 100%;*/
  font: menu;
  font-size: 12px;
  /*
  it is very important, if line-height not setted or setted
  in relative units scroll will be broken in firefox
  */
  line-height: 16px;
  overflow: hidden;
}

.ac_loading {
  background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
  background-color: #eee;
}

.ac_over {
  background-color: #0A246A;
  color: white;
}

.tagcloud { padding: 2px; line-height: 3em; text-align: center; }

.tagcloud a { text-decoration: none; }

.left { text-align: left; }


.tagcloud a { padding: 0px; }

.tagcloud { margin: 0; }

.tagcloud li { display: inline; padding: 2px;}

.tagcloud a.tag1 { font-size: 0.9em; font-weight: 100; }

.tagcloud a.tag2 { font-size: 1.0em; font-weight: 200; }

.tagcloud a.tag3 { font-size: 1.2em; font-weight: 300; }

.tagcloud a.tag4 { font-size: 1.4em; font-weight: 400; }

.tagcloud a.tag5 { font-size: 1.6em; font-weight: 500; }

.tagcloud a.tag6 { font-size: 1.8em; font-weight: 600; }

.tagcloud a.tag7 { font-size: 2.0em; font-weight: 700; }

.tagcloud a.tag8 { font-size: 2.2em; font-weight: 800; }

.tagcloud a.tag9 { font-size: 2.6em; font-weight: 900; }

.tagcloud a.tag10 { font-size: 3em; font-weight: 900; }

dl.index dt {
  font-size: 1.4em; font-weight:400;
}

dl.index dd {
  margin-bottom: 0.5em;
}

.box {
  border: 1px solid #CFD6DE;
}

pre {
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

