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

*/

#blog #middle-container { margin:0 0 0 17.3em;}

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background: #fff;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	text-align: left;
	width:98.6%;
	margin:0;
	display:block;
		}

#content {
	padding:1em 0 0 .3em!important;
	display:inline;
	width:74%!important;
	float:left;
	margin-bottom:2em;
	}

.widecolumn .entry p {
	/*font-size: 1.05em;*/
	}

.narrowcolumn .entry{
	line-height: 1.4em;
	background:url(images/postbg.jpg) repeat-x bottom; padding:1em 0 0 0; margin:0 0 -10px 0; border-bottom:1px solid #ccc;
	}
.narrowcolumn .entry p{
	padding:0 1em; 
	}
.widecolumn .entry {
	line-height: 1.4em;
	background:#fff; padding:1em; margin:0 0 -10px 0; 
	}
.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: right;
	background:#eee url(images/postmetabg.jpg) repeat-x bottom;padding:1em;
	border-top:1px solid #ddd;border-bottom:1px solid #eeee99;
	 margin-top:13px;
	}
	/*addded by H to restrict the spread of tags to the left*/
	p.postmetadata{ margin:0;}
	
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	}
.alt small{padding:0;} 

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1em;
	padding:0 0 0 15px;
	}

h1, h2, h3 {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: left;
	}

#headerimg .description {
	text-align: center;
	width:10px;
	height:1px;
	visibility:hidden;
	}

#sidebar h2 {
	font-family: Verdana, Sans-Serif;
	width:106%;
	}

h3 {
	font-size: 1.2em;
	color:#000;
	}

h1, #headerimg .description {
	
	width:580px;
	border-bottom:1px solid #ccc; padding:0 0 .2em 0; margin-bottom:2em;
	}
h1 a{text-decoration: none;
	color: black!important;
	font-size:1.3em;}
h1 a:hover{ text-decoration: underline;}

	/*h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
color: #333;
	}

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: #09c;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em , Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	padding: 2px;	
	}

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

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

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

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 12px , Verdana, Arial, Sans-Serif;
	float:right;
	width:13em;
	margin:0;
	border-bottom:1px solid #eeee99;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, strike {
	color: #060;
	list-style:disc url(images/baloon.gif);
	left:-10px;
	}

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

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

a, a:hover {
	color: #000;
	text-decoration: underline;
	}
h2 a {
	background:url(images/h2bg.gif) no-repeat top left;
	color: #069;
	text-decoration: none;
	padding:10px 15px 26px 20px;
		display:block;
	}
h3 a{
	background:url(images/h2bg.jpg) no-repeat top left;
	color: #069;
	text-decoration: none;
	font-size:.91em;
	padding:15px 15px 10px 20px;
	display:block;
	}
.widecolumn h2 {
	background:url(images/h2bg.jpg) no-repeat top left;
	color: #069;
	text-decoration: none;
	padding:15px 15px 10px 20px;
	}
a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	font-weight:BOLD;
	color: #069;
	}

#wp-calendar caption {
	font: bold .7em , Verdana, Arial, Sans-Serif;
	color:#069;
	text-align: center;
	}

#wp-calendar th {
	font-size:.3em;
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

#header {
	margin: 0 0 0 1px;
	padding: 0 0 2em 0;
	height:1px;
	display:none;
	}

#headerimg {
	width: 100%;
		}

.narrowcolumn {
	float: left;
	padding: 0 0 20px;
	margin: 0 3em 0 0;
	width: 100%;
	
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 0;
	width: 450px;
	float:left;
	}

.post {
	margin: 0 0 80px;
	text-align: left;
	}
	
.post hr {
	display: block;
	}

.widecolumn .post {
	margin:0;
	
	}

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

.widecolumn .postmetadata {
	margin: 20px 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 {
	
	padding: 0 0 20px 1em;
	margin: 0 ;
	width:240px;
	background:url(images/logo.gif) no-repeat top right;
	clear: both;
	font-size:.9em;
	color:#666;
	}

#footer p {
	margin: 0;
	padding:  0;
	text-align:center;
	font-size:.6em;
	}
#footer p a{color:#999;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	}

h2 {
	margin: 10px 0 15px 0;
	font-size:1.2em;
	}

h2.pagetitle {
	color:#005F33;
	margin-top: 10px;
	text-align: left;
	display:block;
	border-top:1px solid #ccc; padding:.5em 0 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;
	 padding:10px 0;
	}


.alignright a{ font-size:1.4em; font-weight:bold; color:#006699!important; border:3px solid #CCCCCC; background:#eee; padding:7px 7px;}
.alignright a:hover{ color:#003366!important; border:3px solid #999; background:#ccc; padding:7px 7px; text-decoration:none;}
.alignleft {
	float: left; padding:10px 0;
	}
.alignleft a{ font-size:1.4em; font-weight:bold; color:#006600!important; border:3px solid #CCCCCC; background:#eee; padding:7px 7px;}
.alignleft a:hover{ color:#003300!important; border:3px solid #999; background:#ccc; padding:7px 7px; text-decoration:none;}
/* 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: disc;
	padding-left: 10px;
	}

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

.entry ul li:before, #sidebar ul ul li:before {
	/*content: "\00BB \0020";*/
	}

.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;
	margin-left:10px;
	padding-left:2px;
	border-bottom:5px solid #ffc;
	}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#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 15px;
	padding: 0;
	}
/* End Entry Lists */



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

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	margin:0 0 .5em 0;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
h3#respond{ margin:1.5em 0 0 1em; color:#069; font-size:1.5em;}
h3#comments{ margin:1.5em 0 0 .5em; color:#060; padding:0 0 0 1em; font-size:1.5em;background:url(images/baloon.gif) no-repeat top left;}
#commentform{ padding:1.5em 0 4em 2em; margin:1em 6em 3em 1em; border:5px solid #c2d4e1; background:#eef2f7;}
#commentform input {
	width: 170px;
	padding: 4px;
	margin: 0 5px 0 0;
	border:1px solid #a7c0d4;
	font-size:1.1em;
	color:#036;
	
	
	}
#commentform p small {
color:#069;
font-size:1.1em;
margin:0;
padding:0;
	}

#commentform textarea {
	width: 80%;
	font-size:1.1em;
	color:#036;
	padding: 2px;
	border:1px solid #a7c0d4;
	height:8em;
	}

#commentform #submit {
	margin: 0 0 3em 0;;
	float: left;
	border:2px solid #069;
	background:#85a9c4;
	color:#fff;
	font-weight:bold;
	padding:.2em;
	font-size:1.1em;
	text-align:center;
	}
	#commentform #submit:hover {background:#069;}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}
.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	list-style: none;
	margin:1em 6.5em 0 -1em;  padding:1em 0 0 1.5em; border:5px solid #FFFFCC; background:#FFFFFF;
	}

.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
{
	padding: 5px 0 10px 0;
	margin-top:0;
	margin:0;
	display:inline;
	background:#FFC;
	position:relative;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 100px;
	float:right;
	}

#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 {
	font-size:.6em;
	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: 10px;
	border-left: 4px solid #eee;
	color:#666;
	font-style:italic;
	}

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: -2em;
	padding:2px 0 0 0;
	}
.widecolumn .navigation {
	display: block;
	text-align: center;
	margin-top: 0px;
	padding:2px 0 25px 0;
	margin-bottom: 60px;
	}
	
/* 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 */

/* added from H STARTS*/
div#calendar_wrap{ background:#099;}
.widget{ width:125px;}
h2.widgettitle { font-size:13px!important; color:#000;}
h2.widgettitle a{ font-size:1em!important; color:#069!important;text-decoration:none!important; background:none; padding:0; display:inline;}
h2.rsswidget a{ display:none;}
h2.widgettitle a:hover{color:#000!important; text-decoration:underline!important;}
h2.widgettitle a img{ padding-left:20px; vertical-align:middle;}
.widecolumn.entry{background:none; border:none;}
.bodydef    { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:  9pt; color: #000000; line-height: normal; list-style-type: disc}
#sidebar a {color: #000; text-decoration:none; font-size:11px; line-height:1.2em;}
#sidebar a:hover {color: #147; text-decoration:underline; }
a.cuscare  {font-size:13px; text-decoration: none; vertical-align:top;color:#666666; }
a.cuscare:hover	{text-decoration: underline; color:#000000; }
.commentTest{font-size:1.1em; color:#339900; font-weight:bold;  display:block;  background:url(images/baloon.gif) no-repeat top left; padding-left:1.3em; margin:-2.8em 0 0 .7em;}
.postmetadata small{ color:#999999!important;}
#description{ border-bottom:1px solid #ccc; padding:0 0 .2em 0; margin-bottom:2em;}
.pagetitle{color:#000;margin: 0;font-size:1.7em;font-weight:bold;padding:0;display:inline;}
.pagetitle a{ color:#000000!important; text-decoration:none;}
.tags{padding:0\ 40px 0 4px;}
.tag{ display:inline; font-size:.8em; color:#fff; font-weight:bold; background:url(images/tag.gif) no-repeat left; padding:1px 40px 2px 4px; margin:2px 0 ;}
.comment-number{ font-size:1em; color:#006600; display:inline; padding:0 .2em 0 0; margin:0;}
ul.addtoany_list li{ list-style:none; text-align:right;}
.widecolumn .addtoany_share_save_container{ padding:0; margin:0;}
#recaptcha-submit-btn-area{ padding:1em 0 0 0;}
#news-signature{color:#666; font-size:10px;}
/*TWITTER FOR WORDPRESS styles*/
li.twitter-item{color:#333!important; list-style-image:url(images/twitter_bird.gif) no-repeat top left;font-size:.9em; border-top:1px dashed #0099CC!important;}
a.twitter-link{color:#09c!important; font-weight:bold; display:block;}
h2.widgettitle a.twitter_title_link{color:#09c!important; background:url(images/twitter_bird1.gif) no-repeat top left; padding:0 0 0 2.5em; font-size:.9em!important;}
a.rsswidget img{padding-left:0!important; margin-left:0!important;}*/
