/* 
Get The Guy  Stylesheet
*/


/* ---------- CSS Reset ---------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-size:100%;
	font-family:inherit;
	font-weight:inherit;
	font-style:inherit;
	vertical-align:baseline;
	margin:0; padding:0; border:0; outline:0;
}
caption, th, td { text-align:left; font-weight:normal; }
table { border-collapse:separate; border-spacing:0; }
blockquote:before, blockquote:after, q:before,q:after { content: ""; } 
blockquote, q { quotes: "" ""; }
* { 
	margin:0; 
	padding:0;
	letter-spacing:0;
	text-indent:0;
	text-decoration:none;
}



/* ---------- General Styles ---------- */


body {
	font-family: Arial, Verdana, sans-serif;
	font-size:12px;
	letter-spacing:0.032em;
	line-height:1.5em;
	color:#333;
}




/* ----------   - Typography ---------- */

/* --- H1-2 are sIFR replaced --- */
h1 {
	font-size:42px;
	padding:12px 0 12px;
	text-align:left;
	font-weight:normal;
	color:#c16799;
	line-height:1em;
	letter-spacing:-0.05em;
}

h1.center { width:100%; text-align:center; left:0; }

h2 {
	font-size:24px;
	text-align:center;
	font-weight:normal;
	line-height:1.0em;
	padding:4px 0 8px;
	color:#484848;
}

h3 {
	text-align:left;
	font-weight:bold;
	font-size:14px;
	padding:6px 0 14px;
	color:#444;
}


h4 {
	font-size:18px;
	font-weight:normal;
	letter-spacing:0;
}

.full-box h4 {
	margin-left:10px;
	width:320px;
	float:left;
}

h5 {
	font-size:1.25em;
	font-weight:bold;
}

h6 {
	font-size:1.1em;
	font-weight:bold;
}

p {
	font-size:1.05em;
	line-height:1.6em;
	padding-bottom:12px;
	color:#686868;
	text-align:left;
}

p.justify { text-align:justify }
p.grey { color:#909090 }


/* Salespage text */
.page-template-page-salespage-php p,
.page-template-page-salespage-php ul,
.page-template-page-salespage-php ol {
	font-size:14.5px;
	padding-bottom:20px;
}
.page-template-page-salespage-php blockquote p { padding-bottom:12px }
.page-template-page-salespage-php .testimonial-box p { font-size:13px }

strong,
.strong,
b { font-weight:bold }

em,
.em { font-style:italic }

.underline { text-decoration:underline }

small,
.small { font-size:0.84em }

big,
.big { font-size:1.2em }

blockquote {
	border:1px dashed #eb96c7;
	background:#fdfcfc;
	padding:12px 16px 0;
	margin-bottom:14px;
	color:#333;
}



/* ----------   - HTML Elements ---------- */

/* --- Anchors (Links) --- */

a {
	cursor:pointer;
	color:#ca5abf
}

a:visited {
}

a:hover {
	text-decoration:underline;
}

a:active {
	text-decoration:underline;
}


/* --- Lists --- */

ul {
	font-size:1.05em;
	line-height:1.5em;
	margin:0 0 8px 24px;
	color:#686868;
	list-style-type:image;
	list-style-image:url('images/bg/bullet.png');
}

ol {
	font-size:1.05em;
	line-height:1.5em;
	margin:0 0 8px 24px;
	color:#686868;
}

li {
	padding-bottom:12px;
}

ul li ul li,
ol li ol li {
	padding:12px 0 0;
}


/* --- Alignment --- */

.clear { clear:both }
.clear10 { clear:both; height:10px }
.clear20 { clear:both; height:20px }

.left { float:left }
.right { float:right }
.auto { margin:0 auto }

.alignleft { text-align:left }
.alignright { text-align:right }
.aligncenter { text-align:center }

img.right { padding-left:12px; }
img.left { padding-right:10px; }
img.alignright { float:right; margin-left:18px; margin-bottom:16px }
img.alignleft { float:left; margin-right:18px; margin-bottom:16px }

.sep {
	width:100%;
	border-bottom:1px dashed #999;
	height:12px;
	margin-bottom:12px;
	clear:both;
}


/* --- Forms --- */

label {
	cursor:pointer;
}


/* ---------- Page Structure ---------- */

html,
body {
   height:100%;
}

/* #main and #body-container keep the footer at the bottom of the window on short pages */
#body-container {
   min-height:100%;
   position:relative;
}

body {
	background:#fff url('images/bg/page-bg.jpg') repeat-y center top;
}
	
#header-bg {
/*	background:#fff url('images/bg/page-header.jpg') no-repeat center top;*/
	background:#fff url('images/bg/homepage-header-no-cta.jpg') no-repeat center top;
	position:absolute;
	width:100%;
	height:970px;
	z-index:-1;
	top:0;
	left:0;
}

#header {
	width:930px;
	margin:0 auto;
	padding-top: 30px;
	height:378px;
	position:relative;
	z-index:0;
}

#header-subpage-bg {
	background:#fff url('images/bg/subpage-header.jpg') no-repeat center top;
	position:absolute;
	width:100%;
	height:510px;
	z-index:-1;
	top:0;
	left:0;
}

#header-subpage-bg.no-cta {
	background:url('images/bg/subpage-header-no-cta.jpg') no-repeat center top;
}

#header-subpage {
	width:930px;
	margin:0 auto;
	padding-top: 30px;
	height:96px;
	position:relative;
	z-index:0;
}

#main-headline {
	width:890px;
	height:190px;
	margin:0 auto;
	padding:12px 0;
	position:relative;
}

#main {
	width:100%;
	min-height:100%;
	position:relative;
	padding-bottom:180px;
}

#content {
	width:950px;
	margin:0px auto 0;
	z-index:1;
}

#left-content {
	float:left;
	width:550px;
	margin:24px 0 0 70px;
	padding:10px 50px 20px 0;
	border-right:1px solid #f4e6e0;
}

#left-content.no-cta {
	border:0;
	margin:50px auto 0;
	float:none;
	padding-right:0;
	width:600px;
}

#sidebar {
	float:right;
	width:220px;
	margin:50px 28px 20px 10px;
}

#footer-bg {
	background:transparent url('images/bg/page-footer.jpg') no-repeat center top;
	height:160px;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:0;
}





/* ---------- Content Styles ---------- */

/* --- Header Content --- */

/* Testimonial paragraph underneath logo on front page */
#under-logo {
	color:#fff;
	width:300px;
	position:absolute;
	left:33px;
	top:118px;
	font-size:13px;
	font-style:italic;
}


/* Clickable area in subpage header */
a#header-subpage-click {
	display:block;
	position:absolute;
	height:80px;
	left:30px;
	position:absolute;
	top:10px;
	width:200px;
}

/* Testimonial paragraph next to logo on subpages */
#header-testimonial {
	color:#fff;
	width:360px;
	position:absolute;
	right:26px;
	top:12px;
	font-size:12px;
	font-style:italic;
}

#header-testimonial .author {
	font-weight:bold;
	font-style:normal;
	font-size:1.28em;
	padding-top:6px;
	width:100%;
	text-align:right
}


/* Opt-in form */
#opt-in {
	height:308px;
	width:266px;
	background:url('images/bg/opt-in.jpg');
	position:absolute;
	top:74px;
	right:8px;
}

#opt-in input#name,
#opt-in input#email {
	position:absolute;
	left:30px;
	height:18px;
	width:154px;
	border:0;
	outline:0;
	font-size:12px;
	letter-spacing:0.08em;
	color:#555;
}

#opt-in input#name { top:182px }
#opt-in input#email { top:213px }

#opt-in input#aweber-submit {
	display:block;
	position:absolute;
	top:206px;
	right:25px;
	width:47px;
	height:27px;
	background:url('images/bg/opt-in-submit.gif') right top no-repeat;
	border:none;
	outline:none;
	text-indent:-999em;
}


#opt-in input#aweber-submit:hover,
#opt-in input#aweber-submit:focus {
	background-position:left bottom;
	outline:none;
	cursor:pointer;
}



/* --- Menubar --- */

#menu {
	width:930px;
	margin-left:10px;
	float:left;
	height:42px;
	position:relative;
}

ul#nav {
	list-style:none;
	margin:0;
}

ul#nav li {
	float:left;
	margin:0 2px;
	background:transparent url('images/bg/menu-sep.gif') right center no-repeat;
	position:relative;
	padding:0;
}

#nav li a {
	background:transparent url('images/menubar-links.png') no-repeat;
	display:block;
	text-indent:-999em;
	height:34px;
	margin:0;
}

/* All menubar link items use the background sprite image, each with its own background position property */

#nav li a#nav-home { width:56px; background-position:0 top; }
#nav li a#nav-live-events { width:128px; background-position:-56px top; }
#nav li a#nav-free-advice { width:134px; background-position:-182px top; }
#nav li a#nav-media { width:90px; background-position:-316px top; }
#nav li a#nav-about { width:118px; background-position:-406px top; }

#nav li a#nav-home:hover { background-position:0px bottom; }
#nav li a#nav-live-events:hover { background-position:-56px bottom; }
#nav li a#nav-free-advice:hover { background-position:-182px bottom; }
#nav li a#nav-media:hover { background-position:-316px bottom; }
#nav li a#nav-about:hover { background-position:-406px bottom; }


#nav li ul {
	display:none;
	position:absolute;
	top:35px;
	left:0;
	background:#fff;
	z-index:1000;
	list-style:none;
	border:1px solid #e4bdd3;
	font-size:13px;
	width:190px;
	margin:0;
}

#nav li:hover ul,
#nav li ul:hover li {
	display:block;
	z-index:1000;
}

#nav li ul li {
	background:none;
	margin:1px 15px;
	padding:0;
	z-index:1000;
}

#nav li ul li a,
#nav li ul li a:visited {
	text-indent:0;
	background:none;
	padding:12px 0 14px;
	height:12px;
	border-bottom:1px solid #ddd;
	width:160px;
	z-index:1000;
}


#nav li ul li a.last { border:none }



/* --- Main Headline --- */

#headline-video {
	float:left;
}

#header-details {
	float:left;
	padding-left:20px;
	margin-left:20px;
	border-left:1px solid #f4e6e0;
}

#header-details p {
	font-size:18px;
	line-height:1.2em;
	color:#333;
	font-family:"Myriad Pro", "Gill Sans", Arial, Verdana, sans-serif;
}

input#reserve-seat-button {
	display:block;
	width:308px;
	height:54px;
	position:absolute;
	bottom:6px;
	right:-6px;
	text-indent:-999em;
	outline:0;
	border:0;
	background:url('images/bg/reserve-seat-button.png') left top no-repeat;
	cursor:pointer;
}

input#reserve-seat-button:hover,
input#reserve-seat-button:focus,
input#reserve-seat-button:active {
	background-position:left -53px;
}

input.copy-reserve-seat-button {
	display:block;
	width:308px;
	height:54px;
	text-indent:-999em;
	outline:0;
	border:0;
	margin:0 auto;
	clear:both;
	background:url('images/bg/reserve-seat-button.png') left top no-repeat;
	cursor:pointer;
}

input.copy-reserve-seat-button:hover,
input.copy-reserve-seat-button:focus,
input.copy-reserve-seat-button:active {
	background-position:left -53px;
}

input.reserve-seat-button-big {
	display:block;
	width:382px;
	height:67px;
	text-indent:-999em;
	outline:0;
	border:0;
	margin:2px auto 8px;
	clear:both;
	background:url('images/bg/reserve-seat-button-big.jpg') left top no-repeat;
	cursor:pointer;
}

input.reserve-seat-button-big:hover,
input.reserve-seat-button-big:focus,
input.reserve-seat-button-big:active {
	background-position:left -66px;
}

/* use this for a link instead of form item:
a#reserve-seat-button,
a#reserve-seat-button:visited {
	display:block;
	width:308px;
	height:54px;
	position:absolute;
	bottom:6px;
	right:-6px;
	text-indent:-999em;
	background:url('images/bg/reserve-seat-button.png') left top no-repeat;
}

a#reserve-seat-button:hover,
a#reserve-seat-button:active {
	background-position:left -53px;
}
*/

/* --- Left Content --- */

#breadcrumbs p{
	padding-bottom:4px;
}


.testimonial-box {
	background:url('images/bg/yellow-box-bg.png') no-repeat left top;
	width:570px;
	margin:0 auto;
	
}

.testimonial-box-bottom {
	background:url('images/bg/yellow-box-bg.png') no-repeat left bottom;
	width:570px;
	height:40px;
	margin:0 auto 30px;
	
}

.testimonial-box h2 {
	width:490px;
	margin:0 auto;
	padding:90px 0 20px;
	text-align:center;
}

.testimonial-box hr {
	border:none;
	margin:0 auto;
	padding:0;
	background:url('images/bg/yellow-box-sep.gif') center top no-repeat;
	width:480px;
	height:5px;
}

.testimonial-box p {
	width:490px;
	margin:0 auto;
	padding:6px 0;
	font-family:Courier, monospace;
}

/* This is the inner article opt-in box */
#left-content #sidebar-box {
	-webkit-box-shadow: 0pt 0pt 6px 1px rgba(0, 0, 0, 0.8); 
	-khtml-box-shadow: 0pt 0pt 6px 1px rgba(0, 0, 0, 0.8); 
	-moz-box-shadow: 0pt 0pt 6px 1px rgba(0, 0, 0, 0.8); 
	box-shadow: 0pt 0pt 6px 1px rgba(0, 0, 0, 0.8); 
	border: 8px solid #EE4EA8;
	padding: 10px 14px;
	margin-bottom:20px;
}

#left-content #sidebar-box .higherbutton {
	margin-top:8px;
}




/* Events Calendar */

table.events-calendar {
	width:100%;
	margin-bottom:40px;
	font-size:1.1em;
}

table.events-calendar th, table.events-calendar td {
	padding:2px 18px 2px 2px;
	color:#666;
}

table.events-calendar th { 
	font-size:1.2em;
	padding-bottom:4px;
	color:#555;
}

table.events-calendar td.last { padding-right:2px; }



/* Inline Article Optin */

.inline-optin {
	background:url('images/bg/inline-optin-bg.jpg') right top repeat-y;
	width:570px;
	margin:14px auto 24px;
	position:relative;
	z-index:1;
}

.inline-optin-top {
	background:url('images/bg/inline-optin-bg.jpg') left top no-repeat;
	height:110px;
	width:570px;
	clear:both;
}

.inline-optin-bottom {
	background:url('images/bg/inline-optin-bg.jpg') left bottom no-repeat;
	height:20px;
	width:570px;
	clear:both;
}

.inline-optin-content { margin:15px 60px 0 }

.inline-optin p { font-size:1.3em; }
.inline-optin ul { margin-bottom:12px; }
.inline-optin ul li {
	font-size:1.1em;
	padding-bottom:8px;
}

.inline-optin input.text {
	padding:8px 10px 6px;
	font-size:13px;
	border:1px solid #afafaf;
	-moz-box-shadow:inset 1px 1px 1px 0 rgba(0,0,0,0.5);
	box-shadow:inset 1px 1px 1px 0 rgba(0,0,0,0.5);
	color:#777;
	display:block;
	width:200px;
	margin:8px auto;
}

.inline-optin-circle {
	width:220px;
	height:62px;
	background:url('images/bg/inline-optin-circle.jpg') left top no-repeat;
	margin:0 auto;
	padding-top:15px;
}

input.inline-optin-submit {
	display:block;
	width:180px;
	height:33px;
	background:url('images/bg/get-free-advice-now-button.png') 0 0 no-repeat;
	margin:0 auto;
	padding:0;
	outline:0;
	border:0;
	text-indent:999em;
	overflow:hidden;
	cursor:pointer;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
input.inline-optin-submit:focus, 
input.inline-optin-submit:hover {
	opacity: .9;
	-moz-opacity: .9;
	filter: alpha(opacity=9);
}
input.inline-optin-submit:active,
input.inline-optin-submit::-moz-focus-inner {
	border:0;
	outline:0;
	background-position: 0 1px;
}



/* --- Sidebar Content --- */

#sidebar ul {
	margin-left:20px;
	list-style-type:image;
	list-style-image:url('images/bg/bullet.png');
}

#sidebar .widget {
	margin-bottom:12px;
	padding-bottom:2px;
	border-bottom:1px solid #ddd;
}

#sidebar .widget.no-border,
#sidebar .widget.last { border: 0 }

#sidebar .widget#latest-blog-post p {
	color:#D97CC6;
	text-align:left;
	line-height:1.32em;
}

#sidebar ul.subscribe-buttons li {
	list-style:none;
	padding:0 0 3px;
}

#sidebar ul.subscribe-buttons li a {
	display:table-cell;
	vertical-align:middle;
	padding:0 8px 0 0;
}

#sidebar a img.subscribe {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

#sidebar a:hover img.subscribe,
#sidebar a:focus img.subscribe {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}

/* Inline Article Optin */

#sidebar-optin {
	background:url('images/bg/sidebar-optin-bg.jpg') left bottom no-repeat;
	width:250px;
	margin:14px 0 24px -20px;
	padding: 0 0 6px;
	position:relative;
	z-index:1;
}

.sidebar-optin-top {
	background:url('images/bg/sidebar-optin-bg.jpg') left top no-repeat;
	height:108px;
	width:250px;
	clear:both;
}

.sidebar-optin-content { margin:10px 22px 0 }

#sidebar-optin p { font-size:1.1em; padding-bottom:10px; }
#sidebar-optin ul { margin-bottom:4px; }
#sidebar-optin ul li {
	font-size:1em;
	padding-bottom:3px;
}
#sidebar-optin p.privacy { font-size:12px; }

#sidebar-optin input.text {
	padding:6px 10px 5px;
	font-size:12px;
	border:1px solid #afafaf;
	-moz-box-shadow:inset 1px 1px 1px 0 rgba(0,0,0,0.5);
	box-shadow:inset 1px 1px 1px 0 rgba(0,0,0,0.5);
	color:#777;
	display:block;
	width:160px;
	margin:8px auto;
}

.sidebar-optin-circle {
	width:220px;
	height:50px;
	background:url('images/bg/inline-optin-circle.jpg') left top no-repeat;
	margin:0 0 0 -10px;
	padding-top:15px;
}

input.sidebar-optin-submit {
	display:block;
	width:180px;
	height:33px;
	background:url('images/bg/inline-optin-submit.png') 0 0 no-repeat;
	margin:0 auto;
	padding:0;
	outline:0;
	border:0;
	text-indent:999em;
	overflow:hidden;
	cursor:pointer;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
input.sidebar-optin-submit:focus, 
input.sidebar-optin-submit:hover {
	opacity: .9;
	-moz-opacity: .9;
	filter: alpha(opacity=9);
}
input.sidebar-optin-submit:active,
input.sidebar-optin-submit::-moz-focus-inner {
	border:0;
	outline:0;
	background-position: 0 1px
}


#sidebar .item {
	padding-bottom:5px;
}
#sidebar .item a img.thumbnail {
	clear:both;
	margin:0 0 4px;
	max-width:220px;
}
#sidebar .item a:focus img.thumbnail,
#sidebar .item a:hover img.thumbnail {
	outline:1px solid #CA5ABF
}
#sidebar .item a.item-title {
	font-weight:bold;
	font-size:1.05em;
	margin:2px 0;
}
#sidebar .item p.item-excerpt {
	margin:2px 0 0;
	font-size:0.95em;
}


/* --- Comments --- */

#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:hover,
.comment-meta a:focus,
.comment-meta a:active {
	text-decoration:underline;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
.reply a:focus,
a.comment-edit-link:hover,
a.comment-edit-link:focus {
	text-decoration:underline;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* --- Comment Form --- */

p.comment-form-author, 
p.comment-form-email, 
p.comment-form-url {
	width:350px;
	margin-bottom:4px;
}

p.comment-form-comment {
	width:550px;
}
.comment-form #author, 
.comment-form #email,
.comment-form #url,
.comment-form #comment {
	-moz-box-shadow:1px 1px 1px 0 rgba(0, 0, 0, 0.4) inset;
	box-shadow:1px 1px 1px 0 rgba(0, 0, 0, 0.4) inset;
	border:1px solid #ccc;
	color:#777;
	font-size:12px;
	margin:0 4px;
	padding:6px 10px 5px;
	float:right;
	width:240px;
}
.comment-form #author:focus, 
.comment-form #email:focus,
.comment-form #url:focus,
.comment-form #comment:focus {
	-moz-box-shadow:1px 1px 1px 0 rgba(0, 0, 0, 0.5) inset;
	box-shadow:1px 1px 1px 0 rgba(0, 0, 0, 0.5) inset;
	border:1px solid #aaa;
	color:#555;
}
.comment-form #comment { width:440px; }

input#comment-form-submit {
	float:right;
	margin:16px 0 0;
	cursor:pointer;
}


/* ---------- Footer Text ---------- */

#footer-bg p {
	width:800px;
	margin:0 auto;
	text-align:center;
	font-size:11.5px;
	color:#fff;
	padding:88px 0 0;
}
#footer-bg a { color:#fff }



/* ---------- Additional ---------- */

/* --- Deko Boko Plugin Styles --- */

#dekoboko_form label {
	cursor:pointer;
	padding:12px 8px 0 0;
}

#dekoboko_name,
#dekoboko_email,
#dekoboko_subject,
#dekoboko_message {
	border:1px solid #AAAAAA;
	outline:0 none;
	padding:5px 7px;
	width:250px;
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size:12px;
}

#dekoboko_message { width:370px }
#dekoboko_submit { cursor:pointer }