/*
Theme Name: terrafirma
Theme URI: http://www.freewpthemes.net/preview/terrafirma
Description: Tested on WP2.5
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
Tags: fixed width, two columns, widgets
*/

* {
   padding: 0px;
   margin: 0px;
}
a:focus {
	outline:none;
}
hr {
	display:none;
}

/* ******************************************************
This is for clearing floats
DO NOT REMOVE
****************************************************** */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
.clearfix {display: inline-block;}hopefully you are learning how to set a colors 
/* Hides from IE Mac */
* html .clearfix {height: 1%;}
.clearfix{display:block;}
/* End Hack */

/* ******************************************************
This is for the side arrow for scrolling to the top
****************************************************** */
a#bm-arrow-top {
	position:fixed;
	bottom:30px;
	right:30px;
	display:block;
	background:#fff;
	width:35px;
	height:48px;
	overflow:hidden;
	background: url(images/top.png);
	text-indent:-99999em;
	text-decoration:none;
	outline:none;
	border:none;
}
a:hover#bm-arrow-top {
	background: url(images/tophover.png);
}

/* ******************************************************
This is for asterisks
****************************************************** */
i {
	font-style:normal;
	color:#f00;
}

/* ******************************************************
This is for the page body
****************************************************** */
body {
	background: #f0f0f0 url(images/body_bg.gif);
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: #000;
	line-height: 1.5;
}

/* ******************************************************
This sets a scrollbar to prevent page jump
****************************************************** */
html {
	overflow-y:scroll;
	font-size:62.5%;
}

/* ******************************************************
This is for normal links
****************************************************** */
a {
	color: #990000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.content a.more-link {
	clear:both;
	/*float:left;*/
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border:1px solid #666;
	box-shadow: 3px 3px 3px #333;
	-webkit-box-shadow: 3px 3px 3px #333;
	padding:2px 8px;
	background:#ccc;
	margin: 10px 0 10px 200px;
	font-weight:bold;
	font-size:14px;
	font-size: 1.4rem;
	text-decoration:none;
	text-shadow:1px 1px #ddd;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#792324;
}

.content a.more-link:hover {
	color:#fff;
	text-shadow:1px 1px #333;
}
sup {
	font-size: 0.5em;
}

.floatleft {
	float: left;
	margin: 0px 14px 3px 0px;
}

img {
	border:none;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

ul.linklist {
	list-style: none;
}

ul.linklist li {
	border-top: solid 1px #EEEEEE;
	padding-top: 5px;
	margin: 5px 0px 0px 15px;
}

ul.linklist li.first {
	border-top: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

#outer {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border:1px solid #666;
	box-shadow: 0px 0px 15px #333;
	-webkit-box-shadow: 0px 0px 15px #333;
}

#inner {
	padding: 13px 30px 13px 30px;
	z-index: 2;
}

/* ******************************************************
This is for the header
****************************************************** */
#header {
	position:relative;
	width:100%;
	padding:0 0 10px 0;
}

#header h1 {
	font-size: .6em;
	font-weight: normal;
	height:155px;
	width:455px;
	text-indent:-9999px;
	margin:0;
	position:relative;
}

/* mac hide \*/
#header h1{overflow:hidden;}
/* end hide*/

#header h1 em {
	background: transparent url('images/logo.jpg') no-repeat;
	display:block;
	position:absolute;
	top:0px;
	left:-40px;
	height:155px;
	width:455px;
}

/* ******************************************************
This is the images next to the logo
****************************************************** */
#splash {
	position: absolute;
	top:0;
	right: 0px;
	background: #ffffff;
	width: 458px;
	height: 155px;
}

/* ******************************************************
This is the main menu
****************************************************** */
#menu-container {
	position: relative;
	background: #000000 bottom repeat-x;
	height: 45px;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 15px 0px;
}

#menu-container ul {
	margin: 0px; 
	padding: 0px;
	list-style: none;      
}

#menu-container ul li {
	float: left;
	position: relative;
	height:45px;
}
#menu-container .menu .menu-item a:hover {
	color: #BF0000;
}

#menu-container ul li a, #menu-container ul li a:visited {
	display: block;
	/*background-color: transparent;*/
	background-repeat: repeat-x;        
	padding: 11px 14px 11px 14px;
	font-size: 16px;
	font-size: 1.6rem;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	margin: 0;
}

#menu-container ul ul {
	background:url(images/dropdown-bg.png);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 45px;
	left: 0;
	float: left;
	width: 140px;
	z-index: 99999;
}

#menu-container ul .sub-menu li {
	/*padding: 11px 14px 11px 14px;*/
	width: 140px;
}

#menu-container ul ul .sub-menu {
	left: 85%;
	top: 0;
}

#menu-container li:hover > a,
#menu-container ul ul :hover > a,
#menu-container a:focus {
	color: #BF0000;
}

#menu-container ul li:hover > ul {
	display: block;
}

#menu-container ul li.current_page_item > a,
#menu-container ul li.current-menu-ancestor > a,
#menu-container ul li.current-menu-item > a,
#menu-container ul li.current-menu-parent > a {
	color: #BF0000;
}

* html #menu-container ul li.current_page_item a,
* html #menu-container ul li.current-menu-ancestor a,
* html #menu-container ul li.current-menu-item a,
* html #menu-container ul li.current-menu-parent a,
* html #menu-container ul li a:hover {
	color: #BF0000;
}

#menu-container .sub-menu {
	padding:0 0 5px 0;
width:140px;
}

#menu-container .sub-menu li {
	padding:0;
	height:24px;
}

#menu-container .sub-menu li a {
	padding:0 10px 0 0;
margin:0 0 0 -10px;
	font-size:14px;
	font-size: 1.4rem;
}

#menu-container .sub-top {
padding-right:7px;
background:url(images/arrow-dn.png) no-repeat 90% 60%;
}

#menu-container .classes-drop {
padding-right:7px;
background:url(images/arrow-dn.png) no-repeat 95% 60%;
}


#menu-container .sub-slid {
background:url(images/arrow-rt.png) no-repeat 70% 50%;
}

/* ******************************************************
This is for the date on blog post
****************************************************** */
#date {
	position: absolute;
	top: 0px;
	line-height: 43px;
	color: #BDBDA2;
	right: 30px;
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: -1px;
}

/* ******************************************************
This is for sidebar headings and content.
Including how widgets will display.
****************************************************** */
#sidebar h2 {
	position: relative;
	top: 4px;
	font-size: 20px;
	font-size: 2.0rem;
	color: #000;
	letter-spacing: -1px;
	padding: 0 0px 12px 0;
	margin-bottom: 0px;
	border: none;
	text-align:center;
}

#sidebar h3 {
	position: relative;
	top: 2px;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.5;
	color: #000;
	letter-spacing: -1px;
	padding: 0px 0px 12px 0px;
	margin-bottom: 0px;
	border: none;
	text-align:center;
}

#sidebar {
	position: relative;
	width: 250px;
	float: left;
	border: none
}

#sidebar .content {
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none
}

#sidebar li ul {
	display: inline;
	margin: 0px;
	padding: 0px;
	border: none
}

#sidebar li li {
	border-bottom: none;
	border-top: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border: none
}

#sidebar li li a {
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
	color: #FFFFFF;
	background: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 6px 10px 6px 12px;
	border: none
}

#sidebar .side-schedule {
	background: #FFFFE0;
	padding:10px;
	border:5px solid #333;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin:0 0 20px 0;
}

#sidebar .side-test {
	text-align:justify;
	background: none;
	padding:10px;
	border:5px solid #333;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin:0 0 20px 0;
	line-height:1.2;
}

#sidebar .side-form-box {
	background:url(images/sit-up.jpg) no-repeat;
	border:5px solid #000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding-bottom:10px;
	margin:0 0 20px 0;
}

#sidebar .side-form-box img {
	margin:216px 0 0 0;
}

#sidebar .form-box {
	padding:10px;
}

#sidebar .side-form-opt-in {
	background: none;
	border:5px solid #000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding-bottom:10px;
	margin:0 0px 20px 0px;
}

#sidebar .side-form-opt-in p {
	padding:0 10px;
}

.side-trainer img {
	background:#faebbc;
	border:2px solid #e1cc89;
	padding:3px;
	margin:0 0 10px 0;
}

/* ******************************************************
Sidebar-left for the blog pages
****************************************************** */

#sidebar-left {
	float:left;
	width:250px;
	padding:0 0 10px 0;
margin:5px 0 0 0;
	text-align:left;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background:#FFFFE6;
	box-shadow: 1px 1px 10px #333;
	-webkit-box-shadow: 3px 3px 10px #333;
}

#sidebar-left h2 {
	text-transform:uppercase;
	font-size:18px;
	font-size: 1.8rem;
	color:#000000;
	border: none
}

#sidebar-left ul li a {color:#000;}
#sidebar-left ul ul{margin-bottom:15px;}
#sidebar-left ul ul li{margin-bottom:3px;}
#sidebar-left ul ul li a{color:#000000;}
#sidebar-left ul li {list-style-type: none;}
#sidebar-left ul li {border: none;}

#sidebar-left .side-form-box {
	background:url(images/sit-up-1.jpg) no-repeat;
	padding-bottom:10px;
	margin:0 0 20px 0;
}

#sidebar-left .side-form-box img {
	margin:225px 0 0 0;
}

#sidebar-left .form-box {
	padding:10px;
}

#sidebar-left #cat-arc-list {
	width:250px;
	margin:20px 0 0 0;
	padding:0 0 10px 0;

}

#sidebar-left #cat-arc-list h2 {
	text-align:center;
	color:#ddd;
	text-shadow:1px 1px #333;
	font-size:18px;
	font-size: 1.8rem;
	font-family:'Varela', sans-serif;
	padding:5px 0 0 38px;
	margin:0 0 0 -37px;
	height:40px;
	background:url(images/side_title_bg.png) no-repeat;
}

#sidebar-left #cat-arc-list ul {
	margin:0 0 5px 0;
	text-align:center;
}

#sidebar-left #cat-arc-list li {
	line-height:1.5;
}

#sidebar-left #video-block {
	width:250px;
	margin:20px 0 0 0;
	padding:0 0 10px 0;
	/*background:#792324;
	box-shadow: 2px 2px 5px #333;
	-webkit-box-shadow: 2px 2px 5px #333;*/
}

#sidebar-left #video-block h2 {
	text-align:center;
	color:#ddd;
	text-shadow:1px 1px #333;
	font-size:18px;
	font-size: 1.8rem;
	font-family:'Varela', sans-serif;
	padding:5px 0 0 38px;
	margin:0 0 0 -37px;
	height:40px;
	background:url(images/side_title_bg.png) no-repeat;
}

#search {
    padding:5px 0px;
    text-align: left;
    margin-top: 15px;
}

#search h2 {
	text-align:center;
	color:#ddd;
	text-shadow:1px 1px #333;
	font-size:18px;
	font-size: 1.8rem;
	font-family:'Varela', sans-serif;
	padding:5px 0 0 38px;
	margin:0 0 0 -37px;
	height:40px;
	background:url(images/side_title_bg.png) no-repeat;
}

#search input {
	width:230px;
	height:20px;
	padding:0 2px;
	margin:10px 0 0 5px;
	border:1px solid #DBDBDB;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px ;
	box-shadow: 2px 2px 5px #333;
	-webkit-box-shadow: 2px 2px 5px #333;
background:#fff;
}
	
#search #s {
	background:#fff url(images/search.gif) no-repeat center right;
}

/* **************************************
This is Sidebar left sub options Social icon widget on blog
************************************** */
#sidebar-left .suboptions {
	width:250px;
	padding:0;
	text-align:center;
}

#sidebar-left .suboptions .widgettitle {
	text-align:center;
	color:#ddd;
	text-shadow:1px 1px #333;
	font-size:18px;
	font-size: 1.8rem;
	font-family:'Varela', sans-serif;
	padding:5px 0 0 38px;
	margin:0 0 0 -37px;
	height:40px;
	background:url(images/side_title_bg.png) no-repeat;
}

#sidebar-left .suboptions a {
	margin-right:10px;
}

/* **************************************
Sidebar left Feed subscribe form
************************************** */
#text-8 {
	padding:0 0 5px 0;
	margin:0 0 5px 0;
	color:#000
}

#sidebar-left #text-8 .widgettitle {
	text-align:center;
	color:#ddd;
	text-shadow:1px 1px #333;
	font-size:18px;
	font-size: 1.8rem;
	font-family:'Varela', sans-serif;
	padding:5px 0 0 38px;
	margin:0 0 0 -37px;
	height:40px;
	background:url(images/side_title_bg.png) no-repeat;
}

#text-8 p {
	display:none;
}

#text-8 #fmi {
margin:0 0 0 10px;
}

#text-8 input {
	margin:0 0 5px 0;
}

/* ******************************************************
This is for the Sidebar left Forum link
****************************************************** */
#sidebar-left #comm-link {
margin:10px 0 0 0;
}

#sidebar-left #comm-link p {
	text-align:center;
}

#sidebar-left #comm-link h2 {
	text-align:center;
	color:#ddd;
	text-shadow:1px 1px #333;
	font-size:18px;
	font-size: 1.8rem;
	font-family:'Varela', sans-serif;
	padding:5px 0 0 38px;
	margin:0 0 0 -37px;
	height:40px;
	background:url(images/side_title_bg.png) no-repeat;
}

#sidebar-left #comm-link a {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border:1px solid #666;
	box-shadow: 3px 3px 3px #333;
	-webkit-box-shadow: 3px 3px 3px #333;
	padding:2px 8px;
	background:#ccc;
	margin-bottom:10px;
	font-weight:bold;
	font-size:14px;
	font-size: 1.4rem;
	text-decoration:none;
	text-shadow:1px 1px #ddd;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#792324;
}

#sidebar-left #comm-link a:hover {
	background: #792324;
	color:#fff;
	text-shadow:1px 1px #333;
}

/* ******************************************************
This is for the Sidebar Google Calendar
****************************************************** */
#cal h2{
	text-align:center;
	color:#ddd;
	text-shadow:1px 1px #333;
	font-size:18px;
	font-size: 1.8rem;
	font-family:'Varela', sans-serif;
	padding:5px 0 0 38px;
	margin:0 0 0 -37px;
	height:40px;
	background:url(images/side_title_bg.png) no-repeat;
}

#cal {
	margin:10px 0;
}

/* ******************************************************
This is for the calendar page
****************************************************** */
#calendar table {
	width: 80%;
	margin: 0 15px;
}

#calendar tbody td {
	text-align: center;
}

/* **************************************
This is for post
************************************** */
#content {
	width: 678px;
	float: right;
}

#content .content, .entry {
	padding: 0px 10px 0px 10px;
	margin-bottom: 20px;
}

.search-results #content .post {
margin:0 0 30px 10px;
}

#content .post {
	margin:0 0 10px 0;
}

#content .post .header {
	position: relative;
}

#content .post .header h2, .pagetitle {
	position: relative;
	top: 4px;
	height:46px;
	width:668px;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 30px;
	color: #000000;
	padding: 0 38px 0 0;
	margin:0 -38px 20px 10px;
	font-family: 'Waiting+for+the+Sunrise', cursive;
	color:#eee;
	text-shadow:1px 1px #333;
	text-align:center;
	background:url(images/title_bg3.png);
}

#content .post h2 {
	font-size:18px;
	font-size: 1.8rem;
}

#content .post h3 {
	font-size:16px;
	font-size: 1.6rem;
}

#content .post .date {
	position: absolute;
	right: 15px;
	top: 0px;
	line-height: 35px;
	color: #AFAFA4;
	font-weight: bold;
}

#content .post .content {
	margin-bottom: 0px;
position:relative;
}

#content .post .content ul, #content .post .content ol {
	margin-bottom: 1em;
	list-style-position: inside;
}

#content .post .footer {
	position: relative;
	/*right: 0px;*/
	height: 50px;
/*width:200px;*/
clear:both;
/*float:right;*/
}

#content .post .footer ul {
	list-style: none;
	/*position: absolute;
	right: 15px;
	bottom: 15px;*/
text-align:right;
}

#content .post .footer ul li {
	/*display: inline;*/
	line-height: 14px;
	padding-left: 17px;
	margin-left: 25px;
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

#content .post .footer ul li.printerfriendly {
	background-image: url('images/a41.gif');
}

#content .post .footer ul li.comments {
	background-image: url('images/a36.gif');
}

#content .post .footer ul li.readmore {
	background-image: url('images/a38.gif');
	margin:9px 0 20px 0;
}

#content .post .footer p {
	text-align:right;
	margin-right:15px;
padding:0;
margin-bottom:0;
position:absolute;
right:10px;
}

#content .post .wp-socializer {
	margin:0;
	clear:both;
}
#content .post .trackable_sharing {
	margin:30px 0 0 0;
	clear:both;
}
/* **************************************
This is navigation for blog single pages and search results
************************************** */
.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}

.navigation {
	padding:10px 0 0 10px;
	font-size: larger;
	font-weight: bold;
	line-height:18px;
	margin:0 0 20px 0;

}

/* **************************************
This is for blog page info under the post
************************************** */

.postmetadata {
	background:#faebbc;
	border:2px solid #e1cc89;
	padding:5px;
}

.trackable_sharing {
	margin:0 0 10px 0;
}

#footer {
	clear: both;
	padding: 20px 0;
	text-align: center;
	background: none;
	color: #625D5D;
}

#footer a {
	color: #CDCBCB;
}

#footer a.foot-link {
	color: #990000;
	text-decoration: underline;
}

#footer a.foot-link:hover {
	text-decoration: none;
}

.pagenav {
	margin-top: 10px;
}

/* ie6 fix */
* html #cmspm p a, * html #cmspm li a {
	height: 0;
}

.tdate{
	width:130px;
	float:right;
	margin:0 -30px 20px 0;
	padding:5px 20px 5px 30px;
	border-top:3px solid #792324;
	border-bottom:1px solid #792324;
	font-style:italic;
}

/* **************************************
This is forum landing page 
************************************** */
#lpage-5689 #outer { 
	position: relative;
	width:710px;
	margin: 0 auto;
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border:1px solid #666;
	box-shadow: 0px 0px 15px #333;
	-webkit-box-shadow: 0px 0px 15px #333;
}

#lpage-5689 .content {
	float:none;
}

/* **************************************
This is friends landing page 
************************************** */
#lpage-3483 #outer {
	position: relative;
	width: 710px;
	margin: 0 auto;
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border:1px solid #666;
	box-shadow: 0px 0px 15px #333;
	-webkit-box-shadow: 0px 0px 15px #333;
}

#lpage-3483 .content {
	float:none;
}

#lpage-5505{ 
	background: URL('images/Leaf-Water-Reflection.png') no-repeat;   
}
 
/* **************************************
This is 90 day landing page 
************************************** */
#lpage-5119 #outer {
	position: relative;
	width: 730px;
	margin: 0 auto;
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border:1px solid #666;
	box-shadow: 0px 0px 15px #333;
	-webkit-box-shadow: 0px 0px 15px #333;
}

#lpage-5119 .content {
	float:none;
}

#searchfill {
	margin-top: 25px;
}

#content img {
	margin: 0;
	max-width: 640px;
}

#content .attachment img {
	max-width: 900px;
}

#content .alignleft, #content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

#content .alignright, #content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

#content .aligncenter, #content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content img.alignleft, #content img.alignright, #content img.aligncenter {
	margin-bottom: 12px;
}

#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}

#content .wp-caption img {
	margin: 5px 5px 0;
}

#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 5px;
}

.postform, #cat {width:150px !important;}

h2 {
	letter-spacing:0px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 10px;
}

h1 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom:10px;
}


.center, .aligncenter {
	text-align:center;
}

em {
	font-style:italic;
}

h3 {
	font-size:16px;
	font-size: 1.6rem;
	margin:0 0 10px 0;
}

#opening {
	text-align:center;
	padding:10px;
	border:1px solid #999;
	background:#ab2e27;
	color:#eee;
	font-weight:bold;
	margin:0 0 20px 0;
	box-shadow: 5px 5px 10px #333;
	-webkit-box-shadow: 5px 5px 10px #333;
	font-size:18px;
	font-size: 1.8rem;
	text-transform:uppercase;
	text-shadow:1px 1px #000;
	font-family: 'Varela', sans-serif;
	font-style:italic;
}

#opening span {
	color: #FFFF00;
}

#opening .secondary {
	font-size:13px;
	font-size: 1.3rem;
	text-transform:capitalize;
	font-weight:normal;
	font-style:normal;
}

.opening-statement {
	padding:10px;
	border:1px solid #999;
	background:#666;
	color:#eee;
	font-weight:bold;
	margin:10px 0 30px 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 5px 5px 10px #333;
	-webkit-box-shadow: 5px 5px 10px #333;
	text-shadow:1px 1px #000;
	position:relative;
	z-index:99;
}

.post p {/* this is currently in the styles as .post p */
	margin:0 0 10px 0;
}

#video-form {
	width:190px;
	border: 3px outset #000;
	margin:0 auto 20px;
	padding:10px;
	background:#FFC;
	box-shadow: 2px 2px 5px #333;
	-webkit-box-shadow: 2px 2px 5px #333;
}

.Zumba-info, .video-info {
	padding:0 0 8px 0;
	border-bottom:1px solid #ddd;
	margin:0 0 10px 0;
	color:#ab2e27;
	font-weight:bold;
}

.video {
	margin:0 0 20px 0;
}

.trends {
	padding:10px;
	font-size: 17px;
	font-size: 1.7rem;
	border:1px solid #999;
	background:#666;
	color:#eee;
	font-weight:bold;
	margin:20px 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 5px 5px 10px #333;
	-webkit-box-shadow: 5px 5px 10px #333;
}

.special-list {
	list-style:disc;
	list-style-position:inside;
	margin:0 0 10px 0;
}

.special-list li {
	margin:10px 0 0 30px;
}
.spaced-list {
	list-style-position:inside;
	margin:0 0 10px 0;
}
.spaced-list li {
	margin:10px 0 0 30px;
}
.ingredient-list li {
	margin:0 0 0 30px;
}
.ingredient-list {
	list-style:none;
	list-style-position:inside;
	margin:0 0 20px 0;
}

.special-list li{
	margin:10px 0 0 30px;
}
.raveRed {
	background:#8c2119;
	padding:10px;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	font-size: 1.6rem;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-shadow:1px 1px #000;
	font-family: 'Varela', sans-serif;
	font-style:italic;
	text-align:center;
}
.trialblue {
	background:#FFFF33;
	padding:10px;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	font-size: 1.6rem;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-shadow:1px 0px #000;
	font-family: 'Varela', sans-serif;
	font-style:italic;
	text-align:center;
}

.struggle {
	margin:10px 0 20px 30px;
	list-style:none;
}

.struggle li {
	background:url(images/x-1.jpg) no-repeat left center;
	padding-left:20px;
	margin:0 0 10px 0;
}

.affirmative strong {
	color:#f00;
}

.testimony {
	margin:20px 0 10px 30px;
	padding:10px;
	border-top: 1px solid #e1cc89;
	border-bottom: 1px solid #e1cc89;
	border-left: 3px solid #ccc;
	background: #faebbc;
	text-align:justify;
}

.testimony .cite1 {
	/*font-family: 'Architects Daughter', cursive;*/
	font-family: 'Varela', sans-serif;
	font-style:italic;
	text-indent:23px;
	/*background:url(images/openquote1.gif) no-repeat top left;
	padding:10px 0 0 0;*/
}

.testimony span {
	display:block;
}

/* **************************************
This is the testimonials page
************************************** */
.testimonials {
	margin:10px 0 20px 0;
	padding:10px;
	border:1px solid #F8F2C6;
	background:#FCFAE8;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 5px 5px 10px #333;
	-webkit-box-shadow: 5px 5px 10px #333;
}

.testimonials .cite1 {
	/*font-family: 'Architects Daughter', cursive;*/
	font-family: 'Varela', sans-serif;
	font-style:italic;
	text-indent:23px;
	background:url(images/openquote1.gif) no-repeat top left;
	padding:10px 0 0 0;
}

.testimonials .cite2 {
	font-family: 'Varela', sans-serif;
	font-style:italic;
	padding:10px 0 0 0;
}

.testimonials .cite1 span {
	display:block;
}

.floatleft {
   float: left;
   margin: 0px 14px 3px 0px;
   padding-right:10px;
}

.floatright {
	float:right;
}

/* **************************************
This is the trainers page
************************************** */
.train img {
	float: right;
	background:#faebbc;
	border:2px solid #e1cc89;
	padding:3px;
}

.train {
	margin:0 0 20px 0;
	padding:10px;
	border:1px solid #F8F2C6;
	background:#FCFAE8;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 5px 5px 10px #333;
	-webkit-box-shadow: 5px 5px 10px #333;
}

.train h2 {
	font-size:18px;
	font-size: 1.8rem;
	background:url(images/exercise.png) no-repeat left center;
	padding:0 0 5px 35px;
	text-shadow:1px 1px #ccc;
	color:#48452A;
	margin:10px 172px 10px 0;
	border-bottom:1px solid #ddd;
	font-family: 'Varela', sans-serif;
	font-style:italic;
}

.dontwrap p {
	text-align:justify;
	margin:0 172px 10px 0;
	/*width:420px;*/
}

.train .sup {
	font-size:10px;
	font-size: 1.0rem;
	text-align:center;
	color:#ddd;
}

.accredations, .expertise {
	list-style:none;
	border-left: 3px solid #8c2119;
	padding:3px 0 3px 5px;
	margin:10px 0;
}

.accredations li, .expertise li {
	margin:0 0 5px 0;
}

.accredations h3, .expertise h3 {
	margin:0 0 5px 0;
	text-shadow:1px 1px #ccc;
	color:#605C38;
	font-family: 'Varela', sans-serif;
	font-style:italic;
}

/* **************************************
This is the zumba page
************************************** */
.social a {
	font-weight:bold;
	background:url(images/facebook.png) no-repeat left center;
	padding:0 0 0 40px;
}

#Zumba-form {
	text-align:center;
	width:190px;
	/*height:220px;*/
	border: 3px outset #000;
	margin:10px auto 20px;
	padding:10px;
	background:#FFC;
	box-shadow: 2px 2px 5px #333;
	-webkit-box-shadow: 2px 2px 5px #333;
}

.Zumba-info {
	padding:0 0 8px 0;
	border-bottom:1px solid #ddd;
	margin:0 0 10px 0;
	color:#ab2e27;
	font-weight:bold;
}

.Zumba-btn {
	padding:10px;
	border:1px solid #ccc;
	background:#fff;
	color:#eee;
	font-weight:bold;
	margin:0 0 20px 0;
	box-shadow: 5px 5px 10px #333;
	-webkit-box-shadow: 5px 5px 10px #333;
	font-size:16px;
	font-size: 1.6rem;
	text-transform:uppercase;
	text-shadow:1px 1px #000;
}

ul.faq {
	list-style:none;
}

ul.faq p[rel="faq-q"]{
	padding:0 0 0 20px;
	background:url(images/question.png) no-repeat left center;
	color:#ab2e27;
}
ul.faq li {
	background:url(images/info-icon1.png) no-repeat top left;
	padding:0 0 0 20px;
	margin:10px 0 0 30px;
	font-size:12px;
	font-size: 1.2rem;
	text-transform:capitalize;
	text-shadow:1px 1px #fff;
	text-align:justify;
}

ul.faq .info-z {
	padding:10px;
	border:1px solid #999;
	background:#FCFEFF;
	/*color:#999;*/
	font-weight:bold;
	margin:0 0 20px 0;
	box-shadow: 5px 5px 10px #333;
	-webkit-box-shadow: 5px 5px 10px #333;
	font-size:16px;
	font-size: 1.6rem;
	text-transform:uppercase;
	text-shadow:1px 1px #000;
}

/* **************************************
This is the schedule page
************************************** */
.trends a {
	background:url(images/calendar.png) no-repeat left center;
	padding:0 0 0 20px;
}

ul.locate {
	list-style:none;
	border:1px solid #999;
	background:#FCFEFF;
	font-weight:bold;
	margin:0 0 20px 0;
	box-shadow: 5px 5px 10px #333;
	-webkit-box-shadow: 5px 5px 10px #333;
	font-size:16px;
	font-size: 1.6rem;
	text-transform:uppercase;
	text-shadow:1px 1px #ccc;
}

ul.locate h2 {
	background:#ab2e27;
	padding:5px 0 5px 10px;
	color:#fff;
	font-size:16px;
	font-size: 1.6rem;
	text-shadow:1px 1px #000;
	border-bottom:1px solid #333;
	border-top:1px solid #333;
	text-align:center;
}

ul.locate p {
	text-indent:20px;
	margin:10px 0 5px 0;
	text-decoration:underline;
}

ul.locate p span {
	font-weight:normal;
	text-transform:none;
	text-shadow:none;
}

ul.locate li {
	text-indent:40px;
	font-weight:normal;
	text-shadow:none;
}

ul.locate li.direct-btn {
	text-indent:250px;
	padding:0 0 20px 0;
}

ul.locate li a {
   background: #fff;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   border:1px solid #666;
   box-shadow: 3px 3px 3px #333;
   -webkit-box-shadow: 3px 3px 3px #333;
   padding:2px 8px;
   background:#ccc;
   margin-bottom:10px;
   font-weight:bold;
   font-size:13px;
   font-size: 1.3rem;
   text-decoration:none;
   text-shadow:none;
   letter-spacing:1px;
}

ul.locate li a:hover {
	background:#ab2e27;
	color:#eee;
}

/* **************************************
This is the purchase page 
************************************** */
ul.purchase {
	list-style:none;
}

ul.purchase li {
	margin-bottom:20px;;
}

ul.purchase li a {
   background: #fff;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   border:1px solid #666;
   box-shadow: 3px 3px 3px #333;
   -webkit-box-shadow: 3px 3px 3px #333;
   padding:2px 8px;
   background:#ccc;
   margin-bottom:10px;
   font-weight:bold;
   font-size:13px;
   font-size: 1.3rem;
   text-decoration:none;
   text-shadow:none;
   letter-spacing:1px;
}

ul.purchase li a:hover {
	background:#ab2e27;
	color:#eee;
}

ul.purchase li.purchase-box {
	background:#999;
	color:#eee;
	width:50%;
   border:1px solid #666;
   box-shadow: 3px 3px 3px #333;
   -webkit-box-shadow: 3px 3px 3px #333;
   padding:2px 8px;
   font-weight:bold;
   text-shadow:1px 1px #333;
}

ul.purchase li.zumbaBuy {
	width:250px;
}

ul.purchase li.zumbaBuy a {
	float:right;
}

/* **************************************
This is the partners page
************************************** */
ul.partner {
	list-style:none;
	margin:0 0 20px 0;
}

ul.partner li {
	float:left;
	border-right:1px solid #999;
	background:#ccc;
	padding:2px 5px 4px;
	border-bottom:2px solid #999;
	margin:0;
}

ul.partner li.last {
	border-right:none;
}

ul.partner li a {
	font-size:11px;
	font-size: 1.1rem;
	font-weight:bold;
}

ul.partner li a:hover {
	color:#333;
}

.partner-hold {
	border:1px solid #999;
	background:#F2F4F9;
	margin:0 0 20px 0;
	box-shadow: 5px 5px 10px #333;
	-webkit-box-shadow: 5px 5px 10px #333;

}

.partner-hold h2 {
	background:#ab2e27;
	padding:5px 0;
	color:#eee;
	font-size:16px;
	font-size: 1.6rem;
	text-shadow:1px 1px #000;
	border-bottom:1px solid #333;
	border-top:1px solid #333;
}

.partner-hold-content {
	padding:0 20px;
	margin-bottom:20px;
	border-top:1px solid #F3F5F9;
	border-bottom:2px solid #999;
	background:#F4F7FA;
}

.partner-hold-content p span {
	background:#ab2e27;
	color:#ffd700;
	padding:1px 3px 2px 3px;
	border:1px solid #ccc;
	font-weight:bold;
}

.partner-hold-content p i {
	font-style:normal;
	color:#F00;
}

.bold {
	font-weight:bold;
}

.myformse, .myforms {
	padding:0 10px 10px 10px;
	background:green;
}

.myforms {
	margin:10px 0;
}

.myformse h2, .myforms h2 {
	margin:0;
	padding:0;
}

/* *********************************
Boot Camp For Women Memberships
********************************** */
ol.membership {
	list-style: inside decimal;
	border:1px solid #999;
	background:#FCFEFF;
	font-weight:normal;
	margin:0 0 20px 0;
	box-shadow: 5px 5px 10px #333;
	-webkit-box-shadow: 5px 5px 10px #333;
	padding:0 0 10px 0;
}

ol.membership li span {
	font-weight:bold;
	text-transform: uppercase;
}

ol.membership li {
	font-weight:normal;
	margin:10px;
}

ol.membership p.value {
	background:#ccc;
	padding:10px;
	border-bottom:1px solid #999;
}

ol.membership p.value span {
	font-weight:bold;
	text-transform:uppercase;
}

ol.membership p.value a {
	font-weight:bold;
}

/* *********************************
VIP Card page
********************************** */

.fitness {
	margin:0 0 20px 0;
}

.fitness h3 {
	margin:0 270px 0 0;
}

.nowrap p {
	text-align:justify;
	margin:0 270px 0 0;
}

#pass-form {
	width:190px;
	border: 3px outset #000;
	float:right;
	padding:10px;
	margin:0 0 20px 0;
	background:#FFC;
	box-shadow: 2px 2px 5px #333;
	-webkit-box-shadow: 2px 2px 5px #333;
}

#pass-form h3 {
	margin:0;
}

ul.member-pass {
	list-style:none;
	margin:0 200px 10px 0;
	padding:0 0 10px 0;
}

ul.member-pass li span {
	font-weight:bold;
	text-transform: uppercase;
}

ul.member-pass li {
	font-weight:normal;
	margin:10px;
}

.fitness .ads-5 {
	margin: 10px 0;
}

/* *********************************
Terms of service page
********************************** */
#policy-wrapper {
	margin:0 0 20px 0;
	padding:10px;
	border:1px solid #F8F2C6;
	background:#FCFAE8;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 5px 5px 10px #333;
	-webkit-box-shadow: 5px 5px 10px #333;
	font-size:12px;
	font-size: 1.2rem;
}

#policy-wrapper p {
	margin:0 0 10px 0;
}

#policy-wrapper p span {
	font-weight:normal;
}

#policy-wrapper p.bold {
	margin:0;
}

ol.trademarks {
	list-style:inside decimal;
}

ol.trademarks li {
	margin:0 0 10px 0;
}

ol.trademarks ul {
	list-style:lower-alpha inside;
	margin:0 0 0 20px;
}


/* *********************************
This is for blog comments
********************************** */
#comment {
	width: 80%;
}

#comment-wrapper {
	margin:0 0 20px 0;
	padding:10px;
	border:1px solid #F8F2C6;
	background:#FCFAE8;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

h3#comments {
	background:#8c2119;
	padding:10px;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	font-size: 1.6rem;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-shadow:1px 1px #000;
	font-family: 'Federo', cursive;
}

.commentlist {
	list-style:none;
	background:#faebbc;
	border:2px solid #e1cc89;
	padding:10px;
}

.commentlist li {
	border-bottom:1px dashed #ccc;
	border-left:5px solid #ccc;
	padding:0 0 10px 10px;
	margin:0 0 10px 0;
}

.commentlist li img {
	float:left;
	margin:0 10px 0 0;
}

.commentlist li p {
	margin:0 0 0 60px;
	padding:0;
}

.commentlist cite {
	font-weight:bold;
	margin:0 0 0 10px;
}

.commentlist .commentmetadata {
	color:#C8BC96;
	margin:0 0 0 60px;
	font-size:12px;
	font-size: 1.2rem;
}

/* **************************************
Videos on pages and blog
************************************** */
.vid-house {
	width:631px;
	height:402px;
	background:url(images/video-screen.png) no-repeat;
	margin:10px auto 20px;
}

.vid-house iframe {
	margin:21px 17px 0 15px;
}

/* **************************************
Prettyphoto gallery for blog image galleries
************************************** */
.gallery {
	margin:0 0 20px 0;
	padding:10px;
	border:1px solid #F8F2C6;
	background:#FCFAE8;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 5px 5px 10px #333;
	-webkit-box-shadow: 5px 5px 10px #333;
}
.gallery .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 25%;
}
.gallery img {
	padding:3px;
	background:#faebbc;
	border: 2px solid #e1cc89;
}
.gallery .gallery-caption {
	margin:0 5px;
	padding:3px;
	font-size:12px;
	font-size: 1.2rem;
	border-bottom:1px solid #ddd;
}

ul li {
margin:0 0 0 20px;
}

.bridal-statement {
	padding:10px;
	border:1px solid #999;
	background:#FFFFAD;
	color:#cc0000;
	font-weight:bold;
	margin:10px 0 30px 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 5px 5px 10px #333;
	-webkit-box-shadow: 5px 5px 10px #333;
	text-shadow:0px 0px #000;
	position:relative;
	z-index:99;
}
/* **************************************
Rewards Chart
************************************** */

ul#rewards {
    list-style:none;
margin:20px 0 0 0;
}

ul#rewards li {
    width:100%;
    display:block;
    clear:both;
}

ul#rewards li img {
    margin:5px 0;
    float:left;
}

ul#rewards li span {
    display:block;
    text-align:center;
    white-space:nowrap;
    font-size:13px;
}

ul#rewards li#coaching span {
    line-height:20px;
}

ul#rewards li#massage span {
    line-height:71px;
}

ul#rewards li#photography span {
    line-height:46px;
}

ul#rewards li#eyelashes span {
    line-height:36px;
}

ul#rewards li#spa span {
    line-height:48px;
}

ul#rewards li#zum-mo span {
    line-height:50px;
}

.wp-socializer h2 {
clear:both;
}
