/*
Theme Name: Nightlight Adoption Blog
Theme URI: http://www.nightlight.org
Description: Based on design of Nightlight's main site, by Golden State Communications
Version: .8
Author: Joshua Jensen

*/

/* Basic Page Elements */

/*@import url("http://www.nightlight.org/library/reset.css");*/

img, div, input, a, body { behavior: url(http://www.carolinahopeadoption.org/blog/iefix/iepngfix.htc) }

.gallery br
{
	line-height: 0;
	margin: 0;
	padding: 0;
}

body, p, h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
}

blockquote
{
	padding: 0 15px;
	margin: 10px 0 0;
	border-bottom: 6px solid #fff;
}

blockquote p
{
	border-left: 2px #aaa solid;
	padding: 10px;
}

blockquote ul, blockquote ol
{
	border-left: 2px #aaa solid;
	padding: 5px 10px 5px 40px;
	margin: 0;
}

body
{
	margin: 0px;
	text-align: center;		/* Centers content for older IE's */
	vertical-align: top;
	font-family: Verdana,sans-serif;
	font-size: 0.9em;
	line-height: 1.6em;
	background:url(/images/blog/bodyBg.png) no-repeat top center #3f2b30;
}

p
{
	padding: 10px 0 0 0;
	font-size: .9em;
	width: 95%;		/*This is a hack to keep text from shifting left in IE6*/
}

html > body p		/*This undoes the hack for other browsers -- IE6 can't read child selectors*/
{
	width: 100%;
}

a:link
{
	color: #45442F;
	text-decoration: underline;
}

a:visited
{
	color: #696969;
	text-decoration: underline;
}

a:hover, a:active
{
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6
{
	font-family: sylfaen,baskerville,georgia,times,serif;
}

a img, img
{
	border:none;
	padding: 0;
}



img.right, img.bdr
{
	float:right;
	margin:0;
	padding:0;
	position:relative;
}

a img.bdr
{
	border:1px;
	border-style:solid;
	border-color:#000;
	margin: 10px 0 0 10px;
}

img.alignleft, .alignleft
{
	float:left;
	margin: 5px 8px 1px 0;
	border:none;
	padding: 3px;
	background-color: #bbb;
}

img.alignright, .alignright
{
	float:right;
	margin: 5px 0 1px 8px;
	border:none;
	padding: 3px;
	background-color: #bbb;
}

img.noborder
{
	padding:0;
	border:none;
	background-color: #FFF;
}

/*img.aligncenter
{
	border:none;
	padding: 3px;
	background-color: #bbb;
}*/

img.aligncenter, div.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* EVERYTHING (the-whole-page) :: This is my Outer-Most Wrapper */

#the-whole-page
{
	margin: 0 auto 5px auto;	/* the AUTO does the centering */
	width: 940px;
	text-align: left;
	background: transparent;
/*	border: 3px solid #b8b8b8;*/
}


/* HEADER */

#header
{
	width:940px;
	padding: 0;
	margin: 0;
	float:left;
	list-style:none;
	background: transparent;
	position: relative;
}

#header #backlink
{
	padding: 10px 10px 0 0;
	position: absolute;
	right: 5px;
	top: 0;
	z-index: 4000;
}

#header #backlink a
{
	color:#fff;
	text-decoration:none;
	font-size:.87em;
}

/* CONTENT (where all the good stuff goes!) */

#above-content
{
	background: url(http://www.carolinahopeadoption.org/images/blog/content-back-top.png) no-repeat transparent;
	position:relative;
	height: 6px;
}

#below-content
{
	background: url(http://www.carolinahopeadoption.org/images/blog/content-back-bottom.png) no-repeat transparent;
	position:relative;
	height: 6px;
}

#content-and-sidebar
{
	background: url(http://www.carolinahopeadoption.org/images/blog/content-back-middle.png) repeat-y transparent;
	position:relative;
}


#content
{
	background: transparent;
	position: relative;
	float:left;
	width:660px;
	margin:0;
	padding:10px 45px 30px 30px;
/*	border-right: #dddddd solid 1px;*/
}

#content ul, ol
{
	font-size: .85em;
}

#content ul li, #content ol li
{
	line-height: 1.4em;
}

.post
{
	padding: 10px 0 10px 0;
}

.post p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	line-height: 1.4em;
}

.post h2
{
	font-size: 1.4em;
	line-height: 1.1em;
	color: #45442F;
	font-weight: normal;
}

.post h2 a
{
	text-decoration: none;
	color: #45442F;
}

.entry
{
	line-height: 1.5em;	/* Apparently isn't relative to BODY line-height of 1.6em */
}

.entry h3
{
	margin-top: 15px;
}

.metadata
{
	padding-bottom: 1.2em;
/*	border-bottom: 1px solid #ccc; */
}

.metadata p
{
	margin: 10px 0 0;
	padding: 5px;
	background-color: #e6e2de;
	font-size: .8em;
	line-height: 1.25em;
}

.navigation-right
{
	float:right;
	font-size: .9em;
}

.navigation-left
{
	float:left;
	font-size: .9em;
}

p.date
{
	font-family: sylfaen,baskerville,georgia,times,serif;
	color: #808080;
	padding-top:0;
	padding-right: 15px;
	padding-left: 10px;
	margin-bottom: -2px;
}

/* SIDEBAR */

#sidebar
{
/*	border-left: #dddddd solid 1px; */
	width:179px;
	float:left;
	margin:25px 0 0 -1px;
	padding: 0 0 0 4px;
	text-align:left;
	position:relative;
}

#the-whole-page > #sidebar
{
	padding: 0 5px 0 !important;
}

#sidebar ul
{
	display:list-item;
	list-style:none;
	padding: 0 5px 0;
	text-align:left;
	margin:0;
}

#sidebar > ul
{
	margin-top: -15px;
	position: relative;
}

#sidebar li
{
	display:list-item;
	list-style:none;
	padding: 5px;
/*	background: #dddddd;*/
	margin-bottom: 5px;
	font-variant: small-caps;
}

#sidebar li ul li
{
	padding: 0;
	margin: 0;
	font-variant: normal;
	font-size: .8em;
	line-height: 1.5em;
}

#sidebar li ul li ul
{
	padding:0 0 0 1em;
	margin:0;
}

#sidebar li ul li ul li
{
	font-size: .95em;
}

#sidebar li a,
#sidebar li a:visited
{
	text-decoration:none;
	color: #696969;
}

#sidebar li a:hover,
#sidebar li a:active
{
	text-decoration: none;
	color: #000;
}

/* COMMENTS */

.comarea{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 17px;
	text-align:left;
	}
	
.comol{
	margin: 20px 0px 40px 0;
	text-align: left;
	font-weight: bold;	
	list-style-type: none;
	padding-left: 0;
	}
	
.comli{
	border: 1px solid #B6B6B6;
	text-align: left;
	margin: 25px 0px 20px 0px;
	padding: 4px;
	min-height: 90px; /*-- does not work in IE --*/
	width: 492px;
}
.comauth {
	border-bottom: 1px solid #B6B6B6;	
	width: 450px;
	font-size: 1em;
	font-weight: bold;	
	padding: 0px 0px 2px 2px;
}
.mod {
	color: #990033;
	}
	
.comli .cmeta {
	border-bottom: 1px solid #B6B6B6;	
	margin: 1px 0px 5px 10px;
	border: none;
	font-size: 1.1em;
	font-weight: normal;
}	
.comtxt{
	margin: 0px 0px 0px 5px;
	font-size: 1em;
	font-weight: normal;	
	text-align: left;
}

#commentform #comment
{
	width: 500px;
}

/* FOOTER */

#footer 

{
width:716px;
margin-top: 0px;
background: transparent;
color:#666666;;
margin-bottom: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 10px;
padding-left: 0px;
margin-left: 6px;
/*border-top: 1px solid #d4cdc6;*/
}

#footer p 

{
font-size:0.7em;
font-family:arial;
font-weight:normal;
line-height: 1.4em;
color:#555555;
padding:0px 0 0 10px;
text-align:center;
}

#footer a 
{
font-size:1em;
text-decoration:none;
font-weight:normal;
color:#336633;
text-align:center;
}

#footer a:hover

{
text-decoration:underline;
font-weight:normal;
color:#336633;
text-align:center;
}

.wp-caption
{
	border: solid 1px #dddddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin-top: 10px;
margin-right: 10px;
margin-bottom: 10px;
margin-left: 10px;
}

.wp-caption p.wp-caption-text
{
	font-size: .7em;
	margin: 2px;
	padding: 4px;
}

.sitemap p
{
margin-bottom:0;
padding-bottom:0;
}
.sitemap ul
{
margin-top:0;
padding-top:0;
}
.sitemap li, .sitemap li li, .sitemap li li li
{
font-size: 10pt;
}
