/* 
Theme Name: Fitness Fortunes
Theme URI: http://www.fitnessfortunes.com/members
Description: Fitness Fortunes Wordpress theme based on Hybrid.
Author: Scott Bolinger
Author URI: http://www.launchbutton.net
Version: 0.1
Tags: Framework
Template: hybrid
*/

/**
* Import pre-made styles from Hybrid
************************************************/

/* Eric Meyer's reset.css */
	/* @import url('../hybrid/library/css/reset.css'); */

/* 18px, 20px, 21px, 22px, or 25px margins and line-height (don't use reset.css with these) */
	/* @import url('../hybrid/library/css/18px.css'); */
	/* @import url('../hybrid/library/css/20px.css'); */
	/* @import url('../hybrid/library/css/21px.css'); */
	/* @import url('../hybrid/library/css/22px.css'); */
	/* @import url('../hybrid/library/css/25px.css'); */

/* Holy Grail */
	/* @import url('../hybrid/library/css/holy-grail-fluid.css'); */

/* Plugins CSS */
	/* @import url('../hybrid/library/css/plugins.css'); */

/* Hybrid's default CSS */
	/* @import url('../hybrid/library/css/screen.css'); */
	
/** Custom CSS **/
	
.home .page-title, .page-27 .page-title, .page-59 .page-title, .page-266 .page-title { display: none; }
.optin {
display: block;
width: 280px;
float: right;
background: #ebebeb;
padding: 0 20px 20px;
text-align: center;
border: 1px solid #ccc;
margin: 0 0 15px 15px;
position: relative;
}
.optin h2 {
margin: 0 -20px 15px -20px;
padding: 15px;
color: #fff;
background: url(images/green-grad.png) repeat-x top #2d4e22;
display: block;
font-size: 24px;
}
.optin .button {
font-size: 18px;
}
.optin input[type="text"] {
padding: 4px;
border: 1px solid #4f813f;
background: #fff;
width: 200px;
}
.optin .arrow {
left: -10px;
position: absolute;
}

/**
* Body
************************************************/

/* Contains everything */
body { font: 14px Arial, Helvetica, sans-serif;
	color: #333;
        background: url(images/ff-hdr-bg.png) repeat-x top #308839;
        margin: 0;
        padding: 0;
	 }

	/* Wrapper for everything inside of the body */
	#body-container { overflow: hidden;
	width: 940px;
	margin: 0 auto;
	padding: 0; }

/**
* Elements
************************************************/

.line { height: 1px; border-bottom: 1px solid #ccc; margin-bottom: 15px; padding-top: 15px; clear: both; }

/* Hyperlinks */
a:link { color: #000; }
a:visited { color: #000; }
a:hover { color: #cc9900; }
a:active {}
a.more-link { display: block; width: 183px; height: 32px; background: url(http://mixedmartialartsconditioningassociation.com/innercircle/wp-content/uploads/2010/01/view-lesson.png) no-repeat; text-indent: -100em; }

/* Headers */
h1 { color: #CC9900; font-size: 24px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 {}
h5 {}
h6 {}

/* Text elements */
.gold {
	color: #C90;
}
strong {}
em {}
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

/* Paragraphs */
p {}
p.no-data { display: none; }

/* Unordered lists */
.content ul {
	list-style: none;
	margin-left: 12px;
	}
.content ul li {
	overflow: hidden;
	height: 100%;
	padding: 2px 0 5px 22px;
	background: url(images/bullet.png) no-repeat 2px 0;
	}
#body-container .content ul.check li {
	overflow: hidden;
	height: 100%;
	padding: 5px 0 5px 32px;
	background: url(images/square-check_24.png) no-repeat 2px 0;
	}
.content ul li li {
	background: url(images/bullet-alt.png) no-repeat 0 8px;
	}

/* Ordered lists */
ol {}
	ol li {}

/* Defition lists */
dl {}
	dt {}
	dd {}

/* Lists */
ul {
	list-style: square;
	}

/* Blockquotes */
blockquote {
	padding: 20px 20px 0 20px;
	margin: 20px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	background: #eee;
	border: 1px solid #ddd;
	}
blockquote blockquote {
	margin: 0 0 20px 0;
	background: #f7f7f7;
	border: 1px solid #ccc;
	}

/* Code */
code {
	padding: 2px 3px;
	font: normal normal normal 12px/22px Arial, Verdana, sans-serif;
	color: #444;
	background: #eee;
	}
pre {
	overflow: auto;
	padding: 20px;
	font: normal normal normal 12px/22px Arial, Verdana, sans-serif;
	color: #444;
	background: #eee;
	border: 1px solid #ddd;
	}
pre code {
	padding: 0;
	}

/* Tables */
table {
	}
caption {
	font: italic normal normal 12px/22px Verdana, Geneva, Tahoma, sans-serif;
	text-align: center;
	color: #666;
	}
tr {
	margin: 1px;
	}
td {
	padding: 3px;
	font: normal normal normal 13px/22px Arial, Verdana, sans-serif;
	}
tr.alt td, tr.even td {
	}
th {
	padding: 3px;
	font-weight: normal;
	color: #444;
	}

/* Acronyms */
acronym {
	font-size: 13px;
	border: none;
	}

/* Drop caps */
.drop-cap {
	float: left;
	margin: 3px 3px 0 0;
	font: normal normal normal 47px/35px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #333;
	}

/* Notes, alerts, and such. */
.note, .warning, .alert, .error, .download {
	font: normal normal normal 13px/22px Arial, Verdana, sans-serif;
	color: #444;
	}

/* Notes */
.note {
	padding: 9px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 9px;
	background: #e4ebf8;
	border: 1px solid #2e68d4;
	}

/* Alignment */
.fltlft {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
.clear { clear:both; }

/**
* Images
************************************************/

/* Normal images */
img {}
a img {}
img.alignleft { float: left; margin-right: 15px; }
img.alignright { float: right; margin-left: 15px; }
img.noborder { padding: 0; border: none; }
.aligncenter, img.aligncenter { margin: 0 auto; display: block; }

/* WP Smilies */
img.wp-smiley {}

/* Thumbnails */
.thumbnail {
	float: left;
	width: 37px;
	height: 30px;
	margin: 0 10px 10px 0;
	padding: 4px;
	border: none;
	background: #fff;
	}

/* Avatars */
.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 15px 10px 0;
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
	}

/* Captions */
.wp-caption {
	max-width: 576px;
	padding: 4px 0 4px 0;
	background: #eee;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #454545;
	}
.wp-caption img {
	max-width: 566px;
	margin: 0;
	padding: 0;
	border: 1px solid #666;
	}

/* Gallery [gallery] */
.gallery {}
	.gallery img {
	margin: 0 15px 10px 0;
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff; }

/**
* Header
************************************************/

/* Contains entire header */
#header-container { }

	/* Contains site title and tagline */
	#header { height: 126px; background: url(images/ff-money-hdr.png) no-repeat top; }

		/* Site title */
		#site-title { display: block; width: 279px; height: 192px; margin: 0 auto; background: url(images/ff-logo.png) no-repeat; text-indent: -100em; }
			#site-title a { }
				#site-title a span {}

		/* Site description/tagline */
		#site-description { display: none; }

/**
* Page navigation
************************************************/

/* Wrapper for navigation */
#navigation, #primary-menu {
color:#000000;
height:40px;
margin:2px 0 0 18px;
padding:0;
width:900px;
}
#page-nav, div.menu { display: none; }
#page-nav li, div.menu li { display: inline; }
#page-nav li a, div.menu li a {
border-right:1px solid #FFB821;
color:#006633;
font-weight:bold;
line-height:40px;
padding:12px 30px;
position:relative;
text-decoration:none;
}
#page-nav li a:hover, div.menu li a:hover { background: #ffd537; }
#page-nav li.current_page_item {}
#navigation ul, #primary-menu ul { padding: 0; margin: 0; }

/* Search form in navigation bar.
#navigation form {
	float: right;
	}
#navigation .search-text {
	width: 200px;
	padding: 5px 10px;
	margin: 5px 0;
	font-style: italic;
	color: #333;
	background: #f7f7f7;
	border: 1px solid #333;
	}
#navigation .search-submit {
	display: none;
	}  */

/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container { overflow: hidden;
	float: left;
	width: 900px;
	padding: 20px;
        }

	/**
	* Content
	************************************************/

	/* Contains site's main content */
	#content { padding: 15px;
	 overflow: hidden; float: left; background: #fff; border: solid 1px #ffb821; min-height: 400px; }
.content {
	overflow: hidden;
	float: left;
	}
.content, .no-widgets .content, .no-default-widgets .content  {
	width: 860px;
	}
.primary-active .content, .secondary-active .content {
	width: 620px;
	}
		* Content
************************************************/
.hentry, .breadcrumb {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	background: #fff;
	border: 1px solid #ccc;
	}
.breadcrumb { display: none; }
.post { background: #fff; padding: 15px; margin-bottom: 10px; border: 1px solid #eee; }

/* Entry titles. */
.entry-title {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
        border-bottom: solid 1px #ccc;
        padding: 10px 0;
        color: #308839;
        text-align: center;
	}
.entry-title a { text-decoration: none; color: #308839; }
.page-title, .singular-page-title {
	margin: 0 0 20px 0;
	}

/* Byline */
.byline {
	text-transform: lowercase;
	font-size: 14px;
	font-style: italic;
	color: #666;
        display: none;
	}
.blog .byline, .archive .byline, .search .byline {
	margin-bottom: 10px;
	}

.byline .author, .byline .published {
	font-size: 13px;
	font-style: normal;
	text-transform: uppercase;
	}
.byline a {
	color: #333;
	}

/* Entry meta */

.entry-meta {
	clear: both;
	font-size: 11px;
	color: #999;
	padding: 9px 5px 0 5px;
	border-top: 1px solid #ccc;
        display: none;
	}
.entry-meta a {
	font-style: normal;
	color: #333;
	}

.author-info, .category-info, .date-info, .tag-info, .search-info, .taxonomy-info {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	background: #fff;
	border: 1px solid #ccc;
	}


		/* Navigation links */
		.navigation-links { overflow: hidden;
	padding: 11px; display: none;
}
			.navigation-links .previous { 	float: left;
	max-width: 49%; }
			.navigation-links .next { 	float: right;
	max-width: 49%;
	text-align: right; }

		/* WP PageNavi (plugin) */
		.wp-pagenavi {
	overflow: hidden;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: #486472 !important;
	background: #fff;
	border: 1px solid #e2e2e2;
	}

		/* Attachment image navigation */
		.navigation-attachment {}

		/**
		* Comments template
		************************************************/

		#comments-template {
	overflow: hidden;
	padding: 20px 20px 0 20px;
	margin: 0 0 20px 0;
	border: 1px solid #ccc;
	background: #fff;
        display: block;
	}

.comments-header {
	font-size: 18px;
	font-weight: bold;
	}

/* Comment list */
.comment-list, .comment-list ol {
	list-style: none;
	margin: 0;
	}
.comment-list li, .comment-list li li li, .comment-list li li li li li {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	background: #f7f7f7;
	border: 1px solid #ddd;
	}
.comment-list li li, .comment-list li li li li, .comment-list li li li li li li {
	background: #fff;
	border: 1px solid #ddd;
	}

/* Comment avatar */
.comment-list li .avatar {
	float: left;
	width: 37px;
	height: 37px;
	margin: 5px 10px 0 0;
	padding: 2px;
	border: 1px solid #ccc;
	background: #eee;
	}

/* Comment meta */
#comments .comment-meta-data {
	margin: 5px 0 20px 0;
	font-style: italic;
	color: #666;
	}
#comments cite {
	font-weight: bold;
	font-style: normal;
	}

/* Comment text */
#comments .comment-text {
	clear: left;
	}

/* Comments form */
#respond {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	background: #f7f7f7;
	border: 1px solid #ddd;
	}
.text-input {
	display: block;
	padding: 5px;
	width: 300px;
	margin:  0 0 20px 0;
	background: #fff;
	border: 1px solid #ddd;
	}
#respond label {
	font-style: italic;
	}
#respond span.required {
	font-weight: bold;
	color: #01203C;
	}
textarea {
	width: 98%;
	padding: 5px;
	margin: 0 0 20px 0;
	border: 1px solid #ddd;
	}
	
	
/*** Button Color Classes ***/

 
/* default */
.button {
display: inline-block;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
font: bold 14px/100% "Trebuchet MS", Arial, Helvetica, sans-serif;
padding: .4em 1.5em .5em;
font-weight: bold;
overflow: hidden;
}

.button {
background: #025626;
background: -moz-linear-gradient(0% 100% 90deg, #025626, #037434);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#037434), to(#025626));
border: 1px solid #013f1c;
-moz-box-shadow: inset 0 1px 0 0 #148e49, 0 1px 2px 0 #148e49;
-webkit-box-shadow: inset 0 1px 0 0 #148e49, 0 1px 2px 0 #148e49;
box-shadow: inset 0 1px 0 0 #148e49, 0 1px 2px 0 #148e49;
color: #fff;
text-shadow: 0 -1px 1px #3275bc;
-webkit-background-clip: padding-box;
}
.button:hover {
background: #2a81d7;
background: -moz-linear-gradient(0% 100% 90deg, #037434, #025626);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#025626), to(#037434));
cursor: pointer;
text-shadow: 0 -1px 1px #1d62ab;
-webkit-background-clip: padding-box;
}
.button:active {
background: #037434;
border: 1px solid #154c8c;
border-bottom: 1px solid #0e408e;
-moz-box-shadow: inset 0 0 6px 3px #013f1c, 0 1px 0 0 #fff;
-webkit-box-shadow: inset 0 0 6px 3px #013f1c, 0 1px 0 0 #fff;
text-shadow: 0 -1px 1px #2361a4;
-webkit-background-clip: padding-box;
}

		/**
		* Utility widget sections (see other widget code below)
		************************************************/

/* Utility: Header widget area */
#utility-header {
	overflow: hidden;
	float: right;
	width: 250px;
	height: 80px;
        margin-top: 40px;
	}
#utility-header .widget {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	}

		/* All utility widget sections (except widgets template) */
		.utility {}

		/* Before content */
		#utility-before-content {}

		/* After content */
		#utility-after-content {}

		/* After post but before comments */
		#utility-after-single {}

		/* After page but before comments */
		#utility-after-page {}

		/* Widgets page template widgets */
		.page-template-widgets #content .widget {}

	/**
	* Widget sections (Primary and Secondary)
	************************************************/
#text-8.widget { background: none; color: #fff; border: none; }

	/* Widgets in general */
	.widget { overflow: hidden;
	margin: 0 0 20px 0;
	padding: 15px;
	border: 1px solid #ffb821;
	background: #fafafa; }
		.widget-inside {}
			.widget-title {
	margin: 0 0 6px 0;
	padding: 0 6px 9px 6px;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	color: #308839;
	border-bottom: 1px solid #e2e2e2;
	}
.widget ul {
	list-style: none;
	margin: 0 0 21px 0;
	}
.widget li {
	margin: 0 0 6px 0;
	padding: 0 0 6px 15px;
	background: url(images/bullet.png) no-repeat 0 6px;
	border-bottom: 1px solid #e2e2e2;
	}
.widget ul ul {
	margin: 6px 0 0 0;
	}
.widget li li {
	margin: 0 0 3px 0;
	padding: 0 0 3px 15px;
	background: url(images/bullet-alt.png) no-repeat 0 6px;
	border-bottom: none;
	}

	/* Primary widget section */
	#primary { position: relative;
	float: right;
	width: 235px; }
		#primary .widget {}
			#primary .widget-inside {}
				#primary .widget-title {}
				#primary .widget ul {}
					#primary .widget ul li {}

	/* Secondary widget section */
	#secondary { position: relative;
	clear: right;
	float: right;
	width: 220px; }
		#secondary .widget {}
			#secondary .widget-inside {}
				#secondary .widget-title {}
				#secondary .widget ul {}
					#secondary .widget ul li {}
#subsidiary {
	overflow: hidden;
	width: 940px;
	padding: 30px 20px 10px 20px;
	background: #464646;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
#subsidiary .widget {
	float: left;
	width: 170px;
	margin: 0 18px 0 0;
	padding: 0;
	border: none;
	}
.WishListMember_Widget { padding-bottom: 15px; }

/**
* Footer
************************************************/

/* Wrapper for the entire footer */
#footer-container { clear: both; }

	/* Subsidiary widget section */
	#subsidiary {}
		#subsidiary .widget {}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {}

	/* Footer section */
	#footer { text-align: center; font-size: 12px; }

		/* Footer extra */
		#footer .copyright, #footer .copyright a { color: #ccc; }
		#footer .credit {}
