/*
Theme Name: Abundant
Description: Theme for Abundant Wellness
Version: 5.6
Author: J. Vaughn
Author URI: http://IMAhealthpro.com/
*/

@charset "utf-8";
/* CSS Document */

/* clear browser formatting */

html,body {
	font-family: 'Verdana', Arial;
	font-size: 12px;
	background-color: #135951;
        margin-top: 15px;
	margin-bottom: 15px;
	padding: 0;
	line-height: 1;
        
}

* {
	font-size: 12px;
	margin: 0;
	padding: 0;
	outline: 0;
}

.img { 
    border: none; 
}


ul, ol, li { 
        list-style: circle; 
        color: #135951;
}
:focus { outline: none; }
table, td, form, fieldset {
	border: none;
	border-collapse:
	collapse; border-spacing: 0;
}

/* —[ REUSABLE CLASSES ]— */
.hide { display: none; }
.right { float: right; }
.left { float: left; }
.current { cursor: default; }
.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 1px;
	overflow: hidden;
}
.center {
	margin: 0 auto;
	text-align: center;
}

.alignleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 2px;
}

.alignright {
	float: right;
	padding-left: 10px;
	padding-bottom: 2px;
}

/* theme formatting */
#wrapper { 
	width: 100%;
	margin: 0 auto;
        background-color: #135951;
	}
	
#container {
	width:774px;
	background: url(Images/abundant_background_green.jpg) repeat-y;
	margin: 0 auto;
	padding-top: 10px;
	}
		
#header {
	width: 774px;
	height: 92px;
	background: url(Images/abundant_header_green.jpg) no-repeat;
	margin: 0 auto;
	}

#main_nav {
	width: 734px;
	margin: 0 auto;
	background: url(Images/abundant_bar.png) top repeat-x;
	}
	
#main_nav ul {
	padding-top: 25px;
	padding-left: 18px;
	padding-bottom: 15px;
	margin: 0 auto;
        }
	
#main_nav li {
	display: inline;
	padding-right: 30px;
        }
	
#main_nav li a, a:visited {
	font-size:  14px;
	color: #9A9A9A;
	text-decoration: none;
        font-weight: bold;
	}
	
#main_nav li a:hover {
	color: #666666;
	}
	
#bottom_head {
	width: 734px;
	height: 19px;
	background: url(Images/abundant_bar.png) bottom repeat-x;
	}
	
	
#maincontent {
	width: 734px;
	margin: 0 auto;
	padding-top: 10px;
	}
	
#sidebar  {
	width: 230px;
	float: left;
        font-size: 12px;
	padding-left: 2px;
        line-height: 125%;
	}

#sidebar h2 {
        font-weight: bold;
        margin-top: 22px;
        }

#sidebar li a, a:visited  {
        font-size: 12px;
        font-weight: normal;
        color: #666666;
        }

#sidebar li a:hover {
       color: #135951;
       }

#sidebar p {
        color: #666666;
        }

#sidebar ul {
        float: left;
        text-align: left;
        font-weight: normal;
        padding: 4px 0px 4px 0px;
        }

#sidebar ul li {
       float: left;
       text-align: left;
       line-height: 135%;
       padding-bottom: 4px;
}
        

.calendar  { 
        margin-top: 100px;
        font-weight:bold;
        text-decoration: none;
        text-align: center;
        }
   	

/* wide_column */
#wide_column {
	width: 500px;
	float: right;
	}
#wide_column h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #135951;
	padding-top: 15px;
	padding-bottom: 4px;
}

#wide_column p {
	color: #666666;
	font-size: 12px;
	line-height: 145%;
	padding-bottom: 8px; 
}

#wide_column a, a:visited {
	color: #135951;
	text-decoration: none;
}

#wide_column a:hover {
	text-decoration: underline;
}

#wide_column ul, ol, li {
    list-style: circle;
	color: #135951;
	text-align: center;
	margin: 0 auto;
	}

/* services page */

.service {
	margin: 20px;
}

.service p {
	color: #9A9A9A;
	line-height: 125%;
	padding-bottom: 20px;
}


#footer {
        font-family:"Courier New", Courier, monospace;
	clear: both;
	background: url(Images/abundant_footer_green.jpg);
	width: 774px;
	height: 29px; 
        color: #28B197;
        font-size: 9px;
        padding-top: 7px;
margin: 0 auto;
        }

#footer a, a:visited {
       color: #135951;
       text-decoration: none;
}      

	
/*FONTS */ 


h1, h2, p, {
	color:  #666;
}

h1  { 
	font-size: 2.5em;
	font-weight: bold;
	text-decoration: none;
}

h2  {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
        margin-bottom: 4px;
}


p a, a:hover, {
	color: #135951;
        text-decoration: none;
}

blockquote {
	
        text-align: center;
        border:
        background-color: #B29087;
}

blockquote p {
        color: #135951;	
}
.copyright {
	float: left;
	padding-left: 25px;
       }

.credits {
	float: right;
	padding-right: 24px;
	}

.awards {
        float: none;
        text-align: center;
        color: #666666;
        font-size:  12px;
        line-height: 145%;
        padding-top: 10px;
        padding-bottom: 10px;

}

p img a, a:visited, a:hover {
       color: #fff;
}

