/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
	background-color: #D6D6D6;
	background-image: url(images/kubrickbgcolor.jpg);
	}

#page {
	background-color: #FFFFFF;
	text-align: left;
	width: 947px;
	margin-right: auto;
	margin-left: auto;
	}

#header {
	}

#headerimg 	{
	height: 84px;
	width: 919px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 22px;
	}
	
/* MAIN NAVIGATION
========================================== */
#navigation {
	clear: both;
	width: 880px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#navigation .container {
	height: 42px;
	overflow: visible;
	width: 600px;
	float: left;
}
#nav {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 100;
	background-color: #40B0E6;
	text-align: left;
	background-image: url(images/nav-bgd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 29px;
	width: 881px;
}
#nav li {
	position: relative;
	float: left;
	font-size: 115%;
	font-weight: normal;
	letter-spacing: 0.1em;
	height: 42px;
}
#nav li.last-page-item a {
	background-image: none;
}
#nav li a {
	display: block;
	float: left;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
	background-image: url(images/nav-separator.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 7px;
}
#nav li a:hover {
	color: #FFFFFF;
	background-image: url(images/nav-hover.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#nav ul li a:hover {
	color: #FFFFFF;
	height: 20px;
	background-color: #3797C6;
}
#nav li.current_page_item a {
	color: #FFFFFF;
	background-image: url(images/navmark.gif);
	background-repeat: no-repeat;
	background-position: center 29px;
	height: 40px;
}
#nav li.current_page_parent a {
	color: #FFFFFF;

}

#nav li ul {
	position: absolute;
	visibility: hidden;
	float: none;
	top: 42px;
	left: 0px;
	width: 150px;
	margin: 0;
	padding: 5px 10px 6px 10px;
	z-index: 10000;
	border-bottom-width: 2px;
	border-bottom-color: #999999;
	background-color: #fff;
	opacity: 0.97;
	border-top-width: 0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
}

#nav li:hover ul,
#nav li.iehover ul {
	visibility: visible;
}
#nav ul li{
	display: block;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	font-size: 100%;
	line-height: 100%;
	overflow: hidden;
	white-space: normal;
	border-bottom: 1px dotted #E1DAB7;
}
#nav ul li:last-child {
	border-bottom: 0;
}
#nav ul li a {
	display: block;
	width: auto;
	height: auto;
	float: none;
	font-weight: normal;
	background-image: none;
	padding: 6px 0;
	white-space: normal;
	color: #666;
}
#nav li.current_page_item ul li a,
#nav li.current_page_parent ul li a {
	color: #666;
}
#nav li ul li a:hover,
#nav li.current_page_item ul li a:hover,
#nav li ul li.current_page_item a {
	color: #000000;
	background-color: #FFFFFF;
}

#content {
	font-size: 1.2em;
	width: 879px;
	padding-left: 33px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

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

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #40B0E6;
	}

h1 {
	font-size: 4em;
	text-align: center;
	color: #40B0E6;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: left;
	padding: 0px;
	margin: 0px;
	visibility: hidden;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	color: #40B0E6;
	visibility: hidden;
	}

h3 {
	font-size: 1.2em;
	color: #666666;
	line-height: 1.2em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: #195C7C;
	text-decoration: none;
	}

h3 a, h3 a:hover {
	text-decoration: none;
	color: #195C7C;
	}

.entry p a:visited {
	color: #389BCB;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #195C7C;
	text-decoration: none;
	}

a:hover {
	color: #389BCB;
	text-decoration: underline;
	}
/* End Typography & Colors */



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

.narrowcolumn {
	float: left;
	width: 700px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 45px;
	}

.widecolumn {
	width: 900px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	}

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

.post hr {
	display: block;
	}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	width: 947px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/kubrickfooter.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 63px;
	}

#footer p {
	text-align: left;
	background-color: #D6D6D6;
	margin-top: 2px;
	margin-left: 30px;
	padding-top: 8px;
	padding-right: 14px;
	padding-bottom: 8px;
	padding-left: 14px;
	width: 856px;
	font-size: 13px;
	}
	
#footer-contact {
	float: right;
	margin-right: 50px;
	font-size: 13px;
	margin-top: -67px;
}
/* End Structure */



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

h2 {
	color: #40AFE5;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}


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 */



/* 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: "\0020 \0020";
	}

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

.entry ol li {
	margin: 0;
	padding: 0;
	}
	
/*#content li {
	list-style-type: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: -10px;
	text-indent: 15px;
	margin-bottom: 3px;
	}
	*/

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}
.children { padding: 0; }
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	background-color: #D6D6D6;
	background-image: url(images/sidebar-bgd.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	clear: right;
	margin-right: 20px;
	}
	
	
#sidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	color: #D6D6D6;
	}
	
	
#sidebar li a {
	color: #666666;
	display: block;
	text-indent: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
#sidebar li.current_page_parent ul li a {
	color: #666;
}
#sidebar li ul li a:hover {
	color: #000000;
	text-decoration: none;
	background-image: url(images/sidebar-navover.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#sidebar li ul li.current_page_item a {
	color: #FFFFFF;
	background-color: #3EACE1;
	background-image: url(images/left-navmark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}

#sidebar ul, #sidebar ul ol {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-indent: 10px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0px;
	width: 183px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

/* End Calendar */



/* 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;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}
/* 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;
}
