/*
Theme Name: The Gay Love Coach
Theme Author: Moxie Design Studios&trade;
Theme URL: http://moxiedesignstudios.com
*/

/* main selectors */
body {
	margin: 0;
	padding: 0;
	background: #0D3E57;
font: 14px/20px Arial, Helvetica, sans-serif;
/*	font: 13px/18px 'Franklin Gothic Book','Trebuchet MS', Trebuchet, Helvetica, Arial, sans-serif;*/
	color: #000;
	min-width: 980px;
}

a {
	color: #990000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.alignleft {
	float: left;
	margin: 0 8px 8px 0;
}

.alignright {
	float: right;
	margin: 0 8px 0 8px;
}

.aligncenter {
	text-align: center;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

img {
	border: none;
}

img.ttf {
	border: none !important;
	display: block;
}

q {
	color: #093045;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	quotes: none;
}

q:after,
q:before {
	content: '';
}

p {
	margin: 0;
	padding: 0 0 20px 0;
}

p.blog {
	padding: 0 0 36px 0;
}

ul, ol {
	margin: 0 0 0 22px;
	padding: 0 0 20px 0;
}


ul.empty {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

div.page ul li,div.page ol li,
div.post ul li,div.post ol li{
        padding-bottom: 5px;
        border-bottom: 1px dotted #C0C4C6;
        margin-bottom: 5px;
        color: #0B3C56;
}

div.page ol li,
div.post ol li {
margin-left: 10px;
}

div.page ul li ul,
div.post ul li ul {
margin: 10px 40px;
padding: 0;
}

div.page ul li ul li,
div.post ul li ul li {
	border-bottom: 0;
}


/*div.post ul li,
div.post ol li {
	border-bottom: 0;
}*/


dl, dt {
	margin: 0;
	padding: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0;
	padding: 0 0 20px 0;
}

h1 {
	margin: 0;
	padding: 0 0 36px 0;
	font-size: 18px;
	font-weight: bold;
}

div.page h1,
div.post h1,
h1.blog {
	padding-bottom: 8px;
}

div.page h4,
div.post h4 {
	color: #A11818;
        font-size: 11px;
}

h2 {
	margin: 0;
	padding: 0 0 6px 0;
	color: #9C0A0A;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}

h3 {
	margin: 0;
	padding: 0 0 12px 0;
	color: #0B3C56;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}

h4 {
	margin: 0;
	padding: 0 0 12px 0;
	color: #0B3C56;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

h5 {
	margin: 0;
	padding: 0 0 12px 0;
	color: #0B3C56;
	font-weight: bold;
	font-size: 10px;
	line-height: 14px;
}

h6 {
	margin: 0;
	padding: 0 0 12px 0;
	color: #0B3C56;
	font-weight: bold;
	font-size: 8px;
	line-height: 12px;
}

div.post h3,
div.page h3 {
padding-bottom: 6px;
margin-top: 15px;
}

div.book h3 {
	margin-top: 0;
}

div.page p em,
div.page p i,
div.post p em,
div.post p i {
font-family: Georgia, serif;
font-size: 13px;
}

/* form elements */
form {
	margin: 0;
	padding: 0;
}

input.text {
font: 12px/16px Arial, Helvetica, sans-serif;
	color: #000;
	border: 1px solid #88B3CB;
	background: #FFF;
	margin: 0;
	padding: 3px 4px;
	vertical-align: middle;
}


input.radio {
	margin: 0;
font: 12px/16px Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

textarea {
font: 12px/16px Arial, Helvetica, sans-serif;
	color: #000;
	border: 1px solid #88B3CB;
	background: #FFF;
	margin: 0;
	padding: 4px;
	vertical-align: middle;
	overflow: auto;
}


input.image {
font: 14px/20px Arial, Helvetica, sans-serif;
	margin: 0;
	vertical-align: middle;
}

/* main layouts and backgrounds */
div.layout {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

/* header section */
#header {
	width: 100%;
	position: relative;
	z-index: 5;
	background: #10415B url(images/background-header.png) repeat-x;
	border-bottom: 1px solid #687A83;
}

#header div.layout {
	height: 156px;
}

#header q {
	position: absolute;
	left: -9999px;
	height: 0px;
	overflow: hidden;
}

#header div.deco {
	width: 379px;
	height: 300px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/header-deco.png) no-repeat;
	position: absolute;
	top: 10px;
	left: -20px;
}

body.index #header div.deco {
	left: 300px;
}

#header p.tagline {
	padding: 0;
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

#header p.tagline1 {
	top: 100px;
	left: 70px;
	width: 174px;
	height: 35px;
	background-image: url(images/tagline1.gif);
}

#header p.tagline2 {
	top: 100px;
	right: 65px;
	width: 176px;
	height: 35px;
	background-image: url(images/tagline2.gif);
}

#header p.tagline3 {
	top: 110px;
	right: 10px;
	width: 606px;
	height: 15px;
	background-image: url(images/tagline3.gif);
}

/* logo section */
strong.logo {
	position: absolute;
	top: 55px;
	left: 10px;
	z-index: 6;
}

body.index strong.logo {
	top: 50px;
	left: 323px;
}

strong.logo a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 315px;
	height: 209px;
	background: url(images/logo.png) no-repeat;
}

body.index strong.logo a {
	width: 331px;
	height: 221px;
	background-image: url(images/logo-index.png);
}

/* header extra navigation section */
#extra {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 173px;
	right: 10px;
	font-size: 12px;
	color: #093045;
}

#extra li {
	float: left;
	margin-left: 30px;
	display: inline;
	background-repeat:no-repeat;
	background-position: left;
}

#extra a {
	color: #093045;
}

#extra li.rss {
	padding-left: 20px;
	background-image: url(images/icon-rss.gif);
}

#extra li.itunes {
	padding-left: 22px;
	background-image: url(images/icon-itunes.gif);
}

/* navigation section */
#navigation {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	left: 2px;
	z-index: 5;
}

#navigation li {
	float: left;
	margin-left: 3px;
	display: inline;
	height: 25px;
	position: relative;
	overflow: hidden;
}

#navigation li a {
	float: left;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
	height: 25px;
	width: 100%;
	background-repeat: no-repeat;
}

#navigation li a:hover,
#navigation li.active a {
	background-position: 0 -25px;
}

#navigation li.home {width: 53px;}
#navigation li.home a {background-image:url(images/navigation/home.png);}
#navigation li.blog {width: 113px;}
#navigation li.blog a {background-image:url(images/navigation/blog.png);}
#navigation li.podcast {width: 65px;}
#navigation li.podcast a {background-image:url(images/navigation/podcast.png);}
#navigation li.advice {width: 62px;}
#navigation li.advice a {background-image:url(images/navigation/advice.png);}
#navigation li.about {width: 56px;}
#navigation li.about a {background-image:url(images/navigation/about.png);}
#navigation li.shop {width: 49px;}
#navigation li.shop a {background-image:url(images/navigation/shop.png);}
#navigation li.cp {width: 143px;}
#navigation li.cp a {background-image:url(images/navigation/cp.png);}
#navigation li.resources {width: 87px;}
#navigation li.resources a {background-image:url(images/navigation/resources.png);}
#navigation li.services {width: 70px;}
#navigation li.services a {background-image:url(images/navigation/services.png);}
#navigation li.testimonials {width: 106px;}
#navigation li.testimonials a {background-image:url(images/navigation/testimonials.png);}
#navigation li.media {width: 55px;}
#navigation li.media a {background-image:url(images/navigation/media.png);}
#navigation li.contact {width: 72px;}
#navigation li.contact a {background-image:url(images/navigation/contact.png);}

/* footer section */
#footer {
	width: 100%;
	position: relative;
	z-index: 5;
	border-top: 3px solid #082B3D;
	font-size: 11px;
	line-height: 14px;
	color: #7095AA;
}

#footer a {
	color: #7095AA;
}

#footer div.layout {
	padding: 13px 26px 16px 26px;
	width: 928px;
}

#footer ul {
	margin: 0;
	padding: 3px 0;
	list-style: none;
}

#footer ul li {
	display: inline;
	padding: 0 0 0 4px;
	border-left: 1px solid #7095AA;
}

#footer ul li.copy {
	padding-left: 0;
	border: none;
}

#footer p {
	padding: 0;
	font-size: 9px;
	line-height: 14px;
}

/* widgets section */
div.widget {
	margin-bottom: 30px;
	width: 100%;
	position: relative;
	font-size: 14px;
}

div.alt div.widget {
	background: url(images/widget-top.gif) no-repeat;
	padding-top: 11px;
	color: #FFF;
}


body.index div.alt div.widget {
	background-image: url(images/widget-top-index.gif);
}

div.widget p, div.widget ul {
	padding-bottom: 14px;
}

div.widget div.inner {
	height: 1%;
	position: relative;
}

div.alt div.widget div.inner {
	padding: 3px 20px 0 20px;
	background: #0B3C56  url(images/widget-bottom.gif) no-repeat bottom left;
}

div.alt div.widget div.inner a {
	color: #FFFFFF;
}
div.alt div.widget div.inner a:hover {
text-decoration: none;
color: #84d7fc;
}

body.index div.alt div.widget div.inner {
	background-image: url(images/widget-bottom-index.gif);
}

div.widget div.inner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.widget strong.head {
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 8px;
	text-transform: uppercase;
	color: #093045;
}

div.alt div.widget strong.head {
	color: #FFF;
}

div.alt div.widget ul {
	margin: 0;
	list-style: none;
}

div.alt div.widget ul li {
	padding: 2px 0 6px 35px;
	background: url(images/bullet-widget-alt.gif) no-repeat 0 3px;
color: #84d7fc;
}

div.alt div.widget ul a {
	color: #84D7FC;
}

div.alt div.widget ul li.current_page_item a {
	color: #FFF;
}

div.alt div.widget ul.children {
	margin: 0;
	padding: 0 0 0 15px;
	list-style: disc;
}

div.alt div.widget ul.children li {
	background: none;
	padding-left: 0;
	padding-bottom: 0;
	padding-top: 4px;
font-size: 12px;
color: #FFF;
}

div.alt div.widget ul.children li a {
color: #84D7FC;
}

div.alt div.widget ul.children li a:hover {
color: #FFF;
}

/* welcome widget section */
div.widget-welcome a {
	color: #FF4747;
}

div.widget-welcome ul {
	margin: 0 -20px 14px -20px !important;
	background-color: #093045;
	padding: 10px 20px;
	width: 353px;
}

div.widget-welcome blockquote {
	color: #FF4747;
	margin: 0;
	padding: 0 0 0 135px;
	text-align: right;
	font-size: 14px;
        font-weight: normal;
	position: relative;
	height: 1%;
}

div.widget-welcome blockquote span.icon {
	position: absolute;
	bottom: 0;
	left: -20px;
}

div.widget-welcome p.cite {
	font-size: 11px;
	color: #FFF;
	line-height: 16px;
}

div.widget-welcome p.cite cite {
	font-size: 13px;
	font-weight: bold;
	display: block;
	font-style: normal;
}

/* more widget section */
div.widget-more {
	width: 393px;
	position: absolute;
	bottom: -1px;
	left: 0;
	background: #7095AA url(images/widget-more.gif) no-repeat;
	margin: 0;
	color: #093045;
}

div.widget-more div.inner {
	padding: 14px 35px 0 85px;
}

div.widget-more p span {
	color: #FFF;
}

div.widget-more p em {
	color: #A11818;
	font-style: normal;
}

div.widget-more img.icon {
	position: absolute;
	top: -26px;
	left: -12px;
}

/* subscribe widget section */
div.widget-subscribe p {
	font-size: 10px;
	line-height: 14px;
	width: 220px;
}

body.index div.widget-subscribe p {
	width: auto;
	clear: both;
}

body.index div.widget-subscribe p strong {
	display: block;
}

div.widget-subscribe dl {
	width: 100%;
	overflow: hidden;
}
body.index div.widget-subscribe div.inner {
	padding-left: 26px;
}

div.widget-subscribe dt {
	width: 39px;
	float: left;
	clear: left;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 23px;
}

div.widget-subscribe dd {
	width: 245px;
	float: left;
	padding-bottom: 10px;
	line-height: 23px;
}

div.widget-subscribe input.text {
	width: 235px;
	outline: none;
}

body.index div.widget-subscribe dd {
	width: 260px;
}

body.index div.widget-subscribe input.text {
	width: 250px;
}

div.widget-subscribe input.image {
	float: right;
}

body.index div.widget-subscribe input.image {
	position: relative;
	margin: -33px 10px 0 0;
}

/* poll widget section */
div.widget_polls-widget {
	font-size: 12px;
	line-height: 16px;
}

div.widget_polls-widget ul,
div.poll ul {
	margin: 0;
	list-style: none;
}

div.widget_polls-widget ul li,
div.poll ul li {
	width: 100%;
	overflow: hidden;
	padding: 3px 0;
}

div.widget_polls-widget input.radio,
div.poll input.radio {
	float: left;
	margin-right: 5px;
}

div.widget_polls-widget label,
div.poll label {
	display: table;
	height: 1%;
	overflow: hidden;
}

* html div.widget_polls-widget label,
* html div.poll label {
	float: left;
}

*+html div.widget_polls-widget label,
*+html div.poll label {
	float: left;
}

div.widget_polls-widget p.result,
div.poll p.result {
	padding-left: 20px;
}

div.widget_polls-widget input.image,
div.poll input.image {
	float: right;
}

/* content section */
#content {
	width: 100%;
	position: relative;
	z-index: 4;
	border-top: 1px solid #464F56;
	background: #E8EBEB url(images/background-content.png) repeat-x;
}

#content div.layout {
	padding-top: 76px;
}

#content div.layout:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

body.index #content div.layout {
	padding-top: 143px;
}

#sidebar {
	width: 284px;
	float: left;
	padding: 78px 0 0 26px;
}

body.index #sidebar {
	width: 393px;
	padding: 0 0 90px 0;
	margin-top: -10px;
}

#primary {
	width: 607px;
	float: right;
	padding-right: 10px;
}

body.index #primary {
	width: 490px;
	padding-right: 0;
}

/* inner boxes section */

/* post section */
div.post {
	width: 100%;
	margin-bottom: 20px;
	background: url(images/separator.gif) no-repeat bottom left;
}

div.page {
	width: 100%;
	margin-bottom: 20px;
}

div.post div.head,
div.post div.body {
	width: 100%;
	overflow: hidden;
}

div.post div.head ul {
	margin: 0;
	padding: 0 0 12px 0;
	list-style: none;
	font-size: 12px;
}

div.post div.head ul li {
	display: inline;
	padding-left: 20px;
	background: url(images/bullet-post.gif) no-repeat 0 0;
}

div.post div.head ul li.date {
	padding-left: 0;
	background: none;
	color: #093045;
	font-style: italic;
}

/* navigation box section */
div.navigation {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

div.navigation .next {
	float: right;
	padding-right: 16px;
}

div.navigation .prev {
	float: left;
}


/* simple blog section */
div.section {
	width: 100%;
	margin-bottom: 20px;
	padding-top: 10px;
}

/* comments/trackbacks section */
div.comment, div.trackback {
	width: 542px;
	overflow: hidden;
	margin-bottom: 11px;
	font-size: 12px;
}

div.comment img.avatar {
	float: right;
	margin: 16px 0 4px 0;
	display: inline;
	border: 1px solid #FFF;
}

div.comment p, div.trackback p {
	padding-bottom: 11px;
}

div.comment p.info {
	color: #0B3C56;
	padding-bottom: 6px;
}

div.trackback p.info {
	color: #FFF;
	padding-bottom: 6px;
}

div.comment p.info cite,  {
	color: #A11818;
}

div.bypostauthor p.info {
	color: #84D7FC;
}

div.bypostauthor p.info cite,
div.bypostauthor p.info cite a,
div.trackback p.info cite a{
	color: #FFF;
}

div.comment div.inner, div.trackback div.inner {
	overflow: hidden;
	position: relative;
}

div.comment cite, div.trackback cite {
	font-style: normal;
}

div.comment div.text, div.trackback div.text {
	width: 480px;
	float: left;
	background: #ABC7D7 url(images/comment-bottom.gif) no-repeat bottom left;
}

div.comment div.text div.inner, div.trackback div.text div.inner {
	width: 458px;
	padding: 11px 11px 0 11px;
	background: url(images/comment-top.gif) no-repeat;
}

div.bypostauthor div.text {
	background-color: #A11818;
	color: #FFF;
	background-image: url(images/comment-author-bottom.gif);
}

div.bypostauthor div.text div.inner {
	background-image: url(images/comment-author-top.gif);
}

div.trackback div.text {
	background-color: #0B3C56;
	color: #66B0D2;
	background-image: url(images/comment-trackback-bottom.gif);
}

div.trackback div.text div.inner {
	background-image: url(images/comment-trackback-top.gif);
}

div.comment div.reply {
	width: 48px;
	float: right;
	clear: both;
	padding-top: 4px;
	text-align: center;
}

/* respond form section */
div.respond ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 480px;
	font-size: 11px;
}

div.respond ul li {
	padding-bottom: 12px;
	line-height: 22px;
}

div.respond ul li.button {
	text-align: right;
	margin-top: -4px;
	position: relative;
}

div.respond input.text {
	width: 260px;
	margin-right: 5px;
}

div.respond textarea {
	width: 470px;
	height: 90px;
}

/* amazon link section */
p.amazon a {
	display: block;
	width: 607px;
	height: 89px;
	text-indent: -9999px;
	overflow: hidden;
	background: #7095AA url(images/button-amazon.gif) no-repeat;
}

p.amazon a:hover {
	background-position: 0 -89px;
	background-color: #A11818;
}

/* promo box section */
div.promo {
	padding: 0 26px;
}

div.promo div.item {
	margin: 0 -26px;
	position: relative;
	width: 490px;
	margin-bottom: 20px;
	background: #7095AA url(images/promo-bottom.gif) no-repeat bottom left;
	position: relative;
}

div.promo div.item div.inner {
	background: url(images/promo-top.gif) no-repeat;
	padding: 20px 26px 0 26px;
}

div.promo div.item h2 {
	color: #FFF;
}

div.promo img.icon {
	position: absolute;
	top: -23px;
	left: 359px;
}

/* poll box section */
div.poll {
	padding: 0 26px;
	font-size: 12px;
	overflow: hidden;
	height: 1%;
}

/* testimonial */
div.testimonial blockquote {
	padding: 0;
font-size: 12px;
margin: 10px 0px;
color: #60D7FC;
}

div.testimonial a {
color: #FF4451;
}

h5 {
line-height: 16px;
color: #0D3E57;
}

hr {
	background: url(images/separator.gif) no-repeat bottom left;
border: 0;
padding: 0;
margin: 0px 0px 10px 0px;

}

label {
font-weight: bold;
font-size: 12px;
}

input.contact {
border: none;
font-weight: bold;
font-size: 12px;
text-transform: uppercase;
color: #FFFFFF;
display: block;
margin: 0 0 0 540px;
width: 57px;
height: 24px;
padding: 0;
background: #A11818 url('images/button-submit.gif') no-repeat;
}

div.widget_search input.text {
width: 180px;
}

div.widget_search input.submit {
border: none;
font-weight: bold;
font-size: 12px;
text-transform: uppercase;
color: #FFFFFF;
text-indent: -999999px;
width: 50px;
height: 24px;
padding: 0;
background: #A11818 url('images/button-search.gif') no-repeat;
vertical-align: middle;
}

div.post blockquote {
font-weight: normal;
font-family: Georgia, serif;
font-size: 13px;
margin: 10px 20px;
font-style: italic;
}

div.post blockquote b,
div.post blockquote strong {
font-weight: normal;
}

span.highlight {
color: #FF4747;
}

div.sociable {
float: right;
clear: both;
display:block;
}

div.sociable ul li,
div.post ul.byline li{
border-bottom: 0;
}

div.advice-form {
width: 240px;
}

div.advice-form input.advice,
div.advice-form textarea.advice {
width: 230px;
font: 12px/16px Arial, Helvetica, sans-serif;
	color: #000;
	border: 1px solid #88B3CB;
	background: #FFF;
	margin: 0;
	padding: 3px 4px;
	vertical-align: middle;
}

div.advice-form textarea.advice {
height: 100px;
}

div.advice-form input.contact {
background: #0B3C56 url('images/button-submit2.gif') no-repeat;
margin-left: 183px;
}

p.advice-box {
text-align: left;
color: #60D7FC;
}

p.advice-box span {
font-weight: bold;
color: #FFF;
font-size: 14px;
}

p.advice-disclaimer {
font-size: 11px;
line-height: 16px;
}

/* IMAGE CAPTION */
.wp-caption {
border: 1px solid #B3B9BB;
text-align: center;
background-color: #CBD0D1;
padding-top: 4px;
margin: 0px 10px 10px 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}

div.body p img,
div.body img {
border: 1px solid #B3B9BB;
background-color: #CBD0D1;
padding: 4px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}



div.post p img.wp-smiley {
border: 0;
background: transparent;
padding: 0;
}

