body {
   background: url('img/fold.jpg');
   background-repeat: repeat-x;
   background-color: #1d1d1d;
   font-family: Verdana;
   font-size: 10px;
}

h2 {
   font-size: 14px;
}

h3 {
   font-size: 11px;
   color: white;
}

a:link,a:visited,a.img:link,a.img:hover{
   color: #73b7e6;
   text-decoration: none;
   border-bottom: 1px dotted #777;
}

a:hover,a:visited:hover {
   color: #FFF;
   text-decoration: none;
   border-bottom: 1px dotted #FFF;
}

a.whitebg:link, a.whitebg:visited {
   color: #BBB;
   text-decoration: none;
}

a.whitebg:hover, a.whitebg:visited:hover {
   color: #888;
   text-decoration: none;
   border-bottom: 1px dotted #888;
}

div.nav_button {
   padding: 5px;
   border: 1px solid #333;
   text-align: center;
   margin: 10px;
   min-width: 50px;
   float: left;
   cursor: pointer;
   color: #CCC;
}

div.textsize {
   padding: 4px;
   border: 1px solid #333;
   text-align: center;
   margin: 8px;
   position: relative;
   top: 1px;
   min-width: 50px;
   float: right;
   color: #CCC;
}

div.nav_button_hover {
   padding: 5px;
   border: 1px solid #999;
   text-align: center;
   margin: 10px;
   min-width: 50px;
   float: left;
   cursor: pointer;
   color: #FFF;
}

div.clear {
   clear: both;
}

div.tweet {
   color: #CCC;
}

p.code {
   padding-left: 10px;
   padding-right: 10px;
   padding-bottom: 10px;
   background-color: #222222;
   font-family: monospace;
   font-size: 12px;
}

img.post {
   padding: 5px;
   border: 1px solid #222;
   margin: 5px;
}

#pro_exp {
   padding: 15px;
   border: 1px solid #333;
   margin-bottom: 10px;
}

#post_listing {
   padding-bottom: 10px;
   padding-right: 15px;
   background: url('img/post_listing.png');
   background-repeat: no-repeat;
   background-position: right bottom;
   text-align: justify;
}

#message {
   text-align: center;
   padding: 20px;
   border: 1px solid #555;
   background-color: #222;
   margin-bottom: 15px;
   margin-top: 15px;
}

#nav_block {
   height: 45px;
   width: 100%;
   /*border-top: 5px solid #192228;
   border-bottom: 5px solid #192228;*/
}

#main_content {
   float: left;
   width: 77%;
   color: #999;
   padding: 10px;
   min-height: 200px;
}

#top_graphic {
   width: 800px;
   height: 400px;
   position: absolute;
   top: 0px;
   left: 50%;
   margin-left: -400px;
   background: url('img/top.jpg');
}

#top_box {
   width: 340px;
   height: 260px;
   position: absolute;
   left: 340px;
   top: 40px;
   padding: 20px;
   font-size: 16px;
   color: #555;
   text-align: justify;
}

#lower_fold {
   position: absolute;
   top: 440px;
   width: 100%;
   background-color: #1d1d1d;
   left: 0px;
   clear: both;
}

#content_block {
   width: 100%;
   margin-bottom: 20px;
   margin-top: 5px;
}

#filter_nav {
   float: left;
   width: 16%;
   border-left: 1px solid #666;
   padding: 10px;
   color: #CCC;
   position: absolute;
   top: 120px;
   left: 80%;
}

#footer {
   width: 100%;
   height: 50px;
   float: left;
   color: #555;
}

