/* 
Theme Name: Inside Out Workout
Theme URI: http://www.insideoutworkout.com
Description: Inside Out Workout Membership Site Theme.
Author: Scott Bolinger
Author URI: http://www.launchbutton.net
Version: 0.1
Tags: membership, cms, fitness
Template: hybrid
*/

/* @import url('../hybrid/library/css/drop-downs.css'); */

/**
* Add Your Custom CSS Here
************************************************/

h2.acc_trigger {
	padding: 0 0 0 50px;
	margin: 0 0 5px 0;
	background: url(images/h2_trigger_a.png) no-repeat;
	height: 46px;
	line-height: 46px;
	width: 600px;
	font-size: 20px;
	font-weight: bold;
	float: left;
}
h2.acc_trigger a {
	color: #527b07;
	text-decoration: none;
	display: block;
}
h2.acc_trigger a:hover { color: #514342; }
h2.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.acc_container {
	margin: 0 0 5px;
	padding: 0;
	overflow: hidden;
	width: 600px;
	clear: both;
}
.acc_container .block {
	padding: 20px 20px 0 20px; /*--Padding of Container--*/
}
h3.video { background: url(images/video.png) no-repeat right #fff; }
h3.pdf { background: url(images/pdf.png) no-repeat right #fff; }
#homefeature { width: 924px; height: 330px; padding: 15px 20px 10px 20px; background: url(images/feature-bg.jpg) no-repeat center; overflow: hidden; margin: -37px -32px 25px; position: relative; z-index: 1; }
.leftcol { width: 600px; float: left; }
.rightcol { text-align: center; width: 260px; float: right; }
.home .rightcol { padding: 20px 15px 0 0; }
#homefeature h2 { margin: 15px 0 0 0; font-size: 20px; }
.subtitle { color: #777; font: italic 18px Georgia, serif; margin: 10px 0 10px 10px; }
.bigger { font-weight: bold; font-size: 16px; }
.homewidget, .registerwidget { 
	width: 260px; 
	float: right; 
	padding: 15px;
	border: 3px solid #FAF1DB;
	background: #fff;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	background: url(images/widget-bg.jpg) repeat-x top #e2cab3;
	clear: right;
	}
	.homewidget { margin: 15px -30px 15px 15px; }
	.homewidget h3, .registerwidget h3 { margin-bottom: 15px; }
	.registerwidget { margin: 15px 0 15px;}
img.sneakpeek { border: none; margin: -10px 0 0 -50px; }
h2.sneaktitle { color: #514342; }
.box {
	margin: 10px 0;
    padding: 10px 10px 5px 10px;
    border: 3px solid #FAF1DB;
	background: #fff;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	clear: left;
	}
.page-42 #utility-before-content .widget { background: none; border: none; padding: 0; }
body.not-logged-in #text-3.widget { display: none; }
#utility-after-content .widget { margin: 0 10px 10px; }
#text-3 .widget-title { text-align: center; }
#utility-after-content #execphp-3.widget { background: none; border: none; margin: 0; }
.singular-post-99 #utility-after-content, .singular-post-99 .navigation-links, .singular-post-115 #utility-after-content, .singular-post-115 .navigation-links { display: none; }

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

/* Contains everything */
body { 
     font: 14px Arial, Helvetica, sans-serif;
     color: #514342;
     background: url(images/bg.jpg) repeat-x top #dac3aa;
     margin: 0;
     -webkit-text-size-adjust: none;
     }

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

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

/* Hyperlinks */
a:link { color: #527b07; text-decoration: none; }
a:visited { color: #527b07; text-decoration: none; }
a:hover, a:active { color: #514342; text-decoration: underline; }
a.learnmore, a.more-link { width: 153px; height: 39px; display: block; background: url(images/learn-more.png) no-repeat; float: left; text-indent: -300em; margin-bottom: 10px; }
img a, a.img { border: 3px solid #faf1db; }

/* Headers */
h1 { font-size: 24px; }
h2 { font-size: 18px; line-height: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h1, h2, h3, h4 { font-family: Georgia, serif; font-weight: bold; margin: 0; color: #527b07; }

/* Text elements */
strong { font-weight: bold; }
em {}
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

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

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

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

/* Lists */
.content ul {
	list-style: none;
	margin-left: 10px;
	padding-left: 10px;
	}
.content ul li, #excerpt ul li {
	overflow: hidden;
	padding: 5px 20px;
	background: url(images/bullet.png) no-repeat 0 7px;
	border-bottom: 1px solid #FAF1DB;
	}

/* Blockquotes */
blockquote {
	overflow: hidden;
	height: 100%;
	margin: 0 24px 0  0;
	padding: 3px 0 0 24px;
	font: italic 14px Georgia, serif;
	color: #514342;
	background: url(images/quotes.png) no-repeat 0 0;
	border: none;
	}
blockquote.pullquote {
	width: 210px;
	margin-top: 6px;
	margin-bottom: 3px;
	padding: 6px 9px;
	text-align: center;
	font: italic normal normal 20px/22px Georgia, Times, 'Times New Roman', serif;
	color: #444;
	background: transparent;
	border-top: 3px double #ddd;
	border-bottom: 3px double #ddd;
	}

/* 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 {
	width: 100%;
	}
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;
        clear: both;
        margin: 10px 0;
	overflow: hidden;
	}

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

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

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

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

/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 20px 10px 0;
	}
.right, .alignright {
	float: right;
	margin: 0 0 10px 20px;
	}
.center, .aligncenter {
	display: block;
	margin: 0 auto 20px auto;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 20px 0;
	}
.clear {
	clear: both;
	}
span.pullquote {
	float: none;
	margin: 0;
	}

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

/* Normal images */
.post img {
	margin: 0 20px 10px 0;
	border: 3px solid #faf1db;
	}
.border { 
	border: 3px solid #faf1db;
        }
.noborder, .post img.noborder { border: none; }
.line { height: 1px; border-bottom: 3px solid #faf1db; margin-bottom: 15px; padding-top: 15px; clear: both; }

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

/* Thumbnails */
.thumbnail {
	float: left;
	margin: 0 20px 10px 0;
	border: 3px solid #faf1db;
	}
.category img.medium {
	float: left;
	max-width: 230px;
	margin: 0 20px 10px 0;
	border: 3px solid #faf1db;
	}

/* 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 #ccc;
	}

/* Gallery [gallery] */
.gallery {
	display: block;
	text-align: center;
	margin: 20px 10px !important;
	}
.gallery img {
	border: 2px solid #eee;
	}

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

/* Contains entire header */
#header-container { height: 110px; }

	/* Contains site title and tagline */
	#header { overflow: hidden; width: 963px; margin: 0 auto; background: url(images/hdr-bg.jpg) no-repeat center top; }

		/* Site title */
		#site-title { position: relative; z-index: 2; }
                    #site-title a { float:left; display: block; width: 143px; height: 110px; background: url(images/iow-logo.png) no-repeat; margin: 10px 15px 0 20px; }
			#site-title a:hover { }
				#site-title a span { display:none; }

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

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

/* Wrapper for navigation */

.home #navigation, .home #primary-menu { display: none; }
#navigation, #primary-menu { width: 600px; margin: 35px 0 0 250px; padding: 0; }
#page-nav, div.menu { margin: 0 auto; text-align: center; height: 30px; }
#page-nav li, div.menu li { display: inline; float: left; }
#page-nav li a, div.menu li a {
color: #faf1db;
display: block;
font-weight: bold;
height: 30px;
line-height: 30px;
padding: 0 20px;
text-decoration: none;
margin: 0 10px;
}
#page-nav li a:hover, #page-nav li a:active, div.menu li a:hover, div.menu li a:active { background: #514342; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#page-nav li.current_page_item a, div.menu li.current_page_item a { background: #514342; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#navigation ul, #primary-menu ul { margin: 0; padding: 0; }
#page-nav ul li ul { margin: 12px 0 0 0; }
#page-nav ul li ul li { float: none; }

/* Search form in navigation bar. */

.search .page, .search .post { clear: both; }
#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;
	}
.search-title { color: #527b07; }

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

/* Wrapper for the content and primary/secondary widget sections */
#container { 
    overflow: hidden;
	width: 960px;
	padding: 0;
    margin: 0 auto;
    background: #fcfaf4;
    border-right: 3px solid #faf1db;
	border-left: 3px solid #faf1db;
        }
.home #container { overflow: visible; background: none; border: none; }
.page-42 #container {  
        }

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

	/* Contains site's main content */
.content {
	overflow: hidden;
	float: left;
	width: 600px;
	padding: 20px;
	}
.page-8 #container .content { overflow: visible; background: #fcfaf4; border-right: 3px solid #faf1db; border-left: 3px solid #faf1db; padding: 15px 20px; margin-left: 8px; width: 900px; }
.blog #body-container .content, .singular-post #body-container .content {}
.content, .no-widgets .content, .no-default-widgets .content  {
	width: 918px;
	}
.primary-active .content, .secondary-active .content {
	width: 600px;
	}
.page-template-no-widgets .content, .primary-inactive.secondary-inactive .content {
	width: 918px;
	}
		* Content
************************************************/
.hentry, .breadcrumb {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	background: #fff;
	border: 1px solid #ccc;
	}
.breadcrumb { display: none; }

/**
* Posts
************************************************/
.post {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
    padding: 15px;
	}
.single .post, .page .post {
	margin-bottom: 0;
	}
.page-template-blog .post, .page-template-quick-post .post {
	margin-bottom: 20px;
	}

/* Entry titles. */
.entry-title {
	margin: 0;
    padding: 10px;
    color: #527b21;
    border: 3px solid #FAF1DB;
	background: #fff;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.entry-title a { text-decoration: none; color: #527b21; }
.page-title, .singular-page-title, .error-404-title {
	margin: 0 0 20px 0;
    padding: 10px;
    color: #527b21;
	}
.home .page-title { display: none; }
.search .entry-title { }
.singular-post .entry-title { text-align: center; }

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

.byline .author, .byline .published {
	font-style: normal;
	}
.byline a {
	color: #555;
	}

/* Entry meta */

.entry-meta {
	clear: both;
	font-size: 12px;
	font-style: italic;
	padding: 10px;
	margin: 10px 0;
	background: #fafafa;
	border: 3px solid #FAF1DB;
	overflow: hidden;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	display: none;
	}
.entry-meta a {
	font-style: normal;
	color: #555;
	}

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

               /* Page links */
p.pages {
	font-weight: bold;
	}
p.pages a {
	margin: 0 2px;
	padding: 4px 12px;
	font-weight: normal;
	font-style: italic;
	color: #eee !important;
	background: #093653;
	border: 1px solid #eee;
	}

		/* Navigation links */
.navigation-links {
	overflow: hidden;
	}
.singular-page .navigation-links { display: none; }
.next, .previous {
	max-width: 50%;
	font-size: 13px;
	}
.previous {
	float: left;
	}
.next {
	float: right;
	text-align: right;
	}
#comments-template { display: none; }
#comments-template .paged-navigation {
	text-align: center;
	}
#comments-template .paged-navigation .page-numbers {
	padding: 3px 6px;
	font-style: italic !important;
	border: 1px solid #eee !important;
	}
#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: none;
	text-align: left;
	border: none !important;
	}

		/* 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: 0;
	margin: 0 0 10px 0;
	}

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

/* Comment list */
.comment-list, .comment-list ol {
	list-style: none;
	}
.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: 3px solid #FAF1DB;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	}
#respond label {
	font-style: italic;
	}
#respond span.required {
	font-weight: bold;
	color: #000;
	}
textarea {
	width: 98%;
	padding: 2px;
	margin: 0 0 20px 0;
	border: 3px solid #FAF1DB;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	}
input { margin: 5px; font-family: arial, sans-serif; padding: 2px; color: #555; border: 3px solid #FAF1DB; -moz-border-radius: 5px; border-radius: 5px; -webkit-border-radius: 5px; }
.button {
background:none repeat scroll 0 0 #527B07;
border:3px solid #FAF1DB;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
margin-right:10px;
padding:5px;
}
.button:hover {
	cursor: pointer;
	background: #514342;
	}

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

/* Utility: Header widget area */
#utility-header {
	overflow: hidden;
	float: right;
	width: 150px;
	height: 50px;
    margin: 32px 20px 0 0;
	}
#utility-header .widget {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	}
#utility-header .widget-title { display: none; }
#utility-header .widget-inside div, #utility-header .widget-inside img {
	float: right;
	}

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

		/* Before content */
		#utility-before-content, #utility-before-container { margin: 0; padding: 0; }

		/* 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)
************************************************/

/* Widgets in general */
	.widget { 
        overflow: hidden;
	margin: 20px 20px 20px 0;
	padding: 15px;
	border: 3px solid #FAF1DB;
	background: #fff;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
        }
	.widget-title {
	margin: 0 0 10px 0;
	font: bold 18px Georgia, serif;
        color: #527b07;
	}
.widget ul {
	list-style: none;
	margin: 0 0 21px 0;
	}
.widget li {
	margin: 0 0 6px 0;
	padding: 0 0 6px 20px;
	background: url(images/bullet.png) no-repeat 0 4px;
	border-bottom: 1px solid #eee;
	}
.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, Secondary, and Tertiary
************************************************/
#widget-container {
	float: right;
	width: 300px;
	}
#primary {
	overflow: hidden;
	float: right;
	width: 300px;
	}
#secondary {
	overflow: hidden;
	clear: right;
	float: right;
	width: 153px;
	margin: 0 0 0 14px;
	}
#tertiary {
	overflow: hidden;
	float: right;
	width: 153px;
	}
#primary .widget ul { padding-left: 20px; }
#primary .widget ul li {
	margin: 0 0 6px 0;
	padding: 0 0 6px 20px;
	background: url(images/bullet.png) no-repeat 0 5px;
	border-bottom: 1px solid #eee;
	}
#primary .widget ul ul {
	margin: 5px 0 0 0;
	}
#primary .widget ul li li {
	margin: 0 0 2px 0;
	padding: 0 0 2px 20px;
	border: none;
	}
#primary object {
	float: left;
	width: 300px;
	padding: 0;
	margin: 0 0 9px 0;
	}

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

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

/**
* Subsidiary
************************************************/
#subsidiary {
	overflow: hidden;
	width: 960px;
	margin: 0 auto 14px auto;
	padding: 2px 0 0 0;
	}
#subsidiary .widget {
	overflow: hidden;
	float: left;
	width: 200px;
	margin: 0;
	padding: 15px 20px 0 20px;
	font: 12px/21px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #ccc;
	background: transparent;
	border: none;
	}
#subsidiary .widget-title {
	margin: 0 0 10px 0;
	padding: 0 0 3px 0;
	color: #bbb;
	background: transparent;
	border-bottom: 1px solid #ccc;
        border-top: none;
        border-left: none;
        border-right: none;
	}
#subsidiary a:hover { color: #ccc;
	}
#subsidiary .widget ul {
	margin-left: 0;
        padding-left: 10px;
	}
#subsidiary .widget ul li {
	margin: 0 0 3px 0;
	}

/**
* Footer
************************************************/
#footer-container {
	overflow: hidden;
	clear: both;
	padding: 2px 0 0 0;
        background: url(images/ftr-bg.png) repeat-x bottom #cee3ab;
        border-top: 3px solid #faf1db;
        border-bottom: 3px solid #faf1db;
        margin-bottom: 10px;
	}
#footer {
	overflow: hidden;
	margin: 0 auto;
	padding: 2px 0 0 0;
        width: 960px;
        font-size: 12px; 
	}
#footer a {
	font-style: normal;
	}
#footer .copyright {
	display: inline;
	float: left;	
	}
#footer .credit a { float: right; display: block; height: 24px; width: 100px; margin-top: -5px; background: url(images/powered-by-launch-button.png) no-repeat top; text-indent: -200em; }
#footer .credit a:hover { background-position: bottom; }
#footer p { margin-bottom: 10px; }
