
/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #d5d6d7;
	color: #333;
	text-align: center;
	background: url("kubrickbgcolor.jpg");
	margin: 0;
	padding: 0; 
	}
#headerimg 	{ 
	margin: 7px 9px 0; 
	height: 192px; 
	width: 740px; 
} 
#page {
	background-color: white;
	text-align: left;
	margin: 20px auto;
	padding: 0;
	width: 760px;	
	background: url("kubrickbg.jpg") repeat-y top; border: none;
	}
#header {
	background-color: #73a0c5;
	background: url("kubrickheader.jpg") no-repeat bottom center;
	margin: 0 !important; 
	margin: 0 0 0 1px; 
	padding: 1px; 
	height: 198px; 
	width: 758px;
	}

#content, a, p {
	font-size: 1.1em
	}
.widecolumn {
	line-height: 1.6em;
	}
#footer {
	background-color: #eee;
	background: url("kubrickfooter.jpg") no-repeat bottom; border: none;
	}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: none;
	}
	

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 40px;
	width: 700px;
	}
	
.post {
	margin: 0 0 40px;
	text-align: left;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
	
#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	color: #FFF;
	padding-top: 70px;
	margin: 0;
	}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

a img {
	border: none;
	}



