/* 
Theme Name: Launchwp Pro
Theme URI: http://www.launchwp.com/themes/
Description: Launch Button Wordpress theme.
Author: Scott Bolinger
Author URI: http://www.launchbutton.net
Version: 0.1
Tags: business, clean, cms, simple, gray
Template: hybrid
*/

@import url('../hybrid/library/css/drop-downs.css');

/**
* Add Your Custom CSS Here
************************************************/



/**
* Body
************************************************/

/* Contains everything */
body { 
     font: 14px Arial, Helvetica, sans-serif;
     color: #000;
     background: #e4e4e4;
     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: #ae953d; text-decoration: none; }
a:visited { color: #ae953d; text-decoration: none; }
a:hover, a:active { color: #4E4D4D; 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: 2px solid #EEEEEE; }

/* Headers */
h1 { font-size: 24px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h1, h2, h3, h4 { font-weight: bold; margin: 0; }

/* Text elements */
strong { font-weight: bold; }
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;
	}

/* Ordered lists */
ol {}
	ol li {}

/* Defition lists */
dl {}
	dt {}
	dd {}

/* Lists */
.content ul {
	list-style: none;
	margin-left: 20px;
	}
.content ul li, #excerpt ul li {
	overflow: hidden;
	padding-left: 15px;
	background: url(images/bullet.png) no-repeat 0 5px;
	}

/* Blockquotes */
blockquote {
	overflow: hidden;
	height: 100%;
	margin: 0 24px 0  0;
	padding: 3px 0 0 24px;
	font-style: italic;
	color: #444;
	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: 1px solid #ae953d;
	padding: 4px;
	background: #fff;
	}
.border { 
	border: 1px solid #ae953d;
	padding: 4px;
	background: #fff; 	
        }
.line { height: 1px; border-bottom: 1px solid #cccccc; margin-bottom: 15px; padding-top: 15px; clear: both; }

/* WP Smilies */
img.wp-smiley {}

/* Thumbnails */
.thumbnail {
	float: left;
	margin: 0 20px 10px 0;
	border: 1px solid #cccccc;
	padding: 4px;
	background: #fff;
	}
.category img.medium {
	float: left;
	max-width: 230px;
	margin: 0 20px 10px 0;
	padding: 4px;
	background: #fff;
	border: 1px solid #ccc;
	}

/* 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: 280px; border-top: 4px solid #ae953d;  }

	/* Contains site title and tagline */
	#header { overflow: hidden; width: 860px; height: 280px; margin: 0 auto; background: url(http://unlimitedvisual.com/beyondstrength/top.jpg) no-repeat center top #4E4D4D; }

		/* Site title 
		#site-title { float:left; font-size:3em; font-weight:bold; line-height:50px; padding:40px 0 30px 15px; font-family: Georgia, serif; margin-right: 20px; }
                    #site-title a { color: #eee; text-shadow:-2px 2px #444444; }
			#site-title a:hover { text-decoration: none; color: #ae953d; }
				#site-title a span {}  */
				#site-description { font: italic 16px Georgia, serif; font-size:1.4em; line-height:25px; margin:52px 0 0 40px; color: #ccc; }
				
		/* Site title (Logo) */
		#site-title { float:left; display: block; width: 300px; height: 100px; margin: 15px 20px; }
                    #site-title a { }
			#site-title a:hover { }
				#site-title a span { display: none; }
				#site-description { }
		

/**
* Page navigation
************************************************/

/* Wrapper for navigation */

#primary-menu, #navigation { width: 100%; height: 39px; margin: 0; padding: 0; background: url(images/post-bg.png) repeat-x #F3F3F3; border-top: 1px solid #ae953d; border-bottom: 1px solid #ae953d; }
div.menu, #page-nav { width: 960px; margin: 0 auto; text-align: center; height: 39px; border-left: 1px solid #e4e4e4; }
div.menu li, #page-nav li { display: inline; float: left; }
div.menu li a, #page-nav li a {
color: #555;
display: block;
font-weight: bold;
height: 39px;
line-height: 39px;
width: 136px;
text-decoration: none;
border-right: 1px solid #e4e4e4;
overflow: hidden;
}
div.menu li a:hover, #page-nav li a:hover { background: #fff; color: #ae953d; }
div.menu li.current_page_item {}
div.menu ul li ul, #page-nav ul li ul { margin: 11px 0 0 0; }
div.menu ul ul, #page-nav ul ul { background: #fafafa; }
div.menu ul li ul li a, #page-nav ul li ul li a { border-bottom: 1px solid #e4e4e4; border-left: 1px solid #e4e4e4; margin-left: -1px; }
div.menu ul li ul li ul, #page-nav ul li ul li ul { padding: 0; margin: -1px 0 0 1px; border-top: 1px solid #e4e4e4; }

/* Search form in navigation bar. */

.search .page, .search .post { clear: both; }
#primary-menu form, #navigation form {
	float: right;
	}
#primary-menu .search-text, #navigation .search-text {
	width: 200px;
	padding: 5px 10px;
	margin: 5px 0;
	font-style: italic;
	color: #333;
	background: #f7f7f7;
	border: 1px solid #333;
	}
#primary-menu .search-submit, #navigation .search-submit {
	display: none;
	}
.search-title { color: #ae953d; }

/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container { 
        overflow: hidden;
	width: 960px;
	padding: 15px 0;
        margin: 0 auto;
        }

	/**
	* Content
	************************************************/

	/* Contains site's main content */
	/* #content { padding: 15px;
	 overflow: hidden; float: left; background: #fafafa; border: solid 1px #cccccc; min-height: 400px; } */
.content {
	overflow: hidden;
	float: left;
	width: 600px;
	padding: 20px;
        background: url(images/post-bg.png) repeat-x top #fff;
        border: 1px solid #cccccc;
	}
.blog #body-container .content, .singular-post #body-container .content { background: none; border: none; padding: 0; width: 640px; !important }
.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;
        background: url(images/post-bg.png) repeat-x top #fff;
        padding: 15px 20px;
        border: 1px solid #ccc;
	}
.single .post, .page .post {
	margin-bottom: 0;
	}
.page-template-blog .post, .page-template-quick-post .post {
	margin-bottom: 20px;
	}

/* Entry titles. */
.entry-title {
	font: bold 22px Georgia, serif;
	margin: 0;
        padding: 10px 0;
        color: #ae953d;
        border-bottom: 1px solid #ae953d;
	}
.entry-title a { text-decoration: none; color: #ae953d; }
.page-title, .singular-page-title, .error-404-title {
	margin: 0 0 20px 0;
	font: bold 22px Georgia, serif;
    padding: 10px;
    color: #ae953d;
    background: url(images/post-bg.png) repeat-x #F3F3F3;
    border: 1px solid #ae953d;
	}

/* Byline */
.byline {
	font-size: 12px;
	font-style: italic;
	color: #666;
	visibility: hidden;
	}
.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;
	color: #999;
	padding: 10px;
	margin: 0 0 10px 0;
	background: #fafafa;
	border: 1px solid #ccc;
	overflow: hidden;
	}
.entry-meta a {
	font-style: normal;
	color: #555;
	}

.author-info, .category-info, .date-info, .tag-info, .search-info, .taxonomy-info {
	margin: 0 0 20px 0;
	font: bold 22px Georgia, serif;
    padding: 10px;
    color: #ae953d;
    background: url(images/post-bg.png) repeat-x #F3F3F3;
    border: 1px solid #ae953d;
	overflow: hidden;
	}

               /* 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;
	}
.next, .previous {
	max-width: 50%;
	font-size: 13px;
	}
.previous {
	float: left;
	}
.next {
	float: right;
	text-align: right;
	}
#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: 1px solid #ddd;
	}
#respond label {
	font-style: italic;
	}
#respond span.required {
	font-weight: bold;
	color: #000;
	}
textarea {
	width: 98%;
	padding: 2px;
	margin: 0 0 20px 0;
	border: 1px solid #ddd;
	}
input { margin: 5px; font-family: arial, sans-serif; padding: 2px; color: #555; }
.button {
	width: 80px;
	padding: 3px;
	margin-right: 10px;
	font-weight: bold;
	color: #ccc;
	border: 1px solid #ccc;
	background: #ae953d;
	}
.button:hover {
	cursor: pointer;
	background: #555;
	}

		/**
		* Utility widget sections (see other widget code below)
		************************************************/

/* Utility: Header widget area */
#utility-header {
	overflow: hidden;
	float: right;
	width: 150px;
	height: 60px;
        margin: 50px 5px 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: 0 0 20px 0;
	padding: 15px;
	border: 1px solid #cccccc;
	background: url(images/post-bg.png) repeat-x top #fff;
        }
	.widget-title {
	margin: 0 0 10px 0;
	padding: 10px;
	font: bold 18px Georgia, serif;
        color: #ae953d;
        background: #fafafa;
        border: 1px solid #ae953d;
	}
.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: #4e4d4d;
        border-top: 1px solid #ae953d;
        border-bottom: 1px solid #ae953d;
        margin-bottom: 10px;
	}
#footer {
	overflow: hidden;
	margin: 0 auto;
	padding: 2px 0 0 0;
	color: #fafafa;
        width: 960px;
        font-size: 12px; 
	}
#footer a {
	font-style: normal;
	color: #ccc;
	}
#footer .copyright {
	display: inline;
	float: left;	
	}
#footer .credit { float: right; }


#optin {
	background: #000 ;
	border: 3px solid #111;
	color: #fff;
	padding: 5px;
	text-align: center;
}
	#optin p { margin: 8px 0 0 }
	#optin input {
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		box-shadow: 0 2px 2px #111;
		-moz-box-shadow: 0 2px 2px #111;
		-webkit-box-shadow: 0 2px 2px #111
	}
		#optin input[type="text"] {
			border: 1px solid #111;
			font-size: 15px;
			margin-bottom: 10px;
			padding: 8px 10px;
			width: 90%
		}
		#optin input.email { background: #fff url(http://www.beyondstrengthperformance.com/wp-content/uploads/2012/01/email.png) no-repeat center right }
		#optin input.name { background: #fff url(http://www.beyondstrengthperformance.com/wp-content/uploads/2012/01/name.png) no-repeat center right }
		#optin input[type="submit"] {
			background: #960e17 url(http://www.beyondstrengthperformance.com/wp-content/uploads/2012/01/red.png) repeat-x top;
			border: 1px solid #111;
			color: #fff;
			cursor: pointer;
			font-size: 18px;
			font-weight: bold;
			padding: 8px 0;
			text-shadow: -1px -1px #3a060a;
			width: 100%
		}
			#optin input[type="submit"]:hover { color: #ffa5a5 }