﻿/*  
Theme Name: Black Splat WR
Description: A simple, 3-column widget-ready WordPress theme designed to incorporate common ad formats.
Version: 1F.7
Tags: black, gold, simple, grunge, right sidebar, 3 columns, fixed width, valid xhtml, valid css, widgets, adsense ready, rounded, 1024
*/

/* Defaults */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p {
  margin: 10;
  padding: 10px;
  }

a {
  color: #0000ff;
  text-decoration: none;
  }

a:hover {
  color: #ff0000;
  text-decoration: none;
  }

blockquote {

  padding-left: 25px;
  margin: 10px 0 0 10px;
  }

code {
  color: #555;
  }

body {
  position: relative; /* Fixes browser resizing bug in IE6 */
  margin: 10px auto;
  width: 990px;
  font-family: Tahoma, sans-serif, sans-serif;
  text-align: center; /* IE Centering Technique */

background: #000000;
  background: url('http://www.extralast.com/pix/circuitb.gif');
background-repeat: repeat;

  }


/* Header and wrapper */
#wrapper {
  width: 960px;
  text-align: left; /* IE Centering Technique */

  }

#headerwrapper {

  background-repeat: no-repeat;
  border: 2px solid #006633; 
  margin: 0px 0px 10px 5px;

  }

#header {
  margin: 0px 0px 0px 0px;
  height: 228px;

  }

#title {
  float: left;
  padding-left: 5px;
  padding-top: 5px;


  margin-left: 0px;
  width: 734px;
  height: 104px;
  display:inline;

  }

#logo {
  float: left;
  margin-left: 0px;
  width: 720px;
  height: 140px;
  display:inline;

  }

#header h1 {
  padding: 0;
  font-size: 16pt;
  }
#header h1 a {
  color: #d3d082;
  font-size: 16pt;
  text-decoration: none;
  }
#header h1 a:hover {
  color: #EBE9BE;
  text-decoration: none;
  }
#header h3 {
  padding: 0;
  color: #fff;
  font-size: 11pt;
  }

#topright {
  color: #ff0000;

  font-size: 10pt;
  float: right;
  margin-bottom: 0px;
  margin-right: 0px;
padding: 0px 0px 0px 0px;
  width: 210px;
  height: 240px;
  display:inline;
  }

/* Menu and search */

#nav {
  clear: both;
  height: 320px;
  }

#header #searchform {
  float: right;
  margin-left: 0;
  }

#searchform {
  margin-left: 0px;
  width: 100px;
  padding-top: 7px;
  height: 28px;
  background: #ccc;
  background: url(images/bgsearch.jpg) left 3px no-repeat;
  }

*:first-child+html #searchform { /* Filter for IE7 */
  padding: 5px 0;
  }

* html #searchform { /* Filter for IE6 */
  padding: 5px 0;
  }

#searchbox {
  margin-left: 0px;
  margin-bottom: 0px;
  width: 100px;
  background: none;
  border: none;
  }

#searchbutton {
  width: 20px;
  background: none;
  border: none;
  }

#searchbutton:hover {
  cursor: pointer;
  }

#nav ul {
  list-style: none;
  width: 600px;
  }

#nav li {
  float: left;
  }

#nav li a {
  padding: 0 15px;
  height: 32px;
  line-height: 32px;
  font-size: 11pt;
  color: #fff;
  text-transform: lowercase;
  }

#nav li a:hover {
  color: #d3d082;
  text-decoration: none;
  }

#nav li.rssmenu a {
  color: #d3d082;
  }

#nav li.rssmenu a:hover {
  color: #fff;
  }



/* Content */

#main {
  clear: both;
  margin: 2 0px;
  width: 965px; /* Prevents IE6 miscalculation */

  }


#contentwrapper {
  background: #fff;
  width: 550px;
  float: right;
margin: 0px 4px 0px 4px;
border: 2px solid #006633; 
  padding-left: 5px;
  padding-top: 15px;
  padding-right: 5px;
  }

#contentwrapper_fullwidth {
  width: 900px;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  }

#content {
  }

#content .pageTitle {
  font-size: 16px; 
  letter-spacing: 0px;
  color: #222;
  }

.post {
  margin-top: 0px;
  margin-bottom: 30px;
  border-bottom: 1px solid #CCC;
  }

h2.postTitle {
  padding: 0 10px;
  letter-spacing: 0px;
  }

h2.postTitle a {
  font-size: 17pt; 
  font-weight: bold; 
  color: #003333;
  }

#content p.postMeta {
  padding: 40px 10px 30px 10px;
  font-size: 10pt;
  color: #7b7b7b;
  }

.post img {

border: 1px solid #ddd; 
  padding: 4px;
  }

#content p, .postContent p {
  font-size: 16px;
  color: #000000;
  }

.postContent ul, ol {
  padding: 0 0 0 15px;
  }

.postContent ul li, ol li {
  font-size: 16px;
margin: 50px
  color: #000000;
  }

.comment {
  border-top: 1px solid #ebebeb;
  }


#commentslinks {
  float: right;
  text-align: right;
  padding: 5px 10px;
  width: 210px;
  color: #0000ff;
  font-size: 10pt;
  }

#commentslinks a {
  text-decoration: none;
  }

#comments {
  margin: 0 0px;
  padding: 0px 0px;
  padding-left: 15px;
  font-size: 10pt;
  color: #000000;

  }

p.comments {
  clear: both;
  padding: 5px 10px;
  }

p.comment {
  padding: 0 10px;
  }

p.comments a {
  padding-left: 20px;

  font-size: 10pt;
  text-decoration: none;
  }

p.comments a:hover {
  text-decoration: underline;
  }

.commentlist {
  margin: 10px 25px;
  padding: 0 10px;
  font-size: 10pt;
  list-style: none;
  }

.commentlist li {
  margin: 0 0 5px -25px;
  padding-bottom: 5px;
  }

.commentlist cite {
  font-size: 10pt;
  font-style: normal;
  }

.commentlist cite a {
  }

.comment .commentmetadata a {
  font-size: 9pt;

  color: #333;
  }

.commentlist p {
  padding: 10px 0;
  }

.comment h3 {
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  }

p.comment a {
  padding-left: 20px;
  background: url(images/comment.jpg) left top no-repeat;
  font-size: 12pt;
  }

textarea {
  width: 480px;
  }

.comment #submit {
  width: 118px;
  height: 30px;
  background: url(images/commentbutton.jpg) left top no-repeat;
  border: none;
  font-size: 9pt;
  color: #fff;
  }

.comment #submit:hover {
  cursor: pointer;
  }

.commentbody {
  float:right;
  width: 370px;
  margin: 10px 0 15px 0;
  padding-bottom: 10px;
  }

a.gravatar {
  float:left;
  margin:10px 15px 20px 0;
  width:69px;
  }

#nextprevious {
  margin: 10px;
  }



/* Sidebars */

#sidebars {
  float: left;
  background: #fff;
  font-family: Tahoma, sans-serif, sans-serif;
margin: 0px 0px 0px 5px;
border: 2px solid #006633; 
padding: 15px 3px 7px 11px;
  width: 363px;
  }

#sidebar0 {

  }

#sidebar1 {
  float: left;
  width: 165px;
  }

#sidebar2 {
  float: right;
  width: 170px;
  }

#sidebars h2 {

  padding: 0 2px 3px 0;
  font-size: 12pt;
  color: #333;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px; 
  }

#sidebars table {
  width: 150px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 3px 0;
  }

#sidebars li {
  margin-bottom: 13px;
  list-style: none;
  font-size: 11pt;
  }

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 0;
  padding: 0px 0px 10px 0px;
  color: #333;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
  display: inline;
  color: #0000ff;
  text-decoration: none;
  }
#sidebars a.showit {
  color: #0000ff;
  }
#sidebars a:hover {
  color: #ff0000;
  text-decoration: underline;
  }

#sidebars p {
  padding: 2px 5px 6px 0px;
  font-size: 11pt;
  color: #333;
  }

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:-5px;}


.delicious-posts { margin: .2em; border: 0px solid #ddd; padding: 0em; width: 11em; font-family: font-family:arial,helvetica;color:gray; }
.delicious-posts ul, .delicious-posts li, .delicious-banner { margin: 0; padding: 1px}
.delicious-post { border-top: 1px solid #eee; padding: 0em; font-size: 1em }
.delicious-odd { background-color: #f8f8f8 }
.delicious-banner a { font-size: 1em }
.delicious-posts a:hover { text-decoration: underline }
.delicious-posts a { text-decoration: none; color: #a15426; display: block; padding: 0em }
.delicious-post a { color: #04a1ff }


/* footer*/

#footerwrapper {
  background: #fff;
  width: 944px;
  float: left;
margin: 10px 4px 10px 4px;
  border: 2px solid #006633; 
  padding-left: 5px;
  padding-top: 15px;
  padding-right: 5px;
  }

#footer {
  margin: 0 10px;
  background-color: #ffffff;

  }

#footerleft {
  float: left;
  background-color: #ffffff;
  margin-top: 0px;
  margin-left: 15px;
  width: 570px;
  display: inline;
  }

#footerleft p a {
  color: #000000;
  }

#footerleft p {
  padding: 0;
  line-height: 16px;
  }

#footer p {
  font-size: 14pt;
  color: #000000;
  }

a img {
  border: none;  
  }

#bottomcurve {
  clear: both;
  width: 900px;
  height: 55px;

  }
#bottomcurve span{
  float: right;
  width: 125px;
  height: 15px;
  }
#bottomcurve span:hover{
  cursor: pointer;
  }

.highlight {
  color: #D9D688;
  font-weight: bold;
  }


/* Misc */
.cleared {
  clear: both;
  }

.aligncenter,
div.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;
  /* optional rounded corners for browsers that support it */
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  }


img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left;
}




.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
  }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  }

