/*
      ___           ___                         ___                 
     /|  |         /\__\         _____         /\  \                
    |:|  |        /:/ _/_       /::\  \       /::\  \         ___   
    |:|  |       /:/ /\  \     /:/\:\  \     /:/\:\__\       /|  |  
  __|:|  |      /:/ /::\  \   /:/  \:\__\   /:/ /:/  /      |:|  |  
 /\ |:|__|____ /:/_/:/\:\__\ /:/__/ \:|__| /:/_/:/__/___    |:|  |  
 \:\/:::::/__/ \:\/:/ /:/  / \:\  \ /:/  / \:\/:::::/  /  __|:|__|  
  \::/~~/~      \::/ /:/  /   \:\  /:/  /   \::/~~/~~~~  /::::\  \  
   \:\~~\        \/_/:/  /     \:\/:/  /     \:\~~\      ~~~~\:\  \ 
    \:\__\         /:/  /       \::/  /       \:\__\          \:\__\
     \/__/         \/__/         \/__/         \/__/           \/__/

Theme Name: KSD WordPress
Theme URI: http://killersitedesign.com
Description: The KSD WordPress theme developed by KSD
Version: 1.20
Author: KSD (KillerSiteDesign)
Author URI: http://killersitedesign.com
Tags: custom header, fixed width, two columns, widgets
*/

/* GENERAL LAYOUT */
body {
	background:#000000 url(images/bg.jpg) center top no-repeat;
	margin:0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#333333;
}
#header {
	background:url(images/header.jpg) no-repeat;
	width:960px;
	height:331px;
	margin:0 auto;
	position:relative;
	top:0;
	left:0;
}
#rose {
	background:url("images/rose.jpg") no-repeat scroll 0 0 transparent;
	height:36px;
	left:-10px;
	position:absolute;
	top:288px;
	width:37px;
}
#rss {
	position:absolute;
	right:-30px;
	top:220px;
}

/* MENUS */
#menus {
	margin:0 auto;
	float:right;
}
#menus ul {
	list-style:none;
	margin:0;
	padding:0;
}
#menus li {
	background:url("images/menu_l.png") no-repeat scroll left top transparent;
	float:left;
	padding:0 0 0 19px;
}
#menus li a {
	background:url("images/menu_r.png") no-repeat scroll right top transparent;
	color:#000000;
	display:block;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:18px;
	font-style:italic;
	height:34px;
	margin:0 0 0 0;
	padding:2px 20px 5px 0;
	text-align:center;
	text-decoration:none;
}
#menus li a:hover {
	color:#CC0000;
}
#menus li#menu_first a:hover {
	background:url(images/menu_first_bg.png) no-repeat;
}
#menus li#menu_last {
	background:none;
}
#menus li#menu_last a {
	padding:10px 26px 11px;
}
#menus li#menu_last a:hover {
	background:url(images/menu_last_bg.png) right 0 no-repeat;
}

#topcontainer {
	background:url(images/topcontainer.jpg) no-repeat;
	width:757px;
	height:34px;
	margin:0 auto;
}

/* MAIN CONTENT */
#container {
	background:url(images/pgbg.png) center bottom repeat-y;
	width:960px;
	margin:0 auto;
}
#mainbox {
	float:left;
	padding:0 0 0 15px;
	width:608px;
}
.navigation {
	padding:20px 0;
}

/* SIDEBAR */
#sidebar {
	float:right;
	padding:0 10px 0;
	width:317px;
	margin:-20px 0 10px;
}
#sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
}

#sidebar ul ul {
	list-style:disc;
	margin:0 0 0 25px;
}
#sidebar ul ul li {
	color:#924A03;
	margin:0 0 5px 0;
}

/* FOOTER */
#footer {
	background:url(images/footer.jpg) no-repeat;
	width:960px;
	height:107px;
	margin:0 auto;
}
#copyright {
	width:757px;
	margin:0 auto 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#copyright ul {
	list-style:none;
	margin:0;
	padding:10px 0 10px;
}
#copyright_year {
	float:left;
	color:#FFFFFF;
}
#copyright_menu ul {
	margin:0;
	padding:0;
	float:right;
}
#copyright_menu ul li {
	border-right:1px solid #FFFFFF;
	float:left;
	margin:0 5px;
	padding:0 10px 0 0;
}
#copyright_menu ul li a {
	color:#FFFFFF;
}
#copyright_menu ul li:last-child {
	border-right:none;
}


/* STYLE */
#mainbox .heading {
	background:url(images/heading.jpg) no-repeat;
	width:571px;
	height:70px;
	padding:0 20px 0;
}
#mainbox h2 {
	font-size:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin:0px 0 10px;
	padding:20px 0 0;
	color:#FFF;
}
#mainbox h2 a {
	color:#fff;
	text-decoration:none;
}
#mainbox h2 a:hover {
	text-decoration:underline;
}
#mainbox h2 small {
	color:#FFF;
	font-size:15px;
}

h3#comments {
	margin:30px 0 0;
}

.entry {
	padding:0 0 0 20px;
	margin:0 0 20px;
}
.navigation {
	padding:0 20px 0;
}
.navigation a {
	color:#000000;
	font-size:18px;
}

.postmetadata {
	font-size:11px;
	border:1px solid #FFD19F;
	background:#FDECDB;
	padding:10px;
	margin:0 0 10px 0;
}
.postmetadata a {
	color:#924A03;
	text-decoration:none;
}
.postmetadata a:hover {
	text-decoration:underline;
}

#sidebar h2 {
	background:url("images/sidebar_heading.png") no-repeat scroll 0 0 transparent;
	color:#FFFFFF;
	font-family:georgia;
	font-size:25px;
	font-weight:normal;
	height:53px;
	margin:0 0 10px;
	padding:20px 0 0 20px;
	width:297px;
	position:relative;
	top:20px;
}
#sidebar ul ul, #sidebar ul div {
	background:url(images/sidebar_bg.jpg) center bottom repeat-y;
	margin:0 0 0px -5px;
	padding:10px 50px;
}
#sidebar ul ul a {
	color:#924A03;
	text-decoration:none;
}
#sidebar ul ul a:hover {
	text-decoration:underline;
}

#sidebar ul div.sidebar_bottom {
	background:url(images/sidebar_footer.jpg) center top no-repeat;
	height:20px;
}

.alignleft {
	float:left;
}
.alignright {
	float:right;
}

#comment {
	width:458px;
}
