/*
Theme Name: DLHM-2009
Description: DebraLewHarderMusic, Oct-2009 
Version: 1.0 
Author: Laura Graham Booth, LGB Designs
Author URI: http://www.lgb-designs.com/
*/

/* Color Palette:
     green - 360
     dark green - 030 or 240
     gold - cc6
     dark gold - 990 or 660
*/

/* ============================================================ */
/* DEFAULTS */
/* ============================================================ */

/* Default margins */
html *, * {
	border: 0;
	margin: 0;
	padding: 0;
	border-spacing: 0; 
} 

/* Default text */
body {
	font-family: Georgia, Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 0.8em;
	text-align: center;
	background: #360 url(images/pattern.jpg); /* green leaves background */
	color: #240;
}

/* Default headings */
h1 {	/* Blog Title */
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 1.5em;
	font-weight: bold;
}

h2 {	/* Post Title */
	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 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 1.1em;
	font-weight: bold;
}
h3.postheader{
	margin: 0 0 2px 0;
	padding: 0;
	/* border-bottom: 1px dotted #cc6; */
}

h4 {
	color: #660;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
}
h4.postdate {
	font-size: 0.7em;
}

h5 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
}
h6 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 0.9em;
	font-weight: bold;
	font-style: italic;
}


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: disc outside none; 
	margin: 0.2em 0 0.2em 1.5em;
	padding: 0;
}
ul li { 
	margin: 0 0 0.2em 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 - STANDARD */
#header {
	float: left;
	width: 780px;
	height: 192px;
	margin: 0;
	padding: 0;
	background: url(images/header-standard.png) top center no-repeat;
}

#header_home {
	float: left;
	width: 780px;
	height: 148px;
	margin: 0;
	padding: 0;
	background: url(images/header-home.png) top center no-repeat;
}
#header_blog {
	float: left;
	width: 780px;
	height: 192px;
	margin: 0;
	padding: 0;
	background: url(images/header-blog.png) top center no-repeat;
}
#middle {
	clear: both; 
	background: url(images/bkgd-2col.png) repeat-y;
	width: 780px;
	height: 100%;
	margin: 0;
	padding: 0;
	/* border: 1px dotted red; */ /* make borders visible for testing purposes */
}

#middle_home {
	clear: both; 
	background: url(images/bkgd-home.png) repeat-y;
	width: 780px;
	height: 100%;
	margin: 0;
	padding: 0;
	/* border: 1px dotted red; */ /* make borders visible for testing purposes */
}

#home_nav {
	/* border: 1px dotted red; */ /* make borders visible for testing purposes */
	float: left; 
	width: 182px; 
	margin: 40px 0 0 0 ; 
	padding: 0;
}
#news {
	float: left; 
	width: 200px; 
	height: 393px;
	margin: 0 10px 20px 20px; 
	padding: 5px;
	background: #cc6;
	border: 1px solid #360; 
}

#portrait {
	float: left; 
	width: 342px; 
	height: 405px;
	margin: 0; 
	padding: 0;
	background: url(images/portrait.jpg) repeat-y;
}


/* Middle - Sidebar */
.sidebar {
	/* border: 1px dotted blue; /* make borders visible for testing purposes */
	float: left; 
	width: 161px; 
	height: 100%;
	margin: 0; 
	padding: 0 0 20px 20px;
}

.widget {
	margin: 0 0 20px 0; 
}

/* Middle - Post content */
#container {
	/* border: 1px dotted green; */ /* make borders visible for testing purposes */
	float: left; 
	height: 100%;
	width: 585px; 
	margin: 0;
	padding: 0;
}

#container_blog {
	/* border: 1px dotted purple; */ /* make borders visible for testing purposes */
	float: left; 
	height: 100%;
	width: 410px; 
	margin: 0;
	padding: 0;
}
.blog_sidebar {
	/* border: 1px dotted green; */ /* make borders visible for testing purposes */
	float: left; 
	margin: 0;
	padding: 0;
	width: 170px; 
}
.post {
	/* border: 1px dotted purple; */ /* make borders visible for testing purposes */
	margin: 0;
}

.posttext {
	padding: 0;
	margin: 0;
}

.alignleft {
	float: left;
	display: inline;
	width: auto;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	display: inline;
	width: auto;
	margin: 0 0 10px 10px;
}

.center {
	clear: both; 
	margin: 0 auto 0 auto;
	text-align: center ;
}

/* Footer */
#footer {
	clear: both;
	float: left; 
	width: 780px;
	height: 62px;
	margin: 0;
	padding: 0;
	background: url('images/footer.png') top center;
	background-repeat: no-repeat;
}

.logo{
	clear: both;
	height: 50px;
	background: #fff url('images/initials.jpg') top center;
	background-repeat: no-repeat;
}

.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;
}

#news p {
	padding: 0 0 10px 0;
}

#news ul { 
	margin: 0 0 0.2em 1.5em;
}
#news ul li { 
	margin: 0 0 0.8em 0;
}

/* Post text */
.post p, .post li {
	font-family: Georgia, Palatino Linotype, Book Antiqua, Palatino, serif;
	padding: 0 0 0.9em 0;
	line-height: 120%;
}

.posttext p {
	/* margin: 0 0 10px 0; */
}

/* Post date on home page */
.postdate {
	font-weight: bold;
}

.postmetadata {
	/* border-top: 1px solid #ccc; */
	text-align: center;
	font-size: 0.9em;
	color: #990;	
	margin: 5px 0 10px 0;
}

.postmetadata p {
	padding: 0 0 0.5em 0;
}

span.highlight
{
	color: #990;	
}

.postnav {
	margin: 10px 0 10px 0;
	font-size: 0.8em;
	color: #360;	
}

/* 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;
	color: #990;
}

/* Format SiteMap */

.sitemap {
	font-size: 0.7em;
}
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: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	margin: 2px 2px 2px 2px; 
	padding: 1px 1px 1px 1px; 
	background-color: #ccc;
	border-color: #666;
	border-style: solid; 
	/* -moz-box-sizing: border-box; */
	/* color: -moz-FieldText; */
	border: 2px inset ThreeDFace;
}

input[type="submit"] {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	margin: 2px 2px 2px 2px; 
	padding: 1px 1px 1px 1px; 
	background-color: #d3d3d3;
	border-color: #666;
	border-style: solid;
	/* -moz-box-sizing: border-box; */
	/* color: -moz-FieldText; */
	border: 2px outset ThreeDFace;
}

select {
	font-family: Verdana, Arial, Helvetica, Serif;
	color: #000;
	font-size: 1em;
	margin: 2px 2px 2px 2px; 
	padding: 1px 1px 1px 1px; 
	background-color: #ccc;
	border-color: #666;
	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: #660;
}

a:visited {
	text-decoration: underline;
	color: #360;
}

a:hover {
	text-decoration: none;
	color: #360;
}

a:active {
}

/* Header and footer links */
#header a:link, #header a:visited, #footer a:link, #footer a:visited {
	color: #cc6;
	text-decoration: none;
}

#header a:hover, #header a:active, #footer a:hover, #footer a:active {
	color: #cc6;
	text-decoration: underline;
}

/* sidebar links */
.sidebar a:link, .sidebar a:visited {
	text-decoration: underline ;
}

.sidebar a:hover, .sidebar a:active {
	text-decoration: none;
}


/* Sitemap Links */

.sitemap a:link {
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
}

.sitemap a:visited {
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
}

.sitemap a:hover {
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: underline;
}

.sitemap a:active {
	font-size: 1.5em;
	font-weight: bold;
}


/* ============================================================ */
/* FOOTER NAVIGATION */
/* ============================================================ */

ul.footer_nav {
	margin: 0; 
	padding: 5px 0 5px 0; 
	color: #cc6;
}

ul.footer_nav li {
	display: inline;
	border-left: 1px solid #cc6;
	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;
}

/* ============================================================ */
/* HOME PAGE NAVIGATION */
/* ============================================================ */

ul.home_nav_list { 
	font-size: 1.4em;
	margin: 0.3em 0 0 1em;
	padding: 0;
	text-align:center; 
	letter-spacing: 0.1em ;
}
ul.home_nav_list ul { 
	margin: 0.3em 0 0 1em;
	padding: 0;
}
ul.home_nav_list li , ul.home_nav_list ul li, ul.home_nav_list ul ul li  { 
	list-style: none; 
	margin: 0 0 2em 0;
	padding: 0;
}

ul.home_nav_list a:link, ul.home_nav_list a:visited {
	margin: 0; 
	padding: 0; 
	color: #240;
	text-decoration: none;
}

ul.home_nav_list a:active, ul.home_nav_list a:hover {
	margin: 0; 
	padding: 0; 
	color: #660;
	text-decoration: none;
}

/* ============================================================ */
/* SIDEBAR NAVIGATION */
/* ============================================================ */

ul.sidebar_nav { 
	font-size: 1.2em;
	margin: 0.3em 0 0 1em;
	padding: 0;
}
ul.sidebar_nav ul { 
	margin: 0.3em 0 0 1em;
	padding: 0;
}
ul.sidebar_nav li , ul.sidebar_nav ul li, ul.sidebar_nav ul ul li  { 
	list-style: none; 
	margin: 0 0 1em 0;
	padding: 0;
}

ul.sidebar_nav a:link, ul.sidebar_nav a:visited {
	margin: 0; 
	padding: 0; 
	color: #240;
	text-decoration: none;
}

ul.sidebar_nav a:active, ul.sidebar_nav a:hover {
	margin: 0; 
	padding: 0; 
	color: #660;
	text-decoration: none;
}

ul.sidebar_nav li.current_page_item a:link, ul.sidebar_nav li.current_page_item a:visited,
ul.sidebar_nav ul li.current_page_item a:link, ul.sidebar_nav ul li.current_page_item a:visited,
ul.sidebar_nav ul ul li.current_page_item a:link, ul.sidebar_nav ul ul li.current_page_item a:visited,
ul.sidebar_nav ul ul ul li.current_page_item a:link, ul.sidebar_nav ul ul ul li.current_page_item a:visited {
	color: #660;
} 

ul.sidebar_nav li.current_page_parent a:link, ul.sidebar_nav li.current_page_parent a:visited,
ul.sidebar_nav ul li.current_page_parent a:link, ul.sidebar_nav ul li.current_page_parent a:visited,
ul.sidebar_nav ul ul li.current_page_parent a:link, ul.sidebar_nav ul ul li.current_page_parent a:visited,
ul.sidebar_nav ul ul ul li.current_page_parent a:link, ul.sidebar_nav ul ul ul li.current_page_parent a:visited, 
ul.sidebar_nav li.current_page_ancestor a:link, ul.sidebar_nav li.current_page_ancestor a:visited,
ul.sidebar_nav ul li.current_page_ancestor a:link, ul.sidebar_nav ul li.current_page_ancestor a:visited,
ul.sidebar_nav ul ul li.current_page_ancestor a:link, ul.sidebar_nav ul ul li.current_page_ancestor a:visited,
ul.sidebar_nav ul ul ul li.current_page_ancestor a:link, ul.sidebar_nav ul ul ul li.current_page_ancestor a:visited,
ul.sidebar_nav li.current_page_item ul a:link, ul.sidebar_nav li.current_page_item ul a:visited,
ul.sidebar_nav ul li.current_page_item ul a:link, ul.sidebar_nav ul li.current_page_item ul a:visited,
ul.sidebar_nav ul ul li.current_page_item ul a:link, ul.sidebar_nav ul ul li.current_page_item ul a:visited,
ul.sidebar_nav ul ul ul li.current_page_item ul a:link, ul.sidebar_nav ul ul ul li.current_page_item ul a:visited  {
	color: #240;
} 

/* ============================================================ */
/* 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;
	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 user images */
/* ============================================================ */

.wp-caption {
	text-align: center;
	background: #CC6; 
	border: 1px solid #990; 
	padding: 5px 0 0 0;
}
p.wp-caption-text {
	font-size: 0.9em;
	font-style: italic ;
	padding: 5px 0 5px 0;
}
.entry img {
	padding: 0;
	border: 1px solid #990; 
}
