/*
Theme Name: Sugarcube Theme
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

*/

body {
	background: white URL('images/whiteGradientB.jpg') repeat-x;
	font-family: "Lucida Grande","Helvetica","Arial";
	color: #676767;
	font-size: 12px;
	margin: 0;
	min-width: 825px;
	background-attachment: fixed;
}

.container {
	width: 926px;
	margin: 0 auto;
	position: relative;
}

#header {
	background-color: #eeeeee;
	border-bottom: 1px solid #c6c6c6;
	height: 137px;
}

#logo {
	height: 96px;
	z-index: 2;
	position: relative;
	margin-top: 40px;
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 310px;
	float: left;
}

#content {
	border-top: 2px solid #cccccc;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;

}

#article {
	margin-top: 10px;
}








#navgroup {
	display: block;
	float: right;
	margin-top: 100px;
}

#navigation {
	float: right;
}

#navigation #navleft {
	height: 39px;
	width: 20px;
	background: url("images/nav_left_white.png");
	float: left;
}

#navigation #navright {
	height: 39px;
	width: 20px;
	background: url("images/nav_right_white.png");
	float: left;
}






#navigation ul {
	background: url("images/nav_center_white.png");
	height: 39px;
	float: left;
	list-style-type: none;
	list-style-image: none;
	line-height: none;
	margin: 0;
	padding: 0;
}

#navigation ul li {
	position: relative;
	margin: 0;
	padding: 0;
	margin-right: 20px;
	font-size: 16px;
	height: 39px;
	white-space: nowrap;
	float: left;
	line-height: 39px;
}

#navigation ul li:last-child {
	margin-right: 0;
}

#navigation ul li a {
	color: #676767;
	text-decoration: none;
	line-height: 39px;
	height: 39px;
	display: block;
}

#navigation ul li a:hover {
	text-decoration: underline;
}






#navigation ul li ul {
	display: none;
}

#navigation ul li:hover ul {
	display: block;
	position: absolute;
	top: 37px;
	z-index: 4;
	background: white;
	border-left: 2px solid #a6a6a6;
	border-right: 2px solid #a6a6a6;
	border-bottom: 2px solid #a6a6a6;
	padding: 10px;
	height: auto;
}

#navigation ul li:hover ul li {
	display: list-item;
	float: none;
	margin: 0;
}

#navigation ul li:hover ul li a {
	text-decoration: none;
}

#navigation ul li:hover ul li a:hover {
	text-decoration: underline;
}










#columns {
	margin-top: 10px;
	padding: 10px;
}

#copyright {
	margin-top: 5px;
	font-size: 10px;
	color: white;
}

#images {
	position: relative;
}

.subtitle {
	position: absolute;
	z-index: 2;
	background-color: rgba(0,0,0,.5);
	color: white;
	padding: 10px;
	right: 0;	
}

#featured {
	position: absolute;
	z-index: 2;
	background-color: rgba(0,0,0,.5);
	color: white;
	width: 200px;
	padding: 10px;
	top: 0;
	bottom: 0;
	right: 0;
}

#featured a {
	color: white;
}

#footer {
	position: relative;
	padding: 10px;
	text-align: center;
	background: none;
	border-top: 2px solid #cccccc;
	font-size: 12px;
	padding-top: 20px;
}

#footer .box {
	float: left;
	width: 274px;
	margin-right: 40px;
	text-align: left;
}

#footer .last {
	margin-right: 0;
}

#columns .box {
	float: left;
	width: 274px;
	min-height: 150px;
	margin-right: 40px;
	text-align: left;
}

#columns .last {
	margin-right: 0;
}

#team tr td {
	min-height: 150px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	vertical-align: top;
}

label {
	font-size: 16px;
}

input, textarea {
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}

/* Regular test stuff */

.box h3 {
	border-bottom: 1px solid black;
	padding: 0;
}

h1,h2,h3 {
	margin: 0;
	padding: .67em 0 .67em 0;
}

h3.header {
	background-color: black;
	color: white;
	padding: 10px;
	float: left;
	font-size: 14px;
}

a {
	color: black;
}

/* Sidebar Stuff */

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

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

.widgettitle {
	padding-top: 0;
}

.entry-meta {
	display: block;
}