/*
Theme Name: WordPress Default
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 */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color:#88b6e7;
	padding:0px;
	border:0px;
	margin:0px;
        background-image:url(images/bg_clouds.jpg);
        background-position:center top;
        background-repeat:no-repeat;
        width:100%;
        height:100%;
}
h2 {
        margin:0px;
        padding:0px;
        padding-top:10px;
        text-align:center;
        color:#1867e1;
}
img {
	border:0px;
}
div.container {
	position:absolute;
	left:50%;
	margin-left:-375px;
	top:0px;
	width:750px;
	height:648px;
        overflow:visible;
}

div.slice01 {
	position:absolute;
	left:0px;
	top:0px;
	width:750px;
	height:202px;
	background-image: url(images/tslice01.png);
}

div.slice02 {
	position:absolute;
	left:0px;
	top:202px;
	width:74px;
	height:23px;
	background-image: url(images/slice02.png);
}

div.slice03 {
	position:absolute;
	left:74px;
	top:202px;
	width:72px;
	height:23px;
}

div.slice04 {
	position:absolute;
	left:146px;
	top:202px;
	width:93px;
	height:23px;
}

div.slice05 {
	position:absolute;
	left:239px;
	top:202px;
	width:86px;
	height:23px;
}

div.slice06 {
	position:absolute;
	left:325px;
	top:202px;
	width:97px;
	height:23px;
}

div.slice07 {
	position:absolute;
	left:422px;
	top:202px;
	width:102px;
	height:23px;
}

div.slice08 {
	position:absolute;
	left:524px;
	top:202px;
	width:83px;
	height:23px;
}

div.slice09 {
	position:absolute;
	left:607px;
	top:202px;
	width:77px;
	height:23px;
}

div.slice10 {
	position:absolute;
	left:684px;
	top:202px;
	width:66px;
	height:23px;
	background-image: url(images/slice10.png);
}

div.slice11 {
	position:relative;
	left:0px;
	top:225px;
	width:750px;
	min-height:275px;
	background-image: url(images/slice11.png);
	background-repeat:repeat-y;
	background-position:top;
        z-index:9999;
}

div.slice12 {
	position:fixed;
	left:50%;
        margin-left:-960px;
	width:1920px;
	height:148px;
	background-image: url(images/flowers.png);
        top:100%;
        margin-top:-148px;
        background-position:top;
        background-repeat:no-repeat;
}
div.content {
	width:611px;
	left:73px;
	position:relative;
	top:0px;
	min-height:275px;
}
div.bottom_rounded {
        position:relative;
        width:750px;
        height:20px;
        top:225px;
        background-image:url(images/bottom_rounded.png);
        background-position:top;
        z-index:9998;
        background-repeat:no-repeat;
}