/*
Theme Name: Your Great Event
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: 'Times', Serif;
	color: black;
	text-align: center;
	}
#background {
	background:  url('images/background.jpg') no-repeat top center;
        background-color: white;
	}
#page {
	text-align: center;
/*background-color: grey;*/
	}
#content {
	font-size: 1.6em;
/*background-color: orange;*/
	}
.widecolumn .entry p {
	font-size: 1.1em;
	}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.6em;
text-align: justify;
padding-right:20px;
	}
.widecolumn {
	line-height: 1.6em;
	}
.narrowcolumn .postmetadata {
	text-align: left;
	}
#footer {
	border: none;
        font-size: 1.6em;
        color: #997d4e;
	}
h1, h2, h3 {
	font-family: 'Times', Serif;
	font-weight: bold;
	}
h1 {
	font-size: 3em;
	}
h2 {
	font-size: 2em;
	}
h2.pagetitle {
	font-size: 2em;
        text-align: right;
	}
h3 {
	font-size: 1.3em;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}
a {
	color: #762c22;
        text-decoration: none;
        text-weight: bold;
	}
a:hover {
	color: #d2472c;
	}
a:visited {
	color: #000;
	}

/* End Typography & Colors */

/* Begin Structure */
body {
	margin: 0 0 0 0;
	padding: 0;
	}
#page {
	/*background-color: pink;*/
        margin: auto;
	padding: 0;
	width: 960px;
	}
#header {
	margin: 0 0 0 1px;
	padding: 0;
	height: 264px;
	width: 960px;
        /*background-color:yellow*/
	}
#titleHolder {
	height: 77px;
        /*background-color:blue;*/
}
.menu {
	height:200px;
        background:  url('images/kubrickheader.jpg') no-repeat top center;
        /*background-color:red;*/
}
.topMenu {
	float: left;
	padding-left: 270px;
        /*background-color:orange;*/
}
.topButton{
	float: left;
        /*background-color:green;*/
}
.rightMenu {
	width:222px;
	float: right;
        /*background-color:purple;*/
}
.pageTitle {
	float: right;
	text-align: right;
        font-size: 3em;
        font-style: italic;
	color: #997d4e;
        text-align: right;
        padding: 22px 24px 0 0;
}
.flashmovie {
	float: right;
	width: 500;
}
.narrowcolumn {
text-align: justify;
	float: left;
	padding: 0 0 2px 15px;
	margin: 0px 0 0;
	width: 440px;
	}
.widecolumn {
text-align: justify;
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 660px;
	}
.post {
	margin: 0 0 10px;
text-align: left;

	}
.post hr {
	display: block;
	}
.widecolumn .post {
	margin: 0;
	}
.narrowcolumn .postmetadata {
	padding-top: 1px;
	}
.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;
}
.clear {
	clear: both;
}
#footer {
	padding: 0;
	margin: 0 auto;
	width: 960px;
	clear: both;
	}
#footer p {
	margin: 0;
	padding: 2px 0;
	text-align: center;
	}
/* End Structure */

/*	Begin Headers */
h1 {
	margin: 0;
        padding: 20px 0 20px 0;
	}
h2 {
        /*padding: 20px 0 20px 0;*/
line-height:1.3em;
}
h2.pagetitle {
	width:250px;
	float: right;

	text-align: right;
}
h3 {
	padding: 0;
	margin: 10px 0 0;

	}
/* End Headers */




/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}



/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */





/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}
.children { padding: 0; }

/* End Comments */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



