/*  
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: #000 url('/images/design/bg_pattern.jpg');
	color: #e2e2e2;
	font-family: Verdana;
	color: #e2e2e2;
	text-decoration: none;
	word-spacing: 0.05em;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.1em;
	font-size: .9em;
}
#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;
}