/*  
Theme Name: Drosera-X Theme
Theme URI: http://wordpress.org/
Description: Custom theme for Drosera-X.
Version: 1.0
Author: Kenneth Feldman
Author URI: http://kpfdigital.com/

	This theme was designed and built by Kenneth Feldman,
	whose blog you will find at http://theoreticalken.com/


*/




/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	}
	
table {
	border-collapse:collapse;
	border-spacing:0;
	}
	
fieldset,img {
	border:0;
	}
	
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
	}
	
li {
	list-style:none;
	}
	
caption,th {
	text-align:left;
	}
	
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	} 
	
q:before,q:after {
	content:'';
	}
	
abbr,acronym {
	border:0;
	font-variant:normal;
	}

sup {
	vertical-align: baseline;
	position: relative;
	top: -0.5em;
	}
	
sub {
	vertical-align:text-bottom;
	}
	
input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	}
	
input,textarea,select {
	font-size:100%;
	}
	
legend {
	color:#000;
	}




hr { visibility: hidden; clear: both; }

a { text-decoration: none; outline:none; }



/* Maintains a scroll bar, reducing side-to-side shift as page lengths differ */
/*
html, body { min-height: 101%; }
*/


/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 
--------------------- */


.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
.clearfix {
	display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*  END P.I.E. FLOAT CLEARING  --------------------- */



/* Setting consistent margin-bottom makes all elements push down on any following elements uniformly. */
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ol, ul, dl, fieldset, address{margin-bottom:1em}

a {position:relative}



/* Sets the site-wide link colors */

a:link{color:#516d4a; text-decoration:none; border-bottom:0px dotted #BF0101}
a:visited{color:#516d4a; text-decoration:none; border-bottom:0px dotted #BF0101}
a:hover{color:#633; text-decoration:none; border-bottom:0px dotted #BF0101}

.entry a:link{color:#516d4a; text-decoration:underline; border-bottom:0px dotted #BF0101}
.entry a:visited{color:#516d4a; text-decoration:underline; border-bottom:0px dotted #BF0101}
.entry a:hover{color:#633; text-decoration:underline; border-bottom:0px dotted #BF0101}



#top_nav a:link{color:#fff; text-decoration:none; border-bottom:0px dotted #BF0101}
#top_nav a:visited{color:#fff; text-decoration:none; border-bottom:0px dotted #BF0101}
#top_nav a:hover{color:#633; text-decoration:none; border-bottom:0px dotted #BF0101}


/*
#top_nav li.current_page_item a:link,
#top_nav li.current_page_ancestor a:link {color:#633; text-decoration:none; border-bottom:0px dotted #BF0101}

#top_nav li.current_page_item a:visited,
#top_nav li.current_page_ancestor a:visited  {color:#633; text-decoration:none; border-bottom:0px dotted #BF0101}

#top_nav li.current_page_item a:hover,
#top_nav li.current_page_ancestor a:hover  {color:#633; text-decoration:none; border-bottom:0px dotted #BF0101}






li.current_page_item a:link,
li.current_page_ancestor a:link  {color:#cd782c; text-decoration:none; border-bottom:0px dotted #BF0101}

li.current_page_item a:visited,
li.current_page_ancestor a:visited   {color:#cd782c; text-decoration:none; border-bottom:0px dotted #BF0101}

li.current_page_item a:hover,
li.current_page_ancestor a:hover, li.current_page_ancestor a:hover   {color:#633; text-decoration:none; border-bottom:0px dotted #BF0101}

*/

/* Sets current page state for Main Menu and Sidebar Subpage links. Bad part is that Sidebar Sub-sub pages get affected too */

li.current_page_item a:link, li.current_page_ancestor, #top_nav li.current_page_item a:link, #top_nav li.current_page_ancestor a:link {color:#cd782c; text-decoration:none; border-bottom:0px dotted #BF0101}
li.current_page_item a:visited, li.current_page_ancestor a:visited, #top_nav li.current_page_item a:visited, #top_nav li.current_page_ancestor a:visited  {color:#cd782c; text-decoration:none; border-bottom:0px dotted #BF0101}
li.current_page_item a:hover, a:hover, li.current_page_ancestor a:hover, #top_nav li.current_page_item a:hover, #top_nav li.current_page_ancestor a:hover  {color:#633; text-decoration:none; border-bottom:0px dotted #BF0101}


/* So we turn off all Sidebar Sub-sub page links */

li.current_page_ancestor ul li.page_item a:link{color:#069; text-decoration:none; border-bottom:0px dotted #BF0101}
li.current_page_ancestor ul li.page_item a:visited{color:#069; text-decoration:none; border-bottom:0px dotted #BF0101}
li.current_page_ancestor ul li.page_item a:hover{color:#633; text-decoration:none; border-bottom:0px dotted #BF0101}

li.current_page_item ul li.page_item a:link{color:#069; text-decoration:none; border-bottom:0px dotted #BF0101}
li.current_page_item ul li.page_item a:visited{color:#069; text-decoration:none; border-bottom:0px dotted #BF0101}
li.current_page_item ul li.page_item a:hover{color:#633; text-decoration:none; border-bottom:0px dotted #BF0101}


/* Then re-activate only current page links of Sub pages */

li.current_page_ancestor ul li.current_page_item a:link{color:#cd782c; text-decoration:none; border-bottom:0px dotted #BF0101}
li.current_page_ancestor ul li.current_page_item a:visited{color:#cd782c; text-decoration:none; border-bottom:0px dotted #BF0101}
li.current_page_ancestor ul li.current_page_item a:hover{color:#633; text-decoration:none; border-bottom:0px dotted #BF0101}


/* Top Nav Bar */	
	
	
	
ul#top_nav {
	position: absolute;
	top: 120px;
	left: 10px;
	background-color: #adbb8e;
	color: #ffffff;
	float: left;
	font-family: 'Palatino Linotype', Palatino, Georgia, 'Times New Roman', serif;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
	}	
	
ul#top_nav li {
	display: inline;
	text-transform: uppercase;
	letter-spacing: 1px;
	}	
	
ul#top_nav li a {
	padding: 0em 1em;
	background-color: #adbb8e;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	}

ul#top_nav li a:hover {
	color: #cd782c;
	}
		
	


/* Begin Typography & Colors */
body {
	font-size: .76em; 
/*
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
*/
	font-family: 'Palatino Linotype', Palatino, Georgia, 'Times New Roman', serif;
	background-color: #cfd5b5;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	border: 0px solid #959596;
	text-align: left;
	}



#content {
	font-size: 1.1em;
	padding-bottom: 0em;
	}
	
	
/* Home Page (ID=3) Content */
	
#page_3 #content {
	padding-bottom: 4em;
	}
	
	

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: normal;
	color: #cd782c;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.4em;
	}

h2.pagetitle {
	font-size: 1.4em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}
	
.entry h3 {
	font-size: 1.2em;
	}
	

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #cd782c;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Palatino Linotype', Palatino, Georgia, 'Times New Roman', serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #660;
	text-decoration: none;
	}

/*
a:hover {
	color: #147;
	text-decoration: underline;
	}
*/

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 946px;
	border: 0px solid #959596;
	background: #ffffff url('images/page_bg.jpg') repeat-y top center;
	}

#header {
	position: relative;
	background: #adbb8e url('images/header_bg2.png') no-repeat top center;
	margin: 0 0 0 10px; 
	padding: 0; 
	height: 148px; 
	width: 927px;
	}


.narrowcolumn {
	float: right;
	padding: 0 65px 20px 0px;
	margin: 0px 0 0;
	width: 636px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	padding-left: 11px;
	margin: 0 0 40px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 35px 0 0 0;
	margin: 0 auto;
	clear: both;
	background: #CFD5B5 url('images/page_bottom.jpg') no-repeat top center;
	}

#inner_footer {
	padding: 0 0 25px 0;
	margin: 0 auto;
	}


#footer p {
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

/*
h2 {
	margin: 0px 0 0;
	}
*/

h2.pagetitle {
	margin-left: 10px;
	text-align: left;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

.post h2 {
	text-transform: none;
	border-bottom: 0px solid #cd782c;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}


.alignright {
	float: right;
	clear: both;
	}

.alignleft {
	float: left
	}
	
	

	
	
	
	
/* Kenny's CAPTIONS / IMAGES css mods

These CCS maintain the nice border/box around images that are not CAPTIONED, or not linked.




.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}

img.alignright,
img.alignleft,
img.alignnone,
img.centered,
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div.alignleft, img.alignleft {
	margin: 0 20px 7px 0;
	}

div.alignright, img.alignright {
	margin: 0 0 7px 20px;
	}
	
img.alignnone {
	padding: 4px;
	margin: 0 10px 10px 0;
	}
	
	
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 10px;
	line-height: 17px;
	padding: 0 5px 5px;
	margin: 0;
}


 */
/* End captions */






.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}

img.alignright,
img.alignleft,
img.alignnone,
img.centered {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div.alignleft, img.alignleft {
	margin: 0 20px 7px 0;
	}

div.alignright, img.alignright {
	margin: 0 0 7px 20px;
	}
	
img.alignnone {
	padding: 4px;
	margin: 0 10px 10px 0;
	}
	
	
.wp-caption img {
	margin: 0;
	padding: 4px;
	border: 1px solid #ddd;
}

.wp-caption p.wp-caption-text {
	font-size: 10px;
	line-height: 13px;
	padding: 0 7px 5px;
	margin: 0;
	text-align: left;
	color: #4c4b4b;
	}









	
	
	
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ul {
	margin-left: 10px;
	padding: 0 0 0 0px;
	list-style: bullet;
	padding-left: 0px;
	text-indent: 0px;
	} 

.entry li {
	padding-left: 22px;
	background-image: url(images/0159_flobullet.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	margin: 0 0 1em 0;
	}

/*
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}




/* Begin Sidebar */
#sidebar
{
	padding: 190px 0 125px 0;
	margin-left: 10px;
	width: 184px;
	background: transparent url('images/sidebar_bg2.jpg') no-repeat top center; /* transparent */
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */


/* Sidebar NAV List */

#sidebar ul#red-head {
	font-size: 1.2em;
	line-height: 1.0em;
	list-style: none;
	}
#sidebar ul#red-head li {
	margin-bottom: 1em;
	}
	
#sidebar ul#red-head li	{
	padding-left: 22px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	}	

#sidebar ul#red-head li.current_page_item {
	background-image: url(images/bullet-orange.gif);
	}	




#sidebar ul, #sidebar ul ol {
	background-color: transparent; /* transparent */
	margin-left: 15px;
	margin-right: 10px;
	}

#sidebar ul li {

/*
	list-style-type: none;
	list-style-image: none;
*/
	margin-bottom: 15px;
	background-color: transparent; /* transparent */
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	background-color: transparent; /* transparent */

	}
	
	
	
	
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: left;
	}

#sidebar #searchform #s {
	width: 138px;
	padding: 2px;
	margin-bottom: 5px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */




/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/








#home_mid_section	{
	padding: 0 3px;
	margin-bottom: 0em;
	
	}

#home_mid_section h3, #home_lower_section h3	{
	text-transform: uppercase;
	
	}
	
	
#home_mid_section h3, #home_lower_section h3	 {
	border-bottom: 1px solid #cd782c;
	letter-spacing: 1px;
	}




/* Recent News Box */


#recent_news {
	width: 295px;
	border: 0px solid red;
	padding: 0px;
	margin-bottom: 1em;
	float:right;
	}


/*
#recent_news h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	color: #F30;
	margin: 0 0 1em 0;
	}	

*/

	
#recent_news .post_date {
	font-size: 11px;
	color: #000000;
	margin: 0 0 0px 0;
	}	
	
	
#recent_news h4.post_title {
	font-size: 15px;
	font-weight: normal;
	line-height: 16px;
	color: #000000;
	margin: 0 0 3px 0;
	}	
	
#recent_news .post_content {
	font-size: 13px;
	line-height: 15px;
	color: #444444;
	margin: 0 0 1em 0;
	}	
	
	
	
	
	
	
/* Top Main text box wrapped in green ivy */
	
	
#home_main_box {
	padding: 5px 25px 10px;
	margin-bottom: 3em;
	background: transparent url('images/home_box_bg.gif') bottom center no-repeat;
	}	
	



#home_lower_section {
	background-color: transparent;
	
	
	}

	


/* Quote in sidebar */

.home_quote {
	text-indent:-0.5em;
	line-height: 1.4em;
	text-align: justify;
	font-style: italic;
	color: #698160;
	padding-right: 5px;
	padding-bottom: 45px;
	}
	
	
	
	
	
	
	
	
div.footnotes {
	font-size: .85em;
	}		
	
	
	
	
div.footnotes ol li, div.footnotes ul li {
	background-image: none;
	list-style-image:none;
	}	
	
	
	
	
	
	
	
	
input:hover, input.hover{border:1px solid #555; color:#111}

textarea:hover, textarea.hover{border:1px solid #555; color:#111}

input:focus, input.focus{background:#eee; border:1px solid #555; color:#333}

textarea:focus, textarea.focus{background:#eee; border:1px solid #555; color:#333}

 
 
 
input, textarea{border:1px solid #666; background-color:#ccc; color:#111; padding:3px}

input#send{background-color:#fdcd04; color:#333; padding:1px 10px; margin-top:10px}

form#plantofthemonth label, form#droseranews label, form#wildflowerweek label {font-weight:bold; color:#693}
	
	
form#plantofthemonth, form#droseranews, form#wildflowerweek {padding: 5px 0 15px;}	
	
	
	
	
	
#hack_div {
	
	background: #ffffff url('images/home_lower_section_h3.gif') no-repeat top center;
	height: 63px;
	width: 656px;
	margin-bottom: 1em;
	}	
	
#home_lower_section h3 {
	padding-top: 35px;
	border: 0px;
	margin: 0;
	}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
