/*
	Theme Name: Elise Krentzel
	Theme URI: http://www.elisekrentzel.com/
    Download URL: http://www.elisekrentzel.com/
	Description: Custom WordPress theme developed for Elise Krentzel by Helen Olney Associates
	Author: Helen Olney
	Author URI: http://www.helenolney.com/
*/



body {
	font-family: Trebuchet, Helvetica, sans-serif;
	font-size: 80%;
	background: #FFF url(images/bg_green.jpg) repeat-y 50%;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 900px;
}

em {
	font-style: italic;
	font-weight: bold;
}

img {
	border: 0;
}



.download {
	clear: both;
	padding: 3px;
	color: #000000;
	margin-right: 50px;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

.notice {
	clear: both;
	padding: 3px;
	color: #CC0033;
	margin-right: 50px;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

.warning {
	clear: both;
	padding: 3px;
	color: #FF9900;
	margin-right: 50px;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

img.alignleft {
	float: left;
	margin: 5px 8px 2px 0;
}

img.alignright {
	float: right;
	margin: 8px 0 5px 8px;
}

img.aligncenter {
	display: block;
	margin-top: 0px; 
	margin-right: auto; 
	margin-bottom: 4px; 
	margin-left: auto;
	clear: both;
}

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



.centered { 
	margin-left: auto; 
	margin-right: auto; 
}

.alignleft {
	float: left;
	margin-right: 20px;
}

.alignright {
	float: right;
	margin-left: 20px;
}

.aligncenter {
	display: block;
	clear: both;
	margin-top: 0px; 
	margin-right: auto; 
	margin-bottom: 0px; 
	margin-left: auto;
}

#wrap {
	width: 900px;
	margin:0 auto;
	text-align: left;
}

#container {
	margin:0 auto;
	width: 900px;
}

#header {
	width: 900px;
	padding: 0;
	height: 180px;
	background-image: url(images/banner_green.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50px;
	margin:0 auto;
}

#content {
	float: left;
	width: 900px;
	padding: 0;
	position: relative;
	margin-top: 0;
	margin-bottom: 14px;
	background-color: #FFF;
}

.right-content {
	float: right;
	width: 700px;
}

.left-content {
	float: left;
	width: 200px;
}

#left-post {
	width: 480px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	position: relative;
	padding-top: 20px;
}

#right-sidebars {
	float: right;
	width: 200px;
	padding-top: 58px;
	margin-bottom: 20px;
}

#right-sidebars ul{
	background-image: url(images/boxbot_gr.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#left-sidebars ul{
	background-image: url(images/boxbot_gr.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#left-sidebars {
	float: left;
	width: 200px;
	padding-top: 58px;
}

#left-sidebars-photo {
	float: left;
	width: 200px;
	padding-bottom: 25px;
}

#footer {
	background-color: #00D35F;
	margin:0 auto;
	width: 900px;
	text-align: center;
	color: #000;
	font-size: 11px;
	display: block;
}

#footpad {
	padding: 20px;
}

.footer_nav_box {
	display: block;
	width: 900px;
	margin:0 auto;
	text-align: left;
	padding-bottom: 20px;
}

#footer a:link, #footer a:visited {
	color: #000;
	text-decoration: underline;
}

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

.header_site_desc {
	float: left;
	height: 90px;
	width: 400px;
	padding-top: 30px;
}

.header_site_desc h1 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 400px;
	font-size: 1.9em;
	color: #FFFFFF;
	font-weight: normal;
}

.header_site_desc p {
	font-size: 14px;
	color: #F4f4f4;
	margin: 0px;
	float: left;
	width: 400px;
	font-weight: bold;
}

.header_site_desc h1 a:link, .header_site_desc h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.header_site_desc h1 a:hover, .header_site_desc h1 a:active {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 3px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #9ACA3C;
}




.src_field {
	width: 300px;
	border: 1px solid #CCCCCC;
	float: left;
	height: 20px;
	padding: 1px 1px 1px 2px;
}

.header_nav_box {
	width: 900px;
	height: 30px;
	padding: 0;
	margin:0 auto;
}

.navigators {
	width: 900px;
	background-color: #FFF;
	padding: 10px 0 0 0;
	text-transform: uppercase;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 1px;
	margin:0 auto;
}

.navigators ul {
	margin:0 auto;
	width: 900px;
	list-style-type: none;
	padding-top: 5px;
}

.navigators ul li {
	display: inline;
	padding: 0px;
	margin:0 auto;
}

.navigators ul li a:link, .navigators ul li a:visited {
	display: inline block;
	color: #000;
	text-decoration: none;
	text-align: center;
	line-height: 14px;
	height: 14px;
	width: auto;
	border-right: 1px solid #000;
	padding-left: 18px;
	padding-right: 18px;
}

.navigators ul li a.bio:link, .navigators ul li a.bio:visited {
	display: inline block;
	color: #000;
	text-decoration: none;
	text-align: center;
	line-height: 14px;
	height: 14px;
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
	border-right: 0;
}

.navigators ul li a:hover, .navigators ul li a:active {
	color: #00D360;
}

.navigators ul li a.bio:hover, .navigators ul li a.bio:active {
	color: #00D360;
}

.navigators ul li a.on{
	color: #00D360;
}

.navigators ul li a.bioon{
	border-right: 0;
	color: #00D360;
}

.center {
	text-align: center;
	}
	


.sidebar-box {
	float: left;
	width: 160px;
	margin: 20px 10px 0 10px;
	padding: 10px 0 0 0;
}

.sidebar-box h3 {
	width: 160px;
	font-size: 1.1em;
	color: #FFFFFF;
	font-weight: normal;
	background-image: url(images/boxtitle.jpg);
	background-repeat: no-repeat;
	height: 30px;
	line-height: 30px;
	padding: 0 10px 0 10px;
	margin: 0;
	text-align: center;
}

.sidebar-box ul {
	background-color: #00D360;
	margin: 0px;
	width: 160px;
	list-style-type: none;
	padding: 10px;
}



.sidebar-box ul li {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}



.sidebar-box ul li a:link, .sidebar-box ul li a:visited {
	margin: 0px;
	display: block;
	padding: 3px 0 3px 0px;
	color: #333333;
	text-decoration: none;
	font-size: 13px;
}

.sidebar-box ul li a:hover, .sidebar-box ul li a:active {
	color: #000000;
	text-decoration: underline;

}





.post-fixed {
	float: left;
	height: 25px;
	width: 480px;
}



#post-entry {
	float: left;
	width: 480px;
	padding-top: 0px;
	padding-bottom: 8px;
}

.post-meta {
	margin: 0px;
	float: left;
	width: 470px;
	padding: 0px 4px 8px 4px;
}

#post-entry h1 {
	font-size: 2.0em;
	color: #00D360;
	margin: 0px;
	float: left;
	width: 470px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
}

h2 {
	font-size: 1.9em;
	color: #999900;
	margin: 0px;
	float: left;
	width: 470px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	padding: 0px;
}

h2.catname {
	font-size: 2.2em;
	color: #999900;
	margin: 0px;
	float: left;
	width: 470px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	padding: 0 0 14px 2px;
}

#post-entry h3 {
	font-size: 14px;
	color: #000000;
	margin: 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px 0 4px 0;
}

#post-entry h4 {
	font-size: 1.9em;
	color: #000000;
	float: left;
	width: 470px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EEEEEE;
	padding: 0px;
	margin: 0 0 8px 0;
}

#post-entry h1 a:link, #post-entry h1 a:visited {
	color: #00D360;
	text-decoration: none;
}

#post-entry h1 a:hover, #post-entry h1 a:active {
	color: #000;
}

.posted-aut-cat {
	float: left;
	font-size: 12px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	width: 470px;
	margin: 0;
}

.posted-aut-cat ul{
	list-style-type: none;
	margin: 0;
	padding: 10px 0 10px 0;
}

.posted-aut-cat ul li{
	display: inline;
	background: url(images/square_green.jpg) no-repeat left;
	padding-left: 20px;
	padding-right: 30px;
	margin: 0;
}

.posted-aut-cat a:link, .posted-aut-cat a:visited {
	color: #666666;
	text-decoration: none;
}

.posted-aut-cat a:hover, .posted-aut-cat a:active {
	color: #000;
	text-decoration: underline;
}

.post-content {
	float: left;
	width: 470px;
	padding-top: 0;
	padding-bottom: 0px;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
}

.post-commented {
	float: left;
	width: 470px;
}

.post-box {
	float: right;
	height: 35px;
	width: 100px;
	margin: 0px;
	line-height: 30px;
	color: #FFFFFF;
	background-image: url(images/commented_v.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 11px;
	padding: 0 0 0 12px;
}

.post-box a:link, .post-box a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.post-box a:hover, .post-box a:active {
	color: #000000;
	text-decoration: underline;
}

.post-content code {
	display: block;
	padding: 5px;
	clear: both;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-family: "Trebuchet MS", Tahoma, "Arial Narrow";
	font-size: 13px;
	color: #000000;
	background-color: #F4F4F4;
	border: 1px dotted #F7F7F7;
}

.post-content img {
	padding: 0;
}

.post-content blockquote {
	background-color: #00D360;
	clear: both;
	margin: 20px;
	padding: 15px;
}


.post-content a:link, .post-content a:visited {
	color: #B28027;
	text-decoration: underline;
	font-weight: bold;
}

.post-content a:hover, .post-content a:active {
	text-decoration: none;
	font-weight: bold;
}

.post-navs {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 480px;
	font-size: 14px;
	color: #000000;
}

.post-navs a:link, .post-navs a:visited {
	color: #000000;
	text-decoration: none;
}

.post-navs a:hover, .post-navs a:active {
	color: #CCCC99;
	text-decoration: none;
}

#comment-temps {
	float: left;
	width: 480px;
}

#comment-temps a:link, #comment-temps a:visited {
	color: #999900;
	text-decoration: underline;
}

.rssfeed {
	margin: 0px;
	float: left;
	width: 460px;
	background-image: url(images/feed.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 20px;
	text-align: left;
	font-size: 13px;
	color: #000000;
}

#comment-temps a:hover, #comment-temps a:active {
	color: #000;
	text-decoration: none;
}

.com-box {
	margin: 0px;
	float: left;
	width: 460px;
	border: 1px solid #F2E8C6;
	background-color: #EEEEDD;
	color: #333333;
	font-family: "Arial Narrow", Tahoma, "Trebuchet MS";
	letter-spacing: 1px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.author_com {
	float: left;
	width: 445px;
	font-size: 14px;
	font-weight: bold;
	background-image: url(images/comment.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
}

.author_date {
	float: left;
	width: 460px;
	font-size: 12px;
	color: #333333;
}

.author_com_text {
	float: left;
	width: 460px;
	padding-top: 8px;
	font-size: 11px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.com-fixed {
	float: left;
	height: 20px;
	width: 470px;
}

.com-box_alt {
	margin: 0px;
	float: left;
	width: 460px;
	border: 1px solid #EEF4E3;
	background-color: #FFFFFF;
	color: #333333;
	font-family: "Arial Narrow", Tahoma, "Trebuchet MS";
	letter-spacing: 1px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.author_com_text blockquote {
	clear: both;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-left: 5px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.author_com_text code {
	clear: both;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans", Tahoma;
	color: #000000;
	padding: 3px;
	border: 1px dotted #EFEFEF;
	display: block;
}

#comment-temps form {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 470px;
}

#comment-box {
	float: left;
	width: 470px;
	margin: 0px;
	padding: 0px;
}

#comment-box p {
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 13px;
	color: #333333;
}

#comment-box input {
	margin: 0px;
	padding: 1px;
	width: 260px;
	height: 20px;
	border: 1px solid #CCCCCC;
}

#comment-box input:hover {
	margin: 0px;
	padding: 1px;
	width: 260px;
	height: 20px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}

#comment-area {
	float: left;
	width: 470px;
	margin: 0px;
	padding: 0px;
}

#comment-area p {
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 13px;
	color: #333333;
}

#comment-area textarea {
	padding: 3px;
	width: 400px;
	height: 180px;
	border: 1px solid #CCCCCC;
	margin: 0px;
}

#comment-area textarea:hover {
	padding: 3px;
	width: 400px;
	height: 180px;
	border: 1px solid #999999;
	margin: 0px;
}



#wp-calendar a:link, #wp-calendar a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

#wp-calendar a:hover, #wp-calendar a:active {
	text-decoration: none;
	color: #999900;
	font-weight: bold;
}



#wp-calendar th {
	margin: 0px;
	padding: 0px;
	text-align: center;
}



#wp-calendar #next a {
	text-align: left;
	color: #000000;
	text-decoration: none;
	float: right;
	padding-top: 10px;
}



#wp-calendar #prev a {
	text-align: center;
	color: #999900;
	text-decoration: none;
	float: left;
	padding-top: 10px;
}

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

#wp-calendar tf {
	margin: 0px;
	padding: 0px;

}

#wp-calendar {
	background-color: #EEEEDD;
	width: 200px;
	list-style-type: none;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E2E2C5;
	border-right-color: #E2E2C5;
	border-bottom-color: #E2E2C5;
	border-left-color: #E2E2C5;
	font-size: 12px;
	margin: 0px;
	float: left;
}

#wp-calendar caption {
	width: 200px;
	font-size: 1.3em;
	color: #FFFFFF;
	background-image: url(images/h2navbg.gif);
	background-repeat: repeat-x;
	height: 31px;
	line-height: 28px;
	text-align: left;
	font-weight: bold;
	margin: 0px;
	background-position: bottom;
	padding: 0px;
	text-indent: 6px;
}

.clear-sidebar {
	float: left;
	height: 10px;
	width: 198px;
}

