/*
Theme Name: FoodandSpirit
Author: Pearl Planet Design
This theme is copyrighted property of foodandspirit.com 
*/

/***** MAIN ELEMENTS *****/


body{
	background:#ffffff url(images/shadows.gif) center top repeat-y;
	text-align:center;
	font-family:Gill Sans, Helvetica, Verdana, Sans-Serif;
	font-size:75%;
	color:#807d7d;
	margin:0px;
	padding: 0px;
	height:100%;
	width:100%;
	}

#bg{/*big full width banner*/
	position:absolute;top:0px;left:0px;z-index:1;
	width:100%;height:820px;
	background:url(images/bg.jpg) no-repeat top center;
	margin-bottom: 0px;/*ie 5 mac hack*/
	}

#container{/*container that holds all except bg and footer*/ 
	position:relative;z-index:4;/*makes it stack on top of lower z-indexes*/
	width:960px;	
	background:transparent;
	margin:0 auto;/*makes it stay in the center for everything except ie 6, pc*/
	}

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

	







/***** HEADERS *****/


#headers {

	float: left;
	height: 210px;
	width: 960px;
	
}

#headers h1 {
	float: left;
 	margin: 0px;
	padding: 0px;
	width: 200px;
	font-size: 8px;
	color: #f9f6fb;
	text-align:left;
	font-family: Gill Sans, Verdana, Sans-Serif;
	font-weight: bold;
}

#headers p {
	float: left;
	font-size: 8px;
	font-weight: bold;
	color: #f9f6fb;
	text-align:left;
	margin: 0px;
	padding: 0px;
	font-family: Gill Sans, Helvetica, Verdana, Sans-Serif;
	}


#headers h1 a:link, #headers h1 a:visited {

	color: #f9f6fb;
	text-decoration: none;
	}

#headers h1 a:hover, #headers h1 a:active {

	color: #f9f6fb;
	text-decoration: none;
	}

.right-head{

	float: right;
	width: 425px;
	margin:0px;
	padding: 0px;
}


.left-head {

	float: left;
	width: 535px;
	margin:0px;
	padding: 0px;
}



/***** NAVIGATION *****/


#navigators   {	
	float:right;
	width:425px;
	
		
}

#navigators ul {
	text-align: right;
	margin:0px;
	padding: 4px 0px 0px 0px;
	width: 425px;
	list-style-type: none;
	
}

#navigators li {

	margin:0px;
	padding: 0px;
	display: inline;
	
}

#navigators ul li a:link, #navigators ul li a:visited {

	display: block;
	float: right;
	width: auto;
	padding: 0px 9px;
	font-size: 14pt;
	color: #535250;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	margin:0;
			
}

#navigators ul li a:hover, #navigators ul li a:active {

	display:  block;
	float: right;
	width: auto;
	padding:0px 9px;
	font-size: 14pt;
	color: #fed707;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	
}


#sec_navigators   {
	width: 530px;
	margin: 0px;
	padding: 0px;	
	float: left;
	
}

#sec_navigators ul {
	float: right;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 530px;
	padding-top: 160px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	list-style-type: none;
}

#sec_navigators ul li {
	
	margin: 0px;
	padding: 0px;
	display: inline;
}

#sec_navigators ul li a:link, #sec_navigators ul li a:visited {

	display: block;
	float: right;
	padding: 3px 0px 3px 0px;
	font-size: 22px;
	color: #535250;
	margin: 0px 9px;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
}

#sec_navigators ul li a:hover, #sec_navigators ul li a:active {

	display: block;
	float: right;
	padding: 3px 0px 3px 0px;
	font-size: 22px;
	color: #fed707;
	text-align: center;
	background-color: transparent;
	margin: 0px 9px;	
	border-bottom-style: solid;
	border-bottom-color: #fed707;
	border-bottom-width: 3px;
}


/***** IMAGE STYLES ****/

#deana_pic {
	float: left;
	padding: 45px 0px 0px 240px;
	margin:0px;
	background-image:url(images/deanna_pic.jpg); 
	background-repeat: no-repeat;
	background-position: top;
	width: 340px;
	height: 255px;
	font-size: 13pt;
	line-height: 140%;
	font-family: Gill Sans, Helvetica, Arial, Verdana, Sans-Serif;
	text-align: left;
	font-style: italic;
	font-stretch: condensed;
	font-weight: bold;
	color: #304073;
}
	
	
	}

#fr {
	float: right;
	padding:2px 20px 20px 20px;
	margin:0px;
	} 

/****** MAIN CONTENT & SIDEBARS ******/


#top-content {

	background-image: url(images/top_c.gif);
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 960px;
	padding-top: 15px;
	background-position: bottom;
}


#main-content {

	float: left;
	width: 960px;
	position: relative;
	/**	background-image: url(images/mid_c.gif);
	background-repeat: repeat-y; **/
}


#bottom-content {    
	
	float: left;
	height: 43px;
	width: 960px;
	/** background-image: url(images/bottom_c.gif);
	background-repeat: no-repeat; 
	background-position: top; **/
}

#right-content-post {
	
	
	float: right;
	width: 960px;
	padding-right: 0px;
	padding-left: 0px;
	position: relative;
	margin-left: 0px;
	margin-bottom:-100px;
}

#left-content-sidebar {

	width: 180px;
	padding-left: 0px;
	float: left;
}



/***** IMAGE & ALIGN STYLES + MISC CLASSES *****/


img {

	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0 0 6px 0;

}

img.alignleft {

	float: left;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 0px;
}

img.alignright {

	float: right;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 8px;
}

img.aligncenter {

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

.alignleft {

}

.alignright {

	float: right;
}

.aligncenter {

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


.download {

	clear: both;
	padding: 3px;
	background-color: #CCCC99;
	color: #FFFFFF;
	margin-right: 50px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	line-height: 18px;
}

.notice {

	clear: both;
	padding: 3px;
	background-color: #999900;
	color: #FFFFFF;
	margin-right: 50px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	line-height: 18px;
}

.warning {

	clear: both;
	padding: 3px;
	background-color: #CCCCCC;
	color: #000000;
	margin-right: 50px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	line-height: 18px;
}

#digg {

	float: right;
	padding: 0px 0px 10px 5px;
	margin: 0px; 
	}


/**** ADWORDS STYLES ***/

#adwords-top{

	float: left;
	width: 400px;
	margin: 0px;
	padding: 10px 0px 20px 40px;
}	


/***** SEARCH FORM *****/

#s-form {

	margin: 0px;
	padding: 0px;
	float: right;
	width: 220px;
}

#s-form form {

	margin: 0px;
	padding: 0px;
	float: left;
	width: 220px;
}

.pfield {

	float: left;
	height: 35px;
	width: 174px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/s.gif);
	background-repeat: no-repeat;
}

.pbutton {

	margin: 0px;
	padding: 0px;
	float: left;
}



.ptext {

	padding: 2px;
	width: 150px;
	border: 1px solid #f4f4f4;
	margin-top: 5px;
	margin-left: 10px;
}



/***** TEXT STYLES *****/


em {

	padding: 0px;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #e7d1d4;
	margin: 0px;
	font-style: italic;
	text-align:left;
	float:left;
}


#index{
	width: 550px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	
}


#index_header {
	
	width: 550px;
	margin: 0;
	padding: 10px 20px 0px 28px;
	font-size: 26pt;
	line-height: 130%;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	font-style: normal;
	color: #fed707;
}

#index_header a:link{

	color: #FFBB0C;
	text-decoration: none;
}

#index_header a:visited {

	color: #FFBB0C;
	text-decoration: none;
}

#index_header a:hover {

	color: #fed707;
	text-decoration: none;	
}

#index_header a:active {

	color: #FFBB0C;
	text-decoration: none;	
}



#index_text{
	width: 550px;
	margin: 0px;
	padding: 8px 20px 5px 30px;
	font-size: 14pt;
	line-height: 130%;
	font-family: Gill Sans, Helvetica, Arial, sans-serif;
	text-align: left;
	color: #807d7d;
}

#index_header3{
	width: 550px;
	margin: 0px;
	padding: 20px 30px 5px 20px;
	font-size: 12pt;
	line-height: 150%;
	font-family: Gill Sans, Helvetica, Arial, sans-serif;
	text-align: right;
	font-style: italic;
	font-stretch: condensed;
	font-weight: bold;
	color: #d56e00;
}

#index_header4{
	width: 550px;
	margin: 0px;
	padding: 20px 20px 5px 30px;
	font-size: 12pt;
	line-height: 140%;
	font-family: Gill Sans, Helvetica, Arial, sans-serif;
	text-align: left;
	font-stretch: condensed;
	color: #041c69;
}


/****** FOOTER ******/


#footer{/*full width footer*/
	position:relative;right:0px;z-index:2;
	width:100%;height:250px;
	background:url(images/footer_bg.gif) no-repeat bottom center;
	margin:0 auto;
	text-align:center;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;	
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;		
	
}

#clear_footer{
clear: both;
}

	
#footer_nav{
	z-index:3;
	width:910px;
	font-family: Gill Sans, Verdana, Arial, Sans Serif;
	background:transparent;
	text-align: left;
	margin:0 auto;
	padding-top:152px;
}

#footer_nav a:link, #footer_nav a:visited {

	padding: 0px 7px;
	font-size: 13pt;
	color: #807d7d;
	letter-spacing: 4px;
	text-decoration: none;	
				
}

#footer_nav a:hover, #footer_nav a:active {

	padding: 0px 7px;
	font-size: 13pt;
	color: #fed707;
	letter-spacing: 4px;
	text-decoration: none;	
		
}


#footer p{
	z-index:3;
	font-family: Gill Sans, Verdana, Arial, Sans Serif;
	font-size:11px;
	color:#dcdcdc;
	background:transparent;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 150%;
	width: 800px;
	text-align: left;
	margin:0 auto;
	padding-top: 42px;
	}

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

#footer p a:hover, #footer p a:active {
	color: #f2f2f2;
	text-decoration: none;	
}


/******** 
START POST CONTENT POST CONFIG 
********/

#post-title-bg{

	float:left;	
	background-image: transparent;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	width: 540px;
	border-bottom-width: 2px;
	border-bottom-color: #FED707;
	border-bottom-style: solid;
}


#post-entry {

	float: left;
	width: 580px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#post-entry p {

	float: left;
	width: 540px;
	margin: 0px;
	padding: 10px 30px 5px 0px;
	font-size: 18px;
	font-family: Gill Sans, Arial, Verdana, Sans-Serif;
	text-align: left;
	line-height: 150%;
	font-weight: normal;
	color: #535250;
}

#post-entry p a:link{

	color: #cd322a;
	text-decoration: underline;
}

#post-entry p a:visited {

	color: #cd322a;
	text-decoration: underline;
}

#post-entry p a:hover {

	color: #fed707;
	text-decoration: none;	
}

#post-entry p a:active {

	color: #fed707;
	text-decoration: none;	
}

#pcont {
	float:left;
	width:300px;
	margin: 0px;
	padding: 10px 30px 0px 30px;
	font-size: 18px;
	font-family: Gill Sans, Arial, Verdana, Sans-Serif;
	text-align: left;
	line-height: 150%;
	font-weight: normal;
	color: #535250;
}


#post-entry h1 {

	float: left;
	width: 450px;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	font-size: 14pt;
	font-family: Gill Sans, Arial, Lucida Grande, Verdana, Sans-Serif;
	text-align: left;
	letter-spacing: -1px;
	font-weight: normal;
	color: #d04038;
}

#post-entry h2 {

	float: left;
	width: 500px;
	margin: 0px;
	padding: 20px 0px 5px 0px;
	font-size: 14pt;
	font-family: Gill Sans, Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	text-align: left;
	font-weight: bold;
	color: #475A3B;
}

#post-entry h3 {

	float: left;
	width: 560px;
	padding: 0px;
	font-size: 1.8em;
	font-family: Lucida Grande, Verdana, Helvetica, Arial, Sans-Serif;
	letter-spacing: -1px;
	text-align: left;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #fd8700;
}

#post-entry h4 {

	float: left;
	width: 560px;
	margin: 0px;
	padding: 0px;
	font-size: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	text-align: left;
	font-weight: normal;
}

#post-entry h5 {

	float: left;
	width: 560px;
	margin: 0px;
	padding: 0px;
	font-size: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	text-align: left;
	font-weight: normal;
}

#post-entry h6 {

	float: left;
	width: 560px;
	margin: 0px;
	padding: 0px;
	font-size: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	text-align: left;
	font-weight: normal;
}



#post-entry h1 a:link, #post-entry h1 a:visited {

	color: #ffbb0c;
	text-decoration: none;
}

#post-entry h1 a:hover, #post-entry h1 a:active {

	color: #ffbb0c;
	text-decoration: none;
	
}


/****** AUTORS & POST-DATE *******/


.authors-cat {

	float: left;
	width: 440px;
	font-size: 24px;
	font-family: Lucida Grande, Arial, Helvetica, Verdana;
	font-stretch: expanded;
	color: #d04038;
	font-weight: bold;
	padding-left: 2px;
	padding-top: 12px;
	text-align: left;
	margin: 0px;
}

.authors-cat a:link, .authors-cat a:visited {

	color: #d04038;
	text-decoration: none;
}

.authors-cat a:hover, .authors-cat a:active {

	color: #d04038;
	text-decoration: none;
	
}

.post-date a:link, .post-date a:visited {

	color: #999999;
	text-decoration: none;
}

.post-date a:hover, .post-date a:active {

	color: #000000;
	text-decoration: none;
}


.post-date {

	float: left;
	width: 75px;
	height:75px;
	padding: 0px 0px 0px 1px;
	background-image: url(images/date_bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	font-family: Sans-Serif, Verdana, Arial;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: -1px;
	color: #8c57a7;
	line-height: 120%;
	text-transform: uppercase;
	margin: 0px;
}

.post-meta {

	float: left;
	width: 600px;
	padding-top: 5px;
	padding-left: 25px;
	margin: 0px;

}

.post-clear {

	float: left;
	height: 20px;
	width: 500px;
	margin: 0px;

}

/******* POST-CONTENT ******/

.post-content {

	float: left;
	width: 560px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 30px;
	font-size: 18px;
	font-weight: normal;
	line-height: 140%;
	text-align: left;
	color: ##686868; /*807d7d;*/
	font-family: Gill Sans, Arial, Verdana, Sans-Serif;
	margin:0px;
}

.post-content p {

	margin-bottom: 8px;
	padding-right: 10px;
	text-align: left;
}

.post-content code {

	display: block;
	padding: 5px;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-family: "Lucida Grande", "Lucida Sans", Tahoma;
	font-size: 12px;
	color: #000000;
	background-color: #F8F8F8;
	border: 1px dotted #F7F7F7;
}

.post-content img {

	padding: 2px;
	background-color: #f7f7f7;
}

.post-content blockquote {

	background-image: url(images/bquote.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 15px;
	padding-left: 38px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}


.post-content a:link, .post-content a:visited {

	color: #9f5c00;
	text-decoration: none;
}

.post-content a:hover, .post-content a:active {

	color: #aea38d;
	text-decoration: underline;
}

.post-commented {

	float: left;
	width: 400px;
	padding-left: 2px;
	padding-top: 2px;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	background-image: url(images/comment.gif);
	background-repeat: no-repeat;
	background-position: left 20px;
}

.post-commented a:link, .post-commented a:visited {

	color: #e9b719;
	text-decoration: none;
}

.post-commented a:hover, .post-commented a:active {

	color: #e9b719;
	text-decoration: underline;
}

#post-navigator {

	float: left;
	height: 30px;
	width: 550px;
	text-align: left;
	padding: 0px 30px 0px 30px;
	font-family: Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#post-navigator a:link, #post-navigator a:visited {

	color: #ffbb0c;
	text-decoration: underline;
}

#post-navigator a:hover, #post-navigator a:active {

	color: #aea38d;
	text-decoration: underline;
}



/******* COMMENT-TEMPLATE CONFIG CSS *******/



#comment_tpl {

	float: left;
	width: 560px;
	margin:0;
	padding: 0px 30px;
}

#comment_tpl code {

	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	clear: both;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	display: block;
}

#comment_tpl blockquote {

	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #666666;
	text-align: left;
	clear: both;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #666666;
}



#comment_tpl form {

	margin: 0px;
	padding: 0px;
	float: left;
	width: 490px;
}



#comment_tpl a:link, #comment_tpl a:visited {

	color: #f06701;
	text-decoration: underline;
	font-weight: bold;
}

#comment_tpl a:hover, #comment_tpl a:active {

	color: #f06701;
	text-decoration: none;
	font-weight: bold;
}


#rss{

	float: left;
 	width: 260px;
 	height: 60px;
	background: transparent;
	margin: 0px;
	padding: 0px;

	
}


#rss p{
	font-size: 12px;
	color: #928d8d;
	margin: 0px;	
	padding: 0 0 0 0;
	font-family: Lucida Grande, Gill Sans, Helvetica, Verdana, Sans-Serif;
}


.rss-button{
	width: 260px;
	margin: 0 0 6px 0;
	padding: 0;
}

.rss {

	font-size: 14px;
	color: #807d7d;
	background-image: url(images/feed-icon-16x16.png);
	background-repeat: no-repeat;
	background-position: left;
	font-weight: bold;
	margin: 0px 0px 0px 16px;
	float: left;
	width: 490px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.coms {

	margin: 0px;
	padding: 0px;
	float: left;
	width: 460px;
}

.coms_top {

	background-image: url(images/com_t.gif);
	background-position: bottom;
	float: left;
	height: 19px;
	width: 460px;
}

.coms_mid {

	background-image: url(images/com_m.gif);
	float: left;
	width: 440px;
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;
	color: #333333;
}

.coms_bottom {

	background-image: url(images/com_b.gif);
	float: left;
	width: 460px;
	background-repeat: no-repeat;
	background-position: top;
	height: 44px;
}

.coms_top_alt {

	background-image: url(images/com_t_alt.gif);
	background-position: bottom;
	float: left;
	height: 19px;
	width: 460px;
}

.coms_mid_alt {

	background-image: url(images/com_m_alt.gif);
	float: left;
	width: 440px;
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;
	color: #000000;
}

.coms_bottom_alt {

	background-image: url(images/com_b_alt.gif);
	float: left;
	width: 460px;
	background-repeat: no-repeat;
	background-position: top;
	height: 44px;
}

#t1_style {

	margin: 0px;
	padding: 0px;
	float: left;
	width: 500px;
}

#t1_style p {

	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #807d7d;
	margin-top: 0px;
	text-align: left;
}

#t1_style input {

	width: 280px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border: 1px solid #807d7d;
}

#t1_style input:hover {

	width: 280px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 2px;
}

#t2_style {

	margin: 0px;
	padding: 0px;
	float: left;
	width: 490px;
}

#t2_style p {

	margin-bottom: 10px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #e7d1d4;
	letter-spacing: -1px;
	text-align: left;
	margin-top: 0px;
}

#t2_style textarea {

	padding: 5px;
	height: 180px;
	width: 440px;
	border: 1px solid #E5E5E5;
}

#t2_style textarea:hover {

	padding: 5px;
	height: 180px;
	width: 440px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}



/* sidebars config */

#sidebars {

	float: left;
	width: 220px;
}

#sidebars h3 {

	float: left;
	width: 160px;
	height: 30px;
	margin: 0px;
	background-color: transparent;
	padding: 10px 0 0 0;
	line-height: 30px;
	color: #726d6c;
	font-family: Lucida Grande, Gill Sans, Helvetica, Verdana, Sans-Serif;
	font-size: 18px;
}

#sidebars_r {

	float: right;
	width: 260px;
	margin-top: 10px;
	padding: 10px 30px 100px 30px;
}

#sidebars_r h3 {

	float: left;
	width: 260px;
	height: 30px;
	margin: 0px;
	padding: 5px 0 0 0;
	background-color: transparent;	
	padding-left: 0px;
	font-family: Gill Sans, Helvetica, Verdana, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	font-stretch: expanded;
	letter-spacing: 1px;
	line-height: 135%;
	color: #475a3b;
	text-align: left;
}

#sidebars_r h4{

	width: 260px;
	height: 30px;
	margin: 20px 0px 20px 0px;
	padding: 4px 0 4px 0;
	background-color: transparent;	
	padding-left: 0px;
	font-family: Gill Sans, Helvetica, Verdana, Sans-Serif;
	font-size: 24px;
	font-weight: bold;
	font-stretch: expanded;
	letter-spacing: 1px;
	line-height: 135%;
	color: #475a3b;
	text-align: center;
	text-decoration: none;	
	border-bottom-color: #475a3b;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-top-color:#475a3b;
	border-top-style: solid;
	border-top-width: 2px;
}

#sidebars_r h4 a:link {
	color:#475a3b;	
	text-decoration: none;
}

#sidebars_r h4 a:hover {
	color:#FED707;
	text-decoration: none;
}

#sidebars_r h4 a:visited {
	color:#475a3b;	
	text-decoration: none;
}

#sidebars_r h4 a:active {
	color:#475a3b;
	text-decoration: none;
}

#sidebars_r h5{

	width: 260px;
	height: 30px;
	margin: 10px 0px 10px 0px;
	padding: 4px 0 4px 0;
	background-color: transparent;	
	padding-left: 0px;
	font-family: Gill Sans, Helvetica, Verdana, Sans-Serif;
	font-size: 24px;
	font-weight: bold;
	font-stretch: expanded;
	letter-spacing: 1px;
	line-height: 135%;
	color: #475a3b;
	text-align: center;
	text-decoration: none;
}

.arrow {

	text-align: left;
	float: left;
	width: 260px;
	font-size: 16px;
	list-style-type: none;
	font-family: Gill Sans, Arial, Helvetica, Verdana, Sans-Serif;
	font-stretch: expanded;
	letter-spacing: 1px;
	color: #2f5714;
	line-height: 135%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color:#807d7d;
}

.arrow li {

	float: left;
	font-size: 16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	line-height: 135%;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.arrow li a:link, .arrow li a:visited {

	display: block;
	width: 240px;
	padding-left: 5px;
	margin: 0px;
	float: left;
	padding-top: 4px;
	font-size: 16px;
	padding-bottom: 4px;
	color: #807d7d;
	line-height: 135%;
	text-decoration: none;
	background-image: transparent;
	background-repeat: no-repeat;
	background-position: left 2px;
}

.arrow li a:hover, .arrow li a:active {

	display: block;
	width: 240px;
	padding-left: 5px;
	line-height: 135%;
	margin: 0px;
	float: left;
	font-size: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #3c3b3a;
	text-decoration: underline;
	background-image: transparent;
	background-repeat: no-repeat;
	background-position: left 2px;
}

.arrow ul {

	margin: 0px;
	float: left;
	width: 240px;
	list-style-type: none;
	padding: 0px;
}

.arrow ul li {

	margin: 0px;
	float: left;
	font-size: 12px;
	color: #807d7d;
	padding: 0px;
	
}

.arrow ul li a:link, .arrow ul li a:visited {

	display: block;
	margin: 0px;
	color: #807d7d;
	text-decoration: none;
	width: 240px;
	list-style: bullet;
}

.arrow ul li a:hover, .arrow ul li a:active {

	display: block;
	margin: 0px;
	color: #3c3b3a;
	text-decoration: underline;
	width: 240px;
	
}

/* calendar config */



#wp-calendar {

	empty-cells: show;
	width: 150px;
	text-align: center;
	float: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: -1px;
	font-size: 13px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E6E6E6;
	border-right-color: #EFEFEF;
	border-left-color: #EFEFEF;
}


#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: #CC0000;
	font-weight: bold;
}

#wp-calendar caption {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	letter-spacing: -1px;
	font-weight: bold;
	background-color: #CC0000;
	width: 167px;
	margin: 0px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}


#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: #CC0000;
	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;
}

.blod-user {

	font-weight: bold;
	background-image: transparent;
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 17px;
	float: left;
	text-align: left;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 380px;
	color: #fed707;
	font-size: 14px;
}

.blod-date {

	background-image: transparent;
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 17px;
	text-align: left;
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 380px;
	color: #333333;
	font-size: 12px;
}

.blod-text {

	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 17px;
	padding-right: 20px;
	text-align: left;
	width: 390px;
	color: #807d7d;
	font-size: 16px;
	font-weight: bold;
}

#note {

	padding: 0px;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #807d7d;
	width: 440px;
	margin: 0px;
	font-style: italic;
	text-align:left;
	float:left;
	clear: left;
}
