/*
File:			custom.css
Description:	Custom styles for Site
*/

/* Forms Styling */
.custom #content input, textarea {font-family: Geneva, Arial, Helvetica, sans-serif;border: thin solid #999999;width: auto;	margin: 5px;height: auto;}

/* This customizes the background image of the site */
body{
	background-image: url(http://www.truenaturetherapies.com/images/green-back.jpg);
	background-repeat: repeat;
}

/* This customizes the header image on my site */
.custom #header {border-bottom:none;height:175px;padding-top:0;	padding-bottom:0;	background-color: #000E47;background-image: url(http://www.truenaturetherapies.com/images/true-nature-therapies-massage-yoga-therapy.png);	background-repeat: no-repeat;	background-position: center;}

/* This made the entire background of my menu bar a particular color*/
.menu{background-color: #7E8C5B;}

/* This took away the comments closed whenever there are no comments.*/
.custom .comments_closed p {display: none ;}

/* CSS for postTabs Plugin */
.postTabs_divs{-moz-border-radius: 10px; -webkit-border-radius: 10px;padding: 5px;border: thin solid #CCCCCC;}

/* CSS for plain for a page or post*/
body.plain {background-color: #fff;}
.plain #header { padding: 0; border-bottom: 0em; display:none;}
.plain #header #logo { display: none; }
.plain #header #tagline { display: none; }
.plain .menu {display:none;}
.plain .headline_area{display:none;}
.plain .post_box {padding:0;margin:0;}
.plain #container {width:750px;height:550px;margin-top:none;border: none;}
.plain #page {width:750px;height:550px;margin:none;}
.plain #content {width:750px;height:550px;margin:none;}
.plain #sidebars { display: none;}
.plain #tabs {display:none;}
.plain .comments_closed { display: none; }
.plain #footer { display: none; }
.plain .headline_area {display:none;} 
.plain a { color: #111; }
.plain a:hover { color: ; background: #f2e127;}
.plain #feedback {display:none;} 


/* Sidebar CSS*/

.custom #sidebar_1 {background:#E9F0CE none repeat scroll 0 0;} /* changes sidebar background color */

/*.custom .sidebar h3 {font-weight: bold; color: #FFFFFF; padding: 0px 5px; background: #339999;} changes color of widget title background */

.custom li.widget {margin-bottom: 1.5em;}/*reduce space between widgets in sidebar*/

/* Creates that nice rounded borders and interior color around the sidebar widgets */

.custom li.widget {-moz-background-clip:border;-moz-background-inline-policy:continuous;-moz-background-origin:padding;-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;background:#FFFFFF none repeat scroll 0 0;border:1px solid #ACACAC;line-height:1.6em;
padding:0.9em;width:88%;}

/* Rounded corners on the page? */
.custom #page {-moz-border-radius: 20px; -webkit-border-radius: 20px;} /*this is the command that rounds it*/
