/*
Theme Name: TK-394
Theme URI: http://tk394.com/
Description: Site specific theme for TK-394
Version: 1.0
Author: Christopher M. Moody
Author URI: http://tk394.com/
*/

body{
	color: #000;
	background: #000 url(images/background.gif) top left repeat-y;
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}
a:link, a:visited{
	text-decoration: none;
	color: #c00;
}
a:hover{
	color: #f00;
	text-decoration: underline;
}
body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}
h1{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}
p{
	padding: 10px 0 0 0;
}
#wrapper{
	padding: 0, 5px, 0, 5px;
	margin: 0;
	width: 760px;
	text-align: left;
}
#header{
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	border-top: 10px solid #fff;
	padding: 0, 5px, 5px, 5px;
	float: left;
	width: 750px;
	text-align: center;
}
#sidebar{
	float: left;
	width: 225px;
	padding: 0;
	min-height: 100%;
	background: #000;
	margin: 0 0 0 10px;
}
#sidebar a:link, a:visited{
	color: #c00;
	text-decoration: none;	
}
#sidebar a:hover{
	color: #f00;
	text-decoration: underline;
}
#sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}
#sidebar ul li{
	padding: 10px 0 10px 0;
	font-size: 14px;
}
#sidebar ul li h2{
	color: #fff;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 16px;
}
#sidebar ul ul li{
	padding: 0;
	/* line-height: 20px; */
}

#meta ul li{
	font-size: 10px;	
}
#container{
	/* border-left: 10px solid #fff; */
	margin: 0;
	padding: 0, 0, 0, 5px;
	background: #fff;
	float: left;
	width: 500px;
}
.post{
	padding: 10px 0 10px 0;
}
.post h2{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 18px;
}
.post a{
	padding: 10px;
}
.entry{
	line-height: 18px;
	text-align: justify;
	padding: 10px;
}


/* drop shadow effect for pictures
--------------------------------------------------*/
div.img-dec {
	
    width: 260px;
	background: url('images/shadow.gif') no-repeat bottom right;
	margin: 10px 0px;
	padding: 0;
	position: relative; 
}
div.img-dec img {
	background-color: #ddd;
	border: 1px solid #a9a9a9;
	margin: -5px 5px 5px -5px;
	padding: 4px 4px 4px 4px;
	position: relative;
	vertical-align: bottom;
}

.static-page{
	padding: 10px 0 10px 0;
	font-size: 18px;
}
.static-page h2{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 24px;
}
.static-page a:link, a:visited{
	color: #c00;
	text-decoration: none;
}
.static-page a:hover{
	color: #f00;
	text-decoration: underline;
}
.static-page-entry{
	text-align: justify;
	padding: 10px;
}
p.postmetadata{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 10px 0 0 0;
}
.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
}
#footer{
	background: #aaa;
	clear: both;
	float: left;
	width: 740px;
	padding: 5px;
	color: #000;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
	border-left: 10px solid #fff;
}
#footer p{
	line-height: 18px;
}