@charset "UTF-8";
/* CSS Document */

/*
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 */

body {
	font-family: Lucida Console, Monaco, monospace;
	font-size: 12px;
	color: #000;
	line-height: 18px;
/*
	font-size: 13px;  Resets 1em to 10px
	font-family: 'Helvetica', Arial, Sans-Serif;
	line-height: 19px;
	background-image: url(/images/bg.gif);
	color: #333333; */
	background-color: #f4f4f4;
	
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}


a:link, a:visited {
	font-family: Lucida Console, Monaco, monospace;
	color: #333;
	background-color: #DFDFDF;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #CCC;
	background-color: #000;
}
/*
a:active {
	text-decoration: none;
} */


#apDiv1 {
	position:fixed;
	width:135px;
	z-index:1;
	visibility: visible;
	float: right;
	top: 22px;
	right: 22px;
	text-align: right;
}
/*
#apDiv1 {
	position:fixed;
	left:0px;
	top:17px;
	width:980px;
	height:74px;
	z-index:1;
} */
#apDiv2 {
	position:absolute;
	left:9px;
	top:20px;
	width:480px;
}

.topDV {
	position: relative;
	margin-top: 71px;
	margin-right: auto;
	margin-bottom: 26px;
	top: 0px;
	margin-left: 14px;
}

.HeaderDV {
	font-family: 'Helvetica', sans-serif;
	position: relative;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 1px;
	font-size: 26px;
	color: #CCC;
	background-color: #111;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.navTop {
	width: 125px;
	position: relative;
	text-align: left;
	height: 43px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-color: #191c1f;
	bottom: 1px;
	padding-top: 4px;
}

.navTop a {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	background-color: transparent;
	line-height: 14px;
	color: #FFF;
}

.navTop a:hover {
	color: #999;
}

h2 {
	font-size: 26px;
	line-height: 26px;
	color: #333;
	font-weight: normal;
	background-color: #000;
}

.entry {
	width: 620px;

}

.post {
	margin: 0 0 40px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dedede;
	border-right-color: #dedede;
	border-bottom-color: #dedede;
	border-left-color: #dedede;
	width:925px;
	}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
}

.narrowcolumn {
	float: left;
	padding: 0 0 14px 14px;
	margin: 0px 0 0;
	width: 980px;
}

.narrowcolumn .postmetadata {
	font-size: 10px;
        text-align: left;
}

.narrowcolumn .postmetadata {
	padding-top: 0px;
}

#serif {
	font-size: 11px; /* Resets 1em to 10px */
	font-family: 'Helvetica', Arial, Sans-Serif;
	color: #333;
	
}

/* SideBar */
/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */


#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#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: 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;
	}






/* 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;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 2px;
	}
/* 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;
}
