/*  
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/

	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 {
font-size: 82%;
font-family: Georgia;
	color: #555;
	text-align: center;
	}


#header {
	background: #999;
	margin: 0 0 0 0px; 
	padding: 0; 
height: 244px;
	text-align: center;
	}

#header img
{
padding: 0px;
}

#header a img
{
border: none;
}


#page {
	border: 1px solid #959596;
	text-align: left;
	}



#text-1 ul
{
  position: relative;
top: -100px;
//top: -115px;

left: -595px;
//left: -580px;
width: 600px;
text-align: left;
 padding: 0px;

}
#text-1 h2
{
  display: none;
}
#text-1 ul li
{
  padding: 0px;
  display: inline;
  list-style: none;
font-size: 1.2em;
//font-size: 12px;
  border-right: 1px solid #DDD;
}

#text-1 ul li a
{
   margin-top: 0px;
  margin-left: .4em;
  margin-right: .4em;
  padding: 0px;
  color: white;
  font-weight: bold;
  letter-spacing: 2px;
  color: white;
}

ul#links
{
  position: absolute;
  top: 0px;
  left: 0px;
width: 98%;
padding: 0px;
margin: 0px 0 0 1%;
text-align: center;
}
ul#links li
{
  font-family: Tahoma;
  padding: 0px;
  display: inline;
  list-style: none;
font-size: .9em;
letter-spacing: 3px;
}

ul#links li a
{
   margin-top: 0px;
  margin-left: .6em;
  margin-right: .6em;
  padding: 0px;
  color: #444;
}

ul#links li a:hover
{
  color: white;
}

.entry small
{
  color: #999999;
letter-spacing: 1px;
}



#footer {
	border: none;
	}

.post small
{
color: #999999;
letter-spacing: 10px;
font-size: 0.8em;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1
{
  font-size: 1.3em;
}
h2
{
 font-size: 1.2em;
}
h3
{
  font-size: 1em;
}
h4
{
  font-size: .9em;
}
h5
{
  font-size: .8em;
}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: .9em;
        font-weight: normal;
        text-align: right;
        letter-spacing: 2px;
        color: #AAA;
        border-bottom: 1px solid #DDFFFF;
	}

#sidebar a
{
  color: #66AADD;
}
h2.pagetitle {
	
font-size: 1em;
color: #AAA;
margin-top: 1em;
margin-bottom: 0px;
padding: 0px;
border-bottom: 1px solid #DDD;
font-family: Verdana, Sans;
letter-spacing: 3px;
	}

h2.post_title
{
  margin-top: 0px;
  font-size: 1em;
  line-height: 1.2em;
}


.post-body p, .post-body
{
 word-spacing: .2em;
 line-height: 1.8em;
}

.entry p a:visited {
	}

.commentlist li, #commentform input, #commentform textarea {
font-size: .85em;	
}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	}

.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;
  letter-spacing: 2px;
	}

#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 {
	color: #0099FF;
	text-decoration: none;
	}

a:hover {
	color: #0066FF;
	}

#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; 
background: #999;
	}

#page {
	margin: 0px auto;
	padding: 0;
	width: 860px;
//width: 850px;
border: none;
background: #999 url('/wp-content/themes/default/images/wrapperbg.gif') left top repeat-y;
	}
#content
{
float: left;
width: 540px;
margin-left: 45px;
}

.post {
	text-align: justify;
margin-bottom: .5em;
padding-bottom: .5em;
margin-top: .5em;
padding-top: 0em;
 word-spacing: .2em;
 line-height: 1.8em;
border-bottom: 1px solid #BBFFFF;
	}

.post hr {
	display: block;
	}


.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: left;
}

.postmetadata small
{
 letter-spacing: 1px;
}
#footer {
	padding: 0;
	margin: 0 auto;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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 ul li:before, #sidebar ul ul li:before {
	
	}

.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 {
	list-style-type: none;
	list-style-image: none;
 margin-bottom: 1em;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#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: 0px 0px .8em 0px;
	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 textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	margin-left: 620px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* 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: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: none;
	margin-top: 1em;
        font-family: Verdana, Sans;
font-size: .8em;
	margin-bottom: 5em;
	}

.navigation a
{
  color: #AAA;
}
.navigation div
{
}
.navigation .alignleft
{
 text-align: left;
padding: 2px;
width: 100%;
background: #DDFFFF;
}
.navigation .alignright
{
  text-align: right;
width: 100%;
background: #DDFFFF;
  padding: 2px;
}
.postmetadata
{
  font-family: Verdana;
  color: #999;
  font-size: .88em;
  border-bottom: 1px solid #F0F0F0;
  line-height: 1.4em;
  background: #F9F9F9;
  padding-left: 1em;
  letter-spacing: 1px;
}
.postmetadata a, #categories-1 a
{
  color: #FFAA55;
}
.postmetadata small
{
 letter-spacing: 0px;
 font-size: 1em;
}

#respond
{
 font-weight: normal;
 font-size: .85em;
 border-top: 1px solid #EEE;
 padding-top: 1em;
}
#comments
{
  color: #999;
 border-top: 1px solid #EEE;
 padding-top: 1em;
}


.post .paddedimage
{
padding: 5px;
border: 1px solid #DDD;
margin: 5px;
}



#categories-1 ul
{
  font-weight: bold;
  font-size: .7em;
  color: #DDD;
}

#categories-1 ul li ul
{
  margin-top: 0em;
  margin-left: .5em;
  font-weight: normal;
  margin-bottom: 1em;
  font-size: 1em;
}

#categories-1 ul li ul li
{
  margin-top: .3em;
  padding-top: .3em;
  margin-bottom: .3em;
padding-bottom: .3em;
  color: #AAA;
  border-bottom: 1px dotted #EEE;
}
#categories-1 ul li a
{
  font-size: 1.35em;
}

.tags
{
font-family: Verdana, Arial, Sans;
  font-size: 9px;
letter-spacing: 2px;
}


ul#tabs
{
   
   position: absolute;
  top: 160px;
  left: 17.2%;
  margin: 0px;
  padding: 0px;
  background: #DDD;
  width: 770px;
  height: 4em;
  font-size: 1.1em;
  line-height: 1.6em;
  padding-left: 10px;
}

ul#tabs li.tab
{
   float:left;
   margin: 0px;
   margin-top: .3em;
   margin-right: .1em;
}

ul#tabs li.tab a
{
  background: #BBB;
  padding: .1em .5em .1em .5em;
  color: #EEE;
}


ul#tabs li.tab a:hover
{
  background: #CCC;
  color: #888;
}

ul#tabs li.active_parent_tab a
{
   background: #AAA;
   color: white;
}

ul#tabs li.active_parent_tab a:hover
{
   background: #AAA;
   color: white;
}

ul#tabs li.parent_tab ul
{
  visibility: hidden;
}

ul#tabs li.active_parent_tab ul,
ul#tabs li.active_tab ul
{
  visibility: visible;
  position: absolute;
  left: 0px;
  top: 2.2em;
  margin: 0px;
  padding: 0px;
  font-size: .8em;
  line-height: 2em;
  background: #AAA;
  padding-top: 5px;
  padding-left: 10px;
  margin-left: 10px;
  z-index:999;
}


ul#tabs li.active_tab ul li a
{
  background: transparent;
}
ul#tabs li.active_parent_tab ul li.tab
{
   float: left;
   margin-right: 10px;
  line-height: 1.5em;
  padding-top: .4em;
  padding-bottom: .2em;
  
}

ul#tabs li.active_parent_tab ul li.active_tab
{

  font-weight: bold;
  background: white;
}


ul#tabs li.active_parent_tab ul li.active_tab a
{
  background: transparent;
  color: #444;
}

