/*  
Theme Name: StormedTheme
Theme URI: http://www.urbands.net/stormedbrains
Description: StormedTheme for StormedBrains
Version: 1.0
Author: Urban
Author URI: http://www.urbands.net/
*/

body {
  font-size: 10pt;
  font-family: Sans,Verdana,Helvetica;
  color: black;
  background-image: url(images/dot.png);
  margin: 0px;
  padding: 0px;
}

a {
  color: #0051A1;
  text-decoration: none;
}

a:hover {
  color: #1787CB;
}

input, textarea {
  border: 1px solid #0051A1;
  color: #0051A1;
  font-size: 11pt;
  font-family: Sans,Verdana,Helvetica;
  background-color: white;
}

blockquote, quote, code {
  margin: 2px;
  display: block;
  padding-left: 28px;
  font-size: 100%;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
}

blockquote, quote {
  background: #E0E0E0 url('images/quote.png') no-repeat;
}

code {
  background: #E0E0E0 url('images/code.png') no-repeat;
}

blockquote blockquote, quote, code {
  border: 1px dotted #878787;
}

#page {
  margin: 0px;
  padding: 0px;
}

#header {
  height: 120px;
  background-color: #878787;
  background-image: url(images/logo.png);
  background-repeat: no-repeat;
  background-position: 0;
  margin: 0px;
  padding: 0px;
}

#headerimg {
  float: left;
  margin: 0px;
  padding: 0px;
  padding-top: 35px;
  padding-left: 45px;
}

#headerimg h1 {
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

#headerimg h1 a {
  color: white;
}

.description {
  font-size: 9pt;
  color: white;
  font-style: italic;
  padding-top: 2px;
  padding-left: 60px;
}

#headerlinks {
  float: right;
  margin-top: 0px;
  margin-right: 30px;
}

#headerlinks ul {
  display: block;
  margin: 0px;
  padding: 0px;
}

#headerlinks ul li {
  display: inline;
  padding: 5px 10px;
  padding-top: 10px;
  background-color: #c0c0c0;
}

#headerlinks ul li:hover {
  background-color: #0051A1;
}

#headerlinks ul li a {
  color: #0051A1;
}

#headerlinks ul li:hover a {
  color: white;
}

#browseralert {
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}

#container {
  margin: 0px auto;
  width: 880px;
}

#wrap {
  width: 100%;
}

#content {
  width: 500px;
  float: left;
}

#sidebar {
  margin-left: 510px;
  width: 370px;
  font-size: 8pt;
}

#sidebar h3 {
  color: #0051A1;
  text-decoration: underline;
  font-size: 12pt;
}

#sidebar #sidebarup {
  width: 100%;
  padding: 10px 0px;
}

#sidebar #searchform #s {
  width: 270px;
  margin-left: 10px;
}

#sidebar #searchform #searchsubmit {
  width: 70px;
}

#sidebar .widget {
  border-bottom: 1px dotted #878787;
  padding-bottom: 2px;
  border-top: 1px dotted #878787;
  padding-top: 2px;
  margin-bottom: 5px;
  background-color: white;
}

#sidebar .widget h3 {
  padding-left: 0.3em;
  margin-top: 2px;
}

#sidebarleft {
  width: 180px;
  float: left;
}

#sidebarright {
  width: 180px;
  float: right;
}

#spot {
  clear: both;
  text-align: center;
  padding: 1px 10px;
  margin-top: 10px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

#footer {
  clear: both;
  background-color: #878787;
  background-position: 0;
  color: white;
  padding: 1px 10px;
  margin-top: 10px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

#content #notfound {
  width: 100%;
  text-align: center;
}

#content #notfound h2 {
  color: #0051A1;
  text-decoration: none;
}

#content .post {
  background-color: white;
  border-bottom: 1px dotted #878787;
}

#content .fcc_oldpost {
    color: #0051A1;
    background: #E0E0E0 url('images/info.png') no-repeat;
    background-position: 5px 50%;
    border: 1px dashed #0051A1;
    margin: 5px 0px;
    padding: 5px;
    padding-left: 26px;
}

#content .commentlist {
  padding-left: 0px;
  list-style-type: none;
}

#content .commentlist li {
  background-color: white;
  border-bottom: 1px dotted #878787;
  list-style-position: inside;
  padding: 5px;
  padding-bottom: 0px;
  min-height: 80px;
}

#content .commentlist li.alt {
  background-color: #E0E0E0;
}

#content .commentlist li blockquote, #content .commentlist li quote {
    background: white url('images/quote.png') no-repeat;
}

#content .commentlist li code {
    background: white url('images/code.png') no-repeat;
}

#content .commentlist li img.gravatar {
    float: right;
    margin-top: -3px;
    margin-right: -3px;
    margin-left: 3px;
    margin-bottom: 3px;
    border: 1px solid #0051A1;
    width: 75px;
    height: 75px;
}

#content #insertcomment {
  background-color: white;  
}

#content #insertcomment textarea {
  width: 100%;
}

#content #insertcomment #preview {
  margin: 5px auto;
  width: 90%;
  border: 1px solid #878787;
  padding: 5px;
}

.navigation {
  padding: 10px 0px;
}

.aligncenter,
dl.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption-dd {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

#sidebar ul li ul.children {
  margin-left: 5px;
  padding-left: 5px;
  font-size: 98%;
}

#sidebar ul li {
  list-style-type: none;
  list-style-position: outside;
}

#sidebar ul {
  padding-left: 10px;
}

li.feed {
  list-style: none;
  margin: 0px;
  margin-bottom: 5px;
  background-image: url('images/rss.png');
  background-repeat: no-repeat;
  background-position: 0;
  min-height: 16px;
}

li.feed a {
  margin-left: 20px;
  text-decoration: none;
}

