@charset "UTF-8";
/* CSS Document */

/*

Dark Green #3f5e03
Light Green #73ad01
Blue #13a89e

font-family: 'Flamenco', cursive;


-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

-moz-box-shadow: 3px 3px 3px #888;
-webkit-box-shadow: 3px 3px 3px #888;
box-shadow: 3px 3px 3px #888;

*/

body {
	background: white;
	margin: 0 auto;
	-webkit-text-size-adjust: none;
	font-family: 'Ubuntu', sans-serif;
}

a img {
	border: none;	
}

hr {
	border: none;
	border-top: 1px dashed #73ad01;	
	margin: 20px 0 20px 0;
}

#headerBackground {
	float: left;
	width: 100%;	
}

header {
	margin: 0 auto;
	width: 960px;	
}

#logo { 
	float: left;
	margin: 16px 0 5px 0;
}

#logo:hover {
	cursor: pointer;	
}

/*										Nav								*/

nav {
	float: right;
	margin: 0;
}

nav ul {
	list-style-type: none;
	float: right;
	padding: 0;
	margin: 0;
	padding-left: 0;
	margin-top: 32px;
}

nav li {
	display: inline;
	color: #3f5e03;
	font-size: 95%;
	margin-left: 0;
	text-transform: uppercase;
}

nav li span {
	font-size: 140%;	
}

nav li a {
	color: #3f5e03;
	text-decoration: none;
	margin-left: 40px;
}

nav li a:hover {
	color: #73ad01;
	text-decoration: none;
}

nav li a.active {
	color: #73ad01;
	text-decoration: none;
}

nav li a#hypnoNav:hover {
	color: #13a89e;
	text-decoration: none;
}

nav li a#hypnoNav.active {
	color: #13a89e;
	text-decoration: none;
}

/*									Banner   */

#bannerOuter {
	float: left;
	width: 100%;	
}

#banner {
	margin: 0 auto;
	width: 960px;	
	margin-top: 5px;
}

#banner img {
	-moz-box-shadow: 3px 3px 3px #888;
	-webkit-box-shadow: 3px 3px 3px #888;
	box-shadow: 3px 3px 3px #888;	
}

/*										Footer								*/

#footerBackground {
	float: left;
	width: 100%;	
	text-transform: uppercase;
	background-color: #3f5e03;
	padding: 10px 0 10px 0;
	margin-top: 10px;
}

footer {
	width: 960px;
	margin: 0 auto;
}

footer ul {
	float: left;
	list-style-type: none;	
	padding: 0;
	margin: 0;
	margin-top: 5px;
}

footer li {
	line-height: 25px;
	color: white;
	font-size: 75%;
	margin-right: 10px;
}

footer li a {
	color: white;
	text-decoration: none;
}

footer li a:hover {
	color: white;
	text-decoration: underline;
}

footer p {
	color: white;
	float: left;
	font-size: 75%;
}

#social {
	float: right;
	width: 600px;	
	margin: 8px 0 57px 0;
}

#social img {
	float: right;
	margin-left: 10px;
}	

#copyright a {
	color: white;	
	text-decoration: none;
}

#copyright a:hover {
	color: white;	
	text-decoration: underline;
}

#copyright {
	float: right;
	width: 400px;
}	

#copyright p {
	margin: 10px 0 0 0;	
}

p.copyLeft {
	float: right;	
}

p.copyRight {
	float: right;	
}


/*										Main Body						*/


#mainBodyHome {
	float: left;
	width: 100%;
	margin: 10px 0 10px 0;
}

#mainBodyOuter {
	float: left;
	width: 100%;
	min-height: 700px;
	margin-bottom: 10px;
	border-top: 1px dotted #3f5e03;
	padding-top: 5px;
	margin-top: 10px;
}

#mainBody {
	margin: 0 auto;
	width: 960px;	
}

#mainBody h1 {
	font-size: 105%;
	color: #3f5e03;
	text-transform: uppercase;	
}

#mainBody h1.hypno {
	color: #13a89e;
	font-size: 120%;
}

#mainBody h2 {
	font-size: 100%;
	color: #73ad01;	
}

#mainBody h3 {
	font-size: 95%;
	color: #73ad01;	
}

#mainBody h4 {
	font-size: 95%;
	color: #13a89e;	
}

#mainBody p {
	font-size: 80%;
	line-height: 25px;
	color: black;
}

#mainBody p span {
	color: black;
	font-weight: bold;
}	

#mainBody p a {
	color: #3f5e03;
	text-decoration: underline;
}

#mainBody p a:hover {
	color: #3f5e03;
	text-decoration: none;
}

#mainBody p a.homeMore {
	padding: 3px 5px 3px 5px;
	color: white;
	border-radius: 5px;
	background-color: #3f5e03;	
	text-decoration: none;
	text-transform: uppercase;
}

#mainBody p a.homeMore:hover {
	color: white;
	background-color: #73ad01;	
	text-decoration: none;
}

#mainBody p.disclaimer {
	font-style: italic;
}	

#mainBody li {
	font-size: 80%;
	line-height: 30px;
	color: black;
}

#mainBody li a {
	color: #3f5e03;
	text-decoration: none;
}

#mainBody li a:hover {
	color: #3f5e03;
	text-decoration: underline;
}

#welcomeText {
	float: left; 
	width: 600px;	
}

/*						Home Testimonials				*/

#homeTestimonials {
	float: right;
	width: 300px;	
	height: 230px;
	margin: 10px 0 0 0;
}

#homeTestimonials h1 {
	color: #3f5e03;
	font-size: 95%;
}

#homeTestimonials p {
	color: black;
	font-size: 80%;
	line-height: 23px;
	margin-bottom: 0;
}

#homeTestimonials p span {
	float: right;
	font-weight: bold;
	color: #3f5e03;
	text-transform: uppercase;
	width: 270px;
	text-align: right;
	margin-bottom: 20px;
	margin-top: -5px;
}


/*					Home Boxes							*/

#homeBoxes {
	float: left;
	width: 960px;	
}

#bookChat {
	float: left;	
	width: 420px;
	height: 95px;
	border-radius: 10px;
	background-color: #73ad01;
	padding: 20px;
	text-align: center;
}

#bookChat h1 {
	color: white;
	margin: 0;	
	font-style: italic;
	font-weight: bold;
	font-family: 'Tangerine', cursive;
	text-transform: none;
	font-size: 210%;
}

#bookChat p {
	color: white;
	line-height: 25px;
	font-size: 95%;
	border-top: 3px solid white;
	padding-top: 5px;
	margin-top: 5px;
}

#bookChat:hover {
	cursor: pointer;
	-moz-box-shadow: 3px 3px 3px #888;
	-webkit-box-shadow: 3px 3px 3px #888;
	box-shadow: 3px 3px 3px #888;	
}



#hypno {
	float: right;	
	width: 450px;
	height: 125px;
	border-radius: 10px;
	background-color: #13a89e;
	padding: 5px;
}

#hypno h1 {
	color: white;
	margin: 4px 0 4px 4px;	
	font-style: italic;
	font-weight: bold;
	font-family: 'Tangerine', cursive;
	text-transform: none;
	font-size: 180%;
}

#hypno p {
	color: white;
	line-height: 25px;
	font-size: 85%;
	padding-top: 5px;
	margin-top: 5px;
	margin-left: 4px;
}

#hypno:hover {
	cursor: pointer;
	-moz-box-shadow: 3px 3px 3px #888;
	-webkit-box-shadow: 3px 3px 3px #888;
	box-shadow: 3px 3px 3px #888;	
}

#hypno img {
	float: right;	
	margin: -2px 0 0 4px;
}


#hypnoBox {
	float: right;	
	width: 355px;
	border-radius: 10px;
	background-color: #13a89e;
	padding: 5px;
}

#hypnoBox h1 {
	color: white;
	margin: 28px 0 4px 4px;	
	line-height: 30px;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
	font-size: 120%;
}

#hypnoBox img {
	float: right;	
	margin: -2px 0 0 4px;
}



/*						Tables					*/


table.prices {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 15px 0;
}

table.prices th {
	color: white;
	font-weight: normal;	
	text-align: left;
	background-color: #3f5e03;	
	padding: 10px;
}

td {
	padding: 10px;
	border: 1px solid #3f5e03;
	font-size: 90%;
}

td.priceBox {
	border: none;
	background-color: #73ad01;
	color: white;
}



/*						Hypno Tables					*/


table.pricesHypno {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 15px 0;
}

table.pricesHypno th {
	color: white;
	font-weight: normal;	
	text-align: left;
	background-color: #13a89e;	
	padding: 10px;
}

table.pricesHypno td {
	padding: 10px;
	border: 1px solid #13a89e;
	font-size: 90%;
}

table.pricesHypno td.priceBox {
	border: none;
	background-color: #13a89e;
	color: white;
}


/*											Contact Form 									*/

#contactFormArea fieldset {
	float: left;
	border: none;
	padding: 0;
	width: 440px;
	margin-bottom: 20px;
	margin-top: 15px;
}

#contactFormArea .error {
	display: none;
	float: left;
	font-size: 80%;
	color: red;
	margin: 10px 0 0 160px;
}	

#contactFormArea .field {
	float: left;	
	width: 440px;
	margin-bottom: 20px;
}

#contactFormArea .submitField {
	float: left;
	width: 440px;	
}

#contactFormArea #submit.formButton {
	float: right;
	width: 65px;
	height: 25px;	
	background-color: #3f5e03;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	border: none;
}

#contactFormArea #submit.formButton:hover {
	background-color: #73ad01;
	color: white;
	cursor: pointer;
}

#contactFormArea label {
	font-size: 90%;
	color: #3f5e03;
	font-weight: normal;
}	

#contactFormArea input {
	color: #3f5e03;
	border: 1px solid #3f5e03;
	float: right;
	height: 30px;
	width: 280px;
	background-color: white;
	border-radius: 5px;
}


#contactFormArea textarea {
	border: 1px solid #3f5e03;	
	float: right;
	height: 120px;
	width: 278px;
	color: #3f5e03;
	background-color: white;
	border-radius: 5px;
}

#feed {
	float: right;	
}

#counter {
	float: left;
	width: 960px;
	text-align: center;
}	