/*  
Theme Name: Therapeutic Chef Theme
Description: Custom theme designed for Therapeutic Chef.
Version: 1.0
Author: Marty Sullens

*/

/*	
		SAFARI FIXES
*/

*:focus {
outline: 0;
}

/* END OF SAFARI FIXES */


body
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color:#F9F2D7;
}

p
{
	font-family: Cambria, serif;
	font-size: 16px;
	color:#666666;
	font-style: normal;
	font-weight: normal;
	text-transform:normal;
	letter-spacing: normal;
	text-align:justify;
	line-height: 1.4em;
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
}

p a:link
{
	font-family: Cambria, serif;
	font-size: 16px;
	color:#A1B60C;
	font-style: normal;
	font-weight: normal;
	text-transform:normal;
	letter-spacing: normal;
	text-decoration:none;
	text-align:justify;
	line-height: 1.4em;
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
}

p a:visited
{
	font-family: Cambria, serif;
	font-size: 16px;
	color:#A1B60C;
	font-style: normal;
	font-weight: normal;
	text-transform:normal;
	text-decoration:none;
	letter-spacing: normal;
	text-align:justify;
	line-height: 1.4em;
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
}

p a:hover
{
	border-bottom: 1px #DFDFDF solid;
}

h1
{
	font-family: Cambria, serif;
	font-size: 30px;
	color:#666666;
	font-style: normal;
	font-weight: normal;
	text-transform:normal;
	letter-spacing: normal;
	text-align:justify;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
}

h1 a:link
{
	font-family: Cambria, serif;
	font-size: 30px;
	color:#666666;
	font-style: normal;
	font-weight: normal;
	text-transform:normal;
	text-decoration:none;
	letter-spacing: normal;
	text-align:justify;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
}

h1 a:visited
{
	font-family: Cambria, serif;
	font-size: 30px;
	color:#666666;
	font-style: normal;
	font-weight: normal;
	text-transform:normal;
	text-decoration:none;
	letter-spacing: normal;
	text-align:justify;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
}

h1 a:hover
{
	border-bottom: 1px #DFDFDF solid;
}

h2
{
	font-family: Cambria, serif;
	font-size: 14px;
	color:#666666;
	font-style: normal;
	font-weight: normal;
	text-transform:normal;
	letter-spacing: normal;
	text-align:justify;
	line-height: 1.4em;
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
}

h2 a:link
{
	font-family: Cambria, serif;
	font-size: 14px;
	color:#A1B60C;
	font-style: normal;
	font-weight: normal;
	text-transform:normal;
	letter-spacing: normal;
	text-decoration:none;
	text-align:justify;
	line-height: 1.4em;
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
}

h2 a:visited
{
	font-family: Cambria, serif;
	font-size: 14px;
	color:#A1B60C;
	font-style: normal;
	font-weight: normal;
	text-transform:normal;
	letter-spacing: normal;
	text-decoration:none;
	text-align:justify;
	line-height: 1.4em;
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
}

h2 a:hover
{
	font-family: Cambria, serif;
	font-size: 14px;
	color:#A1B60C;
	font-style: normal;
	font-weight: normal;
	text-transform:normal;
	letter-spacing: normal;
	border-bottom: 1px #DFDFDF solid;
	text-align:justify;
	line-height: 1.4em;
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
}

h3
{
	font-family: Cambria, serif;
	font-size: 16px;
	color:#666666;
	font-style: normal;
	font-weight: bold;
	text-transform:normal;
	letter-spacing: normal;
	text-align:justify;
	line-height: 20px;
	text-indent: 5px;
	margin: 0px;
	padding: 0px;
}

h4
{
	font-family: Cambria, serif;
	font-size: 16px;
	color: #999;
	font-style: normal;
	font-weight: normal;
	text-transform:normal;
	letter-spacing: normal;
	text-align:justify;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
#header
{
	width: 100%;
	height: 410px;
	background-image:url(images/top_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
}

#content
{
	width: 100%;
	background-image:url(images/content_bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-position:top;
}

#header_container
{
	width: 1150px;
	height: 388px;
	margin: 0 auto;
	padding-top: 22px;
}

#header_content
{
	width: 986px;
	height: 388px;
	background-image:url(images/header_bg.png);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	margin: 0 auto;
}

#nav_container
{
	width: 950px;
	height: 137px;
	margin: 0 auto;
}

#main_header
{
	width: 950px;
	height: 250px;
	margin: 0 auto;
}

#float_container

{
	width: 1150px;
	margin:0 auto;
	background-image:url(images/content_bg_borders_tile.png);
	background-position:center;
	background-repeat:repeat-y;
	overflow:auto;
	padding-top: 15px;
}

#float_left
{
	float:left;
	width: 777px;
	border-right: #DFDFDF solid 1px;
}

#float_right
{
	float:right;
	width: 363px;
}

.post_float_right
{
	float:right;
	width: 620px;
	margin-right: 15px;
}

.post_date_one
{
	width: 50px;
	height: 28px;
	float:left;
	text-align:center;
	margin-left: 45px;
	margin-top: 38px;
	font-family: Cambria, serif;
	text-transform:uppercase;
	font-size: 21px;
	color:#BBC93D;
	font-style: normal;
	font-weight: bold;
	text-transform:normal;
	letter-spacing: normal;
}

.post_date_two
{
	width: 50px;
	height: 28px;
	float:left;
	text-align:center;
	margin-left: 45px;
	clear:both;
	font-family: Cambria, serif;
	font-size: 30px;
	color:#666666;
	font-style: normal;
	font-weight: bold;
	text-transform:normal;
	letter-spacing: normal;
	line-height: 20px;
}

.post_float_left
{
	float:left;
	width: 124px;
	height:135px;
	background-image:url(images/post_date_tag.png);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
}

.post_header

{
	padding-top: 32px;
	width: 620px;
}

.post_footer_item
{
	height: 27px;
	background-color: #A7BD0D;
	font-family: Cambria, serif;
	font-size: 16px;
	color:#FFFFFF;
	font-style: normal;
	font-weight: normal;
	text-transform:normal;
	letter-spacing: normal;
	text-align:justify;
	line-height: 25px;
	margin: 0px;
	margin-bottom: 15px;
	padding-right: 10px;
	margin-right: 15px;
	float: left;
}

.post_footer_item a:link
{
	color:#FFFFFF;
	text-decoration:none;
}

.post_footer_item a:visited
{
	color:#FFFFFF;
	text-decoration:none;
}

.post_footer_grey
{
	height: 27px;
	background-color: #999999;
	font-family: Cambria, serif;
	font-size: 16px;
	color:#FFFFFF;
	font-style: normal;
	font-weight: normal;
	text-transform:normal;
	letter-spacing: normal;
	text-align:justify;
	line-height: 25px;
	margin: 0px;
	padding-right: 10px;
	float: left;
	border-right: 1px #FFF solid;
}

.post_footer_tags_holder
{
	height: 27px;
	max-width: 235px;
	font-family: Cambria, serif;
	font-size: 16px;
	color:#FFFFFF;
	font-style: normal;
	font-weight: normal;
	text-transform:normal;
	letter-spacing: normal;
	text-align:justify;
	line-height: 25px;
	margin: 0px;
	float: left;
	margin-bottom: 15px;
	overflow:hidden;
}

.post_footer_tags_holder a:link
{
	height: 27px;
	background-color: #999999;
	font-family: Cambria, serif;
	font-size: 16px;
	color:#FFFFFF;
	font-style: normal;
	font-weight: normal;
	text-transform:normal;
	letter-spacing: normal;
	text-align:justify;
	line-height: 25px;
	text-decoration:none;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	border-right: 1px #FFF solid;
	margin-bottom: 15px;
}

.post_footer_tags_holder a:visited
{
	height: 27px;
	background-color: #999999;
	font-family: Cambria, serif;
	font-size: 16px;
	color:#FFFFFF;
	font-style: normal;
	font-weight: normal;
	text-transform:normal;
	letter-spacing: normal;
	text-align:justify;
	text-decoration:none;
	line-height: 25px;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	border-right: 1px #FFF solid;
	margin-bottom: 15px;
}

.post_footer_text

{
	height: 27px;
	float:left;

}

.post_footer_text_share

{
	height: 27px;
	float:left;
	width: 92px;

}

.post_footer_spacer_one

{
	height: 27px;
	width: 5px;
	float:left;

}

.post_footer_spacer_two

{
	height: 27px;
	float:left;

}

.post_footer_img

{
	height: 27px;
	float:left;
}


#sidebar_container
{
	float:left;
	width: 241px;
	margin-left: 7px;
}

.postwrapper
{
	clear:both;
}

#page_footer_holder
{
	width: 1150px;
	margin: 0 auto;
	clear:both;
}

#page_footer
{
	width: 900px;
	height: 217px;
	margin: 0 auto;
	border-top: 1px #DFDFDF solid;
}

#page_footer_spacer
{
	width: 900px;
	height: 15px;
	margin: 0 auto;
}

#footer
{
	width: 1150px;
	height: 31px;
	margin: 0 auto;
	background-image:url(images/footer.png);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
}

#searchbar
{
	width: 241px;
	height: 27px;
	margin-top: 10px;

}

#searchbar_left
{
	width: 157px;
	height: 27px;
	float: left;
	background-image:url(images/search_box.gif);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
}

#searchbar_right
{
	width: 75px;
	height: 27px;
	float:right;
}

.sidebar_header
{
	width: 241px;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	padding-top: 4px;
	padding-bottom: 5px;
	margin-top: 15px;
}

.footer_header
{
	width: 241px;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	padding-top: 4px;
	padding-bottom: 5px;
}

.sidebar_content
{
	width: 230px;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
}

.sidebar_content_lists
{
	width: 230px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px;
}

.sidebar_content_lists_blog a:link
{
	font-family: Cambria, serif;
	font-size: 16px;
	color:#A1B60C;
	font-style: normal;
	font-weight: normal;
	text-transform:normal;
	letter-spacing: normal;
	text-decoration:none;
}

.sidebar_content_lists_blog li

{

	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#DFDFDF;
	list-style:none;
	text-indent: 5px;
	padding-bottom: 7px;
	padding-top: 7px;
	
}

.sidebar_content_lists_blog ul

{
	margin-top:0px;
	padding:0px;
	margin:0px;
	margin-left: 0px;
	width:231px;
}

.sidebar_content_lists_blog a:visited
{
	font-family: Cambria, serif;
	font-size: 16px;
	color:#A1B60C;
	font-style: normal;
	font-weight: normal;
	text-transform:normal;
	letter-spacing: normal;
	text-decoration:none;
}

.sidebar_content_lists_footer
{
	width: 230px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-indent: 5px;
	margin-top: 0px;
}

.sidebar_content_lists a:link
{
	width: 230px;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	color:#A1B60C;
	text-decoration: none;
}

.sidebar_content_lists a:visited
{
	width: 230px;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	color:#A1B60C;
	text-decoration: none;
}

.sidebar_content_lists_footer a:link
{
	width: 230px;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	color:#999;
	text-decoration: none;
}

.sidebar_content_lists_footer a:visited
{
	width: 230px;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	color:#999;
	text-decoration: none;
}

#footer2
{
	width: 1150px;
	height: 60px;
	margin: 0 auto;
	text-align:center;
	padding-top: 5px;
}

#footer2 p
{
	font-family: Cambria, serif;
	font-size: 16px;
	color:#333;
	font-style: normal;
	font-weight: normal;
	text-transform:normal;
	letter-spacing: normal;
	text-align:center;
	line-height: 1.4em;
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
}


.sidebar_content_lists li

{

	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#DFDFDF;
	list-style:none;
	padding-bottom: 7px;
	padding-top: 7px;
	
}

.sidebar_content_lists ul

{
	margin-top:0px;
	padding:0px;
	margin:0px;
	margin-left: -5px;
	width:241px;
}

#flickr 
 
{	 
	width:240px;
	padding:0px 0px 0px 0px;
	margin: 0 auto;
	margin-top:10px;
	margin-left: 3px;
}

#flickr a img 
{
	
	float:left;
	margin:0px 3px 5px 0px;
	border: 0px;
	padding: 4px;
	width:109px;
	height:109px;

}

#footer_item_one
{
	width: 241px;
	float: left;
	margin-left: 20px;
	margin-top: 30px;
}

#footer_item_two
{
	width: 241px;
	float: left;
	margin-left: 70px;
	margin-top: 30px;
}

#footer_item_three
{
	width: 241px;
	max-height: 155px;
	float: left;
	margin-left: 70px;
	margin-top: 30px;
	overflow: hidden;
}


#footer_item_three li

{

	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#DFDFDF;
	list-style:none;
	padding-bottom: 5px;
	padding-top: 5px;
	
}

#footer_item_three ul

{
	margin-top:0px;
	padding:0px;
	margin:0px;
	margin-left: -5px;
	width:241px;
}

/* -------- NAVIGATION DIVS ---------*/

#header_nav_left

{
	height: 137px;
	width: 380px;
	float:left;
}

#header_nav_right

{
	height: 137px;
	width: 557px;
	float: right;
}

#nav_item_container
{
	float:right;
	height: 39px;
	width: 557px;
	margin-top: 59px;
}

.nav_home

{
	width: 79px;
	height: 39px;
	background-image:url(images/nav_non_pressed_r1_c1.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	float:right;
}

.nav_home:hover

{
	width: 79px;
	height: 39px;
	background-image:url(images/nav_pressed_r1_c1.jpg);
	background-position:center;
	background-position:top;
	cursor:pointer;
	background-repeat:no-repeat;
	float:right;
}

.nav_home_pressed

{
	width: 79px;
	height: 39px;
	background-image:url(images/nav_pressed_r1_c1.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	float:right;
}

.nav_blog

{
	width: 71px;
	height: 39px;
	background-image:url(images/nav_non_pressed_r1_c2.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	float:right;
}

.nav_blog:hover

{
	width: 71px;
	height: 39px;
	background-image:url(images/nav_pressed_r1_c2.jpg);
	background-position:center;
	background-position:top;
	cursor:pointer;
	background-repeat:no-repeat;
	float:right;
}

.nav_blog_pressed

{
	width: 71px;
	height: 39px;
	background-image:url(images/nav_pressed_r1_c2.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	float:right;
}


.nav_services

{
	width: 105px;
	height: 39px;
	background-image:url(images/nav_non_pressed_r1_c3.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	float:right;
}

.nav_services:hover

{
	width: 105px;
	height: 39px;
	background-image:url(images/nav_pressed_r1_c3.jpg);
	background-position:center;
	background-position:top;
	cursor:pointer;
	background-repeat:no-repeat;
	float:right;
}

.nav_services_pressed

{
	width: 105px;
	height: 39px;
	background-image:url(images/nav_pressed_r1_c3.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	float:right;
}



.nav_book

{
	width: 74px;
	height: 39px;
	background-image:url(images/nav_non_pressed_r1_c4.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	float:right;
}

.nav_book:hover

{
	width: 74px;
	height: 39px;
	background-image:url(images/nav_pressed_r1_c4.jpg);
	background-position:center;
	background-position:top;
	cursor:pointer;
	background-repeat:no-repeat;
	float:right;
}

.nav_book_pressed

{
	width: 74px;
	height: 39px;
	background-image:url(images/nav_pressed_r1_c4.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	float:right;
}



.nav_aboutme

{
	width: 112px;
	height: 39px;
	background-image:url(images/nav_non_pressed_r1_c5.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	float:right;
}

.nav_aboutme:hover

{
	width: 112px;
	height: 39px;
	background-image:url(images/nav_pressed_r1_c5.jpg);
	background-position:center;
	background-position:top;
	cursor:pointer;
	background-repeat:no-repeat;
	float:right;
}

.nav_aboutme_pressed

{
	width: 112px;
	height: 39px;
	background-image:url(images/nav_pressed_r1_c5.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	float:right;
}



.nav_contact

{
	width: 103px;
	height: 39px;
	background-image:url(images/nav_non_pressed_r1_c6.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	float:right;
}

.nav_contact:hover

{
	width: 103px;
	height: 39px;
	background-image:url(images/nav_pressed_r1_c6.jpg);
	background-position:center;
	background-position:top;
	cursor:pointer;
	background-repeat:no-repeat;
	float:right;
}

.nav_contact_pressed

{
	width: 103px;
	height: 39px;
	background-image:url(images/nav_pressed_r1_c6.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	float:right;
}

.search_form
{
	width:	145px;
	height: 19px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	margin-left: 7px;
	margin-top: 4px;
	font-family: Cambria, serif;
	font-size: 16px;
	color:#666666;
}

.search_form_footer
{
	width:	145px;
	height: 17px;
	border: 1px #CCC solid;
	margin: 0px;
	padding: 3px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Cambria, serif;
	font-size: 16px;
	color:#666666;
}

#logo
{
	width: 360px;
	height: 105px;
	margin-top: 25px;
	margin-left: 7px;
}

.post_content .alignleft { float: left; margin: 0 10px 0 0; }
.post_content .alignright { float: right; margin: 0 0 0 10px; }

.post_content img
{
	padding: 4px;
	margin-top: 10px;
	border: #CCC 1px solid;
	max-height: 700px;
	max-width: 630px;
}

.post_content li

{
	font-family: Cambria, serif;
	font-size: 16px;
	color:#666666;
	font-style: normal;
	font-weight: normal;
	text-transform:normal;
	letter-spacing: normal;
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#DFDFDF;
	list-style:url(images/arrow_next.png);
	padding-bottom: 7px;
	padding-top: 7px;
	margin-left: 40px;
	width: 475px;
	
}

.post_content ul

{
	margin-top:0px;
	padding:0px;
	margin:0px;
	width: 400px;

}

/*Comments Styles*/

.commentlist {
	margin: 0 25px 0 0;
	padding: 0;
	font-family: Cambria, serif;
	font-size: 16px;
	color:#666666;
	font-style: normal;
	font-weight: normal;
	text-transform:normal;
	letter-spacing: normal;
	text-align:justify;
	line-height: 1.4em;
}

.commentlist a:link {
	font-family: Cambria, serif;
	font-size: 16px;
	color:#A1B60C;
	font-style: normal;
	font-weight: normal;
	text-transform:normal;
	letter-spacing: normal;
	text-align:justify;
	line-height: 1.4em;
}

.commentlist a:visited {
	font-family: Cambria, serif;
	font-size: 16px;
	color:#A1B60C;
	font-style: normal;
	font-weight: normal;
	text-transform:normal;
	letter-spacing: normal;
	text-align:justify;
	line-height: 1.4em;
}

.comment-meta commentmetadata
{
	font-size: 12px;
}

.commentlist li {
margin: 15px 0 3px 0;
padding: 10px 10px 10px 10px;
list-style: none;
width: 598px;
border-top: 1px solid #DFDFDF; 
border-bottom: 1px solid #DFDFDF; 
}

.commentlist li .avatar { 
float: right;
border: 1px solid #DFDFDF;
padding: 2px;
margin: 0 0 10px 10px;
background: #fff;
}

.commentlist p {
margin: 10px 5px 10px 0;

}

.replycomment a{
color: #666;
}

#commentform p {
margin: 5px 0;
}

.nocomments {
text-align: center;
margin: 0;
padding: 0;
}

.commentmetadata {
}

.form_comment
{
	background-color: #FFFFFF;
	border: #DFDFDF 1px solid;
	padding: 5px;
	color: #666;
	font-family:cambria;
}

.commentmetadata a {
color: #ACC334;
}

.commentmetadata a:hover {
color: #ACC334;
}

.commentsnavigation {
padding: 20px 20px 30px 0;
}

.commentlist ul.children li {
background-color: #e3e3e3;
border: 1px solid #DFDFDF;
}

.commentlist ul li.depth-2 {
background-color: #f1f1f1;
}

.commentlist ul li.depth-3 {
background-color: #ececec;
}

.commentlist ul li.depth-4 {
background-color: #e8e8e8;
}

.commentlist ul li.depth-5 {
background-color: #e3e3e3;
}

.addthis_button_compact img
{

}

.at300bs.at15t_expanded,.at300bs.at15t_compact {    background:url(/images/footer_share.gif) no-repeat left;margin-left:-25px; margin-right: 0px; padding: 0px; height: 0px; width: 0px; margin-top: 20px;}

.addthis_toolbox addthis_default_style
{
	width: 92px;
}

.addthis_button_compact
{
	width: 92px;
}

.post_button_div_previous
{
	height: 32px;
	width: 134px;
	background-image:url(images/previous_posts.jpg);
	background-position:center;
	background-repeat:no-repeat;
	color:#FFF;
	margin-right: 5px;
	float: left;
}

.post_button_div_next
{
	height: 32px;
	width: 134px;
	background-image:url(images/newer_posts.jpg);
	background-position:center;
	color:#FFF;
	background-repeat:no-repeat;
	margin-right: 5px;
	float: left;
}

.form_item_general
{
	padding: 4px;
	font-family: Cambria, serif;
	font-size: 16px;
	color:#666666;
}

.form_button_one
{
	background-color: #B6C63F;
	padding: 3px;
	font-family: Cambria, serif;
	font-size: 16px;
	color:#FFF;
	border: 0px;
	border-color: #B6C63F;
}
