/*  
Theme Name: Lean Thinking Network
Theme URI: http://creativeslice.com/
Description: WordPress theme for LeanThinkingNetwork.com, December, 2007
Author: Creative Slice
*/

@import url("strip.css");

body {
	font: 77% georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #333;
	background:  url(images/blue-background.jpg) repeat-x #330099;
}

a:link {
	color: #330099;
}
a:visited {
	color: #9d90b5;
}
a:hover {
	color: #ba9343;
}

input {
	padding:4px;
	font-size: .9em;
}

hr {
	border-top: 0px solid #330099;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}

blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000;
	padding:0 20px 0 0;
	line-height:18px;
}

.alignleft {float: left;}
.alignright {text-align: right;}

small {color: #999;
font-style: italic;}

#wrapper {
 margin: 0 auto;
 width: 800px;
 position: relative;
}



/* -------------------- Nav -------------------- */

#header {
padding: 16px 0;
width: 800px;
margin: 0 auto;
}

#headerlogo {
float: left;
height: 90px;
}

#headertext {
padding: 0;
}

#dwight {
	position: absolute;
	top: 7px;
	right: 7px;
}


#nav {
font-size: 15px;
font-family: "Trebuchet MS","Lucida Sans Unicode",Arial,sans-serif;
text-align: right;
padding-top: 30px;
}

#nav li {
	display: inline;
margin: 4px;

}

#nav a, #nav a:visited {
	text-decoration:none;
color: #9d90b5;
background: #25095c;
padding: 2px 6px;
border-right: 1px solid #111;
border-bottom: 1px solid #111;
}
#nav a:hover {color: #fff;
background: #ba9e43;
}

#nav .current_page_item a, #nav .current_page_item a:visited {
font-weight: bold;
color: #fff;
}



/* ---------------------------------------- Sidebar ---------------------------- */

#sidebar {
	float: right;
	width: 220px;
background: #25095c;
padding: 10px;
text-align: center;
}

#sidebar li {
	list-style: none;
	padding: 2px 0;
}

#sidebar p {
	font-size: 1em;
	margin: 0 0 1.1em 0;
}

#sidebar #shingo {
color: white;
background: #330099;
padding: 5px;
margin-bottom: 10px;
}

#sidebar #quote {
color: white;
background: #330099;
padding: 8px 4px;
font-size: 1.3em;
line-height: 1.2em;
font-style: italic;
}
#sidebar #quote strong{
font-size: 1.5em;
font-style: normal;
font-family: serif;
color: #9d90b5;
}

#sidebar .wp-polls {
font-family: "Trebuchet MS","Lucida Sans Unicode",Arial,sans-serif;
background: #330099;
padding: 5px 12px 0 0;
color: white;
}

#sidebar .wp-polls p strong {
font-size: 1.4em;
color: #ba9e43;
padding: 5px;
}

#sidebar .widgettitle {
font-size: 1.5em;
color: #ba9e43;
padding-bottom: 10px;
padding-top: 3px;
font-family: "Trebuchet MS","Lucida Sans Unicode",Arial,sans-serif;
}

#sidebar #amazon-showcase img {
padding: 10px;
}

#sideblocksub {
background: #330099;
padding: 10px;
}

#sideblocksub strong {
color: white;
}

#sideblocksub form input {
border: 1px solid white;
color: black;
padding: 2px;
}

#sideblocksub form input#submit {
background: #a08363;
padding: 4px;
color: white;
font-size: 1.2em;
}

/* ------------------------------ Content ---------------------------- */

#main {
text-align: left;
}

#content {
text-align: left;
width: 540px;
float: left;
text-align:justify;
}

.post {
background: white;
padding: 10px 20px 18px 20px;
margin-bottom: 15px;
border-right: 1px solid #111;
border-bottom: 1px solid #111;
}

#content h1 {
font-size: 2.1em;
line-height: .8em;
}

#content h2, #content h3 {
color: #25095c;
font-family: "Trebuchet MS","Lucida Sans Unicode",Arial,sans-serif;
font-size: 2em;
letter-spacing: -1px;
padding: .3em 0 .5em 0;
text-align: left;
}

#content h3.pagetitle {
color: #ba9e43;
padding-left: 6px;
font-size: 18px;
letter-spacing: 0px;
background: #25095c;
text-align: center;
}

#content p {
font-size: 1.2em;
margin: 0 0 1em 0;
line-height: 1.4em;
}

#content em {
color: #483018;
}

#content ul {
list-style:square;
padding-bottom: .6em;
}

#content ol {
list-style-type:decimal;
}

#content li {
margin: 5px 30px;
padding-bottom: .5em;
line-height: 1.3em;
}
#content strong {
font-size: 1.1em;
color: #000;
}

#content ul ul {
padding-top: .5em;
padding-bottom: 0;
}

#content ol {
margin-left: 5px;
padding-bottom: 1em;
}

#content img {
margin: 5px 10px;
padding: 5px;
border: 1px solid #999;
background: #fff;
}


/* --------------------------- Meta Data ---------------------------- */

#postmetadata {
background: #25095c;
padding: 6px;
color: #fff;
font-family: "Trebuchet MS","Lucida Sans Unicode",Arial,sans-serif;
font-size: .9em;
margin-top: 20px;
text-align: center;
}
#postmetadata a, #postmetadata a:visited {
color: #9d90b5;
}
#postmetadata a:hover {
color: white;
}
#postmetadata strong {
font-size: 1em;
}

.navigation {
padding-bottom: 15px;
color: white;
height: 12px;
font-family: "Trebuchet MS","Lucida Sans Unicode",Arial,sans-serif;
}

.navigation a, .navigation a:visited {
color: #9d90b5;
text-decoration: none;
background: #25095c;
padding: 3px 9px;
}

.navigation a:hover {
color: white;
}



/* --------------------------- Links ---------------------------- */

.linkcat {
list-style: none;
}

#links .linkcat h2 {
}

#links a {
font-weight: bold;
font-size: 1.2em;
}


/* --------------------------- Comments ---------------------------- */

#comments, .commentlist, #respond, #commentform {
color: #fff;
}

h3#respond, h3#comments {
padding-bottom: 10px;
color: white;
}

.commentlist li {
padding: 6px 12px;
background: #25095c;
}

#content .commentlist em {
color: #ba9e43;
font-size: 1.5em;
}

.commentlist a, #commentform a {
color: #9d90b5;
}

.commentlist a:hover, #commentform a:hover {
color: #fff;
}

.commentlist cite a, .commentlist cite a:visited {
color: #ba9e43;
font-style: normal;
text-decoration: none;
}

.commentlist cite a:hover {
color: white;
}

#comment {
border: 3px solid #9d90b5;
padding: 5px;
}

#commentform input#submit {
font-size: 1.2em;
background: #25095c;
padding: 3px 6px;
color: #fff;
border: 2px solid #9d90b5;
}

/* --------------------------- Footer ---------------------------- */

#footer {
margin: 10px;
padding-top: 30px;
clear: both;
font-size: 11px;
text-align: center;
}

#footertext {
color: #fff;
margin-left: 15px;
}

#footertext p {
font-size: 1.5em;
padding: 5px;
background: #25095c;

}

#footertext a, #footertext a:visited {
color: #fff;
font-size: .9em;
text-decoration: none;
padding: 2px 7px;
line-height: 4em;

}

#footertext a:hover {
color: #ba9343;
}

#footer img {
border: 3px solid #25095c;
}
