/*
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
Text Domain: kubrick

	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 */
body {
	margin:0;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	min-width:1000px;
	background: #fff;
	line-height: 17px;
}

#page {
	width:850px;
	margin:0 auto;
	}

#header {
	border-bottom:5px solid black;
	margin-top:25px;
	height:35px;
	margin-bottom:25px;
	}

#content {
	float:left;
	width:600px;
	}

.thread-alt {
	
}
.thread-even {
	
}



small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.sticky {
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}
	
h2 {
		margin:0;
		font-size:16px;
		padding:0 0 5px 0;
		}

.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;
	background:none !important;
	padding: 2px;
	}


.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;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

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

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

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

a, a:visited {
	color: #333;
	text-decoration: none;
	}

a:hover {
	color: #000;
	}

#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 */
body {
	margin: 0 0 0 0;
	padding: 0;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}



#footer {
	margin:25px auto 0 auto;
	clear:both;
	font-size:11px;
	width:100%;
	
	height:150px;
	color:#444;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	}
	
	#footercontent {
		width: 860px;
		margin:0 auto;
		padding:25px;
	}
	
	#footercontent a,
	#footercontent a:visited {
		color:#444;
		text-decoration:underline;
	}	
	
	#footercontent a:hover,
	#footercontent a:visited:hover {
		color:#444;
		text-decoration:none;
	}

#footer p {
	margin: 0 auto;
	padding:20px 0;
	text-align:left;
	}
/* End Structure */

/* HEADER */

#topheader {
			width:350px;
			float:left;
		}
			
			#topheader h1 {
			font-family:Arial, Helvetica, sans-serif;
			text-transform:uppercase;
			font-size:20px;
			line-height:30px;
			margin:0;
			padding:0;
			color:#222;
			text-shadow:white 0px 1px
			
			}
			
			#topheader h1 span {
			color:#666;
			font-style:italic;
			font-family: "Times New Roman", Times, serif;
			font-weight:normal;
			text-transform:lowercase;
			font-size:20px;
			vertical-align:top;
			}
			
						
			.slash {
			font-style:italic;
			font-family: "Times New Roman", Times, serif;
			font-weight:normal;
			text-transform:lowercase;
			font-size:20px;
			vertical-align:top;
			padding:0 2px;
			}
		
		#topmenu {
		float:right;
		width:500px;
		text-align:right;
		line-height:30px;
		}
		
			#topmenu ul {
			margin:0;
			padding:0;
			float:right;
			white-space: nowrap;
			}
			
			#topmenu  li {
			display:block;
			float:left;
			list-style-type: none;
			height:30px;
			text-align:center;
			margin-left:5px;
			font-size:14px;
			}
			
			#topmenu li a,
			#topmenu li a:visited{
			color:#222;
			text-decoration:none;
			padding:3px 5px;
			font-weight:bold;
			}
			
			#topmenu li a:hover,
			#topmenu li a:visited:hover,
			#topmenu li.current_page_item a
			 {
			background: #222;
			color:white;
			-moz-border-radius: 3px; 
			-webkit-border-radius: 3px;
			
			}
			
			
/* END HEADER */

/* FORSIDE */
#contentforside {
	width:850px;
}

#contentforside h4 {
			font-family:Arial, Helvetica, sans-serif;
			text-transform:uppercase;
			font-size:20px;
			line-height:30px;
			margin:0;
			padding:0;
			color:#222;
			font-weight:normal;
}
#contentforside h4 span {
	font-weight:bold;}
	
	
#contentforside h4 b {
	font-weight:bold;
	font-size:45px;
	line-height:45px;
	font-style:italic;}


.featured_work {
	background:center center no-repeat;
	margin:50px 0;
	width:850px;
	height:75px;
	-moz-border-radius:15px; -webkit-border-radius:15px;
	padding-top:175px;
	}
	
.featured_work .title {
	background-color:#000;
	color:#fff;
	font-style:italic;
	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
	text-transform:uppercase;
	font-size:14px;
	width:200px;
	display:block;
	padding:10px 10px;
	-moz-border-radius-topright:15px; -webkit-border-top-right-radius:15px;
	-moz-border-radius-bottomright:15px; -webkit-border-bottom-right-radius:15px;
}

	.featured_work .title a,
	.featured_work .title a:visited {
	color:#444;
	padding-left:10px;
	font-style:normal;
	}
	
	.featured_work .title a:hover,
	.featured_work .title a:visited:hover {
	color:#333;
	}
	
	#nyesteblog {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	font-size:14px;
	clear:both;
	margin:10px 0 20px 0;
	}
	
	.spalte {
	width:211px;
	float:left;
	border-right:solid #e2e2e2 1px;
	border-left:solid #e2e2e2	1px;
	margin-left:-1px;
	height:120px !important
	}
	
		.spalte .postcontainer {
			padding:0 10px;
		}
		
		.spalte .postcontainer .metatitle h2 {
			text-transform:uppercase;
			font-size:13px;
		}
		
		.spalte .postcontainer .metadate {
			font-size:11px;
			color:#666;
		}
		
		.spalte .postcontainer .metapost {
			float:right;
			text-decoration:none;
		}
		
		.spalte .postcontainer .post {
			float:right;
			margin:0;
			font-style:normal;
		}
	
	.portfoliospalte {
	width:208px;
	margin:0 2px 0 2px;
	margin-top:10px;
	float:left;
	height:100px !important
	}
	
		.portfoliospalte .porttitle {
			padding:0;
			margin:15px 0 0 0;
			width:120px;
		}
		
		.portfoliospalte .porttitle h2 {
			text-transform:uppercase;
			background-color:#fff;
			font-size:13px;
			padding:2px;
		}
	
/* CONTENT */

	#content .postcontainer {
		margin-bottom:25px;
		}
		
		#content .metatitle h2 {
		margin:0;
		font-size:16px;
		padding:0 0 5px 0;
		border-bottom:2px solid #000
		}
		
			#content .metatitle h2 a,
			#content .metatitle h2 a:visited {
				color:#333;
				text-decoration:none;
				text-shadow:white 0px 1px
			}
			
			#content .metatitle h2 a:hover,
			#content .metatitle h2 a:visited:hover {
				color:#000;
				text-decoration:none;
			}
			
		
		
		#content .metadate {
		margin:0;
		color:#666;
		font-size:11px;
		padding:4px 0;
		text-align:right;
		}
		
		#postcontainer .post a,
		#postcontainer .post a:visited {
		color:#000;
		padding:0;
		text-decoration:none;
		border-bottom:1px solid red;
		}
		
		#postcontainer .post a:hover,
		#postcontainer .post a:visited:hover {
		color:red;
		}
				
		#content .metapost {
		margin:0;
		color:#666;
		font-size:12px;
		padding:4px 0;
		text-align:left;
		text-decoration:none;
		line-height:150%;
		}
		
		#content .metapost span {
		text-align:right;
		float:right;
		}
				
		.metapost a,
		.metapost a:visited {
		background-color:#999;
		color:#fff;
		padding:2px 4px;
		text-decoration:none;
		-moz-border-radius: 3px; 
		-webkit-border-radius: 3px;
		text-decoration:none;
		}
		
		.metapost a:hover,
		.metapost a:visited:hover {
		background-color:#6f6f6f;
		color:#fff;
		padding:2px 4px;
		text-decoration:none;
		-moz-border-radius: 3px; 
		-webkit-border-radius: 3px;
		text-decoration:none;
		}
		
		.metapost span a,
		.metapost span a:visited {
		color:#888;
		background:none;
		padding:2px 4px;
		margin-left:5px;
		text-decoration:none;
		}
		
		.metapost span a:hover,
		.metapost span a:visited:hover {
		background:none;
		color:#222;
		}
	
		#contentportfolio img {
			margin-bottom:15px;
			padding-bottom:10px;
			background:url(shadow_850.png) no-repeat center bottom;
		}
		
			#content .post img,
			#content .post object{
			margin-bottom:25px;
			padding-bottom:10px;
			background:url(shadow_600.png) no-repeat center bottom;
			width:600px;
		}
		

		
/* END CONTENT */



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

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

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

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li, #sidebar li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* 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;
	
	list-style: none;

	}
.commentlist li ul li { 
}

.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 Sidebar */
#sidebarcontainer
{
	float:right;
	width:230px;
	}

		#sidebar {
		padding:0 0 0 10px;
		}
		
			#sidebar h2 {
			margin:0;
			font-size:14px;
			padding:0 0 5px 0;
			border-bottom:2px solid #000;
			text-shadow:white 0px 1px
			}
		#sidebar a,
		#sidebar a:visited {
		
		}
		
		#sidebar a:hover,
		#sidebar a:visited:hover {
		
		}
/* End Sidebar */



/* 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: 0 auto;
	width:400px;
	font-size:12px;
	font-style:italic;
	line-height: 14px;
	border-left:4px solid #fc9797;
	padding:2px 10px;
	}
	
	blockquote span {
	width:400px;
	text-align:right;
	color:#000;
	font-size:11px;
	font-style:normal;
	right:0;
	display:block;
	}
	
	

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;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	clear:both;
	}
/* 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 */
#sidebar ul li {margin:2px 0; }
#sidebar ul li a {
	padding:2px 4px;
	display:block;
	width:223px;
	margin:0;
	margin-left:-10px;
	text-indent:5px;
	}
	
#sidebar ul li a:hover, 
.current-cat a {
	background: #222;
		color:#fff;
	-moz-border-radius-topleft:15px; -webkit-border-top-left-radius:15px;
	-moz-border-radius-bottomleft:15px; -webkit-border-bottom-left-radius:15px;
	}
	
.twitter-message { color:#666; }

.flickr { float:left; margin:0 20px 20px 0; }

a.twitter-link,
a.twitter-link:visited  {
	color:#444;
	}
	
a.twitter-link:hover,
a.twitter-link:visited:hover {
	text-decoration:none;
	color:#000;
	}
	
#sidebar ul#tags a { color:green; }

#content .lifestream img, 
#content .lifestream a img,
#content .lifestream a:visited img,
#content .sociable ul li a,
#content .sociable ul li a:visited,	
#content .sociable ul li img,
#content .sociable ul li a img,
#content .sociable ul li a:visited img{ 
	width:16px;
	background:none;
	padding:0;
	margin:0;
	border:none;
	}	


	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:850px;
		overflow:hidden; 
		}
	span#prevBtn{}
	span#nextBtn{
		float:right;}	

/* AWESOME BUTTOMS */

/* set an awesome color for the buttons */
button.awesome, 
input.awesome, 
a.button.awesome {
  background-color: #111;
}
/* Touch the rest at your onw risk. */
button.awesome,
input.awesome,
a.button.awesome { 

  font: inherit;
  background-repeat: repeat-x; 
  color: #fff;
  text-decoration: none; 
  position: relative; 
  cursor: pointer; 
  border: 0; 
  font-style: normal; 
  font-weight: bold; 
  line-height: 1; 
  
  padding: 5px 10px 6px;
  font-size: 13px;
  
  /* IE only stuff */
  border-bottom: 1px solid transparent\9;
  
  
  /* not all browser support these, but who cares? */
  text-shadow: 0 -1px 1px rgba(0,0,0,0.25), -2px 0 1px rgba(0,0,0,0.25); 
  border-radius: 5px; 
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5); 
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
  
  /* one image for all states 
     see http://www.alistapart.com/articles/sprites */
  background-image: url(awesome-overlay-sprite.png);
  background-position: 0 0;
  
  /* cross browser inline block hack 
     see http://blog.mozilla.com/webdev/2009/02/20/cross-browser-inline-block/ */
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *display: inline !important;
  position: relative;
  
  /* help IE to calm down a bit */
  zoom: 1;
  
  /*disable text selection (Firefox only)*/
  -moz-user-select: none;
}
/* hide selection background color */
.awesome::selection {
	background: transparent;
}

button.awesome:hover,
input.awesome:hover,
a.button.awesome:hover {
  background-position: 0 -50px; 
  color: #fff;
}
button.awesome:active,
input.awesome:active,
a.button.awesome:active	{ 
  background-position: 0 100%; 
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.7); 
  /* unfortunately, Safari seems not to support inset yet */
  -webkit-box-shadow: none;
  
  /* IE only stuff */
  border-bottom: 0\9;
  border-top: 1px solid #666\9;
}

button.awesome.small,         input.awesome.small,          a.button.awesome.small 	        { padding: 4px 7px 5px; font-size: 10px; }
button.awesome.small:active,  input.awesome.small:active,   a.button.awesome.small:active	  { padding: 5px 7px 4px; }
button.awesome.medium,        input.awesome.medium,         a.button.awesome.medium         { /* default */ }
button.awesome.medium:active, input.awesome.medium:active,  a.button.awesome.medium:active	{ padding: 6px 10px 5px; }
button.awesome.large,         input.awesome.large,          a.button.awesome.large 	        { padding: 8px 14px 9px; font-size: 14px; }
button.awesome.large:active,  input.awesome.large:active,   a.button.awesome.large:active	  { padding: 9px 14px 8px; }




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