* {
  padding: 0;
  margin: 0;
}

body {
  background: #fff repeat-x;
  color: #333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

img {
  border: none;
}
a {
  color: #6998f0;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}

#wrap {
  width: 1000px;
  margin: 0px auto;
}
.clear {
  clear: both;
}

/* header */

#header {
  height: 90px;
}
#header h1 {
  padding: 20px 0 5px 10px;
  font-size: 20px;
  letter-spacing: -2px;
}
#header h2 {
  padding-left: 10px;
  color: #666;
  font-size: 14px;
  font-weight: 100;
}

/* left */

.left {
  float: left;
  /*width: 538px;*/
  padding: 10px 20px 10px 40px;
  border-left: 1px solid #aaa;
  text-align: justify;
}

.left h2 {
  padding: 12px 0 5px 0;
  color: #B4241B;
  font-size: 20px;
  font-weight: 100;
  letter-spacing: -2px;
  width: 400px;
}

#result a {
  margin-right: 5px;
}
#navigation {
  border-bottom: 1px solid #000;
}
#pager,
#pager-header {
  display: inline;
}
#pager li,
.links li {
  list-style-type: none;
  display: inline;
}
#selection {
  padding: 7px 15px 0;
}
#selection li {
  list-style-type: none;
}
#docs {
  padding-top: 1px;
}

/* right */

.right {
  float: right;
  width: 390px;
  padding: 0 0 10px 10px;
}
.right h2 {
  clear: right;
  padding-top: 20px;
  color: #333;
  font-size: 13px;
  margin-left:10px;
}

html[dir="rtl"] .right h2
{
   margin-right:5px;
}

#search input {
  width: 350px;
}
#calendar {
  width: 160px;
}
#search_help {
  font-size: 80%;
}

.tagcloud {
  margin: 10px 0px 0;
  border-top: 1px solid #bbc9ce;
}

.tagcloud_item {
  display: block;
  color: #6998f0;
  /*float: right;*/
  /*padding-left: 7px;*/
  
}

.tagcloud_item:hover {
  color: #f00;
}
