/*
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 */

a {
	text-decoration: none
}

p, body, div {
	margin: 0px;
	padding: 0px;
}

.graytext {
	color: #515151;
	font-size: 16px;
	line-height: 22px;
}

#content a {
	color: #717171;
	}

#content a:hover {
	color: #006bb7;
	}

body {
	font-family: Arial, Helvetica, Helvetica Neue, sans-serif;
	background: #000000 url('/site/images/bg.jpg') no-repeat top center;
	color: #515151;
	text-align: left;
	}

#page {
	text-align: left;
	}

#content .philosophy {
	font-family: Arial, Helvetica, Helvetica Neue, sans-serif;
	font-size: 24px;
	line-height: 38px;
	color: #919191;
	}

.small {
	font-size: 10px;
	line-height: 15px;
	color: #808080;
	text-transform: uppercase
	}

.thumb {
	border: 1px solid #2e2e2e;
	}

a .thumb:hover {
	border: 1px solid #aeaeae;
	}

.title {
	font-family: Arial, Helvetica, Helvetica Neue, sans-serif;
	font-size: 16px;
	color: #f1f1f1;
	}

.text {
	color: #999999;
	font-size: 12px;
	line-height: 16px;
	}

.red {
	color: #f15c30;
	}

.blue {
	color: #006bb7;
	}

h1, h2, h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	}

/* End Typography & Colors */


/* Begin Navigation */
.gap {
	margin-right: 67px;
	}

#sidebar span {
	display: inline-block;
	}

#sidebar a {
	font-size: 20px;
	font-family: 'Franklin Gothic Book', 'Franklin Gothic', Arial, sans-serif;
	color: #5d5d5d;
	margin-right:40px;
	}

#sidebar a:hover, #sidebar #current, #sidebar #current a {
	color: #006bb7;
	}

#sidebar a:active {
	color: #ffffff;
	}

/* End Navigation */



/* Begin Structure */
body {
	margin: 0px;
	padding: 0;
	}

#page {
	width:808px;
	overflow: visible;
	margin: 20px auto 0px auto;
	padding: 0 -10px 0 0;
	}

#header {
	margin: 17px 0px 0px 0px;
	padding: 0;
	}

#sidebar {
	border-bottom: 1px dotted #3d3d3d;
}

#content {
	margin: 30px 0px;
	}

#content span #partner {
	width: 240px;
	display: inline-block;
	vertical-align: top;
	line-height:22px;
	}

#footer {
	border-top: 1px dotted #3d3d3d;
	padding: 0px;
	}

#footer span {
	display: inline-block;
	vertical-align: top;
	width: 150px;
	height: 100px;
	font-size: 10px;
	line-height:14px;
	color: #515151;
	}


#footer a {
	color: #515151;
	}

#footer h3, #footer h3 a, .accent {
	font-size: 11px;
	color: #7d7d7d;
	font-weight: normal;
	text-decoration: underline;
	}

#footer a:hover {
	color: #006bb7;
}

/* End Structure */
