/*
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

*/



*  {
	font-family: verdana, arial;
	font-size: 12px;
}

a {
	color: black;
}

a:hover {
	color: #666;
}

#header {
	text-align: center;
	padding-bottom: 30px;
	margin: 0;
}
#logo {
	margin: 30px 0 30px 0;
}

#pages {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#pages li {
	display: inline;
	margin: 0 20px 0 0;
	padding: 0;
}
#pages li a {
	text-transform: uppercase;
	color: #929292;
	font-family: orator std, verdana, arial;
	font-size: 14px;
	text-decoration: none;
}

#pages li a:hover {
	color: black;
}

#content {
	width: 780px;
	margin: 0 auto 0 auto;
	padding: 0;
	
}
#column {
	width:780px;
}


h2, h2 a, #search label {
	display: block;
	font-family: orator std, verdana, arial;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: black;
}

h2 a:hover {
	text-decoration: underline;
}

.post {
	margin: 0 0 45px 0;
}

.postmetadata {
	color: #777;
	text-align: center;
	font-size: 12px;
}

.postmetadata a {
	color: #777;
	text-decoration: none;
}

.postmetadata a:hover {
	color: black;
}

.post .entry {
	font-size: 12px;
}

#sidebar {
 	margin: 30px 0 30px 0;
	border-top: 1px solid #cccccc;
	padding-top: 15px;
}

#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#sidebar div {
 	margin: 0 15px 30px 0;
 	padding: 0;
	width: 160px;
	float: left;
}

#sidebar div h2, #search label {
	text-align: left;
	margin-bottom: 15px;
}

#sidebar div a{
	color: #777;
	text-decoration: none;
}
#sidebar div a:hover{
 	color: black;
}


#sidebar div div {
 	margin: 0;
 	padding: 0;
	float: none;
	border: 0;
}

#press .ngg-gallerytitle {
	display: none;
}

#press .ngg-galleryoverview {
	width: 450px;
	float: right;
}

#press a {
	color: white;
	background: #999;
	padding: 2px;
	text-decoration: none;
}

#press a:hover {
	color: #999;
	background: white;
}

#press .ngg-galleryoverview {
        height: 1800px; /* temporary fix */
}

#press .ngg-galleryoverview a {
	background: white;
	padding: 0;
} 

#press .ngg-navigation a {
        color: black !important; /* temporary fix */
}