/*
Theme Name: Kindred Spirit Theme
Theme URI: http://kindredspiritfamily.org
Description: 
Author: Michael Baumann
Author URI: http://webapp.us
version: 1.0
Tags: 
*/


body
{
	background: #C0E387 url(/wp-content/themes/KS/images/bg_body.jpg) repeat-x;
	background-color : #C0E387;
	background-attachment: fixed;
	margin: 0px 0px 65px 0px;
	color: #4f3325;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 2em;
}

#container
{
	margin-left: auto;
	margin-right: auto;
	width: 850px;
}

#nav_top
{
	background: #E4E9E2 url(/wp-content/themes/KS/images/bg_nav_top.jpg) no-repeat;
	height: 63px;
}

#nav_top .nav
{
	position: absolute;
	top: 18px;
}

#nav_top .nav a
{
	color : #ffffff;
	text-decoration : none;
	font-size: 14px;
	margin: 0px 40px;
}

#nav_top .nav a:hover
{
	color : #C0E387;
	text-decoration : none;
	font-size: 14px;
}

#header
{
	height: 197px;
}

#main_area
{
	background-color: #FFFFFF;
	background: #FFFFFF url(/wp-content/themes/KS/images/bg_main_area_bottom.jpg) no-repeat;	
	background-position: bottom center;
	min-height: 350px;
	padding: 	0px 20px 70px 20px;
}

#content_right
{
	float: 		right;
	width: 		420px;
	padding: 	0px 20px 0px 0px;
}

#content_left
{
	float: 		left;
	width: 		400px;
	padding: 	10px 30px 10px 20px;
}

#content_nosidebar
{
        float: left;
        width: 820px;
        padding: 5px 5px 5px 5px;
}

#column_left
{
	float: 		left;
	width: 		350px;
	padding: 	0px;
}

#column_left img.page
{
	position: relative; 
	top:	-25px;
	left: 	-20px;
}

br#clear
{
	clear: both;
	height: 0px;
}

h1
{
	font-size: 2em;
	margin: 0px;
	font-weight: normal;
}

h2
{
	font-size: 1.5em;
	margin: 0px;
	font-weight: normal;
}

hr
{
	margin: 25px 0px;
	border: 0px;
	background-color: #eee;
	height: 1px;
}

a
{
	text-decoration: underline;
	color: #4f3325;	
}

a:hover
{
	color : #C0E387;
}

textarea, input
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
}

#bottom
{
	position: relative;
	top: -45px;
	width: 850px;	
	background-image:URL('/wp-content/themes/KS/images/bg_bottom.png');
	background-repeat: no-repeat;
	height: 112px;
}

#bottom .nav
{
	position: absolute;
	right: 30px;
	top: 60px;
}

#bottom .nav a
{
	font-size: 10px;
	color: #4f3325;
	text-decoration: none;
	color: #4f3325;	
	margin: 0px 5px;
}

#bottom .nav a:hover
{
	color: #4f3325;
	text-decoration: underline;
	color: #4f3325;	
}






#form
{
	padding: 10px;
}

    #form .name
    {
        float: left;
        width: 30%;
        margin: 3px 0px;
    }
     
    #form .input
    {
        float: left;
        width: 70%;
        margin: 3px 0px;
    }

    #form .input input, #form .input textarea
    {
        width: 99%;
    }  
    
    #form .input input.radio
    {
        width: auto;
    } 

    #form .input textarea
    {
        height: 90px;
    }  

    
    .button_require
    {
    	    padding: 10px 5px;
    	    border-top: 1px solid #DDDDDD;
    }

    .button_require button
    {
		float:right;
    } 

button
{
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	font-size: 11px;
}
    
#correction_message
{
    color: #ABD95E;
    background-image:URL('/wp-content/themes/KS/images/icon_correction_arrow.gif');
    background-repeat: no-repeat;
    background-position: left;    
    padding-left: 20px;
    text-align: left;
}

#correction_highlight
    {
        color: #ABD95E;
        font-weight: bold;
    }        

#correction_highlight input, #correction_highlight select
    {
        color: #000000;
        border: 1px solid #ABD95E;
    }

