/*
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-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	background:#eee;
}

#page {
    width:900px;
    margin:auto;
}
#content{ 
    background-color: #fff;
    padding:50px;
    border:solid 1px #ccc;
    margin:90px auto 110px;

    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border-bottom-left-radius:0px;
    
}

#step1{
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-bottom-right-radius: 10px;
    border:solid 1px #ccc;
    border-top:none;
    z-index:10;	
    width:350px;
    height:40px;
    position:relative;
    top:50px;
    left:-51px;
    float:left;
    background-color:#fff;
}


#step2{
    border:solid 1px #ccc;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    clear:both;
    border: solid 1px #ccc;
    border-top:none;
    z-index:15;
    width:150px;
    height:30px;
    position:relative;
    top:49px;
    left:-51px;
    float:left;
    background-color:#fff;
}


#headerimg img{ 
float:left;
margin-right:50px;

 }
#headerimg div.description{ 
margin-top:10px;
 }
div#footer{font-size: 14px; margin-bottom:25px;}
