
/* Begin Typography and Colors */
body {
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	background: #000;
	color: #ededed;
	text-align: center;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	background: url("images/kubrickbg.jpg") repeat-y top; border: none;
	}

#header {
	background: #333 url('images/kubrickheader.jpg') no-repeat bottom center;
	}

#headerimg 	{
	margin: 7px 9px 0; 
	height: 192px; 
	width: 740px; 
	} 

#content {
	padding: 0px 5px 0px 25px;
	font-size: 1.2em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: #000 url('images/kubrickfooter.jpg') no-repeat top; 
	border: none;
	}

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: bold;
	}

h1 {
	font-size: 26px;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	padding: 0 0 0 40px;
	}

h2 {
	font-size: 1.6em;
	}


#sidebar h2 {
	font-family: Verdana, Sans-Serif;
	font-size: 1.2em;
	text-decoration: none;
	margin: 5px 0 0 0;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, #headerimg .description {
	text-decoration: none;
	color: #ededed;
	}

h2, h2 a {
	color: #ededed;
	}

h2, h2 a, cite {
	text-decoration: none;
	}

.entry p {
	font-size: 14px;
	color:#CCC;
	}

.commentlist li222, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
	}

.commentlist li222 {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: Verdana, Arial, Sans-Serif;
	font-size: 14px;
	color:#CCC;
	padding: 5px 5px 5px 5px;
	margin: 5px 0px 0px 0px;
	background-color:#333;
	}


code {
	font: 1.1em Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #CCC;
	text-decoration: none;
	}

a:hover {
	color: #FFF;
	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 Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography and Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	}

#header {
	background-color: #333;
	margin: 0 0 0 2px; 
	padding: 0; 
	height: 165px; 
	width: 776px;
	}

#headerimg {
	margin: 0;
	height: 165px;
	width: 100%;
	}



.post {
	margin: 0;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 5px 0;
	}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 780px;
	clear: both;
	}

#footer p {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	line-height: 1.5em;
	margin: 0;
	padding: 10px 0 10px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	padding: 63px 0 0 40px;
	text-align:center;
	}

h2 {
	margin: 30px 0 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}


h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* 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 */