/*  
Theme Name: minimal
Theme URI: http://www.whitespacecomic.com
Description: A theme for whitespacecomic.  Based on z-red.  Based on LemonADE.
Version: 1.0
Author: j.keacher
Author URI: http://www.keacher.com
*/

/* standard elements */
html {
  min-height: 100%;
  font: normal 62.5% Tahoma, sans-serif;
}

* {
	margin: 0;
	padding: 0;
}

a, .right a, .left a {color: #333; border-bottom: 1px solid #000; text-decoration: none;}
a:hover, .right a:hover, .left a:hover {color: #00A; border-bottom: 1px solid #00A;}
a img {border: none;}

body {
	background: #FFF;
	color: #000;
	padding-top: 0.5em;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.8em Tahoma,sans-serif;}
h2 {font: normal 1.6em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

h1,h2,h3 {padding-top: 6px; color: #000; margin-bottom: 4px;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;margin-top:1em;}
.right {float: right;margin-top:1em;}

/* structure */
.inner-container {
	background: #FFF;
	font-size: 1.0em;
	margin: 0 auto;
	padding: .9em;
	width: 750px;
}

.outer-container {
	padding-bottom: 1.2em;
}

/* headere & title */
.header {
	height: 6em;
	margin-bottom: 0.5em;
	text-align: center;
	background-color: #FFF;
}
.header .title {
	color: #000;
	padding-top: 2em;
	padding-left: 0em;
} 
.header .title .sitename a {
	color: #000;
	font: normal 3.5em Verdana, sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
	border-bottom:none;
}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 0.6em;
}

/* path */
.path {
	background: #FFF;
	color: #FFF;
	font: normal 1.1em Verdana,sans-serif;
	border-top: 0.1em solid #FFF;
	height: 1.2em;
}

/* main */
.main {
	border-top: 0.6em solid #FFF;
	padding: 0.1em 1.0em 0 0;
}

/* content */
.content {
	float: left;
	width: 100%;
	padding-left: 0.5em;
}
.content .descr {
	color: #664;
	font-size: 1.0em;
	margin-bottom: 0.6em;
}
.content li {
	line-height: 1.4em;
	list-style: url('img/li.gif');
	margin-left: 1.8em;
}
.content p {
  font-family: "Lucida Sans Unicode",sans-serif;
  font-size: 1.3em;
}
.content h1 {
	text-align:center;
}

/* archive */
.archive-list li {
  list-style: square;
  list-style-image: none;
  font-size: 1.3em;
}


/* footer */
.footer {
	background: #FFF;
	color: #000;
	padding: 1em;
	border-top: 0.6em solid #;
  	clear: both;
	text-align:center;
}
.footer a {
  color: #000;
  font-size: 1.0em;
  border: 0;
}
.footer a:hover {
  color: #00A;
  border: 0;
  text-decoration: underline;
}

/* posts */
.post h1 a {
	color: #000;
	text-decoration: none;
	text-align:	center;
	border-bottom: none;
	
}
.post h1 a:hover {
	border-bottom: 1px dashed #AAA;
}

.post h1 {
	color: #030;
}

.post {margin: 0.6em 0 0.2em;}
.post .info{
  font-size: 1.1em;
	background: #FFF;
	color: #000;
	margin: 2px 0 4px;
	padding: 0.4em 0.8em;
	text-align: center;
}
.post img {
	border: 0px solid #DDD;
	margin: 4px 0;
}
.post a img {border: 0px solid #DDD;}
.post a:hover img {border-color: #CCC;}
.content ol li {
	background: none;
}
.post .entry {
	border: 4px solid #DDD;
	padding: 0.5em;
}

/* comments */

#respond, #comments {
  font-size: 1.2em;
}

.commentlist {margin: 0; padding: 0; font-size: 1.0em;}
.commentlist li {
	margin-bottom: 1.0em;
	list-style: decimal;
}
#commentform {
	margin: 1em 0;
	background: #FAFAFA;
	width: 360px;
	font-size: 1.0em;
}
.commentmetadata {padding: 2px 0 4px;}
.commentmetadata a {
	color: #444;
	text-decoration: none;
}
.commentmetadata a:hover {text-decoration: underline;}

textarea.styled {width: 280px;}

.styled {
	font-size: 1.1em;
	background: #F8F7F6;
	border: 1px solid #D6D3D3;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #D6D3D3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}
#commentform input {margin-bottom: 3px;}


/* calendar
--------------------------------------------------*/
#wp-calendar {
  display:inline;
  border-collapse:collapse;
  width:185px;
  margin:0px 10px 0 10px;
  text-align:center;
}



#searchform {padding: 0 1.0em 1.0em 1.0em;}

.rss-feed { background: #FFFFDD url("img/rss-feed.gif") repeat-x 0 0; border: 1px solid #D1D3D5; margin: 2.0em 0 0; padding: 1.5em 15px 0.75em; }
.rss-feed h4 { color: #636567; margin: 0; }
.rss-feed img#rss-feed-icon { float: left; border: 0; margin-right: 5px; padding: 0; }

