/*   
Theme Name: WhiteSpace
Theme URI: http://eric.dziewa.com
Description: The Most Beautiful Theme Ever.
Author: E. Dziewa
Author URI: http://eric.dziewa.com
Version: 1.01
*/

body	{
	font-family: "dejavu sans", "verdana", sans-serif;
	font-size: 11px;
	margin: 0px;
	color: #444;
	background-color: #fff;
	background-image: url("http://eric.dziewa.com/img/b.png");
	background-repeat: repeat-x;
	background-position: top;
}
a:link a:active a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #889d76;
}
a:hover {
	color: #0d131f;
}
.fm, .fl {
	color: #222;
	margin: 16px 0 0 0;
}
.stylebox {
	width: 30px;
	line-height: 30px;
	font-size: 38px;
	font-family: "Hoefler Text", "luxi serif", "times new roman", serif;
	/*padding: 0px 2px 2px;*/
	/*border: 1px solid #000;*/
	float: left;
	vertical-align: top;
	/*margin: -8px 1px 1px -2px;*/
}
.styleline {
	display:block;
	line-height: 18px;
}
b.italic {
	font-weight: normal;
	font-style: italic;
}
.fl a:link, .fl a:active, .fl a:visited, .fm a:link, .fm a:active, .fm a:visited {
	color: #889d76;
	/*font-weight: bold;*/
	letter-spacing: -0.075em;
	text-decoration: none;
}
.fl a:hover, .fm a:hover {
	color: #0d131f;
}
.all { /* wraps all */
	margin: 0px;
	padding: 0px;
}
#header	{
	width: 90%;
	margin: 15px auto 0px auto;
	font-size: 12px;
	text-align: right;
	padding: 5px 0px 20px;
}
#footer	{
	width: 90%;
	margin: auto;
	font-size: 12px;
	text-align: right;
	padding: 10px 0px 0px;
}
.heading {
	font-size: 18px;
	color: #686868;
	font-weight: lighter;
	line-height: 2.2em;
	letter-spacing: -0.1em;
}
.heading a:link, .heading a:active, .heading a:visited {
	text-decoration: none;
	letter-spacing: -0.075em;
	font-size: 18px;
	font-weight: normal;
	color: #889d76
}
.heading a:hover {
	text-decoration: none;
	color: #0d131f;
}
.tailing {
	font-size: 18px;
	color: #686868;
	font-weight: lighter;
	line-height: 2.2em;
	letter-spacing: -0.1em;
}
.tailing a:link, .tailing a:active, .tailing a:visited {
	text-decoration: none;
	letter-spacing: -0.065em;
	font-weight: normal;
	color: #889d76
}
.tailing a:hover {
	text-decoration: none;
	color: #0d131f;
}
.post_content {
	font-size: 14px;
	/*margin-left: 0 10px 10px 10px;*/
	margin: 0px 10px 10px 10px;
	padding: 5px 15px 25px;
	min-height: 50px; 
	clear: left;
}
.colorhead {
	border-top: 1px solid #111111;
	border-right: 10px solid #111111
}
.colortail {
	text-align: right;
	border-bottom: 1px solid #111111;
	border-left: 10px solid #111111;
}
div.twrap { /* wraps a section */
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.date {
	display:block;
	text-align: center;
	position: static;
	float:left;
	width:50px;
	color:#eee;
	background-color: #555;
	margin-right: 10px;
	margin-bottom: 3px;
	padding: 3px;
}
.month {
	padding: 3px 0px 0px 0px;
	display:block;
	font-size:14px;
	margin:0;
	color:#eee;
}
.day {
	font-family: "Hoefler Text", Constantia, georgia, "urw bookman l", serif;
	display:block;
	font-size:1.1em;
	font-weight:bold;
	border:none;
}
.clock {
	font-family: "Hoefler Text", Constantia, georgia, "urw bookman l", serif;
	font-size:1.1em;
	font-weight:bold;
}
.year {
	font-family: "Hoefler Text", Constantia, georgia, "urw bookman l", serif;
	/*font-size: 1.1em;*/
	padding: 0px 0px 3px 0px;
	display: block;
}
.categorylink {
	display:block;
	font-size:12px;
	border: 3px solid #889d76;
	padding: 3px;
	float: left;
	background-color: #555;
	margin-right: 5px;
	width: auto;
}
.categorylink a:link, .categorylink a:active, .categorylink a:visited {
	color: #eee;
	text-decoration: none;
}
.categorylink a:hover {
	color: #0d131f;
}
.commentform {
	padding: 20px 0px 20px 0px;
	width: 100%;
	height: 320px;
	margin: 0px 10px 0px 10px;
}
.commentform2 {
	padding: 20px 0px 20px 0px;
	width: 100%;
	height: 130px;
	margin: 0px 10px 0px 10px;
}
.commenthead {
	padding:3px;
	/*color: #eee;*/
	font-size: 12px;
	/*width: 240px;*/
	height: 60px;
	float: left;
	margin: 6px 3px 0px 0px;
	text-align: center;
}
legend {
	/*border-top: 1px solid #333;
	border-left: 2px solid #333;*/
	background-color: #eee;
	/*border: 1px solid #ddd;*/
	font-style: italic;
	font-size: 12px;
}
fieldset {
/*	background-color: #ddd;*/
	background-color: #eee;
/*	border: 3px solid #889d76;*/
	border: 1px solid #ddd;
	/*border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	border-left: 1px slid #333;
	width: auto;*/
	/*border: 0px;*/
}
fieldset.done {
/*	border: 3px solid #889d76;*/
}
.commentinput {
	padding: 3px;
	float: center;
/*	margin: 6px 3px 6px 3px;*/
/*	width: 200px;*/
	width: auto;
}
input#author, input#email, input#url, input#user_login, input#user_email, input#user_pass {
	font-size: 12px;
	color: #555;
	min-width: 200px;
}
.commenttext {
	/*background-color: #555;*/
	/*width: 612px;*/
	font-size: 12px;
	width: auto;
	min-height: 100px;
	float: left;
	padding: 3px;
	margin: 6px 3px 0px 0px;
}
textarea {
	min-width: 683px;
}
.commentbutton {
	margin: 3px;
	float: left;
	width: auto;
}
.commentbutton2 {
	margin: 10px 3px 3px 3px;
	float: left;
	width: auto;
}
.commentmeta {
	width: 100%;
}
.num {
	font-family: "Hoefler Text", Constantia, georgia, "urw bookman l", serif;
}
.num a:link a:visited a:active {
	color: #889d76;
}
.num a:hover {
	font-weight: bolder;
	color: #0d131f;
}	
.chbuffer { /* to pad commentshead */
	display:block;
	font-size:14px;
	padding: 6px;
}
.chbuffer a:link, .chbuffer a:active, .chbuffer a:visited {
	text-decoration: none;
	color: #889d76;
	font-weight: bold;
	letter-spacing: -.075em;
}
.chbuffer a:hover {
	color: #0d1314;
}
.commentshead {
	display: inline;
	border-top: 0px solid #555;
	border-left: 0px solid #555;
	padding:6px;
	background: #eee;
}
.author {
	color: #234567;
	display: inline;
}
#footer ul, #header ul {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}
#footer li, #header li {
	display: inline;
	list-style-type: none;
}
#footer a, #header a {
	padding: 3px 10px 3px;
}
#footer a:link, #footer a:visited, #footer a:active, #header a:link, #header a:visited, #header a:active {
	background-color: #555;
	text-decoration: none;
	color: #eee;
	border: 3px solid #889d76;
	padding: 3px;
	font-size: 12px;
}
#footer a:hover, #header a:hover {
	color: #0d131f;
}
.end {
	width: 90%;
	margin: auto auto 10px auto;
	text-align: right;
	font-size: 11px;
	font-style: italic;
}
.end a:link, .end a:active, .end a:visited {
	color: #889d76;
	text-decoration: none;
}
.end a:hover {
	color: #0d131f;
}
.user {
	width: 100%;
	font-size: 12px;
	font-style: italic;
}
.user a:link, .user a:visited, .user a:active {
	text-decoration: none;
	letter-spacing: -0.1em;
	color: #889d76;
}
.user a:hover {
	color: #0d131f;
}
input#submit, input#wp-submit { background-color: #555; color: #eee; border: 3px solid #889d76; margin: 3px;}
/*input#wp-submit { width: 200px } */
.cc {
	font-family: "courier 10 pitch";
}
@font-face {
	font-family: "ParaAminobenzoic";
	src: url("http://eric.dziewa.com/files/ParaAminobenzoic.ttf");
}
.escroll { 
	color: #55ff22;
	margin: 1px;
	float: left;
	font-size: 26px;
	font-weight: bold;
	font-family: ParaAminobenzoic;
}
div.spr_ { overflow: hidden; border: 1px solid #ccc; float: left; clear: right; margin: 10px }
img.rlmg { position: relative }

