/*  
Theme Name: LPZ
Theme URI: http://www.lpzimmermann.com/
Description: 
Version: 0.1
Author: Ben Bright
Author URI: http://lpzimmermann.com/
*/

* { 
	margin: 0; 
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #666;
	background: #f4fff4 url(/images/green_fade.png);
	background-repeat: repeat-x;
	min-width: 900px;
}

p, ul, ol {
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin: 20px 0;
	padding: 0;
	font-family: Arial, Verdana, Sans-Serif;
}

h1 {font-size: 100%;}
h2 {font-size: 100%;}
h3 {font-size: 100%;}
h4 {font-size: 100%;}
h5 {font-size: 100%;}
h6 {font-size: 100%;}

a:link,
a:visited {
	color: #666;
	}
a:hover,
a:active {
	color: #666;
	}

.left {
	float: left;
	}
.right {
	float: right;
	}
.center {
	clear: both;
	margin: 0 auto;
	}
.alignleft {
	float: left;
	margin: 0 10px 0 0;
	}
.alignright {	
	float: right;
	margin: 0 0 0 10px;
	}
.clear {
	clear: both;
	}

.alert {
	font-weight: bold;
	color: #fff;
	}
fieldset{border:0; padding:10px 0}
textarea,
input {
	border: 1px solid #CCC;
	background: #ffffff;
	color: #000;
	}
textarea:focus,
input:focus {
	border: 1px solid #00ff00;
	background-color: #ffffff;
}
label {
	display: block;
	font-size: 100%;
	font-weight: bold;
}

blockquote {
	background: #DDD url(images/blockquote.gif) no-repeat 16px 8px;
	border: 1px solid #CCC;
	margin: 0;
	padding: 0 25px 0 64px;
	color: #2f59a4;
	}
pre{background: #DDD; padding:10px 15px; text-align:left;
	border: 1px solid #CCC;}
code {
	font-family: "Courier New", Courier, Fixed;
	background: #DDD no-repeat 0 0;
	margin: 10px 0;	
	color: #2f59a4;
	}

#wrapper {
	float: left;
	width: 100%;
	min-width: 700px;
	height: 100%;
	overflow: hidden;
	font-size: 12px;
	}

#header {
	width: auto;
	margin: 10px 10px 0px 10px;
	padding: 0;
	border-bottom: 0px solid #555;
}

#header .search {
	margin-top: 0px;
}
#header .search p {
	margin: 0;
}
input#s {
	width: 98%;
	height: 30px;
	line-height: 28px;
	font-size: 20px;
	line-height: 100%;
	font-weight:normal;
	margin: 0px auto 0px auto;
	padding: 4px 2px 2px 2px;
	background: #ccffcc;
	color: #333;
	font-family: Verdana, Arial, Sans-Serif;
}

input#s:focus {
	background: #ffffff;
}
#header .title,
#header img.logo {
	border: none;
	margin: 10px 10px px 0px;
	text-align: center;
}
#header .title {
	font-weight:bold;
	font-size: 14px;
	}
#header .title a {
	color: #333;
	border: 0px;
	}

#content {
	float: left;
	width: 70%;
	min-width: 400px;
	height: 100%;
	overflow: hidden;
	}

.post {
	margin: 0px 0px 16px 0px;
	padding: 0px 0px 18px 0px;
}

.post-meta {
	margin: 0px;
}
.post-meta a:link,
.post-meta a:visited,
.post-meta a:hover,
.post-meta a:active {
	color: #333;
	font-weight:normal;
	text-decoration: underline;
	}

.post-date {
	font-size: 12px;
	line-height: 15px;
	float: right;
	padding: 5px;
	color: #001342;
	color: #cccccc;
	text-align: right;
}

.post-cmts {
	display: inline;
	padding: 0px 0px 0px 0px;
}
		
.post-cmts a:link,
.post-cmts a:visited,
.post-cmts a:hover,
.post-cmts a:active {
	color: #0000cc;
	font-weight:normal;
}

	
	p.post-tags,
	ul.post-tags {
		margin: 5px 0;
		padding: 0 15px;
		list-style-type: none;
		}
	p.post-tags a,
	ul.post-tags li {
		background: transparent url(images/icon_tag.png) no-repeat left center;
		padding: 0 0 0 20px;
		}
	ul.post-tags li a:link,
	ul.post-tags li a:visited,
	ul.post-tags li a:hover,
	ul.post-tags li a:active,
	p.post-tags a:link,
	p.post-tags a:visited,
	p.post-tags a:hover,
	p.post-tags a:active {
		color: #377ED7;
		}

.post-edit {
	float: right;
}

.post-main {
	min-width: 600px;
}

.post-title {
	margin: 0;
	padding: 0px 0px 0px 10px;
	border-bottom: 1px solid #999999;
	font-size: 24px;
	line-height: 36px;
}
.post-title a:link,
.post-title a:visited,
.post-title a:hover,
.post-title a:active {
	color: #333;
}

.post-entry {
	padding: 18px 20px 0px 20px;
	text-align: justify;
}
.post-entry p {
	margin: 0px 0px 18px 0px;
}
.post-entry a {
	color: #111;
	background: #EEE;
	padding: 1px 4px;
}
.post-entry a:hover,
.post-entry a:active {
	color: #fff;
	background: #377ED7;
}

.post-entry img {
	border: 5px solid #000d32;
}
.post-entry img.wp-smiley {
	border: none;
}


.pagenavi,
.pages {
	margin: 0 0 0 0px;
	padding: 25px;
	line-height: 220%;
	font-size: 90%;
	}
.pagenavi span,
.pagenavi a {
	border: 1px solid #DDD;
	background: #EEE;
	padding: 3px 10px;
	}
.pagenavi a:hover {
	background: #555;
	text-decoration: none;
	color: #fff;
	}

.pages {
	margin: 0 0 25px 0px;
	}
.pages .older {
	float: left;
	}
.pages .newer{
	float: right;
	}
.pages .older a,
.pages .newer a {
	border: 1px solid #00103a;
	background: #071c50;
	padding: 3px 10px;
	}
.pages .older a:hover,
.pages .newer a:hover {
	background: #0f2b6f;
	text-decoration: none;
	color: #fff;
	}

#sidebar {
	float: left;
	width: 30%;
	min-width: 200px;
	height: 100%;
	padding: 0 0 30px 0;
	}

#sidebar h4 {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	font-size: 24px;
	line-height: 36px;
	border-bottom: 1px solid #ffcccc;
	background: #ffffee;
}

#sidebar ul,
#sidebar ol {
	margin: auto 0;
	padding: 0;
	list-style-type: none;
	}

#sidebar1 {
	float: left;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#sidebar1 .sb1 {
	width: 80%;
	margin: 0 auto 16px auto;
}
.sb1 a {
	color: #333;
}

#sidebar1 .sb1 {
	padding: 0px  0px 18px 0px;
	border: 1px solid #cceecc;
	background: #ffffee url('/images/gridbg.gif');
}

#sidebar1 .sb3 {
	width: 80%;
	margin: 0 auto 0px auto;
}
.sb3 a {
	color: #333;
}

#sidebar1 .sb3 {
	padding: 0px  0px 0px 0px;
}



#sidebar1 .sb1 .rssfeeds {
	width: 100%;
	color: #555555;
	position: relative;
}

	img.rss-logo {
		position: absolute;
		top: 0;
		right: 0;
		border: none;
		padding: 0;
		}
	p.rss-entries {
		left: -30px;
		padding: 0 0 0 20px;
		margin: 0;
		}
	p.rss-comments {
		left: -30px;
		padding: 0 0 0 20px;
		margin: 0;
		}
	p.rss-entries a,
	p.rss-comments a {
		font-weight: normal;
		color:#555;
		border-bottom:1px solid #0000cc
		}
	p.rss-entries a:hover,
	p.rss-comments a:hover{
		border-bottom:1px solid #FFF}

li.recent-cmts {
	padding: 0px 0px 0px 20px; 
	}
li.recent-cmts:hover {
	background: #F7F7F7;
	}

#sidebar2 {
	float: left;
	width: 40%;
	height: 100%;
	overflow: hidden;
}
#sidebar1 .sb1 {
	border: 1px solid #cceecc;
	background: #ffffee url('/images/gridbg.gif');
	}
#sidebar1 .sb1 a {
	color: #0000cc;
}

#sidebar1 .sb1 ul ul li {
	background: transparent url(images/icon_list.gif) no-repeat 0 6px;
	margin: 0 10px 0 20px;
	padding: 0 10px 0 15px;
}

#sidebar1 .sb1 ul ul ul li {
	background: transparent ;
	margin: 0 10px 0 0px;
	padding: 0 10px 0 5px;
}

h2#comments,
h2#postcomment {
	color: #333;
	}
h2#comments span,
h2#postcomment span {
	color: #5b9cff;
	}
h2#postcomment {
	padding: 20px 0 0 0 !important;
	padding: 0;
	}

ol#commentlist {
	list-style-type: none;
	}
ol#commentlist li {
	background: transparent url(images/separator_cmt2.png) repeat-y 150px 0;
	width: 100%;
	}
ol#commentlist li.alt {
	background: transparent url(images/separator_cmt.png) repeat-y 150px 0;
	}

.cmt-meta {
	padding: 0px 0;
}
.cmt-author {
	padding: 0 ;
	font-weight: bold;
}
.cmt-author a:link,
.cmt-author a:visited,
.cmt-author a:hover,
.cmt-author a:active {
		color: #377ED7;
	}
.cmt-date,
.cmt-time {
	padding: 0 ;
}

.cmt-main {
	margin: 0 0 0 0px;
	position: relative;
	}

	img.cmt-gravatar {
		border: 1px solid #051236;
		background: #EEE;
		padding: 3px;
		position: absolute;
		left: 22px;
		top: 22px;
		}

	.cmt-text {
		margin: 0 0 0 0px;
		padding: 8px 25px 8px 0;;
		padding: 5px 20px 0px 20px;
		}


.cmt-form {
}
.cmt-form p {
font-size: 90%;
	}
.cmt-form p a {
	color: #377ED7;
}

.cmt-info {
	background: #F5F5F5 url(images/icon_info.png) no-repeat 16px center;
	padding: 5px 0 5px 48px;
	border: 1px solid #DDD;
	color: #333;
}
.cmt-info a:hover {
	color: #377ED7;
	text-decoration: none;
	}

input#author,
input#email,
input#url {
	width: 98% !important;
	width: 420px;
	height: 20px;
	padding: 2px 2px 0 2px; /* Hey LEMONed, what for? */
	}
textarea#comment {
	width: 98% !important;
	width: 420px;
	height: 220px;
	padding: 2px;
	}
input#submit {
	width: auto;
	height: 24px;
	background: #071843 url(images/button.gif) repeat-x 0 0;
	border: 1px solid #051236;
	color: #fff;
	}
input#submit:focus {
	border: 1px solid #ffc000;
	}

#bottom {
	clear: both;
	margin: 0 0 0 0px;
	}

#bottom h4 {
	padding: 0 5px;
	}

#bottom ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#bottom ul li {
	line-height: 28px;
	border-bottom: 2px solid #DDD;
	}
#bottom ul li a {
	display: block;
	width: auto !important;
	width: 100%; /* Stupid IE */
	background: transparent url(images/icon_link.gif) no-repeat 9px 9px;
	padding: 0 28px;
	color: #333;
	}
#bottom ul li a:hover {
	text-decoration: none;
	background: #DDD url(images/icon_link.gif) no-repeat 9px 9px;
	color: #444;
	border-bottom:0;
	}

#bottom .bottom {
	float: left;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 25px 25px;
	}

#bottom .bottom-left,
#bottom .bottom-mid {
	float: left;
	width: 25% !important;
	width: 20%; /* Stupid IE */
	height: 100%;
	margin: 0 25px 0 0;
	}

#bottom .bottom-right {
	float: left;
	width: 30%;
	max-width: 300px;
	}

.flickr {
	}

.flickr img {
	display: block;
	border: 1px solid #CCC;
	}
.flickr a {
	float: left;
	background: #EEE;
	padding: 4px;
	border: 1px solid #DDD;
	margin: 5px;
	}
.flickr a:hover {
	background: #CCC;
	}

#footer {
	clear: both;
	width: 100%;
	height: 100%;
	margin: 0 0 0 0px;
	padding: 0px 10px 10px 10px;
	font-size: 10px;
}

#footer a {
	}

#footer p {
	margin: 0;
	color: #555555;
	}
	
#footer a:hover, #footer a:active {
	border-bottom:0;
	}
	
#footer p a.w3c {
	background: transparent url(images/icon_valid.gif) no-repeat left center;
	padding: 0 0 0 20px;
	margin: 0 10px 0 0;
	color: #538ee8;
	}
#footer p a.credit {
	background: transparent url(images/icon_copy.gif) no-repeat left center;
	padding: 0 0 0 20px;
	margin: 0 10px 0 0;
	color: #538ee8;
	}

#archives {
	width: 100%;
	}

#archives ul {
	margin: 0 0 25px 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	border-top: 1px solid #000a2a;
	border-bottom: 1px solid #001e52;
	}
#archives ul li {
	border-top: 1px solid #001e52;
	border-bottom: 1px solid #000a2a;
	line-height: 250%;
	}
#archives ul li a {
	display: block;
	width: 100%; /* Stupid IE */
	background: transparent url(images/icon_link.gif) no-repeat 10px center;
	padding: 0 0 0 30px;
	color: #5188db;
	border: none;
	}
#archives ul li a:hover {
	background: #051236 url(images/icon_link.gif) no-repeat 10px center;
	text-decoration: none;
	color: #fff;
	}

#links {
	width: 100%;
	margin: 0 0 25px 0;
	}

#links ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#links ul ul li {
	float: left;
	line-height: 250%;
	width: 24%;
	margin: 0 1% 1% 0;
	}
#links ul ul li a {
	border: 1px solid #00103a;
	border: 1px solid #000000;
	background: #071c50;
	background: #ffffff;
	padding: 2px;
	display: block;
	text-align: center;
	color: #5188db;
	color: #000000;
	}
#links ul ul li a:link {
	color: #000000;
}
#links ul ul li a:visited {
	color: #000000;
}
#links ul ul li a:hover {
	text-decoration: none;
	background: #0f2b6f;
	background: #222222;
	color: #fff;
	}
#links ul li h2 {
	margin: 10px;
clear: left;
}
#links ul ul li > a[rel="friend"]:h


.dim {
	font-size: 10px;
	color: #777777;
}

div.post-entry a,  div.post-entry a:hover {
	background: transparent;
	border: 0px solid #000000;
	padding: 0px;
	margin: 0px;
}
div.post-entry img {
	border: 1px solid #000000;
}

