/*
Theme Name: Word Kitchen Theme
Theme URI: http://www.wordkitchen.net
Description: Custom theme for Word Kitchen
Version: 1
Author: Adam Sweeney
Author URI: http://www.adamsweeneycreative.com
Tags: word, kitchen, writing
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/*Normalizing across site///////////////////////////////////////////////*/
/*Normalizes margin and padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, iframe {
	margin: 0;
	padding: 0;
}
/*Normalizes font-size for headers*/
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
/*Removes list-style from lists*/
ol, ul {
	list-style: none;
}
/*Normalizes font-style and font-weight*/
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
/*Removes border from fieldset and img*/
fieldset, img {
	border: 0;
}

/* Custom reset for common tags */

strong { font-weight: bold; }

em { font-style: italic; }

p, ul, ol { padding: 8px 0px; }

ol li { list-style: decimal; list-style-position: inside; }
ul li { list-style-image: url(images/fork_pen_bullit.png); list-style-position: inside; }
#content_window li { padding: 4px 0px; }

h1, h2, h3, h4, h5, h6 { font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; padding: 8px 0px; color: #af6e6b; }
h1 { font-size: 24px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

a:link, a:visited { color: #af6e6b; text-decoration: none; font-weight: bold; }
a:active, a:hover { text-decoration: underline; }

hr { border: none; border-bottom: 1px solid #ebebe6; margin: 7px 0px; }

img { margin: 5px; border: none;  }

input, textarea {
	border: 1px solid #663;
	background-color: #ebebe6;
	color: #330;
	padding: 2px;
}

blockquote {
	background-color: #ebebe6;
	color: #330;
	padding: 4px 8px;
	margin: 8px 25px;
}

/*End Normalizing////////////////////////////////////////////////////////*/


/* UTILITY CLASSES */

.clear { clear: both; }

.button { 
	border: 1px solid #663;
	background-color: #ebebe6;
	padding: 2px;
	color: #330;
}

.button:hover {
	color: #ebebe6;
	background-color: #663;
	
}

/* MAIN STRUCTURE */

body {
	background-image: url(images/utensil_bkg.png);
	background-repeat: repeat;
	background-position: -30px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
}

#container {
	width: 1000px;
	margin: 0 auto;
	right: 50px;
}

#header {
	height: 305px;
	width: 1000px;
	background-image: url(images/wordkitchen_top.png);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}

#main_content {
	width: 1000px;
	background-image: url(images/wordkitchen_middle.png);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
}

#content_window {
	width: 667px;
	margin-left: 214px;
	padding: 7px 20px 0px;
	top: -75px;
}

#nav {
	display: block;
	width: 268px;
	padding: 0px;
	margin: 0px;
	margin-left: -20px;
	float: left;
	list-style-image: none;
}

#nav li {
	display: block;
	width: 268px;
	height: 50px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	list-style-image: none;
}

#nav li:hover {
	background-position: bottom;
}

#nav li a {
	display: block;
	width: 268px;
	height: 50px;
}

#nav li#nav_home {
	background-image: url(images/nav_home.png);
}

#nav li#nav_clips {
	background-image: url(images/nav_clips.png);
}

#nav li#nav_clients {
	background-image: url(images/nav_clients.png);
}

#nav li#nav_contact {
	background-image: url(images/nav_contact.png);
}

#nav li#nav_blog {
	background-image: url(images/nav_blog.png);
}

#footer {
	width: 1000px;
	height: 77px;
	padding-top: 80px;
	background-image: url(images/wordkitchen_bottom.png);
	text-align: center;
	clear: both;
	top: -75px;
}

#footer p {
	width: 707px;
	margin-left: 214px;
	color: #fff;
	font-size: 12px;
}

#footer a:link, #footer a:visited { font-weight: normal; color: #fff; text-decoration: underline; }
#footer a:hover, #footer a:active { font-style: italic; } 


/* Set signature on certain pages */

/*#page_signature {
	width: 667px;
	height: 263px;
	background-image: url(images/signature.png);
	background-position: left;
	background-repeat: no-repeat;
	display: none;
	padding: 0;
	margin: 0;
}

#post-6 #page_signature { display: block; }*/


/* Set image behavior for clips page */

#post-8 .wp-caption {
	background-color: #ebebe6;
	background: none;
	border: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
	float: left;
	height: 250px;
}

/* Top Collage */

#home_collage {
	width: 418px;
	height: 225px;
	margin-top: 12px;
	float: left;
	background-image: url(images/home_collage_box.jpg);
}

/* Visitor Map */

#visitor_map {
	width: 418px;
	height: 225px;
	margin-top: 12px;
	float: left;
}

#visitor_map h4 {
	padding-top: 0;
	margin-top: 0;
}

/* Sidebar */

#post_area {
	float: left;
	width: 510px;
}

#sidebar {
	width: 128px;
	padding: 8px;
	margin: 8px;
	margin-top: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-left: 1px solid #ebebe6;
	border-bottom: 1px solid #ebebe6;
	float: right;
}

#sidebar ul, #sidebar li { 
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	font-size: 12px;
	line-height: 16px;
	list-style-position: outside; }

.widget { 
	list-style: none; 
}

.widgettitle {
	padding-top: 0;
}

li.widget li {
	list-style: none;
}

li.widget ul {
	padding-right: 0;
}

