/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 65.5%; /* Resets 1em to 10px */
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-align: center;
	background:url(images/bg.jpg) center top no-repeat;
	background-attachment:fixed;
	background-color:#000;
}

#content {
	float:left;
	margin-bottom:5px;
	font-size: 1.2em;
	clear:both;
}

.blogpost {
	background:url(images/photobg_10.jpg);
	border:1px solid #999;
	margin-top: 6px;
}

.widecolumn .entry p {
	line-height: 1.2em;
	font-size: 11pt;
}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.2em;
	font-size: 11pt;
}
.widecolumn {
	line-height: 1.2em;
}
.narrowcolumn .postmetadata {
	text-align: center;
}
.alt {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;

}
#footer {
	border: none;
}
small {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 9pt;
	line-height: 1.5em;
}
h1, h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 4em;
	text-align: center;
}
#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}
h2 {
	font-size: 20pt;
	font-style:italic;
}
h2.pagetitle {
	font-size: 20pt;
}
#sidebar h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	border:1px solid #999;
	padding:2px;
	padding-left:5px;
	margin-right: 20px;
	background-color:#5b5b5b;
	color:#ccc;
	font-weight:100;
}
h3 {
	font-size: 1.3em;
}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
}
h3, h3 a, h3 a:visited {
	color: #A9A9A9;
}

h2, h2 a, h2 a:visited{
	color: #3CF;
}

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;
}
.entry p a:visited {
	color: #b85b5a;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	visibility:hidden;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	color:#666;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentmetadata {
	color:#666;
	font-weight: normal;
}
small, #sidebar ul ul li, #sidebar ul ol li,.postmetadata, blockquote, strike {
	color: #666;
}
.nocomments {
	color:#666;}

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: #3CF;
	text-decoration: none;
}
a:hover {
	color: #9d9d9d;
	text-decoration: none;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
}
#page {
	margin: 20px auto;
	padding: 0;
	width: 1000px;
	text-align: left;
}
#header {
	margin: 0 auto;
	padding: 0;
	height: 100%;
	width: 1000px;
}
#headerimg {
	margin: 0;
		background:url(images/logo_03.png) top center no-repeat;
	height: 200px;
	width: 100%;
}
.narrowcolumn {
	float: left;
	padding: 0 0 30px 0px;
	margin: 0px 0 0 20px;
	width: 750px;
	height:100%;
}
.widecolumn {
	float: left;
		padding: 0 0 20px 0px;
	margin: 0px 0 0 10px;
	width: 750px;
}
.fullcolumn {
	float: left;
	margin: 0px 0 0 0px;
	width: 960px;
}

.videocolumn {
	float: left;
	margin: 0px 0 0 20px;
	width: 1000px;
}

.commentholder {
	padding: 0px 40px 0px 40px;
	margin: 5px 0 0 0px;
	width: 620px;
}
.post {
	height:100%;
	margin: 0 0px 20px 0px;
	text-align: justify;
	float:left;
	

}

.postcontent {
	padding-left:15px;
	padding-right:15px;
		margin: 0 0px 20px 0px;

	background:url(images/photobg_10.jpg) repeat-y center top;
	border:1px solid #a9a9a9;}
.photopost {
	margin: 0 0px 40px 0px;
	text-align: justify;
}
.post hr {
	display: block;
}
.widecolumn .post {
	margin: 0;
}
.narrowcolumn .postmetadata {
	padding-top: 5px;
}
.widecolumn .postmetadata {
	margin: 30px 0;
}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
.postmetadata {
	clear: left;
}
.clear {
	clear: both;
}
.clearright {
	clear:right;
	}
#footer {
	padding: 0;
	margin: 0 auto;
	width: 960px;
	clear: left;
	border-top:1px solid #a9a9a9;
}
#footer p {
	width:300px;
	margin: 0;
	padding: 5px 0;
	text-align: right;
	float:right;
}
#footerright {
	margin:0;
	padding:5px 0;
	text-align:left;
	width:300px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
}
h2.pagetitle {
	margin-top: 20px;
	text-align: center;
}
h3 {
	padding: 0;
	margin: 10px 0 0;
}
h3.comments {
	padding: 2;
	margin: 40px auto 20px;
	border:1px solid #333;
}
/* End Headers */



/* Begin Images */
p img {
	border:1px solid #a9a9a9;
	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 2px 10px;
}
.entry ul li:before, #sidebar ul ul li:before {
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul ol {
	margin: 0;
	padding: 0;
	border:1PX SOLID #999;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 2px;
	padding-bottom:2px;
	padding-top:2px;
}
#sidebar ul p {
	margin: 0px 0 2px;
}
#sidebar ul select {
	margin: 0px 0 2px;
}
#sidebar ul ul {
	margin: 0;
	margin-right:20px;
	padding:5px;
	background-color:#6b6b6b;
	border:1px solid #999;
}
#sidebar ul ol {
	margin: 0 0 0 10px;
}
#sidebar ul ul ul {
	margin: 0 0 0 10px;
}
#sidebar ul ol {
	margin: 0 0 0 10px;
}
 ol li, {
 list-style: decimal outside;
 border:1px solid #999;
}
#sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li {
	margin: 0;
	padding: 0;
	padding-top:4px;
	border-bottom:1px solid #e9e9e9;
}
#sidebar ul ol li {
	margin: 0px 0 0;
	padding: 0;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

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

#sidebar #searchsubmit {
	padding: 1px;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#commentform #submit {
	margin: 0;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	float:right;
	width: 200px;
	height:100%;
	margin-left:5px;
	margin-right:20px;

margin-bottom:10px;
}
#sidebar form {
	margin: 0;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
/* 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: left;
}
hr {
	display: none;
}
a img {
	border: 1px solid #ccc;
	margin-bottom:2px;
	margin-top:2px;
}
#navcontainer {
	padding-left: 0;
	margin-left:160px;
	margin-top:125px;
	color: #ccc;
	float: left;
	font-family: arial, helvetica, sans-serif;
	text-transform:uppercase;
	font-size:11px;
	letter-spacing:1px;
}

/* End Various Tags & Classes*/

.toggler-title {
	color:#fff;
	padding-left:5px;
	font: 0.9em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.4em;
	margin-bottom:4px;
}
.toggler {
	cursor:pointer;
}
.toggler a:hover {
}
.element {
	padding:10px 5px 10px 10px;
	margin-bottom:1px;
	color:#fff;
	background-color:#666;
	border-bottom:3px solid #fff;
}

.element ul {
	padding:10px 5px 10px 10px;
	margin-bottom:3px;
	color:#fff;
	background-color:#666;
}

.e li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:.2em;
	text-transform:uppercase;
	border-bottom:3px solid #fff;
}
#link6 {
	font-size: 14px;
	display: block;
	text-transform: uppercase;
	color: #fff;
	background-color: #ccc;
	margin-bottom:2px;
	text-transform: uppercase;
	outline-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 17px;
}
#link6 a:hover {
	font-size: 14px;
	display: block;
	text-transform: uppercase;
	color: #fff;
	background-color: #ccc;
	margin-bottom:2px;
	text-transform: uppercase;
	outline-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
}
#link7 {
	font-size: 14px;
	display: block;
	text-transform: uppercase;
	color: #fff;
	background-color: #ccc;
	margin-bottom:2px;
	text-transform: uppercase;
	outline-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 17px;
}
#link7 a:hover {
	font-size: 14px;
	display: block;
	text-transform: uppercase;
	color: #fff;
	background-color: #ccc;
	margin-bottom:2px;
	text-transform: uppercase;
	outline-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
}
#link8 {
	font-size: 14px;
	display: block;
	text-transform: uppercase;
	color: #fff;
	background-color: #ccc;
	margin-bottom:2px;
	text-transform: uppercase;
	outline-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 17px;
}
#link8 a:hover {
	font-size: 14px;
	display: block;
	text-transform: uppercase;
	color: #fff;
	background-color: #ccc;
	margin-bottom:2px;
	text-transform: uppercase;
	outline-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
}
#link9 {
	font-size: 14px;
	display: block;
	text-transform: uppercase;
	color: #fff;
	background-color: #ccc;
	margin-bottom:2px;
	text-transform: uppercase;
	outline-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 17px;
}
#link9 a:hover {
	font-size: 14px;
	display: block;
	text-transform: uppercase;
	color: #fff;
	background-color: #ccc;
	margin-bottom:2px;
	text-transform: uppercase;
	outline-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
}
#link10 {
	font-size: 14px;
	display: block;
	text-transform: uppercase;
	color: #fff;
	background-color: #ccc;
	margin-bottom:2px;
	text-transform: uppercase;
	outline-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 17px;
}
#link10 a:hover {
	font-size: 14px;
	display: block;
	text-transform: uppercase;
	color: #fff;
	background-color: #ccc;
	margin-bottom:2px;
	text-transform: uppercase;
	outline-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
}
#link11 {
	font-size: 14px;
	display: block;
	text-transform: uppercase;
	color: #fff;
	background-color: #ccc;
	margin-bottom:3px;
	text-transform: uppercase;
	outline-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 17px;
}
#link11 a:hover {
	font-size: 14px;
	display: block;
	text-transform: uppercase;
	color: #fff;
	background-color: #ccc;
	margin-bottom:2px;
	text-transform: uppercase;
	outline-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
}
#sidelist ul {margin-bottom:1px;margin-top:3px;}
#sidelist li { list-style:none; color:#fff; margin-bottom:1px;border-bottom:1px solid #000; }
.fade {margin-bottom:2px;} 
#qTip {
	position: absolute;
	font-family: Helvetica, Arial;
	display: none;
	padding: 15px 1px 15px 1px;
	width: 250px;
	height:20px;
	text-align: center;
	valign: middle;
	font-size: 12px;
	line-height: 17px;
	color: #fff;
	z-index: 1000;
	background:url(../../../../images/navfill.png) repeat; 
	border:1px solid #000;}

.video_col {
	margin:0 auto;
	width:315px;;
	float:left;
}
.video_title {
	font-size:14px;
	margin-bottom:10px;
	color:#999;}

.video_desc {
	font-size:14px;
	margin-bottom:20px;
	color:#999;
	font-size:12px;
	text-align: justify;
	width:300px;
	height:75px;
	border-bottom:1px solid #333;}
	
.video_holder {
	margin-bottom:10px;
	width:300px;
	height:169px;

}

.video_col ul {
	list-style:none;
}

.video_col li {
	display:inline;}

#jsddm
{	margin: 0;
	padding: 0}
	
	#jsddm li
	{	float: left;
		list-style: none;
		font: 12px Arial}

	#jsddm li a
	{	display: block;
		padding: 5px 12px;
		text-decoration: none;
		border-right: 1px solid white;
		width: 70px;
		color: #EAFFED;
		white-space: nowrap}

	#jsddm li a:hover
	{
	color: #666;
}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white}
		
		#jsddm li ul li
		{	float: none;
			display: inline}
		
		#jsddm li ul li a
		{
	width: auto;
	background: #a9a9a9
}
		
		#jsddm li ul li a:hover
		{
	background: #e9e9e9
}

#menu-container {
	display:block;
	position:relative;
	width:700px;
	margin:0px auto 0px;
	margin-left:60px;
	font-size:11px;
}
#drop_down_menu {
	display:block;
	position:absolute;
	clear:both;
	margin:0px;
	padding:0px;
	text-align:left;
	list-style-type:none;
	text-align:center;
	width:790px;
	float:none;
	left:0px;
	top:0px;
}
#drop_down_menu li {
	font-size:12px;
	font-weight:bold;
	float:left;
	color:#e9e9e9;
	padding:5px;
	cursor:pointer;
	text-align:left;
	padding-right:15px;
	padding-top:10px;
	
	
	}
#drop_down_menu li ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	padding-top:10px;
}
#drop_down_menu li ul li {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666;
	font-size:10px;
	display:block;
	float:none;
	clear:both;
	background:
	url(../../../../images/navfill.png) repeat; 
	border:1px solid #000;
}
#drop_down_menu li ul li a {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
	display:block;
}

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