/*
Theme Name: Dark Splash
Theme URI: http://wordpress.org/
Description: Dark Splash is a dark (black) Wordpres template with colourful splashes in header and footer
Version: 1.0
Author: Free Wordpress themes
Author URI: http://wp-themes.erikgyepes.com

	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: #000 url("images/header_bg.png") repeat-x;
	color: #fff;
}

#wrapper {
	background: #000 url("images/header.png") no-repeat;
	margin: 0 auto;
	width: 900px;
}

#header {
	height: 230px;
	position: relative;
}

#main {
	width: 900px;
}

#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.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;
	outline-style: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

.sidebar a {
	color: #e24949;
}
/* END HYPERLINKS
----------------------------------------------------------- */


/* BEGIN TYPHOGRAPHY & 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: 17px;
	font-weight: normal;
}
h3, h3 a {
	font-size: 18px;
}
h4, h4 a {
	font-size: 16px;
}

#header h1 {
	font-weight: normal;
	padding-top: 30px;
	padding-right: 10px;
	text-align: right;
}
#header h1 a {
	color: #ffdd06;
	font-size: 25px;
}
#header h2 {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	padding-right: 10px;
	text-align: right;
}

#content .post h2 a {
	color: #317f9d;
}

#content h2.pagetitle {
	text-align: center;
}

h3#comments,
h3#respond {
	color: #317f9d;
	font-size: 16px;
	margin: 10px 0;
}

#sidebar-l ul li h2 {
	color: #c73f93;
	font-size: 15px;
}

#sidebar-r ul li h2 {
	color: #ffff00;
	font-size: 15px;
}

.sidebar ul li a {
	color: #000;
}

.sidebar .textwidget {
	padding-left: 15px;
}

#adsensecolumn ul li h2 {
	text-align: left;
}

.footer-wrapper {
	background: url("images/footer_bg.png") repeat-x;
}
#footer {
	color: #fff;
}

#footer p {
	position: absolute;
	right: 0;
	bottom: 10px;
	width: 500px;
}

#footer a {
	color: #317f9d;
	font-weight: bold;
}
/* END TYPHOGRAPHY & COLORS
----------------------------------------------------------- */


/* BEGIN LISTS
----------------------------------------------------------- */

.sidebar ul li {
	list-style: none;
}

.sidebar ul li ul {
		padding-bottom: 15px;
}

.sidebar ul li#rssfeed-big a {
	background: url("images/icons/rss-icon-big.gif") no-repeat;
	display: block;
	height: 125px;
	width: 125px;
}

.sidebar ul li ul li ul {
	background: none;
	padding: 0;
}

.sidebar ul li ul li {
	padding-left: 10px;
}

#footer li a {
	padding-left: 15px;
	margin-left: 10px;
}

#content ol li {
	margin-left: 35px;
}

#content ul li {
	list-style: disc;
	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: #fff;
	color: #000;
	border: 1px solid #317f9d;
	height: 15px;
	padding: 4px;
	width: 115px;
}

#content form#commentform input {
	background: #fff;
	border: 1px solid #317f9d;
	color: #000;
	float: left;
	height: 15px;
	padding: 4px;
	width: 200px;
}

#content form#commentform textarea {
	background: #fff;
	border: 1px solid #317f9d;
	color: #000;
	float: left;
	height: 185px;
	padding: 4px;
	width: 320px;
	overflow: hidden;
}

#content form#commentform input#submit {
	background: #fff;
	border: 1px solid #317f9d;
	color: #000;
	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: #000;
	height: 25px;
	padding: 6px;
	position: absolute;
	top: 138px;
	width: 173px;
}

form .search-submit input {
	background: url("images/search_submit.gif") no-repeat;
	border: none;
	color: #000;
	height: 31px;
	position: absolute;
	top: 138px;
	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: #317f9d;
	font-size: 10px;
	font-weight: bold;
	padding-top: 3px;
}

#content .post .date .day {
	color: #317f9d;
	font-size: 25px;
	padding-top: 2px;
}

/* 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: #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: #fff;
	display: block;
	font-style: italic;
	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;
}

#content ol.commentlist li.comm {
  margin-left: 0;
}

#content ol.commentlist li.comm {
	border-bottom: 1px solid #fff;
	color: #fff;
	position: relative;
	padding-top: 15px;
	margin: 15px auto;
	width: 100%;
}

.comment {
	padding: 15px 15px 30px 15px;
}

cite.comment-author,
small.comment-metadata  {
	color: #fff;
	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: #317f9d;
	font-size: 16px;
	font-weight: bold;
}
cite.comment-author {
	color: #fff;
}


ol.commentlist .editlink a {
	background: url("images/icons/pencil.gif") no-repeat;
	display: block;
	padding: 0 15px 15px 20px;
	position: absolute;
	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: #317f9d;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
#wp-calendar th {
	color: #317f9d;
	font-weight: bold;
	text-transform: capitalize;
}

#wp-calendar {
	color: #000;
}

table#wp-calendar tr td a {
	color: #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 */
