/*<group=Basic styling>*/

* {
  padding: 0;
  margin: 0;
}

html {
  background: #E6E6E6 url(images/bg.png) top repeat-x;
  height:  101%;
}

body {
  font-family: verdana, geneva, arial, sans-serif;
  font-size: 62.5%;
  color: #333;
  text-align: center;	
}

a img {
  border: none;
}

.hide {
  display: none;
}

p {
  line-height: 1.3;
  padding: 5px 0;
  font-size: 1.1em;
}

a:link {
  color: #333;
}

a:visited {
  color: #666;
}

a:hover {
  color:  #000;
}

a:active {
  color: #000;  
}

h1 {
  font-family: times, 'times new roman';
  color: #434343;
  font-size: 2.4em;
  margin-bottom: 10px;
  border-bottom: 1px dotted #333;
}

h1 a, h2 a {
  text-decoration: none;
}

h2 {
  font-family: times, 'times new roman';
  color: #434343;
  font-size: 2.1em;
  margin-top: 2px;
}

.timestamp {
  padding-left;
  background: url() no-repeat;
  font-weight: bold;
}

/*</group>*/


/*<group=Layout>*/
#outercontainer {
  width: 740px;
  margin: 10px auto;  
  text-align: left;
  background: #FFF url(images/container-bg.png) repeat-y;
  border: 5px solid #FFF;
}

#header a {
  clear: both;
  background: #333 url(images/header.png) no-repeat;
  height:  140px;
  display: block;
  border-bottom: 5px solid #FFF;
}

#header a span {
  display: none;
}

#main {
  width: 530px;
  float: left;
}

#content {
  padding: 25px 10px;
}

#content ul, #content ol {
  padding: 20px;
}

#blogcontent {
  width: 500px;
}

#leftcol {
  width: 160px;
  float: left;
  margin-right: 10px;
}

#centercol {
  width: 330px;
  float: left;

}

#mainstory {
  width: 330px;
  float: left;
}

#story2, #story3 {
  width: 160px;
  float: left;
  margin-top: 25px;
}

#mainnav {
  width: 200px;
  float: right;
  /* background-color: #E6E6E6; */
}

#mainnav ul {
  list-style: none;
  margin: 20px 10px 0 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

#mainnav ul li {
}

#mainnav ul li a {
  text-decoration: none;
  color: #000;
  font-size: 1.1em;
  display: block;
  padding: 3px 20px;
}

#mainnav ul li a:hover {
  background-color: darkred;
  color: #FFF;
}

#footer {
  clear: both;
  background: #333 url(images/footer-bg.png);
  padding: 8px 0;
  height: 15px;
  border-top: 5px solid #FFF;
}

#footer p {
  margin: 0 20px;
  color: darkred;
  background-color: #FFF;
  padding: 0px 5px;
  display: inline;
}

#footer a {
  color: darkred;
  text-decoration: none;
}

/*</group>*/