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

html,body {
	height:100%;
}	

body {
	
	background-repeat:no-repeat;
	background-position:bottom left;
	background-attachment:fixed;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

a:active, a:focus {
	outline:none;
}

@font-face {
	font-family: 'TrajanPro';
	src: url('fonts/trajanpro-regular-webfont.eot');
	src: local('Trajan Pro'), local('TrajanPro-Regular'), url('fonts/trajanpro-regular-webfont.woff') format('woff'), url('fonts/trajanpro-regular-webfont.ttf') format('truetype'), url('fonts/trajanpro-regular-webfont.svg#webfontfNhVrlDn') format('svg');
	font-weight: normal;
	font-style: normal;
}

div.rightpics {
	width:300px;
	float:right;
	padding-left:10px;
	margin-left:10px;
}

#content #network {
	display:block;
	width:100%;
	padding-top:10px;
	margin-bottom:10px;
	clear:both;	
	height:45px;
}

#content a.twitter {
	display:block;
	border:0px;
	background-image:url(images/twitter.png);
	width:30px;
	height:32px;
	cursor:pointer;	margin-right:6px;
	float:left;
}


#content a.facebook {
	display:block;
	border:0px;
	float:left;
	background-image:url(images/facebook.png);
	width:30px;
	height:32px;
	cursor:pointer;	
}

div.leftpics {
	width:209px;
	float:left;
	padding-right:10px;
	margin-right:10px;
}

div.leftpics img {
	width:201px;
}


div.rightpics img {
	padding: 4px;
	margin: 0 20px 20px 0;
	display: inline;
	background-color:#FFFFFF;
	border:1px solid #d0d1cb;
	clear:both;
}

div.rightpics img {
	clear:both;
}

#header {
	background-image:url(images/header-bg.png);
	background-repeat:repeat-x;
	width:960px;
	height:	60px;
}

#header h1 {
	font-family: 'TrajanPro';
	font-size:24px;
	padding-bottom:0px;
	font-weight:normal;
	height:30px;
	margin:0px 0px 0px 0px;
	padding-left:10px;
	position:relative;
	top:6px;
}	

#header h2 {
	border-bottom:1px dotted #90a09f;
	padding-bottom:10px;
	font-family: 'TrajanPro';
	font-size:18px;
	margin:0px;
	font-weight:normal;
	color:#7d9692;
	text-shadow:1px 1px #FFF;	
	padding-left:10px;
}

#header span {
	float:right;
	font-weight:normal;
	text-align:right;
	position:relative;
	margin-top:7px;
	padding-right:10px;
	font-size:14px;
	clear:right;
}

#header h1 span a {
	float:none;
}

#header h1 a {
	color:#6e7877;
	text-decoration:none;
	text-shadow:1px 1px #FFF;
	float:left;
}

#header ul {
	margin:0px;
	list-style:none;
	text-align:left;
	display:block;
	clear:both;
	height:25px;	
	border-bottom:1px dotted #90a09f;	
	padding:0px;
}

#header ul li {
	padding:0px;
	margin:0px;

	display:inline;
	border-left:1px dotted #efefef;
	border-right:1px dotted #CCCCCC;
	float:left;
}

#header ul li a {
	color:#6b6b6b;
	text-transform:uppercase;
	font-size:11px;
	display:block;
	height:19px;	
	float:left;
	padding-top:6px;
	padding-left:13px;
	padding-right:13px;
	text-decoration:none;
}

#header ul li a:hover {
	background-color:#f7f7f7;
}	

#header ul li.current_page_item a {
	color:#303030;
	background-color:#f0f0f0;
}

#container {
	width:960px;
	margin:80px auto 0px auto;
}

#content {
	font-size:12px;
	clear:both;
	line-height:1.6em;
	padding-top:25px;
}

#content.wide {
	width:935px;
	padding-left:15px;
	padding-right:10px;
}

#content.portfolio {
	width:960px;
}

.newsentry {
	border-bottom:1px dotted #CCCCCC;
	padding-bottom:10px;
	margin-bottom:15px;
}

#content.short {
	width:705px;
	float:left;
	border-right:1px dotted #90a09f;	
	padding-left:15px;
	padding-right:25px;
	padding-bottom:10px;
}

#sidebar {
	width:185px;
	float:right;
	padding-top:25px;
	padding-left:15px;
	padding-bottom:20px;
}

#sidebar h2 {
	font-weight:normal;
	text-transform:uppercase;
	font-size:18px;
	font-family: 'TrajanPro';
	color: #666666;
	background-image:url(images/header-arrow.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	background-position:0px 8px;
	margin-bottom:0px;
	
}

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

#sidebar ul li ul {
	margin-left:21px;
	font-size:11px;
	text-transform:uppercase;
}

#sidebar ul li ul li {
	background-image:url(images/sidebar-list.gif);
	background-repeat:no-repeat;
	padding-left:10px;
	background-position:0px 5px;
}

#sidebar ul li a { 
	text-decoration:none;
	color:#666666;
}	

#sidebar ul li a:hover { 
	color:#999999;
}

#content a {
	color:#649b90;
	text-decoration:none;
	border-bottom:1px dotted #649b90;
}

#content h2 {
	font-weight:normal;
	font-family: 'TrajanPro';	
	color:#666666;
	font-size:18px;
}

#content h2 a {
	text-decoration:none;
	border:0px;
	margin-bottom:0px;
}

#content.short h2 {
	margin-bottom:0px;
}

hr {
	clear:both;
	height:200px;
}

#content h4 {
	font-family: 'TrajanPro';	
	font-weight:normal;
	font-size:15px;
}

#footer  {
	border-top:1px dotted #90a09f;
	padding-top:10px;
	font-size:11px;
	clear:both;
	color:#8f9d9b;
}

#footer p {
	margin:0px;
}

#footer a {
	color:#666666;
	border-bottom:1px dotted #666666;
	text-decoration:none;
}

#footer span {
	padding-left:15px;
	padding-right:15px;	
}

#portfolio {
	background-image:url(images/slideshow-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#f4f4e8;
	padding-top:20px;
	position:relative;
}

#thumbs a {
	border-bottom:0px;
}


.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

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

p.postmetadata {
	clear: both;
	background-color:#f4f4e8;
	padding:10px;
	font-size:11px;
}

#content a.more-link {
	padding:3px;
	border:1px solid #e1e1e1;
	background-color:#f4f4f4;
	font-size:11px;
	text-transform:uppercase;
	font-family: 'TrajanPro';
}

#content p.postmetadata a {
	color:#999999;
	border-bottom:0px;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 20px 20px;
	display: inline;
	background-color:#FFFFFF;
	border:1px solid #d0d1cb;
	}

img.alignleft {
	padding: 4px;
	margin: 0 20px 20px 0;
	display: inline;
	background-color:#FFFFFF;
	border:1px solid #d0d1cb;
	
	}

img.alignnone {
	padding: 4px;
	margin: 0 20px 20px 0;
	background-color:#FFFFFF;
	border:1px solid #d0d1cb;
	
	}

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

/* End Entry Lists */



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

#sidebar #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 {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* 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;
	color:#34528f;
	border-left: 5px solid #34528f;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}


/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "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." */
div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */

	float: right;
	width: 804px; 
}

div#thumbs {
height:457px;	
	width:130px;
	padding-top:35px;
	text-align:center;
	margin-left:0px;
	position:relative;
	
}

div#thumbs a {
	margin:0px auto 0px auto;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
/* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('css/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 804px; 
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
#content div.slideshow a.advance-link {
	display: block;
	width: 735px; 
	/* This should be set to be at least the height of the largest image in the slideshow */
	 /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
	background-color:#FFFFFF;
	border:1px solid #d0d1cb;
	padding:22px;
	text-align:center;
	position:relative;
	margin-left:0px;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	margin:0px auto 0px auto;
}
div.download {
	float: right;
}
div.caption-container {

}
span.image-caption {
	display: block;
	position: absolute;
	width: 550px;
}
div.caption {
	padding: 12px;
	position:absolute;

	bottom:0px;
	display:none;
	
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */

}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}

ul.thumbs li {
	padding: 0;
	text-align:center;
	margin: 5px auto 9px auto;
	list-style: none;
	position:relative;
}

ul.thumbs li a.thumb img {
	margin:0px auto 0px auto;
	text-align:center;
}


a.thumb {
	background:#f4f4e8;
	padding:4px;
	text-align:center;
	display: block;
}


ul.thumbs {
	margin-top:8px;
}

ul.thumbs li a.thumb img {
	padding:4px;
	position:relative;
	width:inherit;
	text-align:center;
}

ul.thumbs li.selected a.thumb img {
	background:#FFFFFF;
	padding:4px;
	position:relative;
	width:inherit;
	text-align:center;
}

a.thumb:focus {
	outline: none;
}

ul.thumbs img {
	border: none;
	display: block;
}

div.pagination {
	clear: both;
	text-align:center;
}


div.navigation div.bottom a {
	float:left;
}


div.navigation {
	background-color:#f4f4e8;
}

div.navigation div.bottom {
	font-size:55px;
	height:50px;
	position:absolute;
	width:100%;
	background-color:#f4f4e8;
	text-align:center;
	bottom:0px;
}

div.navigation div.bottom a.toparrows {
	background-image:url(images/page-back.gif);
	display:block;
	width:31px;
	height:29px;
	position:absolute;
	top:-490px;
	left:63px;
	background-position:0px 0px;
	background-repeat:no-repeat;
}

div.navigation div.bottom a.toparrows:hover {
	background-position:0px -29px;
}


div.navigation div.bottom a.bottomarrows {
	background-image:url(images/page-forward.gif);
	display:block;
	width:31px;
	height:29px;
	background-position:0px -29px;
	background-repeat:no-repeat;
	position:absolute;
	top:10px;
	left:63px;	
}

div.navigation div.bottom a.bottomarrows:hover {
	background-position:0px 0px;
}

div.navigation div.bottom a {
	display: block;
	margin:0px auto;	
	padding-left:3px;
	padding-right:3px;
}

div.navigation div.bottom a.noarrows {
	display:none;
}

div.navigation div.bottom a:hover {
	display: block;

}

div.pagination a:hover {
	text-decoration: none;
}

a.noarrows {
	display:none
}

div.pagination span.current {
	font-weight: bold;
	color:#000000;
	display:none;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

