/*
Theme Name: Dark Splash
Theme URI: 
Description: Dark Splash is a dark (black) Wordpress template 
  with colourful splashes in header and footer
Version: 1.0
Author: Free Wordpress themes
Author URI: 

  This theme was coded by Erik Gyepes,
  whose website you will find at http://www.depi.sk

  The CSS, XHTML and design is released under GPL:
  http://www.opensource.org/licenses/gpl-license.php

  Dark Splash uses:

  Fam Fam Fam Silk Icons:
  http://www.famfamfam.com/lab/icons/silk/
  Fast Icon RSS Feed Icon:
  http://fasticon.com/freeware/?p=40
  Social Bookmark Script
  http://www.social-bookmark-script.com/
*/


/* BEGIN STRUCTURE
----------------------------------------------------------- */
* { margin: 0; padding: 0; }

body {
//background: black url("images/header_bg.png") repeat-x;
//color: white;
  background: #ffff99 url("images/header_bg-new.png") repeat-x;
  color: black;
}

#wrapper {
//background: black url("images/header.png") no-repeat;
  background: #ffff99 url("images/header-new-3.png") no-repeat;
  margin: 0 auto;
  width: 900px;
}

#header {
  height: 230px;
  position: relative;
}

#main { width: 900px; }

/* style additions by Ron Graham, 10.2010 */
/* These additions are intended to make a mouseover pop-up description of Bully Stake-Out "performers" */

div#friends a span {display: none;}
div#friends a:hover span {display: block;
   position: absolute; top: 140px; left: 0px; width: 125px;
   padding: 5px; margin: 10px; margin-top: 30px; z-index: 100;
   color: #cccccc; background: black; border: 5px solid #cccccc;
   font: 10px Verdana, sans-serif; text-align: center;}

/* end Ron's additions */

#sidebar-l {
  display: inline;
  float: left;
  position: relative;
  width: 172px;
}
#sidebar-r {
  display: inline;
  float: right;
  position: relative;
  width: 172px;
}

#content {
  display: inline;
  float: left;
//margin-top: 90px;
  padding: 0 15px;
  width: 526px;
}
* html #content {
  width: 506px;
}

#footer {
  background: url("images/footer-new.png") no-repeat 0 0;
  clear: both;
  display: block;
  height: 90px;
  margin: 0 auto;
  padding: 35px 35px 0 35px;
  position: relative;
  width: 786px; /* 856px */
  z-index: 1;
}

/* END STRUCTURE
----------------------------------------------------------- */


/* BEGIN HYPERLINKS
----------------------------------------------------------- */
// a { color: #e24949; font-weight: bold; outline-style: none; } 
// a { color: #c73f93; font-weight: bold; outline-style: none; }
a { color: black; font-weight: bold; outline-style: none; }
a:link    { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover   { text-decoration: none; }
a:active  { text-decoration: none; }
// .sidebar a { color: #e24949; font-weight: bold; }  
// .sidebar a { color: #c73f93; font-weight: bold; }  
.sidebar a { color: black; font-weight: bold; }  

/* END HYPERLINKS
----------------------------------------------------------- */


/* BEGIN TYPOGRAPHY & COLORS
----------------------------------------------------------- */
* {
  font-family: "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

h1, h1 a { font-size: 22px; }
h2, h2 a { font-size: 22px; font-weight: bold; }
h3, h3 a { font-size: 22px; }
h4, h4 a { font-size: 22px; }

#header h1 { font-weight: normal; padding-top: 30px; padding-right: 10px; text-align: right; }
#header h1 a {
  color: #6030ff; // was #317f9d;
  font-size: 35px; text-decoration: none;
}
#header h2 {
  color: #6030ff; // was white;
  font-size: 16px;
  font-weight: normal;
  padding-right: 10px;
  text-align: right;
}

// #content .post h2 a { color: #6030ff; font-weight: bold; } // was #317f9d;
#content .post h2 a { color: black; font-weight: bold; } // was #317f9d;

#content h2.pagetitle { text-align: center; }

h3#comments,
h3#respond {
// color: #317f9d;
  color: black;
  font-size: 16px;
  margin: 10px 0;
}

// #sidebar-l ul li h2 { color: #c73f93; font-size: 15px; font-weight: bold; list-style-type: none;}
// #sidebar-r ul li h2 { color: #ffff00; font-size: 15px; font-weight: bold; list-style-type: none;}
#sidebar-l ul li h2 { color: black; font-size: 15px; font-weight: bold; list-style-type: none;}
#sidebar-r ul li h2 { color: black; font-size: 15px; font-weight: bold; list-style-type: none;}

.sidebar ul li a { color: black; list-style-type: none;}

.sidebar .textwidget { padding-left: 15px; }

#adsensecolumn ul li h2 {
  text-align: left; list-style-type: none;
}

.footer-wrapper {
  background: url("images/footer_bg-new.png") repeat-x;
}
#footer {
  color: black;
}

#footer p {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 500px;
}

#footer a { color: #6030ff; font-weight: bold; } // was #317f9d;

/* END TYPOGRAPHY & COLORS
----------------------------------------------------------- */


/* BEGIN LISTS
----------------------------------------------------------- */

.sidebar ul li {
  list-style: none; list-style-type: none; padding-left: 10px;
}

.sidebar ul li ul {
    padding-bottom: 15px; list-style-type: none;
}

.sidebar ul li#rssfeed-big a {
  background: url("images/icons/rss-icon-big.gif") no-repeat;
  display: block;
  height: 125px;
  width: 125px; list-style-type: none;
}

.sidebar ul li ul li ul {
  background: none; list-style-type: none;
  padding: 0;
}

.sidebar ul li ul li {
  padding-left: 10px; list-style-type: none;
}

#footer li a {
  padding-left: 15px;
  margin-left: 10px; list-style-type: none;
}

#content ol li {
  margin-left: 35px; list-style-type: none;
}

#content ul li {
  list-style: disc; list-style-type: none;
  margin-left: 30px;
  position: relative;
}
/* END LISTS
----------------------------------------------------------- */


/* BEGIN IMAGES
----------------------------------------------------------- */
#content img {
  border: 1px solid #317f9d;
  margin: 4px;
  padding: 2px;
}

#content img.left {
  display: inline;
  float: left;
  margin: 4px 4px 4px 0;
}
#content img.right {
  display: inline;
  float: right;
  margin: 4px 0 4px 4px;
}
#content img.center
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#content .social-bookmarking img {
  border: none;
  margin: 0px;
}
/* END IMAGES
----------------------------------------------------------- */


/* BEGIN FORMS
----------------------------------------------------------- */

#sidebar input.s,
#sidebar input#s {
  background: white;
  color: black;
  border: 1px solid #317f9d;
  height: 15px;
  padding: 4px;
  width: 115px;
}

#content form#commentform input {
  background: white;
  border: 1px solid #317f9d;
  color: black;
  float: left;
  height: 15px;
  padding: 4px;
  width: 200px;
}

#content form#commentform textarea {
  background: white;
  border: 1px solid #317f9d;
  color: black;
  float: left;
  height: 185px;
  padding: 4px;
  width: 320px;
  overflow: hidden;
}

#content form#commentform input#submit {
  background: white;
  border: 1px solid #317f9d;
  color: black;
  float: left;
  height: 30px;
  padding: 4px;
  width: 150px;
}

* html #header input.s,
* html #content form#commentform input,
* html #content form#commentform textarea,
* html input#submit,
* html #sidebar input#s {
  background-attachment: fixed;
}

#commentform input,
#commentform textarea {
  margin: 5px 0;
}

* html #commentform input,
* html #commentform textarea {
  margin: 10px 0;
}

#commentform label {
  float: left;
  margin: 10px 0 0 5px;
}

#commentform p {
  clear: both;
  height: 1%;
}

form .search-input input {
  background: url("images/search_input.gif") no-repeat;
  border: none;
  color: black;
  height: 25px;
  padding: 6px;
  position: absolute;
  top: 180px;
  width: 173px;
}

form .search-submit input {
  background: url("images/search_submit.gif") no-repeat;
  border: none;
  color: black;
  height: 31px;
  position: absolute;
  top: 180px;
  left: 183px;
  width: 101px;}


#searchform {
  margin-bottom: 15px;
}
/* END FORMS
----------------------------------------------------------- */


/* BEGIN DATE BLOCK
----------------------------------------------------------- */
#content .post .date {
  float: left;
  height: 62px;
  margin-right: 10px;
  text-align: center;
  width: 52px;
}

#content .post .date .month {
  color: black; // was #6030ff, was #317f9d;
  font-size: 18px;
  font-weight: bold;
  padding-top: 1px;
}

#content .post .date .day {
  color: black; // was #6030ff, was #317f9d;
  font-size: 25px;
  padding-top: 1px;
}

/* END DATE BLOCK
----------------------------------------------------------- */


/* BEGIN POST
----------------------------------------------------------- */
#content .post .title {
  width: 420px;
}

#content .post {
  clear: both;
  height: 1%;
  margin-bottom: 20px;
  position: relative;
}

#content .post p {
  margin: 10px 0;
}

#content .post .commentslink {
  clear: both;
  color: black; // was #c73f93, was #e24949;
  font-weight: bold;
}

#content .entry {
  margin: 15px 0 0 0;

}

* html #content .entry  {
    display: inline; /* IE :( */
}


.editlink a {
  background: url("images/icons/pencil.gif") no-repeat;
  top: 0;
  display: block;
  padding-left: 20px;
  position: absolute;
  right: 0;
}

#content small {
  color: black; // was #6030ff, was white;
  display: block;
  font-style: italic;
  font-weight: bold;
  height: 16px;
}


#content a.rssfeed-small {
  background: url("images/icons/rss-icon-small.gif") no-repeat;
  padding-left: 20px;
}

/* END POST
----------------------------------------------------------- */


/* BEGIN COMMENTS
----------------------------------------------------------- */
ol.commentlist {
  list-style: none; list-style-type: none;
}

#content ol.commentlist li.comm {
  margin-left: 0; list-style-type: none;
}

#content ol.commentlist li.comm {
  border-bottom: 1px solid white;
  color: black // was #6030ff, was white;
  position: relative;
  padding-top: 15px;
  margin: 15px auto;
  width: 100%; list-style-type: none;
}

.comment {
  padding: 15px 15px 30px 15px;
}

cite.comment-author,
small.comment-metadata  {
  color: black; // was #6030ff, was white;
  font-weight: bold;
  margin-left: 15px;
}

label small {
  font-size: 11px;
}

cite.comment-author,
cite.comment-author a {
  font-size: 18px;
}

cite.comment-author,
cite.comment-author a {
  color: black; // was #6030ff, was #317f9d;
  font-size: 16px;
  font-weight: bold;
}
cite.comment-author {
  color: black; // was white;
}


ol.commentlist .editlink a {
  background: url("images/icons/pencil.gif") no-repeat;
  display: block;
  padding: 0 15px 15px 20px;
  position: relative;
  top: 15px;
}
/* END COMMENTS
----------------------------------------------------------- */


/* BEGIN OTHER
----------------------------------------------------------- */
.navigation {
  display: block;
  text-align: center;
  padding-top: 10px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
}

blockquote {
  background: url("images/quotes.gif") no-repeat;
  font-style: italic;
  min-width: 41px;
  /* IE6 min-height hack: */
  min-height: 28px;
  height: auto !important;
  height: 28px;
  /**/
  margin:  15px 0;
  padding-left: 56px;
}

.comment blockquote {
  background: url("images/quotes.gif") no-repeat;
}

#content .comment .wp-smiley {
  border: none;
  vertical-align: middle;
}
/* END OTHER
----------------------------------------------------------- */


/* BEGIN CALENDAR
----------------------------------------------------------- */
#wp-calendar {
  empty-cells: show;
  margin: 0 auto 15px;
  width: 130px;
}

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
}

#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
}

#wp-calendar a {
  display: block;
}

#wp-calendar caption {
  text-align: center;
  width: 100%;
}

#wp-calendar td {
  text-align: center;
}

#wp-calendar caption {
  color: black; // was #6030ff, was #317f9d;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
#wp-calendar th {
  color: #6030ff // was #317f9d;
  font-weight: bold;
  text-transform: capitalize;
}

#wp-calendar {
  color: black;
}

table#wp-calendar tr td a {
  color: black; // was #c73f93, was #e24949;
}
/* END CALENDAR
----------------------------------------------------------- */

#sidebar-l .sidebarbox-content-l {
  background: url("images/sidebar_bg_l.png") repeat-y;
  padding: 0 10px;
  width: 162px;
}
#sidebar-l .sidebarbox-top-l {
  background: url("images/sidebar_top_l.png") no-repeat;
  height: 30px;
  width: 172px;
}
#sidebar-l .sidebarbox-bottom-l {
  background: url("images/sidebar_bottom_l.png") no-repeat;
  height: 30px;
  width: 172px;
}


#sidebar-r .sidebarbox-content-r {
  background: url("images/sidebar_bg_r.png") repeat-y;
  padding: 0 10px;
  width: 162px;
}
#sidebar-r .sidebarbox-top-r {
  background: url("images/sidebar_top_r.png") no-repeat;
  height: 30px;
  width: 172px;
}
#sidebar-r .sidebarbox-bottom-r {
  background: url("images/sidebar_bottom_r.png") no-repeat;
  height: 30px;
  width: 172px;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

