/*
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 */



/**** START: Cre8 Styles ****/

h1 
{
    font-size: 1.5em;
}

h2 
{
    background-color: #333133;
    color: #d1d3d4;
    font-size: 0.9em;
    font-weight: bold;
    padding: 3px 3px 3px 5px;
    line-height: 20px;
    margin: 0px 0px 10px 0px;
}

h3 
{
    font-size: 1.1em;
}

h5 
{
    color: #d1d3d4;
    margin: 0px 0px 5px 0px;
}

a {color: #d1d3d4; text-decoration: none;}
a:hover {color: #a70e13; text-decoration: none;}

.RedText { color: #a70e13; }

img {border: 0px;}

body {
	margin: 0px 0px 0px 0px;
    background-color: #393839;
    font-family: Arial, Verdana;
    font-size: 0.8em;
    color: #d1d3d4;
	}
	
.Clear {clear:both;}

#Wrapper {
	width: 1020px;
    background: url(images/page-repeater.gif) top repeat-y;
    margin: 0 auto;
	}

#Wrapper .PageTop 
{
    font-size: 1.2em;
    width: 973px;
    height: 36px;
    line-height: 36px;
    padding: 0px 0px 0px 47px;
    background: url(images/page-top.gif) top no-repeat;   
}

#Wrapper .PageBody 
{
    width: 973px;
    padding: 0px 10px 10px 37px;
}

#Wrapper .PageBody .ImageContainer 
{
    width: 660px;
    float: left;
}

#Wrapper .PageBody .Navigation 
{
    background: url(images/logo.gif) top no-repeat;
    padding: 145px 0px 0px 10px;
    width: 303px;
    float: right;
}

#Wrapper .PageBody .Navigation ul 
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#Wrapper .PageBody .Navigation ul li 
{
    height: 22px;
    line-height: 16px;
}

#Wrapper .PageBody .Navigation ul li a
{
    color: #ffffff;
    margin: 4px 0px 4px 0px;
    padding: 0px 15px 0px 15px;
}

#Wrapper .PageBody .Navigation ul li  a:hover
{
    color: #a70e13;
    margin: 4px 0px 4px 0px;
    padding: 0px 15px 0px 15px;
    text-decoration: none;
}
/***** END OF HEADER *****/

/***** START BODY ******/
#Wrapper .PageBody .Content 
{
    width: 973px;
}

#Wrapper .PageBody .Content .Left  #respond textarea{
	width: 500px;
}

#Wrapper .PageBody .Content .Left 
{
    width: 620px;
    padding: 10px 20px 10px 20px;
    float: left;
}

#Wrapper .PageBody .Content .Right 
{
    width: 273px;
    padding: 0px 15px 0px 25px;
    float: right;
}
/***** END BODY *****/

/**** START RIGHT COLUMN ****/
#Wrapper .PageBody .Content .Right ul 
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#Wrapper .PageBody .Content .Right ul ul
{
    margin: 10px 5px 10px 5px;
    padding: 0px;
    list-style: none;
}

#Wrapper .PageBody .Content .Right ul ul li 
{
    padding: 5px;
}

/***** END RIGHT COLUMN *****/

/***** START FOOTER *****/
#Wrapper .Footer 
{
    width: 973px;
    min-height: 45px;
    height: auto !important;
    height: 45px;
    padding-left: 47px;
    background: url(images/footer-repeater.gif) top repeat-y;
}

#Wrapper .Footer .Items 
{
    width: 630px;
    min-height: 45px;
    height: auto !important;
    height: 45px;
    padding: 10px 10px 0px 10px;
    text-align: center;
    float: left;
}

#Wrapper .Footer .Items p 
{
    margin: 10px;
}

#Wrapper .Footer .SocialLinks 
{
    width: 273px;
    margin-right: 10px;
    padding: 10px 15px 0px 25px;
    float: right;
}

#Wrapper .Footer .SocialLinks .Icons 
{
    width: 35px;
    padding: 0px 16px 0px 16px;
    float: left
}

#Wrapper .PageBottom 
{
    width: 1020px;
    height: 34px;
    background: url(images/page-bottom.gif) top no-repeat;  
}
/***** END FOOTER *****/

/**** END: Cre8 Styles ****/


