/* Begin Typography & Colors */
body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #000000;
	color: #000000;
	text-align: center;
	}

#page {
	background-color: white;
	text-align: left;
	}

#header {
	background: url(kubrickheader.jpg) no-repeat center top;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 150px;
	width: 740px;
	}

	
#footer {	
background:  url(kubrickfooter.jpg) no-repeat;
	border: none;
	padding: 0;
	margin: 0 auto;
	width: 760px;
	height: 60px;
	clear: both;
	}
	
.widecolumn .entry p {
	font-size: 4em;
	}

.widecolumn .entry {
	line-height: 1.4em;
	}

#widecolumn {
	line-height: 1.4em;
	}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.5em;
	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;
	}

.description {
	font-size: 1.2em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	font-weight: bold;
	}


h2 {
	font-size: 1.5em;
	}




/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	}

#header {
	margin: 0 0 0 1px;
	padding: 0;
	height: 120px;
	width: 758px;
	}

#widecolumn {
	padding: 10px 0 20px 0;
	margin: auto;
	line-height: 1.4em;
	width: 700px;
	}
	
	#widecolumnrost{
	padding: 10px 0 20px 0;
	margin: auto;
	line-height: 1.4em;
	width: 730px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}


.widecolumn .post {
	margin: 0;
	}


.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}




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



/*	Begin Headers */
h1 {
	padding-top: 30px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}



/* End Headers */



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

/*	Using 'class="alignright"' on an image will  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 Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

