﻿/*
Theme Name: Blue Splash
Theme URI: http://wptheme.ru/
Description: Бело-синяя тема для WordPress
Version: 1.0
Author: Geek Hacks
Author URI: http://wptheme.ru/

	This theme was coded by Erik Gyepes,
	whose website you will find at http://www.erikgyepes.com

	The CSS, XHTML and design is released under Attribution-NonCommercial-ShareAlike 3.0 Unported:
	http://creativecommons.org/licenses/by-nc-sa/3.0/

	Blue 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/
*/


/* USED COLORS
-----------------------------------------------------------
	#000 - commom text
	#c1dfff - nav bavkground
	#00438f - body background + post headers
	#e0efff - sidebar backgounrd
	#59a7ff - sidebar link
*/


/* BEGIN STRUCTURE
----------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #00438f url("images/body-bg.gif") repeat-x;
	color: #000;
}

#wrapper {
	margin-top: 10px;
}

#subwrapper {
	background: url("images/wrapper-bg-px.gif") repeat;
	margin: 0 auto;
	width: 900px;
}

#header {
	background: url("images/header-bg.gif") no-repeat;
	height: 246px;
	position: relative;
}

#navigation {
	background: url("images/navigation-bg-px.gif") repeat;
	height: 49px;
	padding-left: 30px;
	position: relative;
}

#sidebar {
	display: inline;
	float: left;
	margin-left: 15px;
	margin-top: 15px;
	position: relative;
	width: 198px;
}

#content {
	display: inline;
	float: left;
	margin-top: 15px;
	padding: 0 15px;
	width: 657px;
}

#latestposts {
	display: inline;
	color: #fff;
	float: left;
	margin-left: 350px;
}
#footermeta {
	display: inline;
	color: #fff;
	float: right;
	margin-right: 50px;
}

#footer {
	background: #003673 url("images/footer-bg.gif") no-repeat;
	clear: both;
	height: 190px;
	padding-top: 10px;
}

.credits {
	clear: both;
	text-align: center;
	padding-top: 25px;
}
/* END STRUCTURE
----------------------------------------------------------- */


/* BEGIN NAVIGATION
----------------------------------------------------------- */
#navigation ul {
	list-style: none;
}

#navigation ul li {
	background: url("images/tabLeft.gif") no-repeat;
	float: left;
	height: 35px;
	margin-right: 10px;
	padding-left: 10px;
}
#navigation a {
	color: #fff;
	background: url("images/tabRight.gif") no-repeat 100% 0;
	display: block;
	float: left;
	font-weight: bold;
	height: 29px;
	padding-right: 10px;
	padding-top: 6px;
}

#navigation ul li.current_page_item a {
	color: #00438f;
}
/* END NAVIGATION
----------------------------------------------------------- */


/* BEGIN HYPERLINKS
----------------------------------------------------------- */
a {
	color: #59a7ff;
	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: #59a7ff;
}
/* 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 a {
	color: #fff;
	font-size: 25px;
	position: absolute;
	left: 40px;
	top: 125px;
}
#header h2 {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	left: 40px;
	top: 165px;
}

#content .post h2 a {
	color: #00438f;
}
#content .post h2 {
	margin-left: 100px;
	margin-top: -25px;
}

#content h2.pagetitle {
	text-align: center;
}

h3#comments,
h3#respond {
	color: #00438f;
	font-size: 16px;
	margin: 10px 0;
}

#sidebar ul li h2 {
	color: #00438f;
	font-size: 15px;
	font-weight: bold;
}

#sidebar .textwidget {
	padding-left: 15px;
}

#footer {
	color: #fff;
}

#footer h2 {
	font-weight: bold;
}

#footer ul li a {
	color: #c1dfff;
}

.credits,
.credits a {
	font-size: 10px;
}
.credits a {
	color: #59a7ff;
	font-weight: bold;
}
/* END TYPHOGRAPHY & COLORS
----------------------------------------------------------- */


/* BEGIN LISTS
----------------------------------------------------------- */

#leftcolumn ul li,
#sidebar ul li,
#latestposts ul li,
#footermeta ul li {
	list-style: none;
}

#sidebar ul li ul {
	padding-bottom: 15px;
}

#navigation a#rssfeed-big {
	background: url("images/icons/rss-icon-big.gif") no-repeat;
	display: block;
	height: 44px;
	position: absolute;
	right: 15px;
	width: 143px;
}

#sidebar ul li ul li ul {
	background: none;
	padding: 0;
}

#sidebar ul li ul li {
	background: url("images/sidebar-bullet.gif") no-repeat 0 5px;
	padding-left: 15px;
}

#footer li a {
	background: url("images/footer-bullet.gif") no-repeat 0 5px;
	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 #59a7ff;
	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;
}
/* END IMAGES
----------------------------------------------------------- */


/* BEGIN FORMS
----------------------------------------------------------- */

#sidebar input.s,
#sidebar input#s {
	background: #fff;
	color: #000;
	border: 1px solid #59a7ff;
	height: 15px;
	padding: 4px;
	width: 150px;
}

#content form#commentform input {
	background: #fff;
	border: 1px solid #59a7ff;
	color: #000;
	float: left;
	height: 15px;
	padding: 4px;
	width: 200px;
}

#content form#commentform textarea {
	background: #fff;
	border: 1px solid #59a7ff;
	color: #000;
	float: left;
	height: 185px;
	padding: 4px;
	width: 320px;
	overflow: hidden;
}

#content form#commentform input#submit {
	background: #fff;
	border: 1px solid #59a7ff;
	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%;
}

#content form div.search input {
	background: #fff;
	border: 1px solid #59a7ff;
	color: #000;
	height: 15px;
	padding: 4px;
	width: 150px;
	margin: 0 auto;
}

#content form div.search {
	text-align: center;
}

#searchform {
	margin-bottom: 15px;
}
/* END FORMS
----------------------------------------------------------- */


/* BEGIN DATE BLOCK
----------------------------------------------------------- */
#content .post .date {
	margin-left: 38px;
	padding-top: 30px;
}

#content .post .date .month {
	color: #00438f;
	font-size: 10px;
	font-weight: bold;
}

#content .post .date .day {
 	color: #00438f;
	font-size: 18px;
	font-weight: bold;
}

/* END DATE BLOCK
----------------------------------------------------------- */


/* BEGIN POST
----------------------------------------------------------- */
#content .title {
	background: url("images/post-title-bg.gif") no-repeat 50% 0;
	height: 90px;
}

#content .post {
	clear: both;
	height: 1%;
	margin-bottom: 20px;
	position: relative;
}

#content .post small {
	background: url("images/post-bottom-bg.gif") no-repeat 50% 0;
	height: 39px;
	padding-top: 20px;
	text-align: center;
}

#content .post p {
	margin: 10px 0;
}

#content .post .commentslink {
	color: #00438f;
	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: -2px;
	display: block;
	padding-left: 20px;
	position: absolute;
	right: 0;
}

#content small {
	color: #000;
	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 {
	background: #fff;
	border: 1px solid #c1dfff;
	color: #000;
	position: relative;
	padding-top: 15px;
	margin: 15px auto;
	width: 100%;
}

.comment {
	padding: 15px 15px 30px 15px;
}

cite.comment-author,
small.comment-metadata  {
	color: #000;
	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: #59a7ff;
	font-size: 16px;
	font-weight: bold;
}
cite.comment-author {
	color: #000;
}


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 .post .wp-smiley {
	border: none;
	vertical-align: middle;
}
/* END OTHER
----------------------------------------------------------- */


/* BEGIN CALENDAR
----------------------------------------------------------- */
#wp-calendar {
	empty-cells: show;
	margin: 0 auto 15px;
	width: 160px;
}

#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: #00438f;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
#wp-calendar th {
	color: #59a7ff;
	font-weight: bold;
	text-transform: capitalize;
}

#wp-calendar {
	color: #000;
}

table#wp-calendar tr td a {
	color: #59a7ff;
}
/* END CALENDAR
----------------------------------------------------------- */


/* BEGIN CONTENT ROUNDED BOX
----------------------------------------------------------- */
.content-top {
	background: url("images/contentbox-top.gif") no-repeat 0 0;
	height: 10px;
	width: 657px;
	line-height: 10px;
}
.content {
	background: #fff;
	padding: 0 18px;
	position: relative;
	width: 621px;
}
.content-bottom {
	background: url("images/contentbox-bottom.gif") no-repeat 0 0;
	height: 10px;
	width: 657px;
	margin-bottom: 15px;
}
/* END CONTENT ROUNDED BOX
----------------------------------------------------------- */


/* BEGIN SIDEBAR ROUNDED BOX
----------------------------------------------------------- */
.sidebar {
   background: url("images/sidebar-bg-px.gif") repeat;
}
.sidebarbox-top div {
   background: url("images/sidebarbox-tl.gif") no-repeat top left;
}
.sidebarbox-top {
   background: url("images/sidebarbox-tr.gif") no-repeat top right;
}
.sidebarbox-bottom div {
   background: url("images/sidebarbox-bl.gif") no-repeat bottom left;

}
.sidebarbox-bottom {
   background: url("images/sidebarbox-br.gif") no-repeat bottom right;
}

.sidebarbox-top div, .sidebarbox-top,
.sidebarbox-bottom div, .sidebarbox-bottom {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
.sidebarbox-content {
	margin: 0 10px;
	padding-bottom: 91px;
}
/* END SIDEBAR ROUNDED BOX
----------------------------------------------------------- */

.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 */

