/* 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;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header { background-color: #73a0c5; }

#content { font-size: 1.2em }

.widecolumn { line-height: 1.6em; }

/*.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}*/

#footer { background-color: #eee; }

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: 3em;
	text-align: center;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited { color: #333; }

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, cite {
	text-decoration: none;
	}

.entry p a:visited { color: #b85b5a; }


small, blockquote, strike { color: #777; }
	
code { font: 1.1em 'Courier New', Courier, Fixed; }


a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 200px;
	width: 100%;
	background-color: #73a0c5;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
	

	
#footer {
	padding: 0 0 0 0px;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
    padding-top: 70px;
	margin: 0;
	}

.description { text-align: center; }

/* End Headers */



/* Begin Images */
/*p img {
	padding: 0;
	max-width: 100%;
	}*/


.center { text-align: center; }
hr { display: none; }
a img { border: none; }

/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */



body { background: url(/images/kubrickbgcolor.jpg); text-align: center; }
#page { background: url(/images/kubrickbgwide.jpg) repeat-y top; border: none; } 
#header { background: url(/images/header.jpg) no-repeat bottom center; }
#footer { background: url(/images/kubrickfooter.jpg) no-repeat bottom; border: none; }
#header 	{ margin: 0 !important; margin: 0 0 0 0px; padding: 0px; height: 150px; width: 760px; }
#title		{ padding-top: 20px; text-align: center; }



h1 a:link {
	color: blue;
}

h1 a:visited {
	color: purple;
}

h1, h1 a, h1 a:hover, .description {
	text-decoration: none;
	color: black;
	}

/*	Begin Headers */
h1 {
	padding-top: 20px;
	margin: 0;
	}
	
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 80px;
	width: 600px;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 150px;
	width: 100%;
	background-color: #e7e7e7;
	}

#headerimg {
	margin: 0;
	height: 150px;
	width: 100%;
	}
	
table {
	padding: 2px;
	border-spacing: 2px;
	margin-left: auto;
	margin-right: auto;
}