@charset "UTF-8";

/* GLOBAL STYLESHEET */

/* BODY */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
/*	background-image: url(http://alert.my.banjos/wp27/wp-content/themes/attentivehealth/images/bg-wood.jpg);*/
	background-attachment: fixed;
	background-color:  #BBB;
	background-repeat: no-repeat;
	background-position: center -40px;
	color: #000;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 75%;
	line-height: 1.75em;
}
a {
	color: #000;
}
a:hover {
	color: #000;
}
h1,h2,h3,h4,h5,h6 {
	clear: both;
	margin-bottom: .5em;
	font-size: 1em;
	line-height: 1em;
	font-weight: normal;
}
h1 {
	font-family: "Times", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 2.75em;
}
h2 {
	font-size: 2em;
	line-height: 1.2em;
}
h3 {
	margin: 0;
	font-size: 1.25em;
	line-height: 1.2em;
}
.collapse,
.content .collapse {
	margin: 0;
}
input {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 1em;
	line-height: 1em;
}
p {
	margin-bottom: 1em;
}

/* HEADER */
.header {
	height: 600px;
	margin-left: 40px;
	padding-top: 16px;
	color: #F6F6F6;
}
.header a {
	color: #F6F6F6;
}
#identity {
/*	height: 1%;*/
	margin-bottom: 10px;
	padding: 0;
	text-align: center;
}
#logo {
	position: relative;
	width: 200px;
	height: 200px;
	margin: 0 32px 12px;
}
#logo a {
	display: block;
	width: 100%;
	height: 100%;
}
#logo a img {
	position: absolute;
	left: 0;
	top: 0;
}
#org {
	height: 47px;
	margin: 0;
	background: url('../images/logotype.png') no-repeat center center;
	font-weight: normal;
	text-transform: uppercase;
}
#org big {
	display: block; display: none; /* hide this */
	font-family: "Times", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 2em;
	line-height: 1em;
}
#org small {
	display: block; display: none; /* hide this */
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.75em;
	line-height: .9em;
}
#tagline {
	height: 18px;
	overflow: hidden;
	background: url('../images/tagline.png') no-repeat center top;
	text-indent: -3000px;
	margin: .5em 0;
	font-size: 1.5em;
	font-style: italic;
}
#logo-toggles {
	margin: 0;
	padding: 0;
	border-top: 2px solid #F6F6F6;
	text-transform: uppercase;
	line-height: 1em;
}
#logo-toggles li {
	display: inline;
	position: relative;
	left: 1px;
	width: 50px;
	margin: 0 8px;
	padding: 0;
	font-size: .9em;
	line-height: 1.6em;
	text-align: center;
}
#logo-toggles li del {
	display: none;
}
#logo-toggles li.off del {
	display: block;
	position: absolute;
	left: -10%;
	top: .45em;
	width: 120%;
	height: 3px;
	text-decoration: none;
}
#logo-toggles #earth-toggle del { background-color: #EFCD12; }
#logo-toggles #fire-toggle del { background-color: #8B0B04; }
#logo-toggles #water-toggle del { background-color: #005DAB; }
#logo-toggles #metal-toggle del { background-color: #9A8C7E; }
#logo-toggles #wood-toggle del { background-color: #419639; }
#segment-menu {
	margin: 0 0 1em;
	line-height: 1em;
}
#segment-menu li {
	height: 1.8em;
	overflow: hidden;
	margin: 0 0 .333em;
	padding: 0;
	background: #F6F6F6;
	font-family: "Times", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.6em;
	line-height: 1em;
	text-align: right;
}
#segment-menu li a {
	display: block;
	margin: 0;
	padding: .4em 10px;
	color: #000;
	line-height: 1em;
	text-decoration: none;
}
#segment-menu li.active {
	width: 280px;
}
#segment-menu li.active a {
	padding-right: 25px;
	color: #F6F6F6;
}
#main-menu {
	margin: 0;
	line-height: 1em;
}
#main-menu li {
	clear: right;
	float: right;
	height: 1.4em;
	overflow: hidden;
	margin: 0 0 .333em;
	font-size: 1.4em;
	line-height: .8em;
	text-align: right;
}
#main-menu li a {
	display: block;
	margin: 0;
	border-bottom: 2px solid #EFCD12;
	padding: .4em 0 0;
	color: #FFF;
	font-family: "Times", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: .8em;
	text-decoration: none;
}
#main-menu li a:hover {
	color: #FFF;
}
#main-menu li.active {
	position: relative;
	left: 15px;
	background: #EFCD12;
}
#main-menu li.active a {
	border-left: 10px solid #EFCD12;
	border-right: 15px solid #EFCD12;
	color: #000;
}
#main-menu li.active a:hover {
	color: #000;
}
#contact-info {
	display: none;
	margin: 10px 0;
	font-family: "Times", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: right;
}
#contact-info .org {
	display: none;
}

/* MAIN */
.main {
	position: relative;
/*	padding-top: 10px;*/
	background: #F6F6F6;
}
.main {
	min-height: 700px;
	height: auto !important;
	height: 700px;
}
.main .section {
	padding: 20px;
}
.main h2 {
	margin-bottom: .25em;
/*	padding-top: .25em;*/
	text-transform: uppercase;
}
.main p {
	margin-bottom: 1.75em;
}
.main ul {
	margin-bottom: 1.5em;
	padding-left: 1.5em;
	list-style-type: disc;
}
.main .wp-caption {
	margin-bottom: 1em;
}
.main .wp-caption-text {
	margin: 0;
	color: #999;
	font-style: italic;
}


/* MAIN SHADOWS */
.main .shadow {
	position: absolute;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.main #shadow-e {
	right: -15px;
	top: 0;
	bottom: 0;
	width: 15px;
	height: 100%;
	background: url('../images/shadow-e.png') repeat-y left top;
}
.main #shadow-se {
	right: -15px;
	bottom: -15px;
	width: 15px;
	height: 15px;
	background: url('../images/shadow-se.png') no-repeat left top;
}
.main #shadow-s {
	left: 0px;
	bottom: -15px;
	right: 0px;
	width: 100%;
	height: 15px;
	background: url('../images/shadow-s.png') repeat-x left top;
}
.main #shadow-sw {
	left: -15px;
	bottom: -15px;
	width: 15px;
	height: 15px;
	background: url('../images/shadow-sw.png') no-repeat left top;
}
.main #shadow-w {
	left: -15px;
	top: 0px;
	bottom: 0px;
	width: 15px;
	height: 100%;
	background: url('../images/shadow-w.png') repeat-y left top;
}

/* CONTENT COLUMNS */
.main .column {
	display: inline;
	float: left;
}
.main .half {
	width: 282px;
}
.main .left {
	margin-right: 20px;
}
.main .right {
	margin-right: 0;
}

/* POSTS / ENTRIES */
.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
.alignright {
	float: right;
	margin: 0 0 10px 10px;
}
.main h3 {
	margin-top: 1em;
	font-weight: bold;
}

/* CATEGORY */
.archive .entry {
	border-bottom: 2px solid #8B0B05;
	padding: 1em 0;
}

/* LINKS */
ul.link-list {
	padding-left: 0;
	list-style-type: none;
}

/* FORMS */
.cf_info {
	padding: 0 10px;
	background: #EFCD12;
	line-height: 2em;
}
.cform fieldset {
	float: left;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 1em 0;
}
.cform fieldset legend {
	margin-bottom: .5em;
	font-size: 1.25em;
}
.cf-ol li {
	float: left;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding-bottom: 1em;
	font-size: 1.25em;
}
.cf-ol label {
	float: left;
	width: 35%;
}
.cf-ol .reqtxt,
.cf-ol .emailreqtxt {
	float: left;
	width: 90%;
	color: #015DA7;
	font-size: .75em;
	line-height: 1em;
}
.cform fieldset label {
/*	text-indent: 20px;*/
}
.cf-ol input,
.cf-ol textarea,
.cf-ol select {
	float: right;
	width: 60%;
	border-style: none;
	border: 0;
	background: #DBE8F3;
	font-size: 1em;
}
.cform fieldset.cf_hidden {
	display: none;
}

/* SIDEBAR */
.sidebar {
	padding-top: 20px;
}
.sidebar .section {
	margin: 0 15px 10px;
	padding: 10px;
	background: #EEE;
}
.sidebar .connected {
	margin-left: 0;
	padding-left: 15px;
}

/* SOME BETTER LIVES */
#some-better-lives {
	padding: 0;
	background: #FAEFC1;
}

/* UPCOMING EVENTS */
#upcoming-events {
	padding-top: 0;
	padding-bottom: 0;
}
#upcoming-events .event {
	padding-top: 15px;
	padding-bottom: 15px;
}
#upcoming-events .date {
	margin-bottom: .25em;
	border-bottom: 1px solid #000;
	font-family: "Times", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 2em;
	line-height: 1em;
	font-style: italic;
}
#upcoming-events h3 {
	margin: 0;
	font-family: "Times", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 2em;
	line-height: 1em;
}
#upcoming-events .contact-us {
	text-transform: uppercase;
}

/* FOOTER */
.footer {
	padding: 10px 0 30px;
	color: #F6F6F6;
	font-family: "Times", "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.footer a {
	color: #F6F6F6;
}

