/* Begin Typography & Colors */
html{
	background: #6699cc url('images/kubrickbgwide.jpg') repeat-x;
}

body {
	font-size:10pt;
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
	line-height: 13pt;
	padding: 0 0 20px;
	background:#E5E6E8 url(images/gradient.jpg) repeat-x;
	color: #000000;
	text-align: left;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background: #FFF url('images/kubrickheader.jpg') no-repeat bottom center;
	}

#headerimg 	{
	height: 98px; 
	width: 960px;
	}

/*----NAVIGATION BAR----*/

#top-menu{
	clear: both;
	float: left;
	width: 100%;
	text-align: left;
	border-top: none;
	border-bottom: none;
	background: #6699cc url('images/top-menu-bg.gif') repeat-x;
	line-height:59px;
}

#top-menu a{
	text-decoration: none;
	color: #fff;
	padding-left:25px;
}

#top-menu a:hover{
	text-decoration: none;
}

#top-menu ul{
	margin: 0 auto;
	width: 100%;
	padding: 5px 0;
	text-align: left;
}

#top-menu ul li{
	display: inline;
	font-size: 14px;
}

#content {
	font-size: 1em
	}

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

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

#footer {
	background: #FFF url('images/footer-bg.gif') repeat-x; 
	border: none;
	color:#FFFFFF;
	font-size:11px;
	}
#footer a{
	color:#afffa9;
	font-weight:bold
}

h1, h2, h3 {
	font-family:Verdana, Helvetica, Geneva, Arial, sans-serif;
	font-weight: bold;
	}

h1 {
	font-size: 1.5em;
	text-align: left;
	padding-left:0px;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: left;
	color:#6699cc;
	padding-left:350px;
	}

h2 {
	font-size: 1.1em;
	}

h2.pagetitle {
	font-size: 1.3em;
	}

h3 {
	font-size: 1.2em;
	}

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

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #666;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	color: #666;
	}

#sidebar {
	font: 1em Verdana, Helvetica, Geneva, Arial, sans-serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em Verdana, Helvetica, Geneva, Arial, sans-serif, Fixed;
	}

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

a, h2 a:hover, h3 a:hover {
	color: #5689bc;
	text-decoration: none;
	}

a:hover {
	color: #386b9e;
	}

/* End Typography & Colors */


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

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 960px;
	border: 1px solid #959596;
	}

#header {
	background-color: #FFF;
	margin: 0;
	padding: 0; 
	height: 98px; 
	width: 960px;
	}

#headerimg {
	margin: 0;
	height: 98px;
	width: 100%;
	}


.narrowcolumn {
	float: left;
	padding: 0 0 20px 26px;
	margin: 0px 0 0;
	width: 670px;
	}

.narrowcolumn .postmetadata {
	padding: 10px;
	font-size:10px;
	}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 960px;
	clear: both;
	}

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



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

h2 {
	margin: 20px 0 0;
	}

h2.pagetitle {
	margin-top: 20px;
	text-align: center;
}

#sidebar h2 {
	margin: 0 0 10px;
	padding: 7px;
	padding-left:23px;
	border-bottom:1px solid #dae6ef;
	border-top:1px solid #dae6ef;
	color:#FFF;
	background: #FFF url(images/sidebar-li.gif) no-repeat center left;
	}

h3 {
	padding: 0;
	margin: 20px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 20px 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
	}

.floatright{float:right;}

.floatleft{float:left;}

img{margin:5px 5px 5px 5px;}

/* 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 5px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 5px 0 5px 5px;
	}

#sidebar,
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
}

#sidebar a {
	background: url(images/test2.png) bottom left repeat-x;
	height: 2.8em;
	display: block;
	width: 208px;
	padding-left: 1px;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
}

#sidebar a:hover {
	color: #6396c9;
	}

#sidebar h2 a:hover {
	color: #E4E8F3;
	}

#sidebar li ul li a {
	background: url(images/test.png) bottom left repeat-x;
	height: 2.8em;
	font-size: 15px;
	font-weight: bold;
	color: #35689b;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 12px;
	width: 208px;
	border: 1px solid #fff;
}  

#sidebar h2 {
	background: url(images/test2.png) bottom left repeat-x;
	height: 2.8em;
	display: block;
	padding-left: 10px;
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 2px;
	margin-bottom: 1px;
	border: 1px solid #FFF;
	margin-left: 1px;
}

/* End Entry Lists */



/* Begin Form Elements */

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

/* End Form Elements */


/* Begin Sidebar */
#sidebar
{
	padding: 0px 0 10px 0;
	margin-left: 728px;
	width: 229px;
	
	
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */


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

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	
	}
/* End Various Tags & Classes*/


