/*
Theme Name: Avan Style
Version: 0.02
Author: Avangebit
Author URI: avansblof.info
*/

* {
   margin: 0;
   padding: 0;
}

body {
   background: #132155;
   font: normal 8pt/13pt verdana, arial, sans-serif;
   color: #808080;
}

a, a:visited {
   text-decoration: underline;
   color: #000;
   
}

a:hover {
   color: #808080;
}

#header {
   width: 627px;
   height: 60px;
   background: #000 url(images/header.gif) no-repeat;
   padding-top: 30px;
   padding-left: 18px;
   font-size: 14pt;
   color: #FFF;
}

#header h2{
   padding-top: 5px;
   font-size: 9pt;
   color: #C2D9EF;
}

#container {
   width: 650px;
   background: #fff url(images/sidebar.gif) repeat-y right;
   border: solid 10px #fff;
   margin: 0 auto;
   text-align: left;
}

#horizontal {
   width: 625px;
   height: 26px;
   background: url(images/horizontal.gif) repeat;
   font-weight: bold;
   font-size: 8pt;
   padding-top: 6px;
   padding-left: 20px;
   list-style: none;
   margin: 0;
}

#horizontal li {
   display :inline;
}

#horizontal a, #horizontal a:visited {
   color: #C2D9EF;
   text-decoration: none;
   margin-right: 15px;
}

#horizontal a:hover {
   color: #FFF;
   text-decoration: none;
}

#right-column {
   color: #808080;
   width: 134px;
   background: url(images/menutop.gif) no-repeat top left;
   float: right;
   padding: 10px;
   border-right: 4px solid #FFF;
}

#right-column ul {
   padding: 0;
   margin: 0;
   list-style: none;
}

#right-column li {
   padding: 0;
   margin: 0;
}

#content {
   float: left;
   width: 470px;
   margin: 10px 0 0 4px;
}

#content h2{
   font-size: 12pt;
   font-weight: bold;
   color: #76A7DC;
   margin-bottom: 5px;
   padding-left: 14px;
   background: url(images/h2bg.gif) top left repeat;
}

#content blockquote {
   margin:10px;
   padding:1px 10px;
   background:#eee;

}

#content h2 a {
   color: #132155;
   text-decoration: none;
}


.black, #content h2 a:hover {
   color: #000;
}

p {
margin-bottom: 20px;
padding-left: 14px;
background: url(images/articlebg.gif) top left repeat-y;
}

input.text {
   width: 70px;   
   border: 1px solid #ccc;
}

input.button {
   color: #808080;
   padding-left: 0px;
   font-size: 8pt;   
   border: none;
   background: none;
   }

#searchbox {
   background: url(images/searchbox.gif) no-repeat;
   padding: 5px;
   height: 30px;
}

#footer {
   color: #ccc;
   background: #F9F9F9;
   clear: both;
   width: 405px;
   margin-left: 4px;
   height: 20px;
   padding: 4px;
   border: 1px solid #E4E4E4;
}

#footer a, #footer a:visited{
   color: #ccc;
}

#footer a:hover {
   color: #808080;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.commentlist {
   margin: 0 0 0 70px;
}

#commentform p{
   background: none;
   padding-left: 0;
}

#comment {
   width: 400px;
}

input#s {
   width: 100px;
}
