/*
Wildflower CMS main stylesheet

Colors

*/

/* Typography  ---------------  ---------------  --------------- */

html {
	font: 9pt 'Lucida Grande', Helvetica, Arial, Sans-serif;
	color: #363636;
	margin: 0px 0px 0px 0px;
}

body {
	font: 9pt 'Lucida Grande', Helvetica, Arial, Sans-serif;
	background: #FFF5DE url(img/bg_Head_new.jpg) 0 0 no-repeat;
	background-position:top center;
	margin: 0px 0px 0px 0px;
}

p, h1, h2, h3, h4, h5, ol, ul, blockquote, .small{text-align: left; }

h1, h2 ,h3 { line-height: 1.5em;}
h4, h5, h6 { line-height: 1.5em;}

/*h1 {margin: 0 0 16px 0;}*/

h1, h2 ,h3, h4 { margin: 0px 0px 0px 0px;} 
h5, h6 { margin: 0px 0px 1.0em 0px;}


/* ----------------- */

h1 { font-style: italic;font-weight: normal;color: #663366;font-size: 20pt;font-family: Georgia, "Times New Roman", Times, serif;}
h2 {font-size: 16px; color: #470000;}
h2 a { color: #663366; }
h3 {font-size: 14px; color: #666; }
h4 {font-size: 16px; color: #470000;}
h5 {font-size: 14px; color: #7E7E7E;}
h6 {font-size: 14px; color: #666666;font-style: italic;}
p {	line-height: 1.5em;	margin: 0.5em 0 1.5em 0; }
.serif{font-size: 10pt;font-family: Georgia, "Times New Roman", Times, serif;line-height: 1.5em;color: #564a61;text-align: left;	}
ol, ul { line-height: 1.5em; /*margin: 1.2em 0 1.2em 2em;	*/}
ul li, ol li{list-style-type: square;}

blockquote {margin: 0 20px;	padding: 0 20px;border-left: 4px solid #E8E7D0;font-size: 9pt;line-height: 1.5em;}
.bigquote {
	font-family: 'Lucida Grande', Helvetica, Arial, Sans-serif;
	margin: 0 1.5em;padding: 0 1.5em;
	border-left: 4px solid #E8E7D0;
	font-size: 10pt;
	font-style: oblique;
	color:#666666;display: block;
	text-align:left;
	line-height: 1.5em;
	font-weight: bold;
}
.bigquotecredit {margin: 0 20px;	padding: 0 20px;font-size: 9pt;font-style: normal;color:#999999;display: block;text-align:right;line-height: 1.5em;}

.small { font-size: 0.9em;	}
/* Links  ---------------  ---------------  --------------- */

	#navigation a {	color: #999;text-decoration: none;}
	#navigation a:hover {background-color: #D9D4C3;color: #ac74e3;text-decoration: none; }
	img, a img{ border:none;}

	a, a:hover { text-decoration: none; }
	a { color: #714b96;}
	a:hover { color: #ac74e3; }

/* Wrap  ---------------  ---------------  --------------- */

#wrap {
	width: 800px;
	height: 100%;
	margin: 0 auto;
}


/* Header  ---------------  ---------------  --------------- */
#header {
	width: 800px;
	height: 300px;
}
    #header h1 {margin: 0;}

		#header h1 a {display: block;  width: 550px; height: 130px; background: url() 0 0 no-repeat;}
        #header h1 span, hr {display: none;}
		
	#donate {
		width: 86px;
		height: 86px;
		position: relative;
		left: 50px;
		top:50px;
		
	}

/* Navigation  ---------------  ---------------  --------------- */

#menu {
	width: auto;
	padding-left: 50px;
	height: 33px;
}

#menu  ul {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 1em;
	list-style: none;
	z-index: 90
}

#menu  ul li {
	float: left;
	margin: 0 3px 0 0;
	padding: 0;
	font-size: 12px;
	line-height: 1, 5em;
	list-style-type: none;
}

#menu ul li a {
	float: left;
	display: block;
	width: auto;
	font-weight: normal;
	background: transparent;
	text-decoration: none;
	margin: 0;
	padding: 0.9em 0.8em 0.5em 1em;
}

#menu  ul li a:hover {
background-color: #D9D4C3;color: #ac74e3;text-decoration: none; }


/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu  ul li a {
	float: none;
}
/* End IE5-Mac hack */

#menu  ul.level2, #menu ul.level3 {
	position: absolute;
	top: 0px;
	left: -20px;
	visibility: hidden;
	border-left: 1px solid #fff;
	/*border-top: 1px solid #fff;*/
	border-right: 1px solid #fff;
	background: #eee;
}

#menu  ul.level2 li, #menu ul.level3 li {
	border-bottom: 1px solid #fff;
	float: none;
	margin: 0;
	padding: 0;
	width: 150px;
}

#menu  ul.level2 li a, #menu ul.level3 li a {
	padding: 5px 9px 5px 5px;
}

#menu  ul.level2 li a:hover,#menu  ul.level3 li a:hover {
	color:#fff;
	font-weight: normal;
	background-color: #FF8401;
	background-image: none;
}
/* DropDown Menu  ---------------  ---------------  --------------- */

#menu {
	width: auto;
	list-style: none; 
	margin: 0px 0px 0px 0px;
	text-align: left;
}

#menu  {font-size: 9pt; font-family: 'Lucida Grande', Helvetica, Arial, Sans-serif;}

	#menu  ul { list-style:none; }
	
    #menu ul {display: inline; margin: 0px 0px 0px 20px; padding: 0px;}
    #menu li {display: inline; margin-right: 12px; padding: 0;}
	
	#menu a {	color: #999;text-decoration: none;}
	#menu a:hover {background-color: #D9D4C3;color: #ac74e3;text-decoration: none; }
		
        #menu .current a {text-decoration: none;font-weight: bold;color: #363636;}
        #menu .current a:hover {color: #363636; background-color: #fff;}
		
#menu .nav-bar {width: 700px; margin: 0 20px 20px 0; border-bottom: 3px solid #D9D4C3; float:left; clear: both; display: inline;}
	
/* Navigation  ---------------  ---------------  --------------- */


#navigation {
	width: auto;
	list-style: none; 
	margin: 0px 30px 0px 30px;
	text-align: left;
}

#navigation  {font-size: 9pt; font-family: 'Lucida Grande', Helvetica, Arial, Sans-serif;}

	#navigation  ul { list-style:none; }
	
    #navigation ul {display: inline; margin: 0px 0px 0px 20px; padding: 0px;}
    #navigation li {display: inline; margin-right: 12px; padding: 0;}
	
        #navigation .current a {text-decoration: none;font-weight: bold;color: #363636;}
		
        #navigation .current a:hover {color: #363636; background-color: #fff;}
		
#navigation .nav-bar {width: 700px; margin: 0px 20px 20px 20px; border-bottom: 3px solid #D9D4C3; float:left; clear: both; display: inline;}
		
/* Sidebar ---------------  ---------------  --------------- */

.sidebar {
	width: 220px;
	height: auto;
	margin: 0px 10px 0 50px;
	float:left;
	clear: both;
	display: inline;
	padding-bottom: 10px;
}

.sidebar p img {
	padding: 10px;
	width: 200px;
	overflow:hidden;
	margin: -4px 0px -10px 0px;
	border: 1px solid #CCCCCC;

}

.sidebar p {
	line-height: -1em;
}


/* Content ---------------  ---------------  --------------- */

#content {
	width: 800px;
	background-color: #fff;
	margin-top:20px;
}

/* Page  ---------------  ---------------  --------------- */

.page {
	background-color: #fff;
	width:800px;
	height:auto;
	position: relative;
	float:left;
	clear:both;
	display: inline;
	margin-top:10px;
	margin-bottom:10px;
/*	border-bottom: 1px solid #D9D4C3;*/	
}

/* Page/Entry  ---------------  ---------------  --------------- */

.page .entry {
	margin: 0px 50px 20px 290px;
	border-bottom: 1px solid #D9D4C3;	
/*	display: inline; */
}

.page h1 { margin-left: 290px; }
.entry h1 { margin-left: 0px; }

.page .entry p img {
	padding: 10px;
	width: 200px;
	overflow:hidden;
	border: 1px solid #CCCCCC;
	/**/
	position: relative;
	left: 0px;
	top: 0px;
	background-color:#fff;
	margin: 0px 0px 20px -240px;
	float:left;
	clear: both;
	display: inline;
}

.sectionbreak{
		border-bottom: 1px solid #D9D4C3;
		line-height:normal;
}

/* Post  ---------------  ---------------  --------------- */

#primary-content {
	/*background-color: #fff;*/
	width: 800px;
	height:auto;
	display: inline;
}

.post {
	position: relative;
	height:auto;
	width: 700px;
	margin: 0px 50px 20px 50px;
	border-bottom: 1px solid #D9D4C3;	
	float:left;
	clear:both;
	display: inline;
}

/* Blog/Entry  ---------------  ---------------  --------------- */

.post .entry {
/*.entry {*/
	margin: 0px 0px 20px 0px;
	height:auto;
	width: 700px;
	float:left;
	clear:both;
	display: inline;
}
.post .entry p{
	margin: 0px 0px 10px 240px;
	display: block;
}

.post .entry li{
	margin: 0px 0px 10px 240px;
}

.post h2{
	margin: 0px 50px 0 240px;
}

.post img {
	width: 200px;
	position: relative;
	left: 0px;
	top: 0px;
	background-color:#fff;
	margin: 0px 0px 20px -240px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #CCCCCC;
	float:left;
	clear: both;
	display: inline;
}

.post small{
}

.post-date {
	display: block;
	margin: 0.5em 50px 10px 240px;
}

.paginator{
	margin: 10px 50px 0px 50px;
	clear:both;
    display: block;
	padding-bottom: 20px;
}

.back-block{
	margin: 10px 50px 10px 0px;
	clear:both;
    display: block;
}

.postmeta{
	width:700px;
	margin: 10px 0px 10px 0px;
	padding-bottom:10px;
}
/*
.postmeta{
	margin: 10px 0px 0px 0px;
	clear:both;
    display: block;
	padding-bottom: 20px;
}
*/
.cleaner{
	float:left;
	clear:both;
    display: inline;
}

/* Footer  ---------------  ---------------  ---------------*/

#footer  {
	width: auto;
	font-size: 0.9em; /* 10px */
	text-align: right;
	margin: 0px 50px 0px 50px;
	padding: 10px;
	float:right;
	clear:both;
    display: inline;
/*    display: block;*/
}

#footer p { color: #666; font-size: 0.9em; text-align: right; line-height:1.1em;}
#footer a, a:hover { color: #714b96; text-decoration: none; }
#footer a:hover { color: #ac74e3; }

.wf-icon {
	position: relative;
	top: 3px;
}


/* Edit this  ---------------  ---------------  --------------- */
/*
.edit-this {
	margin: 10px;
	position: absolute;
	top: 0;
	right: 0px;
	float:left;
	clear:both;
    display: inline;
}

    .page .edit-this {
    	display: none;
    }

    #content .edit-this {
    	display: none;
    }

	.page:hover .edit-this {
        display: block;
    }
*/
/* Edit this */

.page {
	position: relative;
}

.edit-this {
	margin: 0;
	background-color: #242424;
	color: #fff;
	font-size: 11px;
	display: inline-block;
	padding: 3px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
    
    .edit-this a {
        color: #fff;
        text-decoration: none;
    }
    
    .edit-this a:hover {
        color: #fff400;
        background-color: transparent;
    }

	
/* Comments  ---------------  ---------------  --------------- */

.comment-block{
	width:700px;
	margin: 10px 50px 10px 50px;
	padding-bottom:10px;
	clear:both;
    display: block;
}

.comment-form {
	margin: 1em 0;
	padding: 0;
    display: block;
}

    .comment-form label {
    	float: left;
		width: 90px;
		text-align: right;
		padding-right: 8px;
		padding-top: 1px;
    }
	
	.comment-form .input {
		overflow: hidden;
		margin-bottom: 6px;
	}

.comments-list li{
	list-style: none;
	margin: 1em 0;
	padding: 0;
    display: block;
}

	.comment-metadata{
		    display: block;
			font-size: .9em;
	}
	
	.comment_feed{
		background-color:#fffaf0;
		padding: 3px 10px 1px 10px;
	}

/*  Contact  ---------------  ---------------  --------------- */

.contact-form {
	margin: 0px 50px 20px 290px;
	border-bottom: 1px solid #D9D4C3;	
/*	margin: 1em 0;*/
	padding: 0;
	padding-bottom:10px;
	clear:both;
    display: block;
	
}

    .contact-form label {
    	float: left;
		width: 90px;
		text-align: right;
		padding-right: 8px;
		padding-top: 1px;
    }
	
	.contact-form .input {
		overflow: hidden;
		margin-bottom: 6px;
	}
	
	.contact-form .submit{
		margin: 50px 100px auto;
	}


/* Admin bar */


#admin_bar {
    font: 10px/16px "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
    background: #000;
    color: #c3c3c3;
    font-size: 10px;
    overflow: hidden;
    padding: 0 32px;
}

    #admin_bar a {
        color: #999999;
        display: block;
        float: left;
        padding: 3px 6px;
        text-decoration: none;
    }

    #admin_bar a:hover {
        color: #fff;
        background-color: transparent;
    }
	
/* Sidebar Cont */

.sidetext {
	padding:10px;
	background-color:#fef7e9;
}

/* NiftyCorners JS */

.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}
