/*
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

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}








html {border:0; margin:0; padding:0;}
/* Begin Typography & Colors */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	background: #d5d6d7 url('images/background.png');
	color: #333;
	text-align: center;
	}

.page {
	border: none;
	text-align: left;
	}
	
.page { background: url("images/contentbg.png") repeat-y top; }

#header {
	background-image:url(images/headimg.png);
	}

#headerimg 	{
	margin: 7px 9px 0;

}

#headerimg img {margin:0 0 0 53px;}

#content {
	font-size:13px;
	}


.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.7em;
	position:relative;
	}

.widecolumn {
	line-height: 1.6em;
	width:500px;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.thread-alt {
	background-color: #f2f1e6;
}
.thread-even {
	background-color: #f2f1e6;
}

.even, .alt {
	border-bottom: 1px solid #e1e1d7;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:12px;
	line-height: 1.5em;
	position:relative;
	}

h1, h2, h3 {
	font-weight: bold;
	font-size:22px;
	}

h1 {
	font-size:32px;
	font-weight:bold;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: left;
	color:#a3a39b;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: Arial, Sans-Serif;
	font-size: 1.2em;
	}

#sidebar a {color:#9E1333 !important;}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg {
	text-decoration: none;
	color:#111111;
	margin:0 0 0 53px;
	text-align: left;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #9e1333;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size:13px;
	font-family:Arial, Helvetica, 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:16px;
	color:#9e1333;
	}

.commentlist p {
	line-height: 1.6em;
	text-transform: none;
	font-style:italic;
	color:#222222; font-size:13px; line-height:20px;
	}

#commentform p {
	font-family: Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	color:#706f6d;
	font-size:11px;
	}

#respond h3 {color:#3f3f3f; font-size:14px; font-weight:bold; line-height:16px;}

#sidebar {
	font: 1em Arial, Sans-Serif;
	}

small.label {
	width:100px;
	float:left;
	font-weight:bold;
	margin:5px 0 0 0;}

code {
	font: 1.1em Arial, Sans-Serif;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}



a, h2 a:hover, h3 a:hover {
	color: #9e1333;
	text-decoration: none;
	}

a:hover {
	color: #9e1333;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin:0;
	padding: 0;
	}

.page {
	margin: auto;
	padding: 0;
	width: 902px;
	}

#header {
	padding: 0;
	height: 147px;
	width: 902px;
	margin:0 0 10px 0;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 53px;
	margin: 0px 0 0;
	width: 500px;
	}

.widecolumn {
	padding: 0 0 20px 0;
	margin: 5px 0 0 150px;
	width: 500px;
	}

.post {
	margin: 0 0 -20px;
	}

.post hr {
	display: block;
	}

.narrowcolumn {
	padding-top:2px;
	}

.widecolumn  {
	margin:0 0 0 53px;
	float:left;
	}

.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;background:url(images/commentbarbg.gif);height:67px;font-size:11px;padding:22px 0 0 0;position:relative;}
.postmetadata span {position:absolute;right:0px;}
.postmetadata a {font-weight:bold;}

.singlepostmetadata {clear:both;background:url(images/comment.gif);height:32px;font-size:11px;padding:5px 0 1px 0;position:relative;}
.singlepostmetadata span {position:absolute;right:0px;}
.singlepostmetadata a {font-weight:bold;}

.submitButton {background:url(images/submit.png) scroll 0 0;display:block;width:52px;height:18px;text-indent:-10000px;}
.submitButton:hover {background:url(images/submit.png) scroll 0 -18px;}

.entry p img {border:3px solid #e5e4da;}

.share {float:left;}

.clear {
	clear: both;
}

#footer {
	height:71px;
	margin: 0 auto;
	clear: both;
	margin-top:20px;
}
	
#footer #img {padding-left:30px; position:absolute;}
	
#delete {position:absolute; margin:15px 0 0 845px;}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	margin:20px 0 0 0;
	padding:0;
	}

h2 {
	margin: 6px 0 19px -1px;
	color:#9e1333;
	line-height:25px;
	}
	
h2 a {line-height:25px;}
/*a.h2link { color:#9e1333; font-size:11px; font-weight:bold;text-transform:uppercase; }*/
h2.pagetitle {
	margin: 0 0 0 2px;
}

#sidebar h2, #sidebar h2 a {
	margin: 5px 0 0;
	padding: 0;
	color:#9e1333; font-size:11px; font-weight:bold;text-transform:uppercase;
	}

	
#sidebarTags a {color:#777777 !important;}

h3 {
	padding: 0;
	margin: 5px 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 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: 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: 7px 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 {
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width:384px;
	padding: 2px;
	border:1px solid #cecec4;
	}
#commentform textarea {

	}


#author {border:1px solid #cecec4;}
#url {border:1px solid #cecec4;}
#email {border:1px solid #cecec4;}
#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;
	margin:0 0 0 0;;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 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;
	
	}
	
.commentmetadata a {color:#444444; font-size:11px; line-height:19px;}
/* End Comments */



/* Begin Sidebar */
#sidebar{padding: 1px 0 10px 0;margin-left: 588px;width: 266px;}
#sidebar form {margin: 0;}
#sidebar .hr {background:url(images/devider2.png);height:4px;margin:5px 0 13px 0;}
#sidebar .hr2 {background:url(images/devider.png);height:1px;margin:5px 0 5px 0;}
#sidebar .about {font-weight:normal !important;}
#sidebar .about strong {font-weight:bold;}
#sidebar .about h2 {margin:10px 0 10px 0;}
#sidebar .about h3 {font-size:14px;margin:0 0 0 0; color:#000;}
#sidebar .about h4 {font-size:13px;margin:0 0 0 0; color:#000; font-weight:normal;}
#sidebar .about h5 {font-size:11px;margin:10px 0 0 0; color:#000;}
#sidebar .about p {font-size:13px;margin:10px 0 0 0;font-style:italic !important;line-height:1.5em;}

#sidebar .links {font-size:12px;margin:10px 0 0 0;font-weight:normal;;line-height:1.5em;}
#sidebar .links h2 {margin:10px 0 10px 0;}

#sidebar .links ul {margin:0;padding:0;}
#sidebar .links ul li {margin:0 0 3px 0;padding:0;}


#sidebar #rss {margin:5px 0 5px -1px;font-size:12px;}
#sidebar #rss img {vertical-align:middle;}

#sidebar .linkedin {margin:7px 0 0 0;font-size:12px;}
#sidebar .linkedin img {vertical-align:top;}

/* 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;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	position:relative;
	}
/* 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;
}

.glossary-rollover {color:#da4c19; display:inline;}
.glossary-rollover .glossary-rollover .glossaryLink {color:#fff !important; font-weight:normal !important;}
.glossaryLink {font-weight:bold;}
.glossary-def {position:absolute; background:#a9304a url(images/triangle.png) top left; color:#fff; margin:34px 0 0 -35px; width:280px; display:none; line-height:16px; font-size:11px; padding:7px 7px; z-index:10;}
.glossary-def .redArrow {position:absolute; margin:-20px 0 0 0; border:none;}
.glossary-def .question {position:absolute; margin:-5px 0 0 -17px; border:none;}

.entry h2.term {color:#9e1333; font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:22px; line-height:25px;}
.entry .backGlossary {margin-top:35px; border-bottom:#e1e1d7 solid 1px; padding-bottom:15px;}
.entry .backGlossary a:visited, .entry .backGlossary a  {font-size:12px; color:#222222;}
.entry .backGlossary a:hover {text-decoration:none;}
.entry .backGlossary img {padding:0 5px 2px 0; border:none;}
.entry a.term,.entry a.term:visited {color:#da4c19;}
#glossaryExtract {padding-bottom:15px; border-bottom:#e1e1d7 solid 1px; line-height:20px; margin-bottom:15px;}
#glossaryExtract p {margin:0; padding:0;}
.glossaryBlock {float:left; width:165px;}
.entry .clear {clear:both;}
.glossaryBreak {border-bottom:#e1e1d7 solid 1px; padding-top:15px; margin-bottom:15px;}

#teqtonic {position:absolute; width:280px; height:120px; margin-left:573px; top:0px; background: url(images/logobutton.gif); background-position: 0px 0px;}
#teqtonic:hover {background-position: 0px 120px;}
#teqtonic a {display:block; width:280px; height:120px; text-indent:-5000px; overflow:hidden;}

.entryContent img {display:inline !important;}
.entry img {display:inline !important;}

.theTags {float:left; width:375px; position:relative; bottom:4px; line-height:12px !important;}

#collapsible-archive {font-size:13px; color:#777; font-weight:bold;}
#collapsible-archive a {font-size:13px; color:#222 !important; font-weight:bold;}
#collapsible-archive ul li ul li ul a {font-size:12px; font-weight:normal;}
#collapsible-archive li span {color:#bbbbbb; margin-right:3px; text-decoration:none !important;}

#teqBlog {position:relative; right:2px;}

#rss a {color:#444 !important; font-size:12px;}
#recentPosts {margin-bottom:20px !important;}
#recentPosts a {color:#222 !important; font-weight:bold; font-size:12px; line-height:15px;}
#recentPosts li {color:#9e9e9b;list-style:disc inside !important;}