/*
Theme Name: Kimberly Petro
Theme URI: http://intricateart.com
Version: 1.0
Description: Custom Theme for Kimberly Petro by <a href="http://intricateart.com">Leanne Wildermuth</a>
Author: Leanne Wildermuth
Author URI: http://www.intricateart.com
This design is copyright Leanne Wildermuth and may not be reproduced.
*/

@media screen {

* { margin: 0; padding: 0; }
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */


/************************************************
*	BASIC ELEMENTS				*
************************************************/


.entry_author_image {
 float: left;
 margin: 0px 15px 15px 0;
 overflow: hidden;
 font-size: 11px;
}



.border{
 width: 900px;
 height: 1px;
 padding-bottom: 10px;
 border-bottom: 1px solid #D8D8CE;
 clear: both;
}

abbr, acronym {border-bottom: 1px dashed #000; cursor: help;}
strong, b {font-weight:bold;}
em, i {font-style:italic;}
body, form, h1, h2, h3, h4, ul, ol, p {margin: 0; padding: 0; list-style: none;}

.left {float: left;}
.right {float: right; padding-left: 10px;}
.clear {clear: both;}
.excerpt {padding-left: 3px; padding-bottom: 10px; margin-bottom: 5px;}

img.alignleft {float: left; padding: 10px 15px 10px 0;}
img.alignright {float: right; padding: 10px 0 10px 15px;}

.padding {margin-top: 30px;}

.navigation {width: 900px; height: 60px; margin: 10px 20px 10px 20px; font-size: 11px; text-transform: uppercase; letter-spacing: .4em;}
   .next-posts {width: 200px; float: left; color:#7f9558; text-decoration: none; }
   .prev-posts {width: 200px; float: right; color:#7f9558; text-decoration: none; }


hr {color: #000;  background-color: #000; margin:0; padding:0; }

code, pre {
 font-family: 'Courier New', Courier, mono;
 color: #969696;
 text-decoration: none;
 text-align: left;
}

blockquote {
 margin: 20px;
 padding: 25px 0 0 60px;
 line-height: 1.5em;
 font-size: 1em;
 color: #707066;
 font-style: italic;
 font-weight: normal;
}

form, img {
 border: 0; 
} 

#searchform { }
	#s { }
	#searchsubmt { }

.submit {
 background-color: #fff;
 color: #707066; 
}

input[type=text] {
 background-color: #fff;
 border: 1px solid #707066;
 color: #707066;
 padding: 2px;
 margin: 4px 0;
}

textarea { 
 background-color: #fff;
 border: 1px solid #707066;
 color: #707066;
 padding: 2px;
}

.radio {
 border: 0;
} 

h1, h2, h3 {font-weight: normal; margin: 0;}
h1 { }
h2 {font-size: 2em;}
h3 {font-size: 2em;}

p { margin: 0 0 10px 0; }


a {color: #AF8F8F; text-decoration: none; }
a:hover {color: #AF8F8F; text-decoration: underline;}



body {
 margin: 0;
 padding: 0px;
 font: 14px/1.4 Arial, Geneva, sans-serif;
 color: #707066;
 list-style-type: none;
 background: #fefef3 url(images/bg.jpg) top center repeat;
}

/************************************************
*	STRUCTURE        			*
************************************************/


#header {
 background: url(images/header.png) bottom center no-repeat;
 width: 989px;
 height: 155px;
 margin: 0 auto;
}

#page-wrap {
 width: 989px;
 margin: 0 auto;
 background: url(images/wrap.png) top center repeat-y;
}

#page-bottom {
 width: 989px;
 height: 30px;
 margin: 0 auto;
 background: url(images/bottom.png) bottom center no-repeat;
}

/************************************************
*	NAV MENU        			*
************************************************/

#access {
	display: block;
	float: left;
        margin: 5px auto 30px 8px;
	width: 973px;
	background: #f5faec;
	border-top: 1px solid #D8D8CE;
	border-bottom: 1px solid #D8D8CE;
}
#access .menu-header,
div.menu {
	font-size: 11px;
	font-family: 'trebuchet ms', sans-serif;
	text-transform: uppercase;
	letter-spacing: .4em;
	margin-left: 10px;
	width: 973px;

}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}

#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
        text-align: left;
}
#access a {
	color: #707066;
	display: block;
	line-height: 30px;
	padding: 0 30px;
	text-decoration: none;
}


#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #fff;
	line-height: 15px;
	padding: 10px;
	width: auto;
	height: auto;
}
#access li:hover > a {
        background: #fff;
	color: #707066;
}

#access ul ul :hover > a {
	background: #f5faec;
	color: #707066;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	background: #f5faec;
	color: #707066;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	background: #f5faec;
	color: #707066;
}


li#menu-item-86 {
 background: #fff url(images/rss_16.png) left no-repeat;
 padding-left: 17px;
 margin-left: 4px;
 overflow: hidden;
}

li#menu-item-84 {
 background: #fff url(images/facebook_16.png) left no-repeat;
 padding-left: 17px;
 margin-left: 4px;
 overflow: hidden;
}

li#menu-item-85 {
 background: #fff url(images/twitter_16.png) left no-repeat;
 padding-left: 17px;
 margin-left: 4px;
 overflow: hidden;
}


/************************************************
*	POST LAYOUT        			*
************************************************/

#content {
 width: 900px;
 padding: 20px;
 margin: 0 auto;
}


.post { 
 line-height: 180%;
 font-size: 12px;
}

.date {
 font-size: 11px;
 color: #CACABC;
 text-transform: uppercase;
 text-align: right;
 letter-spacing: .4em;
 padding: 5px;
}

.postdiv {background: url(images/frilly.png) center no-repeat; height: 80px;}


.post h2 {margin-bottom: 10px;}

.post a {color: #AF8F8F; text-decoration: none;}
.post a:hover {text-decoration: underline; }

.post ul {
  margin-left: 50px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.post ul li {
 list-style: square;
 padding-left: 10px;
 margin: 0 30px 5px 5px;
}

.post ol {
  margin-left: 50px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.post ol li {
 list-style-type: decimal;
 padding-left: 2px;
 margin: 0 0 0 5px;
}



.postmetadata {
 margin-bottom: 40px;
 text-transform: uppercase;
 font-size: .8em;
}


/************************************************
*	SIDEBAR          			*
************************************************/


#side {
 width: 900px;
 margin: 0 auto;
 font-size: 10px;
 border-bottom: 1px solid #CACABC; 
}


#side ul.menu1, #side ul.menu2 {
 width: 250px;
 margin-right: 50px;
 float: left;
 display: inline;
}

#side ul.menu3 {
 width: 250px;
 float: left;
 display: inline;
}

#side h2 {
 text-align: left;
 padding-top: 10px;
 padding-bottom: 2px;
 clear: both;
 font-size: 12px;
 text-transform: uppercase;
 letter-spacing: .4em;
}

#side h3 {
 text-align: left;
 padding-top: 10px;
 padding-bottom: 2px;
 clear: both;
 font-size: 12px;
 text-transform: uppercase;
 letter-spacing: .4em;
}

#side  a {color: #707066;}
#side  a:hover {color: #7f9558; text-decoration: none;}



#side ul li {
 margin: 0;
 line-height: 160%;
 padding-bottom: 2px;
 margin-left: 2px;
 margin-right: 6px;
 color: #707066;
}

#side ul.children {
 margin-left: 10px;
 font-style: italic;
 border-bottom: none;
 color: #707066;
 list-style: square;
 padding: 0 14px;
}

#side  ul li li {
 border-bottom: none;
}


#side .textwidget {clear: both;}
#side li#tag_cloud  {padding:10px 3px 5px 3px; list-style: none;}


/************************************************
*	COMMENTFORM        			*
************************************************/

#comments {margin-top: 10px;}
#respond {margin: 20px 0 20px 20px; width: 95%; background-color: #CACABC; padding: 10px; }
#respond textarea {width: 90%;}
#commentform {padding: 10px; text-transform: none;}

ol.commentlist { 
 list-style: none; 
 margin-top: 20px;
}

ol.commentlist li {margin: 10px 0;}
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment {padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:left; margin: 0 10px 10px 0; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata {line-height: 125%; }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p {clear: both; text-transform: none; }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 2px solid #707066; margin: 0 0 10px 10px; background-color: #F7F2EF; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 2px solid #707066; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 2px solid #707066; margin: 0 0 10px 10px; background-color: #F7F2EF; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even {}
ol.commentlist li.odd {}
ol.commentlist li.parent { border-left: 5px solid #707066; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }


/************************************************
*	FOOTER					*
************************************************/

#footer {
width: 900px;
margin: 0 auto;
padding: 10px;
font-size: 12px; 
color: #707066; 
clear: both;
}

.footer-text {text-align: center; font-size: 10px; text-transform: uppercase; padding: 20px 10px;}


/************************************************
*	NGG Customizations			*
************************************************/

.ngg-galleryoverview {
width: 200px;
float: left;
display: inline;
}


} /* END screen media */


@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */
