/*
Theme Name: meaning pure 1
Theme URI: http://wordpress.org/
Description: meaning revised theme developed by Tim Macer.
Version: 1.0
Author: Tim Macer
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, input, textarea {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	color: black;
	font-size:12px;
	margin-top: 0px;
	margin-bottom: 1px;
	text-align:left;

}


p, ul, ol, dd, pre {
    margin-bottom:16px;
}
pre, code {
	font:14px Monaco, monospace;
	line-height:16px;
}

ul {
	margin: 0 0 18px 2.5em;
}
ol {
	margin: 0 0 18px 2.5em;
}
ul, ul ul, ol, ol ol, ul ol, ol ul, ol li {
	margin-bottom:6px;
}
blockquote {
    color:#666;
    font-style:italic;
}
table {
    border:1px solid #ccc;
    border-width: 1px 1px 1px 1px;
    line-height:16px;
	padding:2px 2px 2px 2px;
    margin:2px 2px 2px 2px;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
    border-bottom:1px solid #ccc;
}
th, td {
    padding: 2px 2px 2px 6px;
}
hr {
    background-color:#ccc;
    border:0;
    color:#ccc;
    height:1px;
    margin-bottom:22px;
}
a {
	text-decoration:none;
	color: #0051A4;
}

a:link {
    color:#004B91;
}
a:visited {
    color:#004B91;
}
a:active,
a:hover {
	background-color: #bdd2e8;
}


#page {
	text-align: left;
	background-color: #fff;
	border: none;
	margin: 0;
 	}
#page-body {
	background: #fff url(images/background.jpg);
}
#header {
	background: #fff url('images/header.jpg') no-repeat bottom center;
	background-color: #FFFFFF;
}


.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background: url('images/footer.jpg') no-repeat top;
	padding: 0;
	margin: 0 auto;
	height: 75px;
	width: 960px;
	clear: both;

	}

#footer p {
	margin: 0;
	padding: 0 0;
	text-align: center;
	}


#post-41 .entry-title { 
	display:none;

}

#welcome-aside {
	height:260px;
	position: absolute;
	width:160px;
	top: 158px;
	color:gray;
	background:url('images/headshot-tim.jpg') no-repeat;
}


.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em  Arial, 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: 1.1em;
	}

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

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

.commentmetadata {
	font-weight: normal;
	}

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

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

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

/* 3 columns based on 960 pixel grid */

#page{
	width: 960px;
	margin: 12px auto;
	padding: 0;
	}

#header {
	height: 124px;
	width: 960px;
}
#container{
	width: 960px;
	margin: 0;
}


/* Container form an empty DIV in which three columns appear: sidebar-left, main-content sidebar-right */

#main-content {
    float:left;
	display: inline;
    margin: 2px 20px 0px 200px ;
    width:540px;
	padding-right:    0px;
	min-height:600px;
	overflow:hidden;}

#left-sidebar-column {
    width:175px;
    float:left;
	display: inline;
	position: relative;
	margin: 25px 0 0 -750px;
	padding-left: 0px;
	padding-right: 10px;
	min-height:inherit;
}

#right-sidebar-column {
	width:175px;
	float:left;
	display: inline;
	position:relative;
	margin: 25px 0 0 10px;
}


/* Different dimensions for Graphical pages */

.home #main-content,
.pagename-people #main-content,
.pagename-your-resources #main-content {
    width:560px;
    margin: 2px 0px 0px 200px ;
}

.sidebar {
	float:left;
	width: 100%;
}

.breadcrumb-trail{
	margin-left: 12px;
}
#breadcrumbs{
	margin: 6px 6px 6px 0;
	width: 100%
}

.post {
	margin: 0 ;
	text-align: left;
	}

.post hr {
	display: block;
	}

.

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


/* End Structure */



/*	Begin Headers */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	color: #0051A4;
	margin-bottom: 9px;
	clear:none;
}

h1 { 
	margin-top: 0px;
	font-size: 26px; 
	font-weight: lighter;
	line-height: 28px;
	padding-bottom:6px;
}
h2 {
	font-size: 18px; 
	line-height: 20px;
	margin-top: 18px;
	font-weight: lighter;
}
h3 { 
	font-size: 14px; 
	font-weight: bold;
	margin-top: 18px;
	line-height: 16px; 
}
h4, 
.pseudo-h4 {
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	vertical-align: top;
	margin-top: 15px;
	margin-bottom: 2px; 
}
h5 {
	color: gray;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	margin: 6px 0 2px;
}



.post-header h1{
	font-size: 22px;
	line-height: 24px;
	padding-top: 12px;
}

.sidebar h2 {
	font-size: 13px;
	color: #fff;
	background:url(images/sidebar-hdr.jpg) top left no-repeat;
	font-weight:normal;
	letter-spacing:1px;
	padding-left: 10px;
	margin: 20px 0 6px -5px;
	line-height:27px;
	padding-bottom: 3px;
}


.widgettitle a{
	color: #fff;
}
.widgettitle a: hover{
	color: #fff;
}


h3 {
	padding: 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */

/* Body texts */

.entry p {
	line-height: 16px;
	margin-top: 10px;
	font-size: 12px;
	margin-bottom: 7px;
}

.body-text { 
	font-size: 12px; 
	line-height: 16px; 
	margin-top: 0; 
	margin-bottom: 3px; 
}

.entry .review-top-right p{
	margin: 0;
	padding-bottom: 0;
}
.entry .review-top-right h4{
	padding-bottom: 6px;
}
.body-close { 
	font-size: 11px; 
	line-height: 12px; 
	margin-top: 0; 
	margin-bottom: 0px; 
}
.standout {
	color: #777;
	letter-spacing: 1px;
	font-size:16px;
	line-height:22px;
	font-style:italic;
}

.standout2 {
	color: #777;
	font-size:14px;
	line-height:18px;
}
.entry-meta{
	font-style: italic;
	margin-top:0;
}
.entry-meta2,
.review-credit {
	font-style: italic;
	padding-top: 6px;
}

.entry .review-credit p {
	font-size:10px;
}



.post-listing{
	margin-bottom: 10px;
	line-height: 16px;
}
.post-listing p
{
	margin: 0;
}
.post-listing h4
{
	margin: 0;
}
.post-listing-meta
{
	font-style:italic;
	margin-top: 0px;
}
.post-listing-keys { 
	font-size: 12px;
	text-align:center;
	line-height: 14px; 
	margin-top: 0 20px 10px 20px; 
	border-top:	#ccc solid 1px;
	border-bottom:	#ccc solid 1px;
	padding: 3px 0;
	
}

.tag-listing p{
	margin-top: 0px;
	margin-bottom: 6px;
}
.tag-listing h2
{
	margin: 12px 0 0 0;
}

.tag-listing-meta
{
	font-style:italic;
	margin-top: 0;
	margin-bottom: 0px;
	font-size: 11px;
}



.search-result h3{
	margin-top:6px;
	margin-bottom: 0px;
	padding: 0;
}
.search-result p{
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 13px;
	font-size:11px;
}

.search-result .search-result-meta{
	font-style: italic;
	margin-top:3px;
	margin-bottom:13px;
	font-size:11px;
}

#blog-entry-header {
	position:relative;
	float:left;
	display:inline;
	width:100%;
    font-size:13px;
    line-height:16px;
	color:#999;
}


.author_bio p{
	margin-top: 6px;
}



.entry-utility {
	line-height: 14px;
	margin-top: 18px;
	font-size: 12px;
	font-style:italic;
	margin-bottom: 12px;
}


#content .link {
	padding: 0 0 0 0;
	margin-bottom: 5px;
	margin-left: 10px;
}
#content .link li,
#content .link ul {
	list-style-image:url(images/bche.gif);
	text-indent: -1px; 
	margin-top: 1px; 
	margin-bottom: 6px; 
	margin-left: 8px;
	float:none;}

.footer-acknowledgements { 
	font-size: 11px; 
	line-height: 12px; 
	margin-top: 0;
	padding-top: 0; 
	margin-bottom: 3px; 
}



/* 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: 0px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	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. */


.entry ul {
	list-style-image:url('images/bche.gif');
	line-height: 16px;
	padding-left: -4px;
}
.entry ul {
	list-style-image:url('images/bche.gif');
	line-height: 16px;
	padding-left: 0px;
}



.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-left ul ,
#sidebar-lower-left ul ,
#sidebar-right ul  {
	list-style: none;
	margin-left: 0px;
	padding-left: 6px;}


#sidebar-right ul ul,
#sidebar-lower-left ul ul ,
#content .slug-login ul {
	list-style-image:url(images/bche.gif);
	text-indent: -1px; 
	margin-top: 0px; 
	margin-bottom: 12px; 
	margin-left: 10px;
	float:none;
}

#sidebar-left ul ul li {
	margin: 0px 0px 6px 0px;	
}
#sidebar-left ul ul ul li {
	margin: 2px 0px 0px 10px;	
}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 2px auto;
	padding: 3px 3px;
	text-align: left;
	}

.sidebar #searchform #s {
	width: 140px;
	margin: 2px;
	padding: 0px 2px;
	}

.sidebar #searchsubmit {
	padding: 5px;
	}

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

/* Images */

.entry img {
    margin: 0 0 18px 0;
    max-width:100%;

}
.wp-caption {
	border: none;
	text-align: left;
	background-color: #fff;
	padding-top: 4px;
	margin-bottom:10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 5px 0px;
	border: none;
	font-size: 11px;
	text-align:left;
	color:#555;
	line-height: 13px;
	background-color:#fff;
}

.alignleft,
img.alignleft {
	float: left;
	margin-right:20px;
	padding-left: 0;
	margin-left: 0px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:22px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}




.gallery img {
    margin:0;
}


/* End images */


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 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;
	}
/* End Comments */







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

.post-header {
	clear: both;
}


.navigation {
	clear: both;
	width: 100%;
}	


/* End Various Tags & Classes*/


/* Son of Suckerfish menu for navigation */


#menus {
	width:940px;
	margin: 0px 10px 0 10px;
	padding-top: 4px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
	
#menus, #nav {
	height:22px; /* Height of navigation bar*/
}
.ie7 #menus,.ie7 #nav {
	height:23px; /* Height of navigation bar*/
}
#sf-menus {
	font-size:12px;
	overflow:visible;
	position: relative;
	z-index:100;
}

#nav {
	margin: 0px 0px 10px 0px;
	float: right;
	display: inline; 

}

#nav a:active,
#nav a:hover {
	background-color: inherit;

}

.current_page_item li {
	font-weight:normal;
}
.current_page_item {
	font-weight:bold;
}

#nav, #nav ul { /* all lists */
	list-style: none;
	line-height: 12px;
	font-size:12px;
}

#nav a {
	display: block;
	width: auto;
	color:#004B91;
	text-decoration: none;
}

#nav li { /* all list items */
	float: left;
	padding: 5px 8px;
	width: auto; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	width:140px;
	margin-top: 5px;
	padding: 0px;
	margin-left: -8px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li { /* second-level lists */
	border: none;
	background-image: url(images/tintbloc180b.jpg);
}


#nav li ul ul { /* third-and-above-level lists */
margin: -17px 0 0 148px;
}


#nav li ul li
{
height: auto;
padding-bottom: 5px;
margin-right: 0;
width: 100%;
border: none;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
left: auto;
	z-index:		99;
}

#nav li:hover,  #nav li.sfhover {
	background-image: url(images/tintbloc180b.jpg);
	background-color: inherit;
}
#nav li ul li:hover, #nav li ul li.sfhover {
	background-color: inherit;
	background-image: url(images/tintbloc180o.jpg);
	}
	



/* Block styles for laying out pages with div tags */

/* Home page styles */


/* Block styles for laying out pages with div tags */


/* Software Review page styles */

.review-wide1,
.review-wide2{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	background: url('images/review-bk-top.jpg') ;
	margin-bottom: 6px;
}
.review-wide1{
	background: url('images/review-bk-top.jpg') ;
}
.review-wide2{
	background: url('images/review-bk-mid.jpg') ;
	margin-bottom: 18px;
}
.review-top-left,
.review-pros,
.review-cons{
	position:relative;
	float:left;
	width:245px;
	padding: 0 10px 0px 10px;
	background: url('images/review-bk1.jpg') no-repeat;
	background-color: #eff4fa;
	margin: 0;
}
.review-top-right{
	position:relative;
	float:left;
	width:245px;
	padding: 0 10px 0 10px;
	margin: 0;
	background: url('images/review-bk2.jpg') no-repeat;
	background-color: #fffae9;
}
.review-top-left,
.review-pros{
	margin-right: 10px;
}

.review-top-right img{ 
	margin: 2px 0 0 0;
}
	

.review-pros ul {
	list-style-image:url('images/pro.gif');
	line-height: 16px;
	padding-left: -6px;
}
.review-cons ul {
	list-style-image:url('images/con.gif');
	line-height: 16px;
	padding-left: -6px;
}


.review-page-title {
	font-size:24px;
	azimuth:far-left;
	line-height: 27px;
	padding-top: 16px;
	margin-bottom: 10px;	
}

.review-page h4 {
	color: #0051A4;
	font-weight:bold;
	margin-top: 6px;
	margin-bottom: 8px;
}

.TBblock-b, .TBblock-o, .TBblock-grey, .TBblock-o-270, 
.Dblock-L, Dblock-R{
	position:relative;
	float:left;
	width:180px;
	height: 111px;
	margin: 0 5px 5px 0;
}
.Dblock-R{
	margin-right:0px;
	margin-left:10px;
}
.TBblock-b {
	background:url(images/tintbloc180b.jpg) no-repeat ;
}
.TBblock-o {
	background:url(images/tintbloc180o.jpg) no-repeat ;
}
.TBblock-o-270 {
	background:url(images/tintbloc250o.jpg) no-repeat;
	width:230px;
	height: 106px;
	margin: 5px 10px 0px 0px ;
	padding: 5px 10px 0px 12px ;
}

.TBblock-grey {
	background:url(images/tintbloc180grey.gif) no-repeat ;
	height: 130px;
}
.TBblock-dh1,
.TBblock-dh2 {
	position:relative;
	float:left;
	width:180px;
	height: 226px;
	margin: 0 4px 5px 0;
}
.TBblock-dh1 {
	background:url(images/tintbloc180bdh.jpg) no-repeat ;
}
.TBblock-dh2 {
	background:url(images/tintbloc180odh.jpg) no-repeat ;
}

.TBblock-b p,
.TBblock-o p,
.TBblock-grey p,
.TBblock-b h3,
.TBblock-o h3{
	margin: 4px 10px 3px 10px;
	font-weight:normal;
	line-height: 16px;
}


.TBblock-b h3,
.TBblock-grey h3,
.TBblock-o h3 {
	padding: 2px 2px 2px 2px;
}
.TBblock-o h3 a:hover{
	background-color:#FFF9E3;
	color:#000099;
}
.TBblock-b h3 a:hover{
	background-color:#EEF3F9;
	color:#000099;
}

.TBblock-grey h3{
	margin: 8px 5px 2px 8px;
	line-height: 1.3;
}


.TBblock-dh1 h2, .TBblock-dh2 h2{
	margin: 8px 6px 0px 6px;
	line-height: 16px;
	font-size:16px;
}
.TBblock-dh1 img,
.TBblock-dh2 img,
.TBblock-o-270 img{

	margin: 0px 6px 0px 8px;
	border-top:#999 solid 2px;
	border-left:#999 solid 2px;
	border-bottom:#fff solid 2px;
	border-right:#fff solid 2px;
}
.TBblock-o-270 img{
	margin: 0px 6px 0px 0px;

}
#TBblock1-dh .puff,
#TBblock2-dh .puff {
	text-align:center;
	letter-spacing:1px;
	font-style:italic;
	margin-top: 8px;
	margin-bottom: 0px;
	line-height: 1;
	color:#0053a6;
}	

.slug-index h1{ display: none};
.slug-index body {
	line-height: 1.2;
}

/* Other page styles */

.Block-left-360 {  /* Use left-360 with right-180 */
	position:relative;
	float:left;
	width:360px;
	margin:none;
}
.Block-left-270 { /* Use left-270 with right-270 */
	position:relative;
	float:left;
	width:250px;
	margin: 0 20px 0 0;
}
.Block-right-270 {
	position:relative;
	float:right;
	width:250px;
	margin: 0 20px 0 0;
}
.Block-left-250 { /* Use left-250 with right-250 */
	position:relative;
	float:left;
	width:250px;
	margin: none;
}
.Block-right-250 {
	position:relative;
	float:right;
	width:250px;
	margin:none0;
}

.Block-left-180 { /* Use left-180 with right-360 */
	position:relative;
	float:left;
	width:180;
	margin:none;
}
.Block-right-360 {
	position:relative;
	float:right;
	width:360px;
	padding-right: 20px;
	margin:none;
}
.Block-right-180 {
	position:relative;
	float:right;
	width:180px;
	margin:none;
}
.Block-leveller { 
	position:relative;
	float:left;
	width:100%;
	margin-left: 10px; };
	
.wpcf7-form{
	  text-align:left;
}

.wpcf7 p{
  text-align:left;
}
	
/* Hacks to make ie6 display properly - keep at the bottom of the file*/

* html h3 * {
	background:url(images/ie7force.jpg) no-repeat;
}



