﻿/*  
Theme Name: Black Splat WR
Description: A simple, 3-column widget-ready WordPress theme designed to incorporate common ad formats.
Version: 1.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 {

background-color:#F4F5F7;
padding:5px 10px 5px 10px; 
margin:10px;

  }


code {
  color: #555;
  }

body {
  position: relative; /* Fixes browser resizing bug in IE6 */
  margin: 5px auto;
  width: 975px;
  font-family: Tahoma, sans-serif, sans-serif;
  text-align: center; /* IE Centering Technique */

background: #6666CC;
  background: url('http://www.ukresistance.co.uk/orback.png');
background-repeat: no-repeat;
background-attachment: fixed

  }


/* Header and wrapper */
#wrapper {
  width: 965px;
  text-align: left; /* IE Centering Technique */
  }



#title {
  float: left;
  margin-left: 5px;
  width: 745px;
  height: 125px;
  display:inline;

  }

#logo {
  float: left;
  margin-left: 0px;
  width: 890px;
  height: 110px;

  }


#topright {
  float: left;
  margin-bottom: 0px;
  margin-right: 0px;
  width: 190px;
  height: 125px;
  }


#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;
  }


/* Content */

#main {
  clear: both;
  margin: 2 0px;
  width: 965px; /* Prevents IE6 miscalculation */

  }


#contentwrapper {
  background: #fff;
  width: 560px;
  float: left;
margin: 5px 0px 0px 5px;
border: 1px solid #000; 
  padding-left: 5px;
  padding-top: 15px;
  padding-right: 5px;
  }

#contentwrapper_fullwidth {
  width: 900px;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  }

#content {
  }



.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: 18pt; 
  font-weight: bold; 
  color: #000000;
  }

#content p.postMeta {
  padding: 40px 10px 30px 10px;
  font-size: 10pt;
  color: #7b7b7b;
  }

.post img {
  margin: 0px;
  padding-top: 14px;
  }

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;
}



#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: right;
  background: #fff;
  font-family: Tahoma, sans-serif, sans-serif;
margin: 5px 0px 0px 0px;
border: 1px solid #000; 
padding: 15px 3px 7px 11px;
  width: 360px;
  }

#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: 14px;
  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: 12pt;
  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: 560px;
  float: left;
margin: 5px 0px 0px 5px;
border: 1px solid #000; 
  padding-left: 5px;
  padding-top: 15px;
  padding-right: 5px;
  }

#footer {
  margin: 0 50px;
  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;
  }

.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;
  }

