/*
Theme Name: JLeaver Theme
Theme URI: http://www.jleaver.com
Description: Custom Wordpress Theme for Judy Leaver
Author: Adam Sweeney
Author URI: http://www.adamsweeneycreative.com
Tags: Judy Leaver, Professional Writer
*/


/* COLOR PALLETE

yellow: #F0E5A3
purple: #663366

*/

@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%;
}

/*Normalizes font-style and font-weight*/
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
/*Removes border from fieldset and img*/
fieldset, img {
	border: 0;
}

/* Custom reset for common tags */

strong, b { font-weight: bold; }

em, i { font-style: italic; }

p, ul, ol { padding: 7px 0px; }

ol, ul { list-style-position: outside; margin-left: 7px; padding-left: 30px; }
ol { list-style-type: decimal; }
ul { list-style-type: disc; }

h1, h2, h3, h4, h5, h6 { font-family: "Courier New", Courier, monospace; font-weight: bold; text-transform: none; padding: 7px 0px; color: #663366; letter-spacing: 1px; }
h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }

a:link, a:visited { color: #663366; text-decoration: none; }
a:active, a:hover { text-decoration: underline; }

hr { border: none; border-bottom: 1px dotted #ccc; height: 0px; padding: 7px 0; }

img { margin: 5px 10px; border: none;  }

td { padding: 0 7px 7px 7px; }

blockquote { font-size: 12px; }
blockquote em { color: #663366; }

/*End Normalizing////////////////////////////////////////////////////////*/

/* UTILITY CLASSES */

.clear { clear: both; }

/* MAIN STRUCTURE */

body {
	background-color: #F0E5A3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	background-image: url(images/top_bkg.jpg);
	background-repeat: repeat-x;
}

#container {
	width: 990px;
	text-align: left;
	margin: 0 auto;
	background-image: url(images/content_bkg.jpg);
	background-repeat: repeat-y;
	background-position: -5px 0px;
}

#header {
	width: 990px;
	height: 232px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: -5px 0px;
}

#content {
	padding: 14px 122px 0 122px;
}

#footer {
	width: 990px;
	height: 83px;
	background-image: url(images/content_bottom.jpg);
	background-position: -5px 0px;
}

.legalese {
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	padding: 0 0 14px 0;
}


/* NAV CSS */

#nav {
	width: 990px; 
	height: 114px;
	background-image: url(images/nav_empty.jpg);
	background-repeat: no-repeat;
	background-position: -5px 0px;
	margin: 0;
	padding: 0;
}

#nav li {
	display: block;
	height: 49px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	list-style-image: none;
	float: left;
}

#nav li a {
	display: block;
	height: 49px;
	text-indent: -9999px;
	border: none;
	margin: 0;
	padding: 0;
}

#nav li a:hover {
	background-position: bottom;
}

#nav li.page-item-3 {
	margin-left: 174px;
}

#nav li.page-item-10 {
	margin-left: 96px;
}

#nav li.page-item-3 a {
	width: 145px;
	background-image: url(images/nav_home.jpg);
	background-repeat: no-repeat;
}

#nav li.page-item-5 a {
	width: 269px;
	background-image: url(images/nav_services.jpg);
	background-repeat: no-repeat;
}

#nav li.page-item-8 a {
	width: 241px;
	background-image: url(images/nav_samples.jpg);
	background-repeat: no-repeat;
}

#nav li.page-item-10 a {
	width: 240px;
	background-image: url(images/nav_clients.jpg);
	background-repeat: no-repeat;
}

#nav li.page-item-12 a {
	width: 179px;
	background-image: url(images/nav_about.jpg);
	background-repeat: no-repeat;
}

#nav li.page-item-15 a {
	width: 238px;
	background-image: url(images/nav_contact.jpg);
	background-repeat: no-repeat;
}

#nav li.page-item-16 a {
	width: 151px;
	background-image: url(images/nav_blog.jpg);
	background-repeat: no-repeat;
}


/* Main Content Style */

#main_content {
	width: 516px;
	float: left;
}

#main_content_full_page {
	width: auto;
	margin: 0 auto;
}

#main_content li {
	padding-bottom: 14px;
}

/* Sidebar Style */

#side_bar {
	width: 200px;
	float: right;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 14px;
	line-height: 21px;
	margin: 0 0 30px 30px;
}

#sidebar img { padding: 0; margin: 0; padding-bottom: 7px; }


/* Sidebar Widgets */

ul#sidebar_widgets, ul#sidebar_widgets ul {
	padding: 0;
	margin: 0;
	padding: 7px 0;
}

ul#sidebar_widgets ul {
	border-bottom: 1px dotted #ccc;
}

ul#sidebar_widgets li {
	list-style: none;
	padding: 0;
	margin-bottom: 12px;
	line-height: 18px;
}

ul#sidebar_widgets h2 { font-size: 16px; padding-bottom: 12px; }

/* Post Style */

.post_time {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}

/* Set image behavior for samples page */

#post-8 .wp-caption {
	background-color: #fff;
	background: none;
	border: none;
	padding: 0px;
	margin: 8px;
	font-size: 12px;
	line-height: 18px;
	float: left;
	height: 250px;
}

#post-3 table { background-color: #fff; font-family: "Courier New", Courier, monospace; font-weight: bold; color: #663366; }
#post-3 td { padding: 7px; }

.wp-caption { border: none; background: none; font-family: "Courier New", Courier, monospace; }

