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

*/

#contentholder {
 	background:#fff 50% 50% no-repeat;
}

#vertical .content_container {
	float: left;
}

.content_container {
	overflow: auto;

}

.post h2{
	padding-bottom:20px;
}

.up_button {
	background: transparent url(scrollUp.png) no-repeat top left;
	width: 16px;
	height: 16px;
}

.down_button {
	background: transparent url(scrollDown.png) no-repeat top left;
	width: 16px;
	height: 16px;
}

.left_button {
	float: left;
/*	background: transparent url(scrollLeft.png) no-repeat top left; */
	width: 16px;
	height: 16px;
}

.right_button {
	float: left;
	width: 12px;
	height: 10px;
}

.vertical_scroll_bar {
	float: left;
	width: 14px;
}

.vertical_scroll_bar .track{
	background-color: black;
	width: 14px;
}

.vertical_scroll_bar .handle{
	width: 14px;
	height: 45px;
	background-color: black;
}

.horizontal_scroll_bar .track{
	color: black;
	margin-top: 4px;
	float: left;
	background-color: black;
	height: 2px;
}

.horizontal_scroll_bar .handle{
	width: 50px;
	height: 8px;
	margin-top: -4px;
	background-color: #000;
	border: 1px solid black;
	cursor: move;
}

/* end */

.entry {
	margin:0px 0px 0px;
}

.entry2 {
	margin:0px 0px 0px 100px;
}
.pagentry {
	margin:0px 0px 0px;
	width:60%;
}

.clear_both {
	clear: both; 
	height: 0px; 
	margin: 0px; 
	padding: 0px; 
	line-height: 0px;
}
td, body, form { 
	font-family: helvetica, sans-serif; 
	font-size: 11px; 
	color: black;
	font-weight:normal; 
	text-decoration: none;  
	border:none; 
	letter-spacing:1px;
}
.gallery-icon img{
	width:inherit;
	height:inherit;
}
body { margin: 0 }
a:link {font-weight:normal; text-decoration: none;  font-family: helvetica, sans-serif; font-size: 11px; color: black; border:none; letter-spacing:1px;}
a:active { font-weight:normal; text-decoration: none; font-family: helvetica, sans-serif; font-size: 11px; color: black; border:none; letter-spacing:1px; }
a:hover {  border-bottom: 1px dotted silver; background-color: #e5e5e5; font-family: helvetica, sans-serif; font-size: 11px; color: black; border:none; letter-spacing:1px;}
a:visited { font-weight:normal; text-decoration: none; font-family: helvetica, sans-serif; font-size: 11px; color: black; border:none; letter-spacing:1px;}
img {
	border:none;
}
ul#nav { 
	height:25px;   
	margin:5px 0; 
	padding:0; 
} 
 
ul#nav li { 
	list-style:none; 
	float:left;  
	line-height:25px; 
	padding:0 10px; 
}

#icon{
	margin:40px 0px 0 50px;
}

#topnav {
	margin-top: -25px;
	margin-left: 140px;
	
}
#topnav .logo{
	margin-left:10px;
}
#topnav td {
	font-family: helvetica, sans-serif; 
	font-size: 11px; 
	color: black;
	font-weight: bold;
	line-height: 15px;
}
#topnav td a{
	padding-right:25px;
	line-height: 15px;
	height: 15px;
}
#topnav td.notbold {
	font-weight: normal;
	font-size: 11px; 
	color: black;
}
#landingpic {
	margin-left: 50px;
}
#pics {
	margin-left: 50px;
	margin-right: 50px;
}
	

#infobox {
	top: 50ox;
	width: 800px;
	margin-left: 60px;	
}
#infopic {
	float: left;
}
#infotext {
	width: 450px;
	float: right;
	line-height: 14px;
}
input { 
	font-family: helvetica, sans-serif; 
	font-size: 11px; 
	color: black;
	background-color: #ccc;
	border: 1px dotted black;
}
.gallery-item {
	float:left;
	margin-top:0px;
	text-align:center;
	width:33%;
}
