/* ======================================================== */
/*  Created by Devit Schizoper                              */
/*  Created HomePages http://LoadFoo.starzonewebhost.com    */
/*  Created Day 01.12.2006                                  */
/*  Edited by Michael Smith http://www.treecode.com         */
/* ======================================================== */

body {
  margin: 0;
  padding: 0;
  background: url(/images/top_bg.gif);
  background-repeat: repeat-x;
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.6em;
}

p {
  line-height: 1.5em;
  margin: 1em 0 1em 0;
  font-size: 1.2em;
}

h1 {
  color: #9f9f9f;
}

h2 {
  color: #9f9f9f;
  font-size: 1.2em;
}

ul {
  list-style-image: url(/images/bullet.gif);
}

a {
  color: #93B300;
}

a:hover {
  text-decoration: none;
}

blockquote{
  background: #F7FDE3;
  color: #606060;
  padding: 0.6em;
}


/**** Main Container ***/

#wrap {
       margin-left: auto;
       margin-right: auto;
       width: 730px;
}


/**** Top ***/

#top {
  width: 100%;
  height: 88px;
  color: #fff;
  background: #000 url(/images/top_bg.gif);
  overflow: hidden;
}

#top h2 {
  letter-spacing: 0.3em;
  font-size: 2.4em;
  font-weight: normal;
  position: relative;
  margin: 1.5em 0 0 0;
  display: block;
  float: left;
  background: url(/images/bg_t.gif) no-repeat;
  padding-left: 0.6em;
}

#top h2 a {
  text-decoration: none;
}

#top h2 a:hover {
  color: #93B300;
}


/**** Main Menu ***/

#menu {
  display: block;
  float: right;
}

#menu ul {
  margin: 0;
  list-style: none;
}

#menu li {
  display: block;
  float: left;
  white-space: nowrap;
}

#menu li a {
  display: block;
  padding: 55px 20px 12px 20px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

#menu li a:hover {
  background: url(/images/bg_menu.gif);
}

#menu li a.current {
  color: #808080;
  background: url(/images/bg_menu.gif);
}

#menu li a.current:hover {
  color: #fff;
}


/**** Content Container ***/

#content {
  width: 100%;
  margin-top: 3em;
}

#content h2 {
  margin: 0;
  padding: 1em 0 1em 0;
}


/**** Content ***/

#left {
  width: 390px;
  float: left;
  display: block;
  margin-left: 20px;
  display: inline;
}

#left ul {
  padding: 1.5em 0 1.5em 3.5em;
  margin: 0;
  font-size: 1.2em;
}


/**** Sidebar ***/

#right {
  width: 315px; 
  float: right;
  display: block;
  margin-top: 1em;
}

#right .box {
  width: 24em;
  background: #F6F9FB;
  border: 1px solid #E1E1E1;
  padding: 1em 1em 1.5em 1em;
  float: right;
}

#right .box a {
  margin: 1em 0 1em 0;
  color: #93B300;
}

#right .box p {
  margin: 5px 0 10px 0;
  line-height: 15px;
}

#right .box ul {
  padding: 0 0 7px 20px;
  margin: 10px 0 10px 0;
}

#right .box li {
  margin-top: 5px;
}

#nav {
  list-style: none;
  margin: 2em 0;
  width: 10em;
  float: right;
}

#nav li {
  padding: 0;
  margin: 0;
}

#nav a {
  display: block;
  height: 2em;
  padding: 0.3em 0.3em 0.3em 0.8em;
  border-bottom: 0.2em;
  border-top: 0.2em;
  color: #93B300;
  background-color: #F7F9FB;
  font-weight: bold;
  text-decoration: none;
  text-align: right;
}

#nav a:hover {
  color: #1a1a1a;
  background: url(/images/bg_t.gif) no-repeat;
  background-color: #fff;
  font-weight: bold;
  } 

/**** Clear Div ***/

.clear {
  display: block;
  clear: both;
  width: 100%;
  height: 1px;
  overflow: hidden;
}


/**** Footer ***/

#footer {
  margin: 4em auto 0 auto;
  text-align: center;
  border-top: dotted 1px gray;
  padding: 2em 0 2em 0;
  width: 70%;
}

#footer p {
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}

/**** Blog post ***/

.blogpost .firsttitle {
  color: #9f9f9f;
  margin: 0;
  padding: 0;
}

.blogpost .firsttitle a {
  color: #9f9f9f;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 2.5em;
}

.blogpost .title a{
  color: #9f9f9f;
  margin: 0;
  padding: 0;
  font-size: 2em;
}

.blogpost .timestamp {
  font-size: 0.9em;
  font-style: italic;
  color: #9f9f9f;
}

.blogpost a {
  text-decoration: none;
}

.blogpost a:hover {
  text-decoration: underline;
}

.blogpost {
  margin-bottom: 2em;
  border-bottom: 1px solid #E2E2E0;
}

/* Tagcloud */
#right .tag_cloud {
  margin-top: 0.5em;
  width: 24em;
  background: #F6F9FB;
  border: 1px solid #E1E1E1;
  padding: 1em 1em 1.5em 1em;
  float: right;
}

#right .tag_cloud h1 {
  font-size: 1.4em;
}

#right .tag_cloud .tagcloud1 {
  font-size: 0.8em;
}

#right .tag_cloud .tagcloud2 {
  font-size: 1em;
}

#right .tag_cloud .tagcloud3 {
  font-size: 1.2em;
}

#right .tag_cloud .tagcloud4 {
  font-size: 1.4em;
}
