/*
Theme Name: JVaughn V1.
Description: Theme for J. Vaughn LMT/RYT
Version: 1.0
Author: IMAhealthpro
Author URI: http://imahealthpro.com
*/

@charset "utf-8";
/* CSS Document */

/* clear browser formatting */

html, body {
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 1;
}

* {
	font-size: 12px;
	margin: 0;
	padding: 0;
	outline: 0;
}

img { border: none; }
ul, ol, li { list-style: none; }
: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: 12px;
	padding-bottom: 2px;
}

.alignright {
	float: right;
	padding-left: 12px;
	padding-bottom: 2px;
}



/* Formatting for Theme */

body {
	/* Begin editable */
	background-color: #08584F;
	/* End editable */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	padding-bottom: 15px;
	line-height: 140%;
	font-size: 12px;
}

ul li {
        padding-bottom: 12px;
        }


h2 { 
        color: #08584F;
        font-weight: bold;
        padding-bottom: 12px;
}

h3 {
        color: #8085f4;
        font-style: italic;
        padding-bottom: 8px;
}


#wrapper {
	width: 800px;
	margin: 0 auto;
	background-image: url(images/Site_Shadow2.png);
	background-repeat: repeat-y;
}

#container {
	width: 720px;
	margin: 0 auto;
	background-color: #fff;
}

#header {
	width: 720px;
	height: 128px;
	background: url(images/Header2.jpg) no-repeat;
}

#main_nav {
	/* Begin editable */
	background-color: #7D013F;
	/* End editable */
}

#main_nav ul {
	padding: 8px 0px 8px /* This may change */ 25px;
}

#main_nav li {
	display: inline; 
	padding-left: 10px;
	padding-right: 10px;
}

#main_nav li a {
	text-decoration: none;
	font-size: 14px;
	color: #fff;
}

#main_container {
	width: 720px;
	margin: 0 auto;
}

#wide_column {
	width: 450px;
	float: right;
	margin-top: 25px;
        margin-right: 20px;

}

#welcome {
	width: 452px;
	height: 51px;
	background-image: url(images/Main_Welcome.jpg);
	margin-left: 40px;
}

#main_editable_region {
	width: 450px;
	margin-left: 25px;
	margin-right: 25px;
}

#thumbnails {
	width: 375px;
	height: 95px;
	background: url(images/Main_Thumbnails.jpg) no-repeat;
	padding-bottom: 20px;
        float: right;
}

#sidebar_content {
	width: 220px;
	margin-left: 25px;
	
}

#sidebar  {
	width: 220px;
	float: left;
        font-size: 12px;
	margin-left: 25px;
        line-height: 125%;
        margin-top: 30px;
        margin-bottom: 12px;
	}


h2.widgettitle {
        font-weight: bold;
        margin: 10px 10px;       
        padding-bottom: 8px;
        border-bottom: 3px solid #B29087;
        }

#sidebar  li a, a:visited  {
        font-size: 12px;
        font-weight: normal;
        color: #000;
        }

#sidebar li a:hover {
       color: #135951;
       }

#sidebar  p {
        color: #000;
        margin-top: 10px;
        }

#sidebar ul {
        float: left;
        text-align: left;
        font-weight: normal;
        padding: 2px 0px 2px 8px;
        }

#sidebar ul li {
       text-align: left;
       line-height: 135%;
      }


#footer {
	width: 720px;
	height: 151px;
	background: url(images/Footer.jpg) repeat-x;
	position: relative;
}

#bottom_nav {
	position: relative;
}

#bottom_nav ul {
	padding-top: 15px;
	margin-left: /* This may change */75px;
}

#bottom_nav li {
	float: left;
	padding-right: 25px;
}

#bottom_nav li a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

#copyright {
	text-align: center;
	color: #fff;
	font-size: 10px;
	line-height: 200%;
	position: absolute;
	left: 287px;
	top: 126px;
}

#site_name {
	width: 218px;
	height: 57px;
	background: url(images/Footer_Name.jpg);
	position: absolute;
	left: 300px;
	top: 46px;
}
