/*  
Theme Name: KishCom
Theme URI: http://www.kishcom.com
Description: Theme created by <a href="http://www.kishcom.com">Andrew Kish</a> 
Version: 1.0
Author: Andrew Kish
Author URI: http://www.kishcom.com
*/

body {
	background: #222;
	color:#E2E2E2;
	font-family:Palatino Linotype,"Book Antiqua",Palatino,serif;
	font-size:13px;
	letter-spacing:0.03em;
	line-height:1.2em;
	text-align:left;
	text-decoration:none;
	word-spacing:0.05em;
}
#header{
	margin: 0 auto;
	width: 600px;
	height: 335px;
	background: #000;
	border-left: solid 2px #FFF;
	border-right: solid 2px #FFF;
}
#content{
	position: relative;
	margin: 0 auto;
	width: 580px;
	background: #000;
	padding: 10px;
	border-left: solid 2px #FFF;
	border-right: solid 2px #FFF;
}
#footer{
	position: relative;
	margin: 0 auto;
	width: 600px;
	height: 50px;
	background: #000;
	border-left: solid 2px #FFF;
	border-right: solid 2px #FFF;
}
	#slogan{
	position: relative;
	top: -127px;
	padding-left: 20px;
	z-index: 10;
	font-size: 12px;
	font-weight: bolder;
}
a, a:visited, a:active{
	color: #FFF;
	font-weight: bolder;
	text-decoration: none;
}
a:hover{
	color: #FFF;
	font-weight: bolder;
	text-decoration: underline;
}
.postSubject{
	font-size: 16px;
	font-weight: bolder;
}
.postDetails{
	font-size: 10px;
}
.tinyText{
	font-size: 8px;
}
blockquote{
	background: #333;
	padding: 4px;
}