@charset "UTF-8";
/* CSS Document */

/* =General
---------------------------------------------- */
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ul { list-style : none;}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/* Removes the outline on links */
a {outline: none; border: 0;}
a:hover {border: 0;}

.clearme {display: block; clear: both; height: 0; margin: 0; padding: 0;}
/* Code to clear floats inside containers - add to the outside container */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    font-size: 0;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* End of float clearing trick */

.fr {
float: right;
}

.fl {
float: left;
}


html {
	margin: 0;
	padding: 0;
}
body {
	background: #2a1e10 url(../images/bkgd.jpg) top center repeat-x; 
	text-align: center;
}

div#wrapper {
	background: url(/images/contentbkgd.png) top center repeat-y;
	width: 980px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
h1 {
	width: 145px;
	height: 150px;
	text-indent: -9999px;
	position: absolute;
	left: 80px;
	top: 18px;
	background: url(../images/JoeGerstandtLogo.png) top left no-repeat;
	z-index: 10;
}
div#homeheader h1 {
	width: 170px;
	height: 180px;
	text-indent: -9999px;
	position: absolute;
	left: 35px;
	top: 85px;
	background: url(../images/JoeGerstandtLogo-home.png) top left no-repeat;
	z-index: 10;
}
h1 a {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 1em;
}
h1 a:hover {
	border: none;
}



/* = Text Styles
----------------------------------------------------*/
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
h2 {
	font-family: ronnia,sans-serif;
	font-weight: 400;
	color: #000000; /* Black */
	font-size: 21px;
	line-height: 23px;
	padding-bottom: 15px;
	padding-top: 10px;
}
h3 {
	font-family: pragmatica-web,sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #6d6d6d; /* Gray */
	padding-bottom: 10px;

}
p {
	font-family: pragmatica-web,sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #482e17; /* Brown */
	font-size: 14px;
	line-height: 21px;  
	padding-bottom: 20px;
	text-align: left;
}
.wp-caption-text {
	color: #A2A2A2; 
	text-transform: uppercase;
	font-size: .9em;
	margin-top: 5px;
}
ol { 
	padding-left: 20px;
}
ol li {
	font-family: ronnia,sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #555555; /* Gray */
	text-align: left;
}
p.intro {
	font-family: pragmatica-web,sans-serif;
	font-weight: 200;
	color: #000000; 
	font-size: 16px;
	line-height: 26px;  
}
p a {
	background-color: transparent;
	font-family: printf,sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #ae561b; /* Burnt Orange */
	text-decoration: none;
	word-spacing: -0.2em;
	margin: 0 2px;
}

h4 a {
	background-color: transparent;
	font-family: printf,sans-serif;
	font-weight: 400;
	color: #ae561b; /* Burnt Orange */
	text-decoration: none;
	word-spacing: -0.2em;
	margin: 0 2px;
}

p a.moretag {
	background-color: transparent !important;
	color: #ae561b !important; /* Burnt Orange */
}
p a.moretag:hover {
	color: #a9b620 !important; /* JG Green */
}
p a:hover {
	color: #a9b620; /* JG Green */
}
a.green {
	color:#fff;
	text-decoration: none;
	background-color: #aeb323;
	padding: 1px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	margin-top: 10px;
	font: 14px printf,sans-serif;
	}

a.green:hover {
	text-decoration: none;
	background-color: #000;
	color: #fff
	}

p.lessbottomspace {
	padding-bottom: 5px;
}
.post_title h2 {
	padding-bottom: 0;
	margin-bottom: 0;
}
.post_title h2 a, .post_title h2 a:link, .post_title h2 a:active, .post_title h2 a:visited  {
	letter-spacing: normal;
	display: block;
	font-family: ronnia,sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	color: #000000; /* Black */
	padding-bottom: 10px;	
	text-decoration: none;
}

a.title, h4 {
	display: block;
	font-family: ronnia,sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #444444; /* Gray */
	padding-bottom: 10px;	
	text-decoration: none;
	text-align: left;
}
h4 em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
	line-height: 18px;
}

ul#bullets {
	display: block;
	padding: 0 15px 20px 20px;
}
ul#bullets li {
	font-family: ronnia,sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #000000; /* Black */
	font-size: 15px;
	line-height: 22px;  
	padding: 0 0 5px 18px;
	background: url(../images/bullet.png) no-repeat;
	background-position: 0 3px;
} 
ul#bullets li a {
	font-size: 14px;
	text-decoration: none;
	color: #ae561b; /* Burnt Orange */
}
ul#bullets li a:hover {
	color: #a9b620; /* JG Green */
}
ul#bullets li span.author {
	font-size: 12px;
}
strong.black {
	font-family: ronnia,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #000000; /* Black */
}


/* = Navigation
----------------------------------------------------------------*/
div#navcontainer {
	width: 980px;
	position: absolute;
	top: 211px;
	left: 0;
}
div#homeheader div#navcontainer {
	top: 310px;
}
ul#nav {
	margin-left: 20px;
	display: block;
}
ul#nav li {
	display: block;
	float: left;
	padding: 1px 20px;
	border-left: 1px dashed #777777;
}
ul#nav li a {
	font-family: ronnia,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
	text-decoration: none;
	color: #ffffff; /* White */
}

ul#nav li.first {
	border-left: none;
}
ul#nav li.last {
	border-right: none;
}
ul#nav li a#active, ul#nav li a:hover {
	color: #a9b620;  /* Green */
}



/* = Social Media Navigation
----------------------------------------------------------------*/
div#socialnavcontainer {
	position: absolute;
	top: 130px;
	right: 220px;
}
div#homeheader div#socialnavcontainer {
	top: 235px;
	right: 25px;
}
ul#socialnav li {
	display: block;
	float: left;
	height: 45px;
}
ul#socialnav li a {
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
	background-image:url(../images/socialmedianav.png);
}
ul#socialnav li a:hover, ul#socialnav li a:hover {
	background-image:url(../images/socialmedianav.png);
}
ul#socialnav li#facebook a {
	width: 50px;
	background-position: 0 0;
}
ul#socialnav li#facebook a:hover, ul#socialnav li#facebook a#active {
	background-position: 0 -45px;
}
ul#socialnav li#twitter a {
	width: 45px;
	background-position: -50px 0;
}
ul#socialnav li#twitter a:hover, ul#socialnav li#twitter a#active {
	background-position: -50px -45px;
}
ul#socialnav li#linkedin a {
	width: 50px;
	background-position: -95px 0;
}
ul#socialnav li#linkedin a:hover, ul#socialnav li#linkedin a#active {
	background-position: -95px -45px;
}
ul#socialnav li#youtube a {
	width: 45px;
	background-position: -145px 0;
}
ul#socialnav li#youtube a:hover, ul#socialnav li#youtube a#active {
	background-position: -145px -45px;
}
ul#socialnav li#slideshare a {
	width: 55px;
	background-position: -190px 0;
}
ul#socialnav li#slideshare a:hover, ul#socialnav li#slideshare a#active {
	background-position: -190px -45px;
}
ul#socialnav li#subscribe a {
	width: 125px;
	background-position: -245px 0;
}
ul#socialnav li#subscribe a:hover, ul#socialnav li#subscribe a#active {
	background-position: -245px -45px;
}


/* = BOOK MODULE
----------------------------------------------------------------*/
div#book {
	width: 300px;
	height: 125px;
	padding: 25px 0 10px 105px;
	background: url(../images/SocialGravityBook.png) top left no-repeat;
	margin-bottom: 20px;
	margin-left: -8px;
}
div#book h3 {
	font-family: ronnia,sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 13px;
	color: #000;
	text-transform: uppercase;
	padding-bottom: 5px;
}
div#book h3 span.bigger {
	font-size: 15px;
}
div#book p {
	margin-right: 30px;
	font-size: 12px;
	line-height: 20px;
	color: #6b523c;
	font-weight:400;
}

div#right div#book {
	width: 190px;
	margin-left: 4px;
	margin-top: 10px;
}
div#right div#book p {
	line-height: 16px;
	padding-bottom: 2px;
}
div#right div#book h3{
	font-size: 12px;
}

/* = HOME PAGE
----------------------------------------------------------------*/

div#homeheader {
	position: relative;
	width: 980px;
	height: 430px;
	background: url(../images/homeheaderbkgd.png) top center no-repeat;
}
div#homecontent {
	width: 980px;
	padding-bottom: 20px;
	background: url(../images/transparentJG.png) 450px 280px no-repeat;
}
div#homecontent div#left {
	float: left;
	width: 425px;
	margin-left: 80px;
	padding-top: 40px;
}
div#homecontent div#right {
	float: right;
	width: 400px;
}
div#homecontent div#right div#videocontainer {
	padding-top: 20px;
	width: 400px;
	height: 315px;
	background: url(../images/homevideocontainer.png) top left no-repeat;
}
div#videocontainer iframe {
	display: block;
	margin-left: 38px;
	margin-bottom: 15px;
}
div#videocontainer img {
	margin-left: 80px;
	margin-bottom: 15px;
}
div#homecontent div#right h3 {
	margin-left: 40px;
	font-family: ronnia,sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 15px;
	color: #000;
	text-transform: uppercase;
	padding-bottom: 5px;
}
	div#homecontent div#right h3 span.videonumber {
	font-family: pragmatica-web,sans-serif;
	font-weight: 200;
	font-style: normal;
	color: #666;
	margin-left: 30px;
	font-size: 13px;
	}
div#homecontent div#right p {
	margin-left: 45px;
	margin-right: 30px;
	font-size: 12px;
	line-height: 18px;
	color: #6b523c;
	font-weight:400;
}
div#homecontent div#right div#sidemodule {
	position: relative;
	margin-top: 15px;
	width: 340px;
	height: 315px;
	padding-left: 45px;
	padding-top: 35px;
	background: url(../images/homemodulebkgd.png) top left no-repeat;
}
div#homecontent div#right div#sidemodule img.pic {
	position: absolute;
	top: 120px;
	left: 270px;
	z-index: 10;
}
div#homecontent div#left p.post {
	font-size: 13px;
	line-height: 18px;  
}



/* = Side Module
----------------------------------------------------------------*/

div#content div#right div#sidemodule {
	position: relative;
	margin-top: 15px;
	width: 295px;
	height: 280px;
	padding-left: 30px;
	padding-top: 45px;
	background: url(../images/sidemodbkgd.png) top left no-repeat;
}
div#sidemodule div#dividers {
	margin: 8px 0px;
	width: 70%;
	height: 1px;
	background-color: #aaa59f;
}
div#sidemodule a {
	display: block;
	width: 230px;
	height: 65px;
	text-indent: -9999px;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 230px 130px;
}
div#sidemodule a:hover {
	background-position: bottom left;
}
a#calendar {
	background-image: url(../images/sidemod-calendar.png);
}
a#learnmore {
	background-image: url(../images/sidemod-learnmore.png);
}
a#seemore {
	background-image: url(../images/sidemod-seemore.png);
}
a#watchjoe {
	background-image: url(../images/sidemod-watchjoe.png);
}
a#bookonline {
	background-image: url(../images/sidemod-bookonline.png);
}

div#sidemodule a#bookjoe {
	width: 270px;
	height: 80px;
	margin-bottom: 12px;
	margin-top: 10px;
	background-image: url(../images/sidemod-bookjoe-donna.png);
	background-size: 270px 160px;
}
div#sidemodule a#bookjoe2 {
	height: 65px;
	margin-bottom: 12px;
	background-image: url(../images/sidemod-bookjoe2.png);
}
/* = Bottom Module
----------------------------------------------------------------*/

div#bottommodule {
	position: relative;
	margin-top: 15px;
	margin-left: 40px;
	width: 840px;
	height: 150px;
	padding-left: 40px;
	padding-top: 35px;
	padding-bottom: 20px;
	background: url(../images/bottommodbkgd.png) top left no-repeat;
}
div#bottommodule img {
	float: left;
}
div#bottommodule div#dividers {
	float: left;
	height: 53%;
	width: 1px;
	margin: 0 12px;
	background-color: #aaa59f;
}
div#bottommodule a {
	display: block;
	float: left;
	width: 250px;
	height: 65px;
	text-indent: -9999px;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 250px 130px;
}
div#bottommodule a:hover {
	background-position: bottom left;
}
div#bottommodule a {
	margin-top: 6px;
}
div#bottommodule a#learnmore {
	background-image: url(../images/bottommod-learnmore.png);
}
div#bottommodule a#bookjoe {
	width: 270px;
	height: 80px;
	background-size: 270px 160px;
	margin-bottom: 12px;
	background-image: url(../images/sidemod-bookjoe-donna.png);
}


/* = Interior Content
----------------------------------------------------------------*/

div#header {
	position: relative;
	width: 980px;
	height: 305px;
	background: url(/images/headerbkgd.png) top center no-repeat;
}
div#content {
	width: 980px;
	margin-top: 8px;
	padding-left: 5px;
	padding-top: 20px;
	padding-bottom: 40px;
	background: url(http://joegerstandt.com/images/interiorcontentbkgd.png) top left no-repeat;
	position: relative;
}
div#content div#resourcestext {
	width: 700px;
	margin-left: 75px;
}
div#content div.mediacontainer {
	width: 800px;
	margin-left: 75px;
	padding-bottom: 10px;
}
.video-container {
	float: left; 
	padding-right: 40px;
	margin-bottom: 25px;
}
.video-container iframe {
	display: block;
}

div#content div#left {
	float: left;
	width: 500px;
	margin-left: 75px;
}
div#content div#left p {
	margin-right: 25px;
}
div#content div#right {
	float: right;
	width: 345px;
}
div#content div#right div#quotecontainer {
	width: 250px;
	margin-left: 14px;
	margin-top: 20px;
}
div#content div#right div#quotecontainer p {
	font-family: "Times New Roman", Times, serif;
	color: #91836e;
	font-size: 16px;
	line-height: 26px;
	font-style: italic;
	padding-bottom: 25px;
}
div#content div.rule {
	border-top: 1px dashed #bfb6aa;
	padding-bottom: 35px;
	margin-top: 25px;
	width: 90%;
}

div#content div#right div#quotecontainer h3 {
	font-size: 11px;
	color: #797979;
}
div#content div#right div#quotecontainer h3 span.name {
	text-transform: uppercase;
}
div#clientlist {
	background: url(../images/clientlistbkgd.png) top left no-repeat;
	padding-left: 45px;
	padding-top: 30px;
	width: 800px;
	margin-left: 68px;
	margin-top: -20px;
	padding-bottom: 50px;
	overflow: hidden;
}
div#clientlist div {
	float: left;
	width: 240px;
	padding-right:10px;
}
div#clientlist div.right {
	width: 240px;
	padding-right: 0;
}
div#clientlist p {
	color: #666666;
	font-size: 13px;
	line-height: 16px;
	font-weight: 300;
	padding-bottom: 5px;
}

a#downloadpdf {
	display: block;
	background: url(../images/pdficon.png) 15px 0 no-repeat;
	font-family: Arial, Helvetica, sans-serifsans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #658ab6;
	text-indent: 58px;
	text-decoration: none;
	padding-top: 10px;
	height: 32px;
	margin-top: 5px;
}
a#downloadpdf em {
	font-weight: bold;
	font-style: italic;
}

a#downloadpdf:hover {
	color: #aeb323;
}

div#readingroomcontainer {
	padding-top: 10px;
	margin-left: 75px;
	width: 800px;
}
div#readingroomcontainer div {
	width: 360px;
	padding-right: 20px;
	float: left;
}
div#readingroomcontainer div ul#bullets li {
	line-height: 18px;
	padding-bottom: 10px;
}


/* = Footer
----------------------------------------------------------------*/


div#footernavcontainer {
	padding-top: 40px;
	padding-left: 30px;
}
div#footernavcontainer p { margin-bottom: 0; }
div#footernavcontainer span.smaller {
	font-size: 11px;
}
div#footernavcontainer a {
	font-size: 16px;
}
div#footernavcontainer span.smaller a {
	background-color: transparent;
	font-family: arial, sans-serif;
	font-weight: 200;
	font-style: normal;
	color: #482e17; /* Brown */
	font-size: 11px;
	margin: 0;
	padding: 0;
}
div#footernavcontainer span.smaller a:hover {
	color: #ae561b; /* Burnt Orange */
}