/*
    Theme Name: PUA Training
	Theme URI: http://menwithpens.ca
	Description: The custom theme for PUA Training.
    Author: Men&nbsp;With&nbsp;Pens
    Author URI: http://menwithpens.ca
 
    Version: 1.1
 
    Tags: custom-background, custom-header, featured-images, threaded-comments, two-columns
 
    Template: genesis
    Template Version: 1.7.1
 
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Tag Cloud
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* PUA TRAINING SALES LETTER
*/

/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #00417b; /* #25a; */
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background: #fff url(images/bg.png) repeat;
}


/* Wrap - change width to 100% to create a full-width theme
------------------------------------------------------------ */

#wrap {
	margin: 0 auto;
	/*width: 960px;*/
	width:100%;
}

body.home #wrap,
body.girl1 #wrap{
	background:url(images/girl-bg-mini.jpg) no-repeat top center;
	background-position: 50% 95px;
}

body.girl2 #wrap{
	background:url(images/girl-red-mini.jpg) no-repeat top center;

}

body.girl3 #wrap{
	background:url(images/girl-white-mini.jpg) no-repeat top center;

}


/* Header
------------------------------------------------------------ */

#header {
	margin: 0 auto;
	min-height: 72px;
	overflow: hidden;
	width: 960px;
}

#title-area {
	background: transparent url(images/header-line-small.png) repeat-x left bottom;
	float: left;
	overflow: hidden;
	padding: 15px 0 0;
	width: 960px;
}

#title {
	background: transparent url(images/pua-training.png) no-repeat;
	text-indent: -9999px;
	width:251px;
	height: 42px;
	float:left;
	margin: 0;
	padding: 0 0 12px 0;	
	border-bottom:3px solid #e50003;
}

#title a,
#title a:hover {
	display:block;
	width:251px;
	height:42px;
	color: transparent;
	text-decoration: none;
}

#description {
	display:none;
	font-size: 14px;
	float:left;
}

#header .widget-area {
	float: right;
	width: 550px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 80px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 400px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area{
	width: 960px;
}

.header-full-width #title
.header-full-width #title a {
	width: 255px;	
}



/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul,
#nav li a.sf-with-ul,
#subnav li a.sf-with-ul {
	padding-right: 25px;
}

li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	height: 10px;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 13px;
	width: 10px;
}

li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}


/* Header Right Navigation
------------------------------------------------------------ */

#header ul.nav,
#header ul.menu {
	float: right;
}

#header ul.nav ul,
#header ul.menu ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.nav li,
#header ul.menu li {
	margin-left:50px;
	background-color: transparent;
	float: left;
	list-style-type: none;
	text-transform: lowercase;	
}

#header ul.nav li a,
#header ul.menu li a {
	color: #636363;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 7px 0 25px;
	position: relative;
	text-decoration: none;
}

#header ul.nav li a:hover,
#header ul.nav li a:active,
#header ul.nav .current_page_item a,
#header ul.nav .current-cat a,
#header ul.nav .current-menu-item a,
#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	background-color: transparent;
	color: #e50003;
	border-bottom:3px solid #e50003;
	z-index:20;
}

#header ul.nav li li a,
#header ul.nav li li a:link,
#header ul.nav li li a:visited,
#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#header ul.nav li li a:hover,
#header ul.nav li li a:active,
#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	background-color: #000;
}

#header ul.nav li ul,
#header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#header ul.nav li ul a,
#header ul.menu li ul a {
	width: 140px;
}

#header ul.nav li ul ul,
#header ul.menu li ul ul {
	margin: -33px 0 0 159px;
}

#header ul.nav li:hover>ul,
#header ul.nav li.sfHover ul,
#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}


/* Primary Navigation
------------------------------------------------------------ */

#nav {
	height:57px;
	background-color: transparent;
	/*border-bottom: 3px solid #333;*/
	color: #636363;
	margin: 0;
	overflow: hidden;
	text-transform: lowercase;
	float:right;
	width: 709px;
	z-index:1;
	
}

#nav ul {
	margin-left:40px;
	float:left;
	/* display:none; <-- to hide nav on sales pages*/ 
}

body.hidenav #nav{
	width: 389px;
	overflow:hidden;
}

body.hidenav #title-area{
	width:640px;
}

body.hidenav #nav ul{
	display:none;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	background-color: #000;
	color: #fff;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#nav li li a:hover,
#nav li li a:active {
	background-color: #000;
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index:9999;
}

#nav li ul a {
	width: 140px;
}

#nav li ul ul {
	margin: -33px 0 0 159px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}

#header #title-area #nav ul.sub-menu{
	margin-left:-50px;
	width:120px;
	text-align:center;
	z-index:9999;
}



/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	font-size: 13px;
	padding: 6px 10px 5px;
}

#nav li.right a {
	background: none;
	border: none;
	color: #fff;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #fff;
	text-decoration: underline;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 7px 0 5px 16px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 7px 0 5px 20px;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	background-color: transparent;
	color: #fff;
	margin: 0 0 0 90px;
	overflow: hidden;
	text-transform: lowercase;
	font-weight:bold;
	width:680px;
	float:left;
}

#subnav ul {
	float: right;
	width: auto;
}

body.hidebotnav #subnav ul{
	display:none;
}


#subnav li {
	float: left;
	list-style-type: none;
	margin-left:50px;
}

#subnav li a {
	color: #636363;
	display: block;
	font-size: 13px;
	padding: 7px 0 18px;
	position: relative;
	text-decoration: none;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	background-color: transparent;
	color: #e50003;
	border-bottom:3px solid #e50003;
	z-index:20;
}

#footer #subnav a{ color: #000000; }

#footer #subnav a:active,
#footer #subnav .current_page_item a,
#footer #subnav .current-cat a,
#footer #subnav .current-menu-item a,
#footer #subnav a:hover{ color: #e50003; }

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#subnav li li a:hover,
#subnav li li a:active {
	background-color: #000;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#subnav li ul a {
	width: 140px;
}

#subnav li ul ul {
	margin: -33px 0 0 159px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

#inner {
	margin: 20px auto 0;
	overflow: hidden;
	width: 960px;
}

body.single.content-sidebar 	#inner,
body.page.content-sidebar 		#inner,
body.error404.content-sidebar 	#inner,
body.archive.content-sidebar 	#inner,
body.date.content-sidebar 		#inner,
body.search.content-sidebar 	#inner,
body.author.content-sidebar 	#inner,
body.category.content-sidebar 	#inner,
body.single.content-sidebaralt 	#inner,
body.page.content-sidebaralt	#inner,
body.error404.content-sidebaralt #inner,
body.archive.content-sidebaralt	#inner,
body.date.content-sidebaralt	#inner,
body.search.content-sidebaralt 	#inner,
body.author.content-sidebaralt 	#inner,
body.category.content-sidebaralt #inner{
	margin-top:0;
	background: transparent url(images/bg-subpage.png) repeat-y;
}

body.video-box	div#wrap #inner,
body.signup-box	div#wrap #inner{
	background: transparent;
}


body.video-box	div#wrap div#content-sidebar-wrap,
body.signup-box	div#wrap div#content-sidebar-wrap{
	background: transparent url(images/bg-subpage-full.png) repeat-y;
}



/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 790px;
}


body.hidecontent #content-sidebar-wrap{
	display:none;
}

.content-sidebar #content-sidebar-wrap,
.content-sidebaralt #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
body.home.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 960px;
	padding-top:15px;
}

.full-width-content #content-sidebar-wrap,
body.home.full-width-content #content-sidebar-wrap{
	padding-top:0;
}


.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	width: 470px;
	
}

.content-sidebar #content,
.content-sidebaralt #content,
.sidebar-content #content {
	width: 656px;
	padding-right:22px;
	margin-right:2px;
	background: transparent url(images/bg-white.png) repeat;
}


.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 960px;
	background: transparent url(images/bg-white.png) repeat;
}


.home.full-width-content #content {
	width: 960px;
	background: transparent;
}


blockquote {
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
	padding:16px 0 0 12px;
	border-top:1px solid #c1c1c1;
	margin-top:10px;
}

.full-width-content .entry-content{
	padding:10px 15px;
}

body.hidetitle .entry-content{
	border-top:none;
	padding-top:0;
}

.entry-content p {
	padding: 0 0 15px;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 15px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 1.5625%; /* 1.56175 = 15px margin at 960px with 3 columns */
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.4375%;
}

.one-third,
.two-sixths {
	width: 32.29216667%; /* Column widths = 310px at 960px width */
}

.four-sixths,
.two-thirds {
	width: 66.14533333%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 5px;
	text-transform:uppercase;
}

h1,
h2,
h2 a,
h2 a:visited {
	font-size: 24px;
	line-height: 30px;
}

.taxonomy-description h1,
.widget-area h2 a {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

h1.entry-title,
h2.entry-title{
	padding:16px 0 0 13px;
	font-size:28px;
	font-weight:bold;
}

body.hidetitle h1.entry-title,
body.hidetitle h2.entry-title{
	display:none;
}

h2.entry-title a{
	font-size:28px;
}

h2 a:hover {
	color: #25a;
	text-decoration: none;
}

h3 {
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

h4 {
	font-size: 16px;
	padding-bottom: 20px;
}

.widget-area h4 {
	font-size: 17px;
	font-weight: normal;
	padding: 5px 5px 5px 10px;
	text-transform: uppercase;
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

#footer-widgets h4 {
	background: none;
	border: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0;
	text-transform: uppercase;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 12px;
	margin: 5px 0;
	padding-left:13px;
	color:#848484;
}

.post-info a{
	font-weight:bold;
	color:#000;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 12px;
	padding: 5px 0 0 13px;
}

#fblike{
	margin-left:13px;
	margin-top:5px;
	height:30px;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px 13px;
	overflow: hidden;
	padding: 10px;
	background-color:#252525;
	color:#fff;
}

.author-box p {
	color:#fff;
	font-size:12px;
	line-height:19px;
}

.author-box p a {
	color:#fff;
	text-decoration:underline;
}


.author-box p a:hover {
	color:#ccc;
	text-decoration:underline;
}



/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	/*background: url(images/icon-dot.png) no-repeat left;*/	
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
	color:#848484;
}

span.post-comments{
	float:right;
}


/* Images
------------------------------------------------------------ */

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	height: 60px;
	padding: 5px;
	margin: 0 20px 0 0;
	width: 60px;
	border: 5px solid #fff;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 13px;
	line-height: 20px;
	width: 280px;
}

.sidebar p {
	font-size: 13px;
	line-height: 20px;
}

/*#sidebar-alt {
	float: right;
	width:280px;
}*/

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar .widget {
	margin: 0 0 15px;
	padding: 0 0 10px;
}

.widget-area .textwidget {
	padding: 5px 10px 0;
}

.widget-area ol,
.widget-area ul {
	margin: 10px 0 0 25px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	list-style-type: square;
	word-wrap: break-word;
}


/* Tag Cloud
------------------------------------------------------------ */

.widget_tag_cloud div div {
	padding: 5px 10px 0;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	display: inline;
	font-size: 12px;
	margin: 10px 10px 0;
	padding: 3px;
	width: 278px;
}

#sidebar-alt #cat,
#sidebar-alt .widget_archive select {
	width: 128px;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 5px 10px 10px;
}

.more-from-category {
	padding: 5px 10px 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 10px 10px 0;
}

.user-profile .posts_link {
	padding: 0 10px;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.enews #subbutton,
.reply a,
.reply a:visited,
.searchsubmit,
#submit {
	background-color: #b81412;
	border: 1px solid #9F2119;
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	line-height: 15px;	
	font-weight: bold;
	padding: 6px 5px 4px;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 4px;
}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.reply a:hover,
.searchsubmit:hover,
#submit:hover {
	background-color: #000;
	border: 1px solid #666;
	color: #fff;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 30px 0 0;
}

.sidebar .searchform {
	padding: 5px 0 0 10px;
}

#nav .searchform {
	float: right;
}

.s {
	font-size: 12px;
	margin: 5px 2px 0 0;
	padding: 4px 5px;
	width: 195px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 5px 10px 0;
}

.enews #subscribe {
	padding: 0 0 0 10px;
}

.enews #subbox {
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 4px 5px;
	width: 225px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background-color: #333;
	border-bottom: 1px solid #fff;
	clear: both;
	color: #fff;
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0 0;
	width: 960px;
}

#footer-widgets .wrap {
	margin: 0 auto;
	width: 940px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets p {
	color: #fff;
	padding: 0 0 10px;
}

#footer-widgets a,
#footer-widgets a:visited {
	color: #fff;
	text-decoration: underline;
}

#footer-widgets a:hover {
	text-decoration: none;
}

#footer-widgets ul {
	color: #fff;
	margin: 0 0 10px;
}

#footer-widgets ul li {
	margin: 0 0 0 15px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	padding: 0 20px 0 0;
	width: 300px;
}

.footer-widgets-2 {
	float: left;
	width: 300px;
}

.footer-widgets-3 {
	float: right;
	width: 300px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	background-color: transparent;
	clear: both;
	font-size: 12px;
	margin: 18px auto 20px;
	overflow: hidden;
	padding: 6px 0 5px;
	text-transform: none;
	width: 960px;
}

#footer p {
	color: #464646;
	font-size: 12px;
}

#footer a,
#footer a:visited {
	color: #464646;
}

#footer .gototop {
	float: left;
	padding: 0 0 0 5px;
	width: 200px;
}

#footer .gototop a {
	background: url(images/footer-top.png) no-repeat center left;
	padding: 2px 0 2px 18px;
}

#footer .creds {
	float: right;
	padding: 0 10px 0 0;
	text-align: right;
	width: 740px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	padding-left:13px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
	list-style-type: none;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


div.comment-author.vcard a.url,
div.commentmetadata a{
	color:#000;
}

/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}


/* Homepage widgets
------------------------------------------------------------ */

body.home div.widget_text{
	background:#fff url(images/bg-white.png) repeat;
	padding:30px 13px 20px 13px;
	margin-bottom:20px;
	border-top:1px solid #c1c1c1;
	border-bottom:1px solid #c1c1c1;	
}


body.home div.widget_text a{
	font-weight:bold;
	text-decoration:none;
	padding-top:10px;
	color:#000;
}

body.home div.widget_text a:hover{
	text-decoration:none;
	padding-left:3px;
}


body.home div.widget_text h2.widgettitle{
	color:#000;
	text-transform:uppercase;
	font-size:28px;
	margin-bottom:15px;
}

/* Sidebar widgets
------------------------------------------------------------ */

div#sidebar p.quote,
div#sidebar-alt p.quote{
	font-family:Georgia,serif;
	font-style:italic;	
}

div#sidebar p.name,
div#sidebar-alt p.name{
	color:#316b75;
	margin:15px 0 20px;
}

/* Subpage video and sidebar widgets
------------------------------------------------------------ */

/* Video widget */
div.pua-video-signup{
	border-top: 1px solid #c1c1c1;
	padding-top:3px;
	width: 640px;
	margin-top:25px;
	margin-bottom:45px;
}

div.pua-form-full-width{
	margin-bottom:30px;
}

body.single div.pua-video-signup{
	margin-left:20px;
	margin-top:0;
}

h1.video-header{
	width:640px;
	padding:25px 0 0 0;
	font-size:28px;
	line-height:36px;
	/*text-shadow: #777 1px 1px 3px;*/
}

h2.video-prompt{
	margin:1px 0 0 0;
	border-bottom:1px solid black;
	width:640px;
	height:47px;
	line-height:50px;
	text-align:center;
	text-transform:uppercase;
	font-size:18px;
	font-weight:normal;
	padding-top:3px;
	color:#fff;
	background:transparent url(images/video-tag-bg.png) repeat;
}

div.video-info{
	width:640px;
	background:transparent url(images/video-text-bg.png) repeat-y;
	height:120px;
}

div.video-text{
	width:375px;
	float:left;
	color:#fff;
	text-align:center;
	padding:10px 15px;
}

div.video-text p{
	color:#fff;
	margin-top:0;
	font-size:13px;	
}

div.video-form{
	width:235px;
	float:left;
	color:#fff;
}

div.video-form p.spam-policy{
	font-size:11px;
	line-height:15px;
	text-align:center;
	color:#836e65;
}

/* Form styles */

div.pua-video input.input_name,
div.pua-video input.input_email{
	height:25px;
	width:90px;
	font-weight:bold;
	color:#7c7873;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #838383;
	margin:9px 0 10px 17px;
}

div.pua-video input.input_email{
	margin-left:8px;
}

div.pua-video input.input_name:focus,
div.pua-video input.input_email:focus{
	color:#000;
}

.submit_button,
div.contact-form input[type="submit"]{
	display:block;
	font-family: "Arial", sans-serif;
	font-weight:bold;
    font-size: 13px;
    color: #443333;
    padding: 5px 20px;
    border: 1px solid #999;
 
    text-shadow: 0px 1px 1px #CCC;
    text-decoration: none;
 
    -moz-box-shadow: 0 1px 3px #111;
    -webkit-box-shadow: 0 1px 3px #111;
    box-shadow: 0 1px 3px #111;
 
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    
    width:196px;
    
    margin:0 auto 10px auto;
 
    background: #696969;
    background: -moz-linear-gradient(top, #d1d1d1 10%, #7b7b7b 60%, #696969 80%, #696969 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#7b7b7b), color-stop(0.4, #d1d1d1), color-stop(0.8, #7b7b7b), color-stop(.9, #696969), color-stop(0.9, #696969));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#7b7b7b', GradientType=0 );
 
    cursor: pointer;
 
}
.submit_button:hover,
div.contact-form input[type="submit"]:hover {
    color: #000;
    -moz-box-shadow: 0 1px 3px #fff;
    -webkit-box-shadow: 0 1px 3px #fff;
    box-shadow: 0 1px 3px #fff;
}


.submit_button:active,
div.contact-form input[type="submit"]:active {

    padding: 6px 20px 4px 20px;

	background: -moz-linear-gradient(top, #696969 10%, #696969 60%, #7b7b7b 80%, #d1d1d1 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#7b7b7b), to(#d1d1d1), color-stop(0.4, #696969), color-stop(0.8, #7b7b7b), color-stop(.9, #696969), color-stop(0.9, #696969));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b7b7b', endColorstr='#d1d1d1', GradientType=0 );
    -moz-box-shadow: 0 1px 3px #000;
    -webkit-box-shadow: 0 1px 3px #000;
    box-shadow: 0 1px 3px #000;
    
    color: #333;
    text-shadow: none;
    
}


/* Full-width video form sign-up box (red) */
.full-width-form{
	width:960px;
	background: transparent url(images/bg-full-form.png) repeat-y;
	height:120px;	
}

.valign{
	width:640px;
	height:120px;
	display:inline;
	float:left;
}

.full-width-form h2{
	line-height:30px;
	display:table-cell;
	vertical-align:middle;
	font-size:20px;
	color:#fff;
	text-align:center;
	width:600px;
	height:120px;
	padding:0 20px;
}

.red-form{
	float:left;
}

.red-form .input_email_single{
	font-size:16px;
	margin:20px 0 15px 26px;
	width: 252px;
	padding-left:10px;
	height: 29px;
	color: #757575;
	background: transparent url(images/bg-input.png) repeat;
}

.red-form input.red_button{
	display:block;
	height:29px;
	width: 262px;
	margin:0 0 0 26px;
	background: transparent url(images/bg-button.png) no-repeat;
	color:#fff;
	border:none;
	cursor:pointer;
	font-size:14px;
}

.red-form input.red_button:hover{
	background-position-y: -29px;
}

.red-form input.red_button:active{
	background-position-y: 0;
	margin-top:2px;
	margin-left:27px;
}





/* Footer nav
------------------------------------------------------------ */

#footer-nav{
	background: transparent url(images/pua-footer.png) no-repeat;
	height:50px;
	width:960px;
        margin-top: 20px;
}

#footer-nav a.logo{
	text-indent:-9999px;
	display:block;
	width:185px;
	height:30px;
	float:left;
}

#footer-credits{
	text-align:right;
	padding:10px 0;
}

#footer-nav #subnav div li ul.sub-menu{
	display:none;
}


/* Shortcodes
------------------------------------------------------------ */
table.dates{
	margin-top:15px;
	margin-bottom:30px;
	border-spacing: 0;
	border-left:1px solid #c1c1c1;
}

table.dates th{
	text-align:center;
	padding:10px 0 10px;
	border-top:1px solid #c1c1c1;
	border-bottom:1px solid #c1c1c1;
	background-color: #e8e8e8;	
	border-right:1px solid #c1c1c1;
}


table.dates td{
	text-align:center;
	padding:10px;
	border-bottom:1px solid #c1c1c1;
	border-right:1px solid #c1c1c1;
}

table.dates tr.odd td{
	background-color: #F5F5F5;
}


table.dates td.buy,
table.dates tr.odd td.buy{
	background-color:#e9f5f7;
}

table.dates td.location{
	text-align:left;
	background-repeat: no-repeat;
	background-position:10px 19px;
	padding-left:30px;
}

table.dates td.location.USA,
table.dates td.location.usa,
table.dates td.location.US,
table.dates td.location.us{
	background-image:url(images/flag_us.gif);
	
}

table.dates td.location.UK,
table.dates td.location.uk,
table.dates td.location.GB,
table.dates td.location.gb{
	background-image:url(images/flag_gb.gif);

}


table.dates td.location.AUS,
table.dates td.location.aus,
table.dates td.location.AUZ,
table.dates td.location.auz,
table.dates td.location.AU,
table.dates td.location.au{
	background-image:url(images/flag_aus.gif);

}





a.book_now{
	display:block;
	font-family: "Arial", sans-serif;
	font-weight:bold;
    font-size: 13px;
    color: #000;
    padding: 3px 5px;
    border: 1px solid #999;
   
 
    text-shadow: 0px 1px 1px #CCC;
    text-decoration: none;
 
    -moz-box-shadow: 0 1px 3px #333;
    -webkit-box-shadow: 0 1px 3px #333;
    box-shadow: 0 1px 3px #333;
 
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin:0 auto;
    background: #696969;
    background: -moz-linear-gradient(top, #d1d1d1 10%, #7b7b7b 60%, #696969 80%, #696969 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#7b7b7b), color-stop(0.4, #d1d1d1), color-stop(0.8, #7b7b7b), color-stop(.9, #696969), color-stop(0.9, #696969));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#7b7b7b', GradientType=0 );
 
    cursor: pointer;
 
}
a.book_now:hover{
    color: #B20F07;
    -moz-box-shadow: 0 1px 3px #fff;
    -webkit-box-shadow: 0 1px 3px #fff;
    box-shadow: 0 1px 3px #fff;
    text-decoration:none;
}


a.book_now:active{

	background: -moz-linear-gradient(top, #696969 10%, #696969 60%, #7b7b7b 80%, #d1d1d1 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#7b7b7b), to(#d1d1d1), color-stop(0.4, #696969), color-stop(0.8, #7b7b7b), color-stop(.9, #696969), color-stop(0.9, #696969));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b7b7b', endColorstr='#d1d1d1', GradientType=0 );
    -moz-box-shadow: 0 1px 3px #000;
    -webkit-box-shadow: 0 1px 3px #000;
    box-shadow: 0 1px 3px #000;
    
    color: #555;
    text-shadow: none;
    
}


/* Products shortcode */
a.red_button{
	display:block;
	height:23px;
	width: 262px;
	background: transparent url(images/bg-button.png) no-repeat;
	color:#fff;
	border:none;
	cursor:pointer;
	font-size:14px;
	text-decoration:none;
	text-transform: uppercase;
	font-weight:bold;
	padding:6px 0 0 7px;
	margin-top:10px;
}

a.red_button:hover{
	background-position-y: -29px;	
	text-decoration:none;
}

a.red_button:active{
	background-position-y: 0;
	padding:6px 0 0 8px;
}



/* Contact forms
------------------------------------------------------------ */

div.contact-form{
	margin-top:20px;
}

div.contact-form input[type="text"]{
	height:25px;
	width:250px;
	font-size:14px;
	padding:5px 10px;
	background-color:#eaeaea;
}

div.contact-form input[type="text"]:focus{
	background-color:#fff;
}

div.contact-form input[type="submit"]{
	height:40px;
	width:150px;
	font-size:14px;
	border-radius:10px;
	cursor: pointer;

}


div.contact-form textarea{
	width:572px;
	padding:10px;
	background-color:#eaeaea;
}

div.contact-form textarea:focus{
	background-color:#fff;
}



/* Misc
------------------------------------------------------------ */

img.press{
	margin-bottom:20px;
	opacity:0.8;
}

body.hidepress img.press{
	display:none;
}

/* Postit boxes
------------------------------------------------------------ */
.postit{
    margin: 10px 0 15px 0;
    padding: 10px;
    width:240px;
    position:relative;
    background: #fff;
    background: -webkit-gradient(linear, 0% 20%, 0% 100%, from(#fff), to(#fff), color-stop(.2, #f2f2f2));
    background: -moz-linear-gradient(0% 0% 360deg, #fff, #f2f2f2 20%, #fff );
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
 
/* This is the top right shadow*/
.postit:before{
    content: '';
    width: 50px;
    height: 50px;
    top:0; right:0;
    position:absolute;
    z-index: -1;
    -webkit-box-shadow: 10px -10px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 10px -10px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 10px -10px 8px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(2deg)
                        translate(-14px,20px)
                        skew(-20deg);
    -moz-transform: rotate(2deg)
                        translate(-14px,20px)
                        skew(-20deg);
        -o-transform: rotate(2deg)
                        translate(-14px,20px)
                        skew(-20deg);
                transform: rotate(2deg)
                        translate(-14px,20px)
                        skew(-20deg);
}
 
/* This is the top left shadow*/
.postit:after{
    content: '';
    width: 50px;
    height: 50px;
    top:0; left:0;
    position:absolute;
    z-index:-1;
    display: inline-block;
    -webkit-box-shadow: -10px -10px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -10px -10px 10px rgba(0, 0, 0, 0.2);
    box-shadow: -10px -10px 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(2deg)
                        translate(12px,25px)
                        skew(20deg);
    -moz-transform: rotate(2deg)
                        translate(12px,25px)
                        skew(20deg);
    -o-transform: rotate(2deg)
                        translate(12px,25px)
                        skew(20deg);
    transform: rotate(2deg)
                        translate(12px,25px)
                        skew(20deg);
}
 
/* This is the bottom right shadow */
.postit div.shr{
    width: 100px;
    height: 100px;
    bottom:0; right:0;
    position:absolute;
    z-index: -1;
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(0deg)
                        translate(-20px,-15px)
                       skew(20deg);
    -moz-transform: rotate(0deg)
                        translate(-20px,-15px)
                       skew(20deg);
    -o-transform: rotate(0deg)
                        translate(-20px,-15px)
                       skew(20deg);
        transform: rotate(0deg)
                        translate(-20px,-15px)
                       skew(20deg);
}
 
/* This is the bottom left shadow */
.postit div.shl{
    content: '';
    width: 100px;
    height: 100px;
    bottom:0; left:0;
    position:absolute;
    z-index: -1;
    -webkit-box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.2);
    box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(0deg)
                        translate(20px,-15px)
                       skew(-20deg);
    -moz-transform: rotate(0deg)
                        translate(20px,-15px)
                       skew(-20deg);
    -o-transform: rotate(0deg)
                        translate(20px,-15px)
                       skew(-20deg);
    transform: rotate(0deg)
                        translate(20px,-15px)
                       skew(-20deg);
}

/*PUATRAINING Sales Letter */
.sales-letter {
	width: 600px;
	padding: 20px;
	margin: 0px  auto;
}

.sales-letter p, h1, h2 {
	font-family: Arial;
	padding-top: 20px;
	padding-bottom: 20px;
}

.sales-letter h2 {
	margin-top: 20px;
	padding-top: 25px;
	margin-bottom: 25px;
}

.trainers-page .partners {
	margin-top: 22px;
}

.trainers-page .container {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

.trainers-page #content {
	width: 960px;
	padding-bottom: 10px;
	background: #f7f7f7;
	background: rgba(255,255,255,.6);
}

.trainers-page .trainers {
	margin-top: 14px;
}

.trainers-page .entry-content p:first-child {
	padding: 10px 10px 10px 0;
}

.trainers-page .entry-content {
	border: none;
	margin-top: 0;
	padding-top: 0;
	padding-right: 12px;
}

.trainers-page .entry-content p:first-child {
	padding-left: 0;
}

.trainers-page .trainer {
	padding-top: 30px;
	background: transparent url(images/border.png) repeat-x center top;
}

.trainers-page .top-trainer {
	padding-top: 0;
	background: none;
	margin-bottom: 0;
}

.trainers-page .trainer header {
	position: relative;
	width: 430px;
	margin-bottom: 20px;
}

.trainers-page .trainer header img {
	padding: 0;
	margin: 0;
	border: none;
	background: transparent;
}

.trainers-page .top-trainer header img {
	position: absolute;
	top: 0;
	right: 0;
}


.trainers-page .trainer img {
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	background: #fff;
}

.trainers-page .trainer h2 {
	font-weight: bold;
}

.trainers-page .trainer h4 img {
	margin-left: 10px;
}

.trainers-page .trainer p {
	width: 90%;
	font-size: 15px;
}

.margin .one-half {
	margin-bottom: 0;
}

.margin-bottom .one-half {
	margin-bottom: 10px;
}

.trainers-page #footer {
	margin-top: 5px;
}

/* secondary menu styles */

#nav, #title-area, #header {
	overflow: visible;
}

#header ul.nav li ul.sub-menu, #header ul.menu li ul.sub-menu {
	left: auto;
}

#header #nav li {
	position: relative;
}

#header #title-area #nav ul.sub-menu {
	left: 50%;
	margin-left: -75px;
	right: auto;
	background: #333;
	border-radius: 7px;
	width: 150px;
	top: 64px;
	padding: 10px 0;
	display: none;
	text-align: center;
}

#header #title-area #nav li:hover ul.sub-menu {
	display: block;
}


#header #title-area #nav ul.sub-menu:before {
	content: '';
	background: url(images/arrow_top.png) no-repeat center bottom;
	width: 100%;
	height: 15px;
	display: block;
	top: -15px;
	position: absolute;
}

#header ul.menu li ul.sub-menu {
	margin-left: 0;
}

#header ul.menu li ul.sub-menu li {
	margin: 0;
	width: 100%;
	background: none;
	padding-left: 0;
	padding-right: 0;
left: 1px;
width: 99%;	
}

#header ul.menu li ul.sub-menu a {
	font: 13px Tahoma, Verdana, sans-serif;
	color: #fff;
	font-weight: normal;
	border: none;
	width: 100%;
	margin-left: 0;
	background: none;
	padding: 6px 0 7px;
}

#header ul.menu li ul.sub-menu a:hover {
	background: #3d3d3d;
}

/* Related posts */
.nrelate_default .nr_inner {
	background: #fff;
	border: 1px solid #ccc;
	width: 641px !important;
	padding-top: 19px !important;
	padding-bottom: 19px !important;
	margin-bottom: 20px !important;
}

.nrelate_default .nr_inner .nr_text {
	font-family: "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	color: #333;
	font-size: 14px;
	margin-top: 14px;
}

.nrelate_default a.nr_panel {
	height: 290px !important;
	margin-right: 9px !important;
	margin-left: 19px !important;
	width: 180px !important;
	text-transform: uppercase;
}

.nrelate_default a.nr_panel.nr_last_col {
	margin-right: 20px !important;
}

.nrelate_default .nr_img_div img.nr_img, .nrelate_default .nr_panel:hover img.nr_img {
	border: 1px solid #999 !important;
	padding: 0 !important;
	outline: 0 none !important;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	width: 180px !important;
	height: 180px !important;
}

.nrelate_default span.nr_img_div {
	border: 0 !important;
}


.nrelate_default a.nr_panel:hover {
	border: 0 !important;
	background: none;
}

.nrelate_default a.nr_panel {
	border: 0 !important;
}

.nrelate_default .nr_title {
	font-size: 20px !important;
}

/*header*/

.mobile #header, .mobile #footer {
    max-width: 980px;
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#nav-mobile {
    display: none;
}
/*content*/

.header-full-width.mobile #title-area {
    max-width: 960px;
    width: 100%;
}

.mobile #inner {
     max-width: 980px;
    width: 100%;
     padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content-sidebar.mobile #inner #content-sidebar-wrap {
    max-width: 960px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background: none;
}

.content-sidebar.mobile #inner #content-sidebar-wrap .sidebar {
    background: url(images/bg_sd.png);
    margin-top: -15px;
    padding-top: 10px;
    width: 280px;
    position: absolute;
    right: 0;
    height: 100%;
}

.content-sidebar.mobile #content {
    max-width: 100%;
    padding-right: 302px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*.content-sidebar.mobile #content .post {
    background: rgba(0, 0, 0, 0) url(http://puatraining.wpengine.netdna-cdn.com/wp-content/themes/PUA/images/bg-white.png) repeat;
    padding-right: 22px;
}*/

/*.nrelate_default .nr_inner {
    max-width: 641px !important;
    width: 100%;
}*/

.mobile #nav {
    max-width: 709px;
    width: 70%;
}

body.single.content-sidebar.mobile #inner {
    background: none;
}

   
    .mobile .wp-caption {
        max-width: 100% !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 30px;
    }
    
    .mobile .wp-caption img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

.mobile .textwidget > div {
    max-width: 645px !important;
    width: 100% !important;
}

@media screen and (max-width: 980px) {
/*    .mobile .nrelate_default a.nr_panel:last-child {
        display: none;
    }*/

  
    .mobile #content .widget {
        display: none;
    }
/*		
		body.single-post .entry-content p {
			font-size: 12px !important;
		}*/
}

@media screen and (max-width: 900px) {
    .mobile #nav {
        width: 65%;
    }
    
    .mobile #header ul.nav li, .mobile #header ul.menu li {
        margin-left: 35px;
    }
    
    .mobile  #nav ul {
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    
    #nav-mobile {
    display: block;
}
    
    .content-sidebar.mobile #inner #content-sidebar-wrap {
        background: none;
    }
    
    .mobile .sidebar {
        display: none;
    }
    
    #nav {
        display: none;
    }
    
    #nav-mobile {
        float: right;
        width: 295px;
        margin-top: 7px;
    }
    
    #nav-mobile > div {
        height: 55px;
        background: #000;
    }
    
    #nav-mobile ul {
        list-style-type: none;
    }
    
    .mobile #title {
        padding-bottom: 18px;
    }
    
    #nav-mobile form {
        max-width: 205px;
        height: 40px;
        padding: 8px 0 0 10px;
        position: relative;
        float: left;
    }
    
    #nav-mobile form input[type=text] {
        width: 100%;
        border: none;
        height: 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #000;
        font-size: 20px;
        font-family: "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
        padding: 0 45px 0 10px;
        border-radius: 0;
        -webkit-appearance: none;
    }
    
    #nav-mobile form input[type=text]::-webkit-input-placeholder {
        color: #000;
    }
    
     #nav-mobile form input[type=text]:-moz-placeholder {
        color: #000;
    }
    
     #nav-mobile form input[type=text]::-moz-placeholder {
        color: #000;
    }
    
     #nav-mobile form input[type=text]:-ms-input-placeholder {
        color: #000;
    }
    
    #nav-mobile form input[type=submit] {
        display: block;
        background: url(images/ico_search.png) no-repeat center center;
        width: 25px;
        height: 25px;
        border: none;
        position: absolute;
        top: 16px;
        right: 10px;
    }
    
    .open-menu {
        background: url(images/ico_menu.png);
        width: 70px;
        height: 55px;
        float: right;
    }
    
    #nav-mobile ul {
        display: none;
        width: 200px;
        background: #000;
        text-align: right;
        position: absolute;
        z-index: 1000;
        right: 10px;
    }
    
    #nav-mobile ul a {
        display: block;
        font-size: 20px;
        font-weight: bold;
        padding: 16px 24px 15px 0;
        color: #fff;
    }
    
    #nav-mobile ul a:hover {
        background: #333;
        text-decoration: none;
    }
    
    .content-sidebar.mobile #content {
        max-width: 100%;
        width: 100%;
        padding-right: 0;
    }
    
    .mobile .nrelate {
        display: none;
    }
    
    .mobile h1.entry-title, .mobile h2.entry-title {
        padding: 30px 30px 0;
        line-height: 1.3em;
    }
    
    .mobile .post-info {
        display: none;
    }
    
    .mobile .entry-content {
        border-top: none;
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .mobile .post-meta {
        display: none;
    }
  
    
    body.mobile p, body.mobile {
        font-size: 20px;
        line-height: 1.4em;
    }
    
    .content-sidebar.mobile #inner #content-sidebar-wrap {
       padding-top: 25px;
    }
    
    .mobile .entry-content p {
        padding-bottom: 30px;
    }
    
    .mobile p.wp-caption-text {
        padding-bottom: 0;
    }
    
    .mobile #comments, .mobile #respond {
        padding: 0 30px;
        margin-bottom: 32px;
    }
    
    .mobile .commentmetadata {
        font-size: 15px;
        margin-bottom: 20px;
    }
    
    .mobile #comments > h3 {
        margin-bottom: 33px;
    }
    
    .mobile #respond > h3  {
        margin-bottom: 15px;
    }
    
    .mobile .comment-list li {
        padding: 20px 20px 30px;
    }
    
    .mobile .comment-content {
        margin-bottom: 35px;
    }
    
    .mobile .reply a, .mobile #submit {
        padding: 9px 15px 8px;
        font-size: 17px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-appearance: none;
        line-height: 1em;
        font-weight: bold;
    }
    
    .mobile #submit {
        padding: 11px 13px;
    }
    
    .mobile .comment-form-url {
        display: none;
    }
    
    .mobile #comment {
        resize: none;
        margin-top: 20px;
        -webkit-appearance: none;
        border-radius: 0;
        height: 188px;
        margin-bottom: 20px;
        width: 95%;
    }
    
    .mobile #author, .mobile  #email {
        max-width: 285px;
        width: 60%;
        height: 28px;
        -webkit-appearance: none;
        margin-top: 20px;
        border-radius: 0;
        margin-right: 17px;
    }
    
    .mobile #comments .navigation {
        display: none;
    }
    
    .mobile .subscribe-to-comments {
        display: none;
    }
    
    .mobile #respond p {
        font-size: 17px;
        line-height: 2em;
    }
    
    .mobile img.press, #footer-nav {
        display: none;
    }
    
    .mobile #footer-credits {
        float: none;
        text-align: center;
    }
}

@media screen and (max-width: 600px) {
    #nav-mobile {
        max-width: 295px;
        width: 52%;
    }
    
    #nav-mobile form {
        width: 70%;
    }
    
    .mobile #title {
        padding-bottom: 21px;
        background-size: 225px 38px;
        width: 225px;
        height: 38px;
    }
}

@media screen and (max-width: 540px) {
    .mobile h1.entry-title, .mobile h2.entry-title, .mobile .entry-content, .mobile #comments, .mobile #respond {
        padding-left: 15px;
        padding-right: 15px;
    }
  
}


@media screen and (max-width: 480px) {
    .mobile #title {
        background-size: 133px 22px;
        width: 133px;
        height: 22px;
    }
  body.mobile {
    -webkit-text-size-adjust: none;
  }		
}

@media screen and (min-width: 200px) and (max-width: 540px) {
      
    #nav-mobile > div {
        height: 28px;
    }
    
    .open-menu {
        background-size: 35px 28px;
        width: 35px;
        height: 28px;
    }
    
    #nav-mobile form input[type=text] {
        height: 18px;
        font-size: 11px;
        line-height: 19px;
        padding-right: 18px;
    }
    
     .mobile #title {
        padding-bottom: 8px;
        background-size: 129px 25px;
        width: 129px;
        height: 25px;
    }
    
    #nav-mobile form input[type=submit] {
        background-size: 13px 13px;
        width: 13px;
        height: 13px;
        top: 8px;
        right: 5px;
    }
    
    #nav-mobile form {
        height: auto;
        padding-top: 5px;
        padding-left: 5px;
    }
    
    .content-sidebar.mobile #inner #content-sidebar-wrap {
        padding-top: 0;
    }
    
    #nav-mobile ul a {
        padding: 10px 15px 10px 0;
        font-size: 15px;
    }
    
    #nav-mobile ul {
        width: 130px;
    }
    
    .mobile h1.entry-title, .mobile h2.entry-title {
        font-size: 21px;
    }
    
    body.mobile p, body.mobile, .mobile h3 {
        font-size: 15px;
    }
    
    .mobile .post {
        margin-bottom: 15px;
    }
    
    .mobile #comments > h3 {
        margin-bottom: 20px;
    }
    
    .mobile .comment-list li {
        padding: 10px 10px 20px;
    }
    
    .mobile .reply a, .mobile #submit {
        padding: 5px 10px 4px;
        font-size: 13px;
        line-height: 1em;
    }
    
    .mobile #submit  {
        padding: 6px 13px 5px;
    }
    
    .mobile #comments, .mobile #respond {
        margin-bottom: 15px;
    }
    
    .mobile #respond > h3 {
        margin-bottom: 0;
    }
    
    .mobile #respond p {
        font-size: 13px;
    }
    
    .mobile #author, .mobile #email {
        height: 20px;
    }
    
    .mobile #comment {
        height: 100px;
    }
    
    .mobile .entry-content p {
        padding-bottom: 20px;
    }
    
    .mobile .entry-content  p.wp-caption-text {
        padding-bottom: 0;
    } 
    
    .mobile #content h2 {
        font-size: 18px;
    }
}

@media screen and (max-width: 300px) {
    .mobile #title {
        padding-bottom: 10px;
        background-size: 90px 15px;
        width: 90px;
        height: 15px;
    }
    
    .mobile #footer {
        overflow: hidden;
        padding: 0;
    }
    
    .mobile #title a {
        max-width: 251px;
        width: 30%;
    }
    
    .mobile #inner {
        padding: 0;
    }
    
    #nav-mobile {
        margin-top: 0;
        width: 56%;
    }
    .mobile #header {
        padding: 0 5px;
    }
    
}

@media screen and (max-width: 260px) {
    .open-menu {
        background-size: 31px 27px;
            width: 31px;
        height: 27px;
    }
}

ul#sharebarx {
	display: none !important;
}

@media screen and (max-width: 980px) {
	#sharebar {
		display: block !important;
		position: absolute !important;
		margin-left: 0 !important;
		top: -70px !important;
		width: 192px !important;
	}
	
	body ul#sharebar li {
		float: left;
	}
	
	.mobile .entry-content {
		/* margin-top: 85px; */
		position: relative;
		overflow: visible;
	}
}

.mobile #content-sidebar-wrap, .mobile.full-width-content #content {
	width: 100%;
}

.mobile.full-width-content #content img {
	max-width: 100%;
	height: auto;
}

#text-6, #text-7 { display: none } 


/** 23.08.2015 **/
.related-posts-area {
  padding: 16px 0 0 12px;
  border-top: 1px solid #ddd;
  margin-top: 10px;  
}

body.page .related-posts-area {
  padding: 16px 12px 0 12px;
}

.related-posts-area .related-posts-area-wrapper {
  padding: 20px 0;
  background: #eee;
  border: 1px solid #ddd;
  text-align: center;
  margin-top: 10px;
}

.related-posts-area .related-post {
  display: inline-block;
  /*width: 30%;*/
  vertical-align: top;
  margin: 0 1%;
}

.related-posts-area .related-post img {
  max-width: 100%;
  height: auto;
}

.related-posts-area .related-post h4 {
  text-align: left;
  margin: 12px 0;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-transform: none;
}

/** 24.08.2015 **/
.overlay-popup {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: hidden;
  position: fixed;
  background: #0B0B0B;
  opacity: 0.8;
  display: none;
}

.popup {
  top: 50%;
  margin-top: -230px;
  left: 50%;
  position: fixed;
  padding: 10px;
  width: 100%;
  max-width: 820px;
  margin-left: -400px;
  z-index: 1001;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  text-align: center;
  box-sizing: border-box;
  color: #000;
  display: none;
}

.close-popup {
  position: absolute;
  background: url(img/ico-close.png);
  width: 29px;
  height: 29px;
  right: -3px;
  top: -3px;
}

.popup #WFItem74 {
  width: 100% !important;
  background: #FFF;
}

.popup .wf-header img {
  display: block;
  margin: 0 auto 22px;
  max-width: 100%;
}

.popup #WFItem74 .wf-header {
  background: #fff !important;
}

.popup #WFItem74 h2 {
  font-size: 40px !important;
  line-height: 1.2em !important;
  font-weight: 700 !important;
  font-family: 'Source Sans Pro', sans-serif !important;
  text-transform: none !important;
  margin-bottom: 7px !important;
}

.popup #WFItem74 .wf-header p {
  font-size: 20px !important;
  line-height: 1em !important;
  letter-spacing: normal !important;
  font-family: 'Source Sans Pro', sans-serif !important;
}

.popup #WFItem74 .wf-body {
  max-width: 680px !important;
  margin: 18px auto !important;
}

.popup #WFItem74 .wf-input {
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 20px !important;
  color: #000 !important;
  height: 60px !important;
  padding: 0 0 0 20px !important;
  border: 1px solid #cecece !important;
  border-radius: 0 !important;
  box-sizing: border-box;
}

.popup #WFItem74 .wf-input::-webkit-input-placeholder {
  color: #000;
}

.popup #WFItem74 .wf-input:-moz-placeholder  {
  color: #000;
  opacity: 1;
}

.popup #WFItem74 .wf-input::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.popup #WFItem74 .wf-input:-ms-input-placeholder {
  color: #000;
}

.popup #WFItem74 .wf-input:focus::-webkit-input-placeholder {
  color: transparent;
}

.popup #WFItem74 .wf-input:focus:-moz-placeholder  {
  color: transparent;
}

.popup #WFItem74 .wf-input:focus::-moz-placeholder {
  color: transparent;
}

.popup #WFItem74 .wf-input:focus:-ms-input-placeholder {
 color: transparent;
}

.popup #WFItem74 .wf-button {
  font-family: 'Source Sans Pro', sans-serif !important;
  background: #ff0000 !important;
  width: 100% !important;
  height: 60px !important;
  font-weight: 600 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-size: 20px !important;
  border-radius: 0 !important;
}

.popup .safe {
  background: url(img/padlock.png) no-repeat left center;
  font-size: 16px;
  color: #b3b3b3;
  font-family: 'Source Sans Pro', sans-serif !important;
  padding-left: 25px;
  min-height: 22px;
  display: inline-block;
  margin: 14px auto 0;
  position: relative;
  left: -5px;
}

@media screen and (max-width: 800px) {
  .popup {
    left: 0;
    margin-left: 0;
  }
}

a.popup-invoke, a.popup-invoke:visited {
  color: #bb0000;
  font-weight: bold;
  text-decoration: underline;
}

.popup-invoke-image img {
  display: inline-block;
  max-width: 100%;
}

.popup-invoke-image.left {
  float: left;
}

.popup-invoke-image.left {
  /*text-align: left;*/
}

.popup-invoke-image.right {
  /*text-align: right;*/
  float: right;
}

p.img-wrap.center {
  text-align: center;
}

p.img-wrap .popup-invoke-image.center {
  display: inline;
}

.post-meta .tags {
  display: none !important;
}

/* 06.01.2016 */
@media screen and (max-width: 960px) {
  .homepage-widgets .pua-triple h3 {
    background: none;
  }
  
  .homepage-widgets .pua-triple .one-third:first-child h3 {
    background: #2980B9;
  }
  
  .homepage-widgets .pua-triple .one-third:nth-child(2) h3 {
    background: #A276AE;
  }
  
  .homepage-widgets .pua-triple .one-third:nth-child(3) h3 {
    background: #A0A0A0;
  }
}

@media screen and (max-width: 768px) {
  #footer #footer-nav {
    display: block;
    margin: 20px 0 0 0;
    width: auto;
  }
  
  #footer #footer-nav .logo {
    float: none;
  }
  
  #footer #footer-nav #subnav {
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 0;
    width: 100%;
  }
  
  #footer #footer-nav #subnav .wrap {
    display: table;
    margin: 0 auto;
  }

  #footer #subnav li {
    margin-left: 7px;
    margin-right: 7px;
  }
  
}

.yt-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	/*padding-top: 25px;*/
	height: 0;
}
.yt-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page #content #comments {
  margin-top: 20px;
}

.related-post-3,
.related-post-4,
.related-post-5,
.related-post-6,
.related-post-7,
.related-post-8,
.related-post-9,
.related-post-10,
.related-post-11,
.related-post-12 {
  display: none !important;
}

/* fix for broken ratings box */
.entry-content ul.review-list li {
  list-style: none;
  padding: 10px 15px;
}

/* adjusting table on mobile devices */
@media screen and (max-width: 767px) {
  .dataTables_wrapper {
    overflow-x: scroll;
  }
  .tablepress {
    min-width: 700px;
  }
}

/* unresponsive images fix */
    .mobile #content > .post > .entry-content > p > img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }