/*  
Theme Name: Black Splat WR
Theme URI: http://samk.ca/freebies/free-wordpress-theme-blacksplat/
Description: A simple, 3-column widget-ready WordPress theme designed to incorporate common ad formats.
Author: sam
Author URI: http://samk.ca/
Version: 1.6
Tags: black, gold, simple, grunge, right sidebar, 3 columns, fixed width, valid xhtml, valid css, widgets, adsense ready, rounded, 1024
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

/* Defaults */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px;
  }

a {
  color: #9933CC;
  text-decoration: none;
  }

a:hover {
  color: #999999;
  text-decoration: underline;
  }

blockquote {
  background: url(images/bquotes.gif) left top no-repeat;
  padding-left: 35px;
  margin: 10px 0 0 10px;
  font-style: italic;
  }

code {
  color: #000;
  }

body {
  position: relative; /* Fixes browser resizing bug in IE6 */
  margin: 10px auto;
  width: 1100px;
  font-family: 'trebuchet ms', arial, sans-serif;
  text-align: center; /* IE Centering Technique */
  background: #FEF6E4;
  }

/* Header and wrapper */
#wrapper {
  width: 1100px;
  text-align: left; /* IE Centering Technique */
  background: none
  }

#headerwrapper {
  background: none
  }

#header {
  margin: 0 20px;
  padding-top: 5px;
  height: 330px;
  background-color: #FEF6E4; 
  }

#title {
  float: left;
  margin-left: 25px;
  width: 290px;
  display:inline;
  }

#header h1 {
  padding: 0;
  font-size: 15pt;
  }

#header h1 a {
  color: #CC0066;
  font-size: 20pt;
  font-family: vivaldi, 'trebuchet ms', arial, sans-serif;
  text-decoration: none;
  }

#header h1 a:hover {
  color: #EBE9BE;
  text-decoration: none;
  }

#header h3 {
  padding: 0;
  color: #000;
  font-size: 9pt;
  }

#topright {
  color: #000;
  font-size: 10pt;
  float: right;
  margin-bottom: 15px;
  margin-right: 110px;
  margin-top: 70px;
  width: 350px;
  display:inline;
  }

#topright a {
  color: #B4B472;
  }

#bottomright {
  font-color: #CC0066;
  font-size: 14pt;
  float: right;
  margin-right: 90px;
  margin-top: 25px;
  width: 420px;
  display:inline;
  }


/* Menu and search */

#nav {
  clear: both;
  height: 20px;
  margin-left: 30px;
  }

#navfeatures {
  margin: 0 0px;
  padding-top: 5px;
  height: 95px;
  background-color: #000;
  color: #FFE1FF;
  font-size: 20pt;
  font-family: vivaldi,'trebuchet ms', arial, sans-serif;
  }


#header #searchform {
  float: right;
  margin-left: 0px;
  }

#searchform {
  margin-left: 2px;
  width: 165px;
  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: 3px;
  width: 145px;
  background: none;
  border: none;
  }

#searchbutton {
  width: 20px;
  background: none;
  border: none;
  }

#searchbutton:hover {
  cursor: pointer;
  }

#nav ul {
  list-style: none;
  width: 1080px;
  }

#nav li {
  float: right;
  }

#nav li a {
  padding: 0 20px;
  height: 25px;
  line-height: 22px;
  font-weight: bold;
  font-size: 11pt;
  color: #999999;
  text-transform: lowercase;
  }

#nav li a:hover {
  color: #FFCCFF;
  text-decoration: none;
  }

#nav li.rssmenu a {
  color: #FFCCFF;
  }

#nav li.rssmenu a:hover {
  color: #FF9900;
  }

#ad {
  float: center;
  margin-left: 120px;
  margin-bottom: 10px;
  margin-right: 10px;
  display:inline;
  }


/* Content */

#main {
  clear: both;
  margin: 0 0px;
  width: 1100px; /* Prevents IE6 miscalculation */
  background: #fff;
  }

#contentwrapper {
  width: 630px;
  float: left;
  padding-left: 0;
  padding-right: 1px;
  }

#contentwrapper_fullwidth {
  width: 680px;
  float: left;
  padding-left: 0;
  padding-right: 1px;
  }

#content {
  }

#content .pageTitle {
  font-size: 20pt;
  letter-spacing: -1px;
  color: #8B31C7;
  }

.post {
  margin-top: 15px;
  padding-left: 20px;
  background-color: none;
  margin-bottom: 15px;
  border-color: #FFE1FF #FFE1FF #FFE1FF #FFE1FF;
  border-style: solid solid solid solid;
  border-width: 0px 0px 0px 0px;
  }

h2.postTitle {
  padding: 0 10px;
  letter-spacing: -1px;
  }

h2.postTitle a {
  font-size: 18pt;
  font-weight: bold;
  color: #CC0066;
  }

#content p.postMeta {
  padding: 0 10px;
  font-size: 10pt;
  color: #CC66FF;
  }

.post img {
  margin: 10px;
  }

#content p, .postContent p {
  font-size: 10pt;
  color: #000000;
  }

.postContent ul, ol {
  padding: 0 0 0 10px;
  }

.postContent ul li, ol li {
  font-size: 9pt;
  color: #000000;
  }

.comment {
  border-top: 1px solid #ebebeb;
  }

#commentslinks {
  float: right;
  text-align: right;
  padding: 5px 10px;
  width: 160px;
  color: #9933CC;
  font-size: 9pt;
  }

#commentslinks a {
  text-decoration: underline;
  }

#comments {
  margin: 0 10px;
  padding: 5px 10px;
  padding-left: 25px;
  font-size: 9pt;
  color: #FF9933;
  background: url(images/comment.jpg) left 5px no-repeat;
  }

p.comments {
  clear: both;
  padding: 5px 10px;
  }

p.comment {
  padding: 0 10px;
  }

p.comments a {
  padding-left: 20px;
  background: url(images/comment.jpg) left top no-repeat;
  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 {
  color: #FF66FF;
  }

.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: 10pt;
  }

textarea {
  width: 650px;
  }

.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;
  margin-top: 0;
  margin-left: 10px;
  padding-top: 0;
  width: 380px;
  }

#sidebar0 {
  margin-left: 0px;
  padding: 7px 10px 7px 10px;
  background-color: #ffe1ff #ffe1ff #ffe1ff #ffe1ff;
  border-color: none;
  border-style: solid solid solid solid;
  border-width: 0px 0px 0px 0px;
  }

#sidebar1 {
  float: left;
  margin-left: 7px;
  padding: 3px 3px 3px 3px;
  width: 300px;
  background-color: #FFE4E1;
  border-color: #C0FFC0 #C0FFC0 #C0FFC0 #C0FFC0;
  border-style: solid solid solid solid;
  border-width: 0px 0px 0px 0px;
  }

#sidebar2 {
  float: right;
  padding: 5px 5px 5px 5px;
  margin-left: 7px;
  width: 0px;
  background-color: #FDEEF4;
  }

#sidebar3 {
  float: left;
  padding: 5px 5px 5px 5px;
  margin-left: 7px;
  width: 120px;
  background-color: #FFC0CB;
  }

#sidebars h2 {
  padding: 0 0 2px 0;
  font-size: 11pt;
  color: #CC0066;
  border-bottom: none;
  }

#sidebars table {
  width: 330px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#sidebars li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 9pt;
  }

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 0;
  padding: 3px 2px 2px 16px;
  color: #333;
  background: url(images/bullet.gif) left 7px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
  display: inline;
  color: #FF33CC;
  text-decoration: none;
  }

#sidebars a.showit {
  color: #FF3399;
  }

#sidebars a:hover {
  color: #808080;
  text-decoration: underline;
  }

#sidebars p {
  padding: 2px 0;
  font-size: 10pt;
  color: #333;
  }

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:-5px;}




/* footer*/

#footerwrapper {
  clear: both;
  height: 585px;
  background: url(none) right bottom no-repeat;
  }

#footer {
  margin: 0 40px;
  background: #000 url(none) left top repeat-x;
  }

#footerleft {
  float: left;
  margin-top: 40px;
  margin-left: 10px;
  background: #000;
  width: 550px;
  display: inline;
  }

#footerleft p a {
  color: #FFE1FF;
  }

#footerleft p {
  padding: 0;
  line-height: 16px;
  }

#footerright {
  float: right;
  margin-top: 40px;
  margin-right: 10px;
  background: #000;
  width: 550px;
  display: inline;
  }

#footeright p a {
  color: #FFE1FF;
  }

#footerright p {
  padding: 0;
  line-height: 16px;
  }

#footer p {
  font-size: 10pt;
  color: #FFE1FF;
  }

a img {
  border: none;  
  }

#bottomcurve {
  clear: both;
  width: 1000px;
  height: 75px;
  background: url(none) left bottom no-repeat;
  }

#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: 8px;
  line-height: 12px;
  padding: 0 4px 5px;
  margin: 0;
  }

