/*
Theme Name: CP-2009
Description: Cathryn Pritchard, March-2009 
Version: 1.0 
Author: Laura Graham Booth, LGB Designs
Author URI: http://www.lgb-designs.com/
*/

/* Color Palette:
     black - 000
     dark red - 600
     red - 900
     khaki2 - 960
     light khaki - c93
*/

/* ============================================================ */
/* DEFAULTS */
/* ============================================================ */

/* Default margins */
html *, * {
	border: 0;
	margin: 0;
	padding: 0;
	border-spacing: 0; 
} 

/* Default text */
body {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 0.8em;
	text-align: center;
	background: #ede275 url(images/bkgd.jpg); /* khaki background */
	color: #000;
}

/* Default headings */
h1 {	/* Blog Title */
	color: #600;
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 1.5em;
	font-weight: bold;
}

h2 {	/* Post Title */
	color: #600;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 1.3em;
	font-weight: bold;
}

h2.pagetitle {
}
h2.widgettitle{
	font-size: 1.1em;
}
h2.imagetitle {
/* 	margin: 0 0 2px 0;
	border-bottom: thin solid #600; */
}

h3 {
	color: #600;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 1.1em;
	font-weight: bold;
}
h3.postheader{
	padding: 0;
}

h4 {
	color: #600;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
}

h5 {
	color: #600;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
}
h6 {
	color: #000;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
}


p {
	padding: 0;
}

/* blockquote { 
	background: transparent url(images/leftquote.jpg) top left no-repeat;
	margin: 0.5em 1em 0.5em 1em ;
	padding: 1em 1em 1em 1em ;
	font-style: italic ;
} */
hr {
	border-color: #96f;
	color: #96f;
	height: 1px;
}

/* Default List Handling */
ol {
	list-style: decimal outside none;
	margin: 0.3em 0 0.3em 2em;
	padding: 0;
}
ol li {
	margin: 0;
	padding: 0;
}

ul { 
	list-style: square outside none; 
	margin: 0.3em 0 0.3em 2em;
	padding: 0;
}
ul li { 
	margin: 0;
	padding: 0;
}

/* Firefox scrollbar fix */
html {
     overflow: -moz-scrollbars-vertical;
}


/* ============================================================ */
/* LAYOUT */
/* ============================================================ */

/* Whole page */
#wrapper {
	width: 780px;
	margin: 0 auto 0 auto;
	padding: 0;
	overflow: hidden;
	text-align: left;	
	/* border: 1px dotted red; */ /* make borders visible for testing purposes */
}

/* Header */
#header {
	float: left;
	width: 780px;
	height: 230px;
	margin: 0;
	padding: 0;
	background: url(images/header.png) bottom center no-repeat;
}

#middle {
	background: url(images/middle.png) repeat-y;
	height: 100%;
	margin: 0;
	padding: 0;
	/* border: 1px dotted red; */ /* make borders visible for testing purposes */
}

#middle_image {
	background: transparent url(images/main_bkgd.jpg) bottom right no-repeat ;
	height: 100%;
	margin: 0 12px 0 0;
	/* border: 1px dotted blue; */ /* make borders visible for testing purposes */
}

/* Middle - Sidebar */
.sidebar {
	float: left; 
	width: 225px; 
	margin: 10px 5px 0 20px; 
	padding: 0;
	overflow: hidden;  /* Fix weird FF behavior */
}

/* Middle - Post content */
#container {
	/* border: 1px dotted green; */ /* make borders visible for testing purposes */
	float: left; 
	margin: 5px 0 0 10px;
	width: 490px; 
}

.post {
	/* border: 1px dotted purple; */ /* make borders visible for testing purposes */
	clear: both; 
	margin: 0 0 15px 0;
}

.posttext {
	padding: 0;
	margin: 0 0 0 10px;
}

.alignleft {
	float: left;
	display: inline;
	width: auto;
}

.alignright {
	float: right;
	display: inline;
	width: auto;
}

.center {
	clear: both; 
	margin: 0 auto 0 auto;
	text-align: center ;
}

/* Footer */
#footer {
	clear: both;
	float: left; 
	width: 780px;
	height: 100%;
	margin: 0;
	padding: 20px 0 10px 0;
	background: url('images/footer.png') top center;
	background-repeat: no-repeat;
}

.clear_both {
	clear: both;
}

.logo{
	clear: both;
	margin: 10px auto 10px auto;
	width: 32px;
	height: 40px;
	background: #fff url('');
}

.divider {
	clear: both;
	margin: 10px 0 0 0;
	border-bottom: 1px dotted #960;
}

.bookcover {
	margin: 0 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #600;
}
#content .prettyimage {
	margin: 0 10px 10px 10px;
	padding: 0;
	border: 2px solid #c93;
}

/* ============================================================ */
/* TEXT SPECIFICATIONS */
/* ============================================================ */

#header p {
	padding: 10px 0 0 15px;
	margin: 0;
}

/* Post text */
.post p, .post li {
	font-family: Verdana, Arial, Helvetica, Serif;
	padding: 0 0 10px 0;
	line-height: 120%;
}

.posttext p {
	/* margin: 0 0 10px 0; */
}

/* Post date on home page */
.postdate {
	font-weight: bold;
}

p.postmetadata {
	/* border-top: 1px solid #ccc; */
	text-align: center;
	font-size: 0.8em;
	color: #c93;	
	margin: 10px 0 0 0;
}

.postnav {
	font-family: Verdana, Arial, Helvetica, Serif;
	margin: 10px 0 10px 0;
	font-size: 0.8em;
	color: #960;	
}

/* Sidebar widgets */

li.widget {
	list-style-type: none;
	border-top: 1px dotted #600;
	margin: 10px 5px 15px -20px;
	padding: 5px 0 0 0;
}

.widget ul ul li {
	list-style-type: none;
	margin: 0 0 0 5px;
	padding: 0;
}

/* Format footer */

#footer {
	text-align: center;
}

#footer p {
	font-size: 0.8em;
	padding: 0;
	margin: 0;
}

/* Format SiteMap */

.sitemap {
	font-family: Verdana, Arial, Helvetica, Serif;
	font-size: 0.7em;
	color: #960;
}
ul.sitemap {
	list-style-type: none;
	margin: 0 0 0 1em;
	padding: 0;
}
ul.sitemap li {
	list-style-type: none;
	line-height: 2.5em;
	margin: 0;
	padding: 0;
}

/* ============================================================ */
/* INPUT FIELDS */
/* ============================================================ */

/* Format input fields */

input[type="text"], textarea {
	font-family: Verdana, Arial, Helvetica, Serif;
	color: #600;
	font-size: 1em;
	margin: 2px 2px 2px 2px; 
	padding: 1px 1px 1px 1px; 
	background-color: #fafad2;
	border-color: #960;
	border-style: solid; 
	/* -moz-box-sizing: border-box; */
	/* color: -moz-FieldText; */
	border: 2px inset ThreeDFace;
}

input[type="submit"] {
	font-family: Verdana, Arial, Helvetica, Serif;
	color: #600;
	font-size: 1em;
	margin: 2px 2px 2px 2px; 
	padding: 1px 1px 1px 1px; 
	background-color: #d3d3d3;
	border-color: #960;
	border-style: solid;
	/* -moz-box-sizing: border-box; */
	/* color: -moz-FieldText; */
	border: 2px outset ThreeDFace;
}

select {
	font-family: Verdana, Arial, Helvetica, Serif;
	color: #600;
	font-size: 1em;
	margin: 2px 2px 2px 2px; 
	padding: 1px 1px 1px 1px; 
	background-color: #fafad2;
	border-color: #960;
	border-style: solid; 
	/* -moz-box-sizing: border-box; */
	/* color: -moz-FieldText; */
	border: 2px ;
	/* border: 2px inset ThreeDFace; */
}


/* ============================================================ */
/* LINKS */
/* ============================================================ */

/* Links within the text */

a:link {
	text-decoration: underline;
	color: #600;
}

a:visited {
	text-decoration: underline;
	color: #960;
}

a:hover {
	text-decoration: none;
	color: #960;
}

a:active {
}

/* Header and footer links */
#header a:link, #header a:visited, #footer a:link, #footer a:visited {
	text-decoration: none;
	color: #600;
}

#header a:hover, #header a:active, #footer a:hover, #footer a:active {
	text-decoration: underline;
	color: #960;
}

/* sidebar links */
.sidebar a:link, .sidebar a:visited {
	text-decoration: underline ;
	color: #960;
}

.sidebar a:hover, .sidebar a:active {
	text-decoration: none;
	color: #c93;
}


/* Sitemap Links */

.sitemap a:link {
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
	color: #600;
}

.sitemap a:visited {
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
	color: #600;
}

.sitemap a:hover {
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}

.sitemap a:active {
	font-size: 1.5em;
	font-weight: bold;
	color: #600;
}


/* ============================================================ */
/* FOOTER NAVIGATION */
/* ============================================================ */

ul.footer_nav {
	color: #600;
	margin: 0 0 0.5em 0; 
	padding: 0; 
}

ul.footer_nav li {
	display: inline;
	border-left: 1px solid #600;
	margin: 0; 
	padding: 0 5px 0 10px; 
	text-align: center;
}

ul.footer_nav li.first {
	margin: 0; 
	padding: 0 5px 0 10px; 
	border: none;
	text-align: center;
}


/* ============================================================ */
/* SIDEBAR NAVIGATION */
/* ============================================================ */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Sidebar layout */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#sign_home{
/*	background: url(images/signpost_home.png) no-repeat;
	background-position: top left ; */
	height: 63px;
	width: 229px;
}

#sign_home a {
	display: block;
	height: 63px;
	width: 229px;
 	margin: 0;
 	padding: 0;
	background: url(images/signpost_rollover.png) 0 0 no-repeat;
}
#sign_home a:hover {
	background-position: 0 -63px;
}
#sign_base{
	background: url(images/signpost_base.png) no-repeat;
	background-position: top left ;
	height: 24px;
	width: 229px;
}

#sign_middle {
	background-color: transparent;
	background: url(images/signpost_post.png) repeat-y ;
	height: 100%;
	width: 229px;
	text-align: left;
}
.menu {
	margin: 0 0 0 -10px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* sidebar lists */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#sign_middle ul {
	list-style-type: none ;
	margin: 0;
	margin-left: 12px;
	padding: 0;
	text-align: left;
}

#sign_middle ul li {
	list-style-type: none ;
	margin: 0;
	padding: 0;
	text-align: left;
}


#sign_middle ul ul li, #sign_middle ul ul ul li, #sign_middle ul ul ul ul li {
	list-style-type: none ;
	margin: 0;
	padding: 0;
	text-align: left;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Sidebar navigation links */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* Regular links */
#sign_middle a {
	font-size: 1.1em;
	font-weight: bold;
	display:block;
	text-align: center;
	text-decoration: none;
	color: #fff;  /* white */
}

#sign_middle .page_item a:link, #sign_middle .page_item a:visited { 
}

/* All nav links - hover */
#sign_middle .page_item a:hover, #sign_middle .page_item a:active {
/*	font-size: 1em; */
	text-transform: uppercase ;
}

/* Top level - background images */
#sign_middle .menu ul li.page_item a {
	margin: 0;
	padding: 15px 0 0 0;
	height: 41px;
	width: 168px;
	background: url(images/signface_red.png) 0 0 no-repeat;
}
#sign_middle .menu ul li.current_page_item a {
	margin: 0;
	padding: 15px 0 0 0;
	height: 41px;
	width: 168px;
	background: url(images/signface_black.png) 0 0 no-repeat;
}

/* 2nd level - background color */
#sign_middle .menu ul ul li.page_item a {
	margin: 0 0 5px 0;
	padding: 2px 2px 2px 2px;
	height: auto;
	width: 148px;
	background-image: none ;
	background-color: #600;
	border: 2px solid #fff ;
}
#sign_middle .menu ul ul li.current_page_item a {
	margin: 0 0 5px 0;
	padding: 2px 2px 2px 2px;
	height: auto;
	width: 148px;
	background-image: none ;
	background-color: #000;
	border: 2px solid #fff ;
}

/* 3rd level - background color */
#sign_middle .menu ul ul ul li.page_item a {
	margin: 0 0 5px 0;
	padding: 2px 2px 2px 2px;
	height: auto;
	width: 136px;
	background-image: none ;
	background-color: #600;
	border: 2px solid #fff ;
}
#sign_middle .menu ul ul ul li.current_page_item a {
	margin: 0 0 5px 0;
	padding: 2px 2px 2px 2px;
	height: auto;
	width: 136px;
	background-image: none ;
	background-color: #000;
	border: 2px solid #fff ;
}



/* ============================================================ */
/* QUOTES */
/* ============================================================ */

blockquote {
	margin: 0 ;
	padding: 5px 5px 5px 5px ;
	font-style: italic;
}

#container .quote {
	margin: 0 20px 20px 20px ;
	padding: 0 10px 5px 10px ;
	background: #faf8cc url(images/quoteleft.png) 10px 10px no-repeat;
	border: medium double #960;
	font-family: Georgia, Times, serif ;
	text-align: center ;
}

#container .quote blockquote {
	padding: 10px 20px 0 20px ;
	background: transparent url(images/quoteright.png) bottom right no-repeat;
	min-height: 50px;
	text-align: center ;
}


/* ============================================================ */
/* Format the parrot :) */
/* ============================================================ */

#parrot {
	padding: 0; 
	margin: 0 0 0 30px; 
	height: 111px; 
	overflow: hidden;
}

#parrot a span {
	display: none;
}
#parrot a:hover span {
	display: block;
	position:relative;
	left:100px;
	top:-110px;
	width: 240px;
}
#parrot .quote {
	margin: 0 ;
	padding: 10px 0 0 0 ;
	background: transparent url(images/quoteleft.png) top left no-repeat; /* #FAF8CC */
	border: none;
}
#parrot .quote blockquote {
	margin: 0 ;
	padding: 0;
	min-height: 50px;
	background: transparent url(images/quoteright.png) bottom right no-repeat;
	text-align: center ;
}

/* ============================================================ */
/* Format user images */
/* ============================================================ */

.wp-caption {
	text-align: center;
}
p.wp-caption-text {
	margin: -5px 0 0 0;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 0.9em;
	font-style: italic ;
}
.entry img {
	margin: 0 10px 10px 10px;
	padding: 0;
	border: 2px solid #c93;
}

