/*
Theme Name: WordPress AQUA
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */

@charset "utf-8";
body {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #51c9e8;
	margin: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

img, div { behavior: url(http://aquarel-studio.ru/blog/iepngfix.htc) }


a {
	color: #ccffff;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.wrapper {
	position: relative;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.main {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
}
.header {
	height: 170px;
}
.header .logo {
	height: 87px;
	width: 669px;
	margin-top: 50px;
}
.cloud {
	height: 246px;
	background-image: url(images/cloud.jpg);
	background-position: right;
	background-repeat: no-repeat;
	position: relative;
}
.cloud .info {
	height: 81px;
	width: 401px;
	position: absolute;
	top: 50px;
}
.cloud .tags {
	position: absolute;
	height: 118px;
	width: 279px;
	left: 568px;
	top: 56px;
	color: #000000;
}
.left {
	float: left;
	width: 711px;
}
.left  .post {
	clear: both;
	margin-bottom: 70px;
}

.left   .post   a    {
	color: #FFFFFF;
	text-decoration: none;
}
.left .post a:hover {
	text-decoration: underline;
}

.left .post img {
	border: 0;
}


.left .post .date {
	font-size: 11px;
	font-weight: bold;
}
.left .post h1 {
	font-size: 24px;
	font-weight: normal;
	margin-top: 13px;
	margin-bottom: 20px;
}
.left .post .text {
	color: #ccffff;
}
.left .info {
	font-size: 11px;
	font-weight: bold;
	margin-top: 20px;
	position: relative;
color: #FFFFFF;
}
.left .info a {
	color: #FFFFFF;
	text-decoration: none;
}
.left .info .items a:hover {
	text-decoration: underline;
}
.left .info .items {
	margin-right: 23px;
	float: left;
}

.right {
	float: left;
	width: 209px;
	margin-left: 80px;
}
.right a {
	color: #FFFFFF;
}
.right .rss {
	margin-bottom: 50px;
}
.right .arhive {
}
.right .arhive h2 {
	font-weight: normal;
	font-size: 18px;
}

.right .arhive li {
	list-style-type: none;
}
.right .arhive ul {
	margin: 0px;
	padding: 0px;
}

.right .arhive .items {
	margin-bottom: 5px;
}



.footer {
	background-image: url(images/bottom.jpg);
	background-position: center;
	height: 327px;
	clear: both;
}
.footer .wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.footer .wrapper .logo {
	height: 44px;
	width: 218px;
	position: absolute;
	left: 170px;
	top: 101px;
	color: #333333;
}
