/*
      ___           ___                         ___                 
     /|  |         /\__\         _____         /\  \                
    |:|  |        /:/ _/_       /::\  \       /::\  \         ___   
    |:|  |       /:/ /\  \     /:/\:\  \     /:/\:\__\       /|  |  
  __|:|  |      /:/ /::\  \   /:/  \:\__\   /:/ /:/  /      |:|  |  
 /\ |:|__|____ /:/_/:/\:\__\ /:/__/ \:|__| /:/_/:/__/___    |:|  |  
 \:\/:::::/__/ \:\/:/ /:/  / \:\  \ /:/  / \:\/:::::/  /  __|:|__|  
  \::/~~/~      \::/ /:/  /   \:\  /:/  /   \::/~~/~~~~  /::::\  \  
   \:\~~\        \/_/:/  /     \:\/:/  /     \:\~~\      ~~~~\:\  \ 
    \:\__\         /:/  /       \::/  /       \:\__\          \:\__\
     \/__/         \/__/         \/__/         \/__/           \/__/

Theme Name: KSD WordPress
Theme URI: http://killersitedesign.com
Description: The KSD WordPress theme developed by KSD
Version: 1.0
Author: KSD (KillerSiteDesign)
Author URI: http://killersitedesign.com
Tags: custom header, fixed width, two columns, widgets
*/

/* GENERAL LAYOUT */
body {
	background:#640A0C url(images/bg.jpg) repeat-x;
	margin:0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#333333;
}
#header {
	background:url(images/header.jpg) no-repeat;
	width:757px;
	height:230px;
	margin:0 auto 12px;
}

/* MENUS */
#menus {
	background:url(images/menu_bg.jpg) no-repeat;
	width:757px;
	height:37px;
	margin:0 auto;
}
#menus ul {
	list-style:none;
	margin:0;
	padding:0;
	width:750px;
}
#menus li {
	float:left;
	background:url(images/divide.gif) right 0 no-repeat;
}
#menus li a {
	display:block;
	color:#fbeddc;
	font-size:13px;
	text-decoration:none;
	font-style:italic;
	padding:10px 23px 11px;
}
#menus li a:hover {
	background:url(images/menu_hover_bg.png) repeat-x;
}
#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.gif) repeat-y;
	width:757px;
	margin:0 auto;
}
#mainbox {
	float:left;
	width:460px;
	padding:0 0 0 30px;
}
.navigation {
	padding:20px 0;
}

/* SIDEBAR */
#sidebar {
	float:right;
	padding:10px 40px 0 55px;
	width:170px;
	margin:0 0 10px 0;
}
#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:757px;
	height:50px;
	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 {
	float:left;
	margin:0 10px;
}
#copyright_menu ul li a {
	color:#FFFFFF;
}

/* STYLE */
#mainbox h2 {
	font-size:18px;
	font-style:italic;
	margin:0px 0 10px;
	padding:20px 0 0;
}
#mainbox h2 a {
	color:#C01114;
	text-decoration:none;
}
#mainbox h2 a:hover {
	text-decoration:underline;
}

h3#comments {
	margin:30px 0 0;
}

.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 {
	font-size:15px;
	color:#924A03;
	font-style:italic;
}
#sidebar ul ul a {
	color:#924A03;
	text-decoration:none;
}
#sidebar ul ul a:hover {
	text-decoration:underline;
}

.navigation a {
	font-size:18px;
	color:#924A03;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}

#comment {
	width:458px;
}