/*
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 */

#headerimg 	{
	margin: 0;
	height: 190px;
	width: 800px;
	}

#content {
width: 800px;
	}


#footer {
border-width: 1px 0;
border-color: #b85b5a;
border-style: solid;
font-size: 8pt;
font-family: arial, sans-serif;
text-align: left;
background-image: url('images/blacktint.png');
height: 150px;
	}

#searchbar {
	width: 800px;
	text-align: right;
	font-size: 10pt;
border-width: 1px 0;
border-color: #b85b5a;
border-style: solid;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, Sans-Serif;
font-weight: normal;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}



#footer h2 {
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
        font-weight: bold;
        color: #777
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #06c;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

h2.pagetitle, h2.center {
	font-size: 1.6em;
        color: #fff;
text-shadow: 0.1em 0.1em #000;}

#content h3 a {text-shadow: 0.1em 0.1em #000;}

.entry p {
font-size: 10pt;
line-height: 16pt;
color: #eee;
}
.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}



small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

#footer li, #footer ul {
       color: #fff;
       list-style-type: none;
padding: 0;
margin: 0;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #06c;
	text-decoration: none;
	}

h2 a:hover, h3 a:hover {
	text-decoration: underline;
}

a:hover {
	color: #06c;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	font-family: Arial, Sans-Serif;
	background: #000 url('images/endthecult.png');
background-repeat: no-repeat;
background-position: top center;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
	}

#page {
	text-align: center;
width: 800px;
margin-left: auto;
margin-right: auto;
font-size: 100%;
	}

#header {
width: 798px;
	}

.narrowcolumn {
	float: left;
	padding: 0 0;
	margin: 0 0;
	}


.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
font-size: 10pt;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto 0 0;
	width: 800px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}

/* End Structure */




#wrapper {
    width: 800px; /* 780px is just wide enough to fill and 800px screen */
    margin: 0 auto; /* It's important to set the margin to auto if you want the layout to center */
    text-align: left;
}

#column1, #column2, #column3, #column4 ,{
    padding: 10px;  /* This sets a 10px padding on all of our content boxes */
}

#section1 {
    float: left; /* Sets this section to the left */
    width: 400px;
}

    #column1 {
        float: left; /* Sets this column to the left inside its section */
        width: 180px;
    }

    #column2 {
        float: right; /* Sets this column to the right inside its section*/
        width: 180px;
    }

#section2 {
    float: right; /*Sets this sectionto the right */
    width: 400px;
}

    #column3 {
        float: left; /* Sets this column to the left inside its section */
        width: 180px;
    }

    #column4 {
        float: right; /* Sets this column to the right inside its section*/
        width: 180px;
    }
