/*
Theme Name: Alt Health
Theme URI: 
Description: revised flyout menu. tweaked title spacing
Version: 1.55
Author: Billy Dale
Author URI: http://www.billydale.com
Tags: alt health
*/

	#nav_bg {
		background: no-repeat top right url('images/nav_bg.jpg');
		min-height:427px;
		width:16em;
		float:left;
	}



/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration:none;
}
body {
	line-height: 1;
}
ol, ul, li {
	list-style-type: none;
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border:none;
}

/*** formating ***/

body {
	font-family: Georgia, Times, Serif;
	font-size:16px;
	background:white top center;
	color: #56004e;
	line-height:1.2;
}

h1 {
	font-weight:normal;
	font-size:20px;
	margin-bottom:10px;
}

h2 {
	font-weight:normal;
	font-size:32px;
	margin-bottom:10px;
}

h3 {
	font-size:20px;
	background: #c9ecb5;
	font-weight:normal;
	padding-bottom:10px;
}

blockquote {
	float:right;
	width:300px;
	font-style:italic;
	padding:10px;
	background:#D9E3D8;
	font-size:20px;
	margin-left:10px;
}

a:link {
	color: #558855;
	border-bottom:dotted 1px #558855;
}

a:visited {
	color: #558855;
	border-bottom:dotted 1px #558855;
}

a:hover {
	color: #558855;
	background: #c9ecb5;
	border-bottom:solid 1px #558855;
}

a:active {
	color: #558855;
	border-bottom:dotted 1px #558855;
}

#outside_wrapper {
	margin:0 auto;
	text-align:center;
	width:900px;
}

#header_homepage_wrapper {
	height:310px;
	background: center top url('images/header_homepage_bg.jpg') no-repeat;
	margin:0 auto;
	text-align:center;
	width: auto;
}

#homepage_wrapper {
	height:212px;
	background: center top url('images/header_bg.jpg') no-repeat;
	margin:0 auto;
	text-align:center;
	width: auto;
}

#header_homepage_wrapper a {
	border:none;
	background:none;
}

#header_homepage_logo {
	margin-top:70px;
}

#header_logo {
	margin-top:45px;
	margin-left:-300px;
}

#navigation {
	float:left;
	text-align:right;
	width:250px;
	background: right top url('images/link_bg.jpg') repeat-y;
}

#navigation ul {
	background: right top url('images/link_bg_top.jpg') no-repeat;
}

#navigation ul li {
	margin-bottom:10px;
	margin-right:10px;
}

#nav_bttm {
	height: 60px;
	background: right top url('images/link_bg_bttm.jpg') no-repeat;
}

#navigation a {
	border:none;
	background:none;
}

#navigation a:hover {
	border-bottom: 1px dotted #558855;
}

#body_copy {
	width:610px;
	float:right;
	text-align:left;
	min-height:300px;
}

#body_copy p {
	margin-bottom: 10px;
}

#body_copy ul {
	margin-bottom: 10px;
}

#body_copy ul li {
	list-style:disc;
	margin-left:20px;
}

#footer {
	font-family:Arial, San-Serif;
	font-size:10px;
	text-align:center;
	clear:both;
	padding:50px 0 80px 0;
	background: center top url('images/footer_vine.gif') no-repeat;
}

/* wordpress formatting */
.alignright {
	border:none;
	float:right;
}

.alignleft {
	border:none;
	float:left;
}