/*  
Theme Name: Prosperous Coach Blog Template
Theme URI: http://prosperouscoachblog.com
Description: Custom theme developed for Rhonda Hess
Version: 2.0
Author: Nichole W. Betterley
Author URI: http://www.npoweredsites.com/

*/

/*------------------------------------------------------------------
[Color Codes]

Site Background:	#ffffff (white)
Content Text:	#2a0000 (dark brown)
Grey: #BFBFAC
Lighter Brown: #d4915d

a (standard, visited):	#990000 (burgundy)
a (hover):	#b15323 (brown)

separator lines: #f2edb0 (darker cream)
post and widget separator lines: #f2edb0 (darker cream)
blockquote background and comment separator: #fafae7 (palest cream)
-------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {   
margin: 0;   
padding: 0;   
border: 0;   
outline: 0;   
font-size: 100%;   
vertical-align: baseline;   
background: transparent;   
}

:focus {   
outline: 0;   
}
 
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: arial, sans-serif;
  color: #2a0000;
  font-size: 14px;
  line-height: 1.5em;
	text-align: center;
}
	
img, img a {border : none}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/*wrappers - page or section containers*/

#container {
  background: url('images/containerbg.jpg') repeat-y;
  margin: 0px auto 15px;
  text-align: left;
  width: 990px;
}

#header {
  background: url('images/header.jpg') no-repeat;
  height: 255px;
}

#mainContent {
  float: left;
  width: 670px;
}

*html #mainContent {
	width: 620px;
}

#mainContentTextHome {
  margin: 35px 20px 20px 30px;
	letter-spacing: .03em;
	position: relative;
	z-index: 0;
}

*html #mainContentTextHome {
	margin: 35px 0 20px 30px;
}

#mainContentText {
  margin: 35px 30px 20px 30px;
	letter-spacing: .03em;    
}

*html #mainContentText {
	margin: 35px 0 20px 30px;
}

#nosidebarContent {
  float: left;
  width: 990px;
}
#nosidebarContentText {
  margin: 35px 60px 20px 60px;
}

#sidebar1 {
  float: right;
  width: 300px;
  margin-bottom: 20px;
  position: relative;
}

*html #sidebar1 {
	width: 270px;
}

#sidebar1Text {
  margin: 35px 30px 20px 0; 
  padding-bottom: 20px;
}

*html #sidebar1Text {
  margin: 35px 0px 20px 0; 
  text-align: left;
}

#footer {
  background: #922f0a url('images/footer.jpg') no-repeat;
  height: 92px;
  padding: 68px 20px 0 25px; 
  color: #f6f2c2;
  font-size: 11px;
}

#copyright {
  text-align: left;
  float: left;
  width: 415px;
}

#bottomMenu {
	text-align: right;
	float: right;
	width: 495px;
}
	

/* navigation */

.topMenu {
	font: normal normal 13px 'Arial Narrow', Tahoma, sans-serif;
  margin: -36px 0 0 14px;
  width: 990px;
  height: 30px;
}

.topMenu ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.topMenu ul li {
  height: 21px;
	margin: 0;
	padding: 8px 24px 0;
	float: left;
	border-right: 1px solid #f2edb0;
}

.topMenu a:link, .topMenu a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #2a0000;
  text-transform: uppercase;
}  

.topMenu a:hover {
	color: #990000;
}

/* fonts and text */

h1 {font-size: 1.3em; margin: 0 0 15px 0; line-height: 1.3em;}
h2 {font-size: 1.2em; margin: 0 0 15px 0; line-height: 1.3em;}
h3 {font-size: 1.1em; margin: 0 0 15px 0; line-height: 1.3em;}
h4 {font-size: 1em; margin: 0 0 15px 0; line-height: 1.3em;}
h5 {font-size: .95em; margin: 0 0 15px 0; line-height: 1.3em;}
h6 {font-size: .9em; margin: 0 0 15px 0; line-height: 1.3em;}

#header h1, #header h2, #header h3 {
	display: block;
	text-indent: -9999px;
}

p {
  padding-bottom: 15px;
}

.onepointtwo {
	font-size: 1.2em;
}

.onepointthree {
	font-size: 1.3em;
}

.onepointsix {
	font-size: 1.6em;
}

.onepointseven {
	font-size: 1.7em;
}

.red {
	color: #990000;
}

.bold {
	font-weight: bold;
}

.aligncenter {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	text-align: right;
}

hr {
	height: 1px; 
	border: none; 
	color: #f2edb0; 
	background: #f2edb0; 
	margin:30px 0 40px;
}

a, a:link, a:visited {
  color: #990000;
}

a:hover {
  color: #b15323;  
}

ol, ul {
  margin: 0px 25px 15px 25px;
}

#mainContent ol li, #mainContent ul li {
	padding: 7px 0 8px 0;
}

#sidebar1 ol li, #sidebar1 ul li {
	padding: 0 0 15px 0;
}

blockquote {
  font-family: Georgia, 'Times New Roman', Times, serif;
  margin: 15px 15px 30px 30px;
  padding: 15px 15px 15px 40px;
  background: #fafae7 url('images/bg-blockquote.gif') no-repeat 0 5px;
}

blockquote p {
  padding: 7px 0 8px 0;
}

.attachment-post-thumbnail {
	width: 195px;
	height: 195px;
	float: right;
	margin: 0 0 10px 10px;
}

.postSingle {
  margin: 0px 0 40px 0px;
  padding: 0;
  overflow: hidden;
}

.post {
  margin: 0px;
/*  padding: 25px;
  border: 1px solid #f2edb0; */
  overflow: hidden;
}

.tagpost {
  margin: 10px 0 40px 0px;
  padding: 0;
}
.tagpostTitle, .categoryTitle, .archiveTitle {
  color: #990000;
  border-bottom: 1px solid #990000;
  padding: 0;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

h1.postTitle, h1.postTitle a:link, h1.postTitle a:visited, h2.postTitle, h2.postTitle a:link, h2.postTitle a:visited {
  color: #2a0000;
  padding: 0;
  font-size: 20px;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-decoration: none;
  margin: 0 0 5px
}

h1.postTitle a:hover, h2.postTitle a:hover {
  color: #990000;  
}

.pagetitle {
  font-size: 1.4em;
  text-align: right;
  color: #1e1e1e;
}

.page {
  margin: 0 0 40px 0;
  border-bottom: none;
}

.entry {
  padding: 10px 0;
}

.entry h2 {
	padding-top: 15px;
}

.postSingle .entry {
	border-bottom: 1px solid #f2edb0;
}

.entry a {
  text-decoration: underline;
  font-weight: normal;
}

a.more-link {
	color: #990000;
	font-weight: normal;
	text-decoration: underline;
}

a:hover.more-link {
	color: #2a0000;
}

.postMetadataTop {
  font-size: .87em;
  color: #d4915d;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.postMetadataTopLeft {
	float: left;
	width: 500px;
	text-align: left;
}

.postMetadataTopRight {
	float: right;
	width: 100px;
	text-align: right;
}


.postMetadataBottomLeft {
	float: left;
	width: 280px;
	text-align: left;
}

.postMetadataBottomRight {
	float: right;
	width: 280px;
	text-align: right;
}

.printthis {
  background: transparent url('images/printthis.gif') no-repeat 0 0;
  padding: 0 0 3px 20px;  
}

.retweet {
	margin: 3px 0 0px 0px;
}

.homepagePostFooter {
/*	background: #fff url('images/postfooter.jpg') repeat-x;
	border-left: 1px solid #f2edb0;
	border-right: 1px solid #f2edb0;
	border-bottom: 1px solid #f2edb0; */
	border-bottom: 1px dotted #990000;
	margin-bottom: 45px;
/*  width: 568px; */
	padding: 8px 0px 45px 0;
}

.postTagsHome {
  font-size: .87em;
  margin: 0;
  color: #d4915d;
  line-height: 1.2em;
}

.postTagsText {
/*  background: transparent url('images/tag.gif') 0 -1px no-repeat;*/
  padding: 0 0 3px 20px;
  text-transform: uppercase;
}

.postCatHome {
  font-size: .87em;
  margin: 0;
  color: #d4915d;
  line-height: 1.2em;
}

.postCatText {
  background: transparent url('images/folder.png') 0 -2px no-repeat;
  padding: 0 0 3px 20px;
  text-transform: uppercase;
}

.postCategories {
  padding: 0;
  margin: 20px 0 15px 0;
  height: 24px;	
}

.postTags {
  padding: 0;
  margin: 10px 0;
  height: 24px;
}

.postRelated {
  padding: 0;
  margin: 15px 0 5px 0;
  height: 24px;
}

.postRelatedList li {
	list-style: none;
	margin-left: 5px;
}


.postComments {
}

.postComments a {
  background: transparent url('images/comment.png') no-repeat 0 0;
  padding: 0 0 3px 20px;
}
  
.postMetadataTop a:link, .postMetadataTop a:visited, .postTagsHome a:link, .postTagsHome a:visited, .postCatHome a:link, .postCatHome a:visited  {
  text-decoration: underline;
  font-weight: normal;
  color: #d4915d;
}

.postMetadataTop a:hover, .postComments a:hover, .postTagsHome a:hover, .postCatHome a:hover {
	color: #990000;
}

.postComments a:link, .postComments a:visited {
  text-decoration: underline;
  font-weight: bold;
  color: #990000;
}

.postComments a:hover {
	color: #b15323;
}

.more-link {
  font-weight: normal;
  text-decoration: underline;
}
.navigation, .navigation a:link, .navigation a:visited {
  font-size: .95em;
  font-weight: bold;
  text-decoration: none;
  padding-bottom: 10px;
}
.navigation a:hover {
  color: #fec601;
}
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.widgettitle {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.2em;
  padding: 0px 0 4px 0;
  margin-bottom: 10px;
}

.subscribebox {
  border: 1px solid #f2edb0;  
  padding: 10px;
  margin-bottom: 15px;
}  

.sociable {
	border-bottom: 1px solid #f2edb0;
	border-top: 1px solid #f2edb0;
	margin: 10px 0;
	padding: 10px 0;
}

.sociable_tagline {
	margin-bottom: 10px;
}

.sociable img {
	height: 32px !important;
	width: 37px !important;
}

.sociable ul li {
	margin: 0 !important;
	padding: 0 0 0 5px !important;
}

.wwsgd {
	margin-top: 26px;
	background: url('images/wwsgd-subscribev2.gif') no-repeat;
	width: 610px;
	height: 135px;
	padding-top: 100px;
	position: relative;
}

#sidebar1, #sidebar1 a:link, #sidebar1 a:visited {
  font-size: .95em;
  font-weight: normal;
  text-decoration: none;
}

#sidebar1 ul {
  margin: 0px;
	padding: 0;
	list-style: none;
}
#sidebar1 ul li {
  display:block;
  margin: 2px 0;
	padding-bottom: 30px; 
}

#sidebar1 li li {
	padding: 4px 0;
  border-bottom: 1px solid #F5F5DC;	 
}

#sidebar1 .st-tag-cloud {
  line-height: 27px;
  padding-bottom: 22px;
}

#nosidebarContent .st-tag-cloud {
	line-height: 27px;
}

#copyright a:link, #copyright a:visited, #bottomMenu a:link, #bottomMenu a:visited {
  color: #f6f2c2;
  text-decoration: underline;
}

#copyright a:hover, #bottomMenu a:hover {
  color: #990000; 
}

#bottomMenu ul {
	margin-right: 0;
}

#bottomMenu ul li {
	list-style: none;
	display: inline;
	padding: 0 5px;
}

#recent-posts ul li, .blogroll li {
}

/* Comments Styling */

#comments, #respond {
  padding-top: 15px;
}

.comment {
  padding: 10px;
  margin: 0px;
  border-bottom: 1px solid #f6f2c2;
}

.comments-template ul {
  margin: 0px;
	padding: 0;
	list-style: none;
	line-height: 1.4em;
  }
.comments-template ul li {
  display:block;
  }
.comment-author, .comment-author a:link, .comment-author a:visited {
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

.commentmetadata {
  font-size: .8em;
  padding-bottom: 15px;
}

.commentmetadata a {
  text-decoration: none;
  color: #d4915d;
}

li.depth-1 {
  border: 1px solid #f2edb0;
  padding: 10px;
}

.depth-2 {
  margin-left: 15px;
  border-left: 1px solid #f2edb0;
}

.depth-3 {
  margin-left: 15px;
  border-left: 1px solid #f2edb0;
}

.bypostauthor {
  background: #f6f2c2;
}
.avatar {
  float: left;
  margin: 0 10px 10px 0;
  border: 3px solid #2a0000;
}
.fn {
  font-style: normal;
  font-weight: bold;
}

.reply {
  margin-bottom: 10px;
}
.reply a {
  font-size: .87em;
  background: transparent url('images/reply.gif') no-repeat 0 0;
  padding: 0 0 3px 20px;
  text-decoration: none;
}
.formFielda {
  background-color: #fff; 
  border: 1px solid #990000;  
  font-family: verdana;
  font-size: 1em;
}
.buttona {
  font-weight: bold;
}

#submit {
  background: transparent url('images/submit-button.gif')  no-repeat;
  width: 80px;
  height: 20px;
  border: none;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  line-height: normal;
  padding-bottom: 1px;
}

.sticky {
  border: 2px solid #990000; 
  background: #E5F0ED url('images/featured-post.gif') no-repeat 20px 20px;
  margin: 0 0 20px 0;
  padding: 50px 20px 20px 20px;
}
.sticky .postTitle {
  padding-top: 15px;
  margin-top: 0px;
}
.sticky .postMetaDate {
  display: none;
}

.subscribe-to-comments #subscribe {
  width: 25px;
}

/* Aweber Form Styling */

#sidebar1Text .af-form {
	width: 270px;
	margin: -10px 0 0;
	background: url('images/af-form-bg.jpg') no-repeat;
	height: 312px;
}

#sidebar1Text .af-body {
	padding-top: 150px;	
}

#sidebar1Text .af-body p {
	font-weight: bold;
}

/* Name & Email Labels */

#sidebar1Text .af-form label.previewLabel {
  font-family: 'arial narrow', arial, helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: .9em;
	display: block;
	float: left;
	text-align: right;
	width: 45px;
	padding-right: 20px;
}

*html #sidebar1Text .af-form label.previewLabel {
	width: 20px;
}

#sidebar1Text .af-element {
	width: 235px;
	margin: 0px auto;
	padding: 5px 10px;
}

*html #sidebar1Text .af-element {
	width: 260px;
}

/* Input box style */
#sidebar1Text .af-textWrap {
	display: block;
	float: right;
	width: 170px;
	text-align: left;
}

#sidebar1Text .af-body input.text {
  font-family: tahoma, arial, helvetica, sans-serif;
	width: 170px;
}

/* Submit Button */
#sidebar1Text .af-form .buttonContainer {
	text-align: right;
}

#sidebar1Text .af-form .privacyPolicy {
	text-align: center;
}

#sidebar1Text .af-form .buttonContainer .submit {
	
}

#sidebar1Text .af-clear {
	clear: both;
}

.connectonline {
	margin-top: -15px;
	padding: 10px 0;
	border-top: 1px solid #F5F5DC;
	border-bottom: 1px solid #F5F5DC;
}

.rssLink {
	margin: 15px 0 0 11px;
}

p.rssFeedSmall  {
	background:url("images/bg-rss-small.gif") no-repeat scroll 0 0 transparent;
	font: bold;
	height: 25px;
	margin-left: 150px;
	padding: 5px 0 15px 35px;
	text-align: left;
}

.subscribeTitle {
	font: 18px Georgia, "Times New Roman", serif;	
	margin-top: 10px;
}

/* Sidebar Tabs */

.tabbed-widget {
	border: 1px solid #D4915D !important;
}

.ui-tabs .ui-tabs-nav {
	background: url('images/tab-bg.jpg') repeat-x;
	height: 50px;
	font-family: 'Arial Narrow',Tahoma,sans-serif;
	font-size: .95em;
}

.ui-tabs .ui-tabs-nav li {
	border: none !important;
	width: 25% !important;
	text-align: center;
}	

*html .ui-tabs .ui-tabs-nav li {
	width: 24% !important;
}

.ui-tabs li.ui-tabs-selected { 
	background: url('images/tab-bg-active.jpg') no-repeat !important; 
	height: 50px;
}

.ui-tabs li.ui-tabs-selected a { 
	background: #B15323 !important;
	padding: 2px 5px !important;
}

.tw-content {
	padding: 0 10px !important;
	width: 250px !important;
}

.akpc_report ol {
	list-style: none;
	margin: 0;
}

.akpc_report li span {
	display: none;
}

.blogArchivesLink {
	padding-bottom: 0 !important;
}

/* Lijit widget style */

li#lijit-search {
	padding-bottom: 0 !important;
}

input#lwp_sfd {
	border-color: #D4915D !important;
}

input#lwp_3_searchbutton {
	border-color: #D4915D !important;
	text-transform: uppercase !important; 
	font-family: arial, helvetica, sans-serif !important;
	font-weight: bold !important;
/*	color: #990000 !important;  */
	font-size: 11px !important;
}

/* Twitter Stream styles */

#twitter_t {
   width: 270px;
   height: 15px;
   background-image:url("images/twitter-bg-top.gif");
}

#twitter_m {
   width: 270px;
   padding: 0 15px;
   background:url("images/twitter-bg-mid.gif")  0 0 repeat-y;
}

   #twitter_container {
       min-height:45px;
       height:auto !important;
       height:40px;
       padding-bottom:10px;
   }

       #twitter_update_list {
           width: 240px;
           padding: 0;
           overflow: hidden;
           font-family: Georgia;
           font-size: 14px;
           font-style: italic;
           line-height: 16px;
       }

       #twitter_update_list li {
           width: 240px;
           list-style: none;
       }

       #twitter_update_list li a {
           border-bottom: dotted 1px;
           text-decoration: none;
       }

       #twitter_update_list li a:hover {
           background: #d3f1f9;
       }

#twitter_b {
   width: 270px;
   height: 52px;
   background-image:url("images/twitter-bg-bot.gif");
}	

.followOnTwitter {
	text-align: right;
	margin: -22px 3px 0 0;
}

#dsq-content h3 {
	font-size: 14px; 
	text-transform: uppercase;
}

#dsq-comments-title {
	margin-top: 35px !important;
}

/* Home Featured Article Block */

#masthead {
	width: 600px;
	min-height: 250px;
	margin: 0 auto 45px;
	padding: 10px;
	clear: both;
	background: #fff;
	border: 1px solid #d4915d;
	position: relative; 	
	overflow: hidden;
	}
	
*html #masthead {
	width: 578px;
}

#featuredBanner {
	position: absolute;
	top: -3px;
	left: -2px;
	z-index: 900;
	background: url('images/featured.png') no-repeat;
	height: 79px;
	width: 78px;
}

*html #featuredBanner {
	background: url('images/featured.gif') no-repeat;
}	

#mySlides {
	position: relative; /*leave this value alone*/
	overflow: hidden; /*leave this value alone*/
	width: 600px; /*Width of Carousel Viewer itself*/
	height: 250px; /*Height should enough to fit largest content's height*/
	margin: 0px;
}

#myController span {
	text-indent:-9999px;
	display: none;
}

#myController ul li {
	list-style: none;
	display: inline;
}	

#jFlowSlide{ float: left;}

#myController span.jFlowSelected {
}

.jFlowPrev{
	float: left;
	width: 50px;
	margin: 10px 0 0;
	text-indent:-9999px;
	cursor:pointer;
	background: #fff url("images/prev.gif") top left no-repeat;
}

.jFlowNext{
	float: right;
	width: 50px;
	margin: 10px 0 0;
	text-indent:-9999px;
	cursor:pointer;
	background: #fff url("images/next.gif") top left no-repeat;
}

.masthead_lft{
	float: left;
	width: 325px;
	margin: 0;
	padding: 0 10px 0 0;
}

*html .masthead_lft {
	width: 315px;
}

.masthead_lft img{
	width: 325px;
	height: 250px;
	border: none;
	}

.masthead_rgt{
	float: right;
	text-align: left;
	width: 250px;
	margin-right: 10px;
	}
	
*html .masthead_rgt {
	width: 240px;
}
	
.masthead_rgt h2, .masthead_rgt h2 a{
	color:#990000;
	background-color: transparent;
	line-height: 22px;
	margin:5px 0px; 
	text-decoration: none;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 18px;
	}

.masthead_rgt h2 a:hover{
	color: #D4915D;
	text-decoration: none;
}

.masthead_rgt p {
	text-align: left; 
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	line-height: 1.3em;
	}

/* ICM Animated Banner */

#ie6NoFlash {
	display: none;
}

#icmAd {
	position: relative;
	width: 260px;
	height: 305px;
	margin-bottom: 20px;
}
	
.icmAnimation {
	position: absolute;
	top: 0;
	z-index: 0;
}

.icmLink {
	position: absolute;
	top: 0;
	z-index: 10;
}

.icmAnimationNonIE {
	display: none;
}

/* Products Page */

.productsLeft {
	float: left;
	width: 545px;
	padding: 35px 45px 10px 0;
}

.productsRight {
	float: right;
	width: 280px;
	padding-bottom: 10px;
}

.product1bg {
	background: url('images/amp-client-attraction.jpg') no-repeat;
	height: 295px;
	padding: 135px 25px 0;
	margin: 0;
}

.product2bg {
	background: url('images/create-authentic-brand.jpg') no-repeat;
	height: 295px;
	padding: 135px 25px 0;
	margin: 0;
}

.product3bg {
	background: url('images/launch-coaching-programs.jpg') no-repeat;
	height: 295px;
	padding: 135px 25px 0;
	margin: 0;
}

.productsRight a:link, .productsRight a:visited {
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

.productsRight a:hover {
	color: #990000;
	text-decoration: underline;
}

.productsRight ul {
	list-style: none;
	margin: 0;
}

.productsRight li {
	background: url('images/productsBullet.png') no-repeat 0 4px;
	padding: 0 0 5px 15px;
}

*html .productsRight li {
	background: url('images/productsBullet.gif') no-repeat;
}	

.product1bg .productButtons, .product2bg .productButtons {
	padding-top: 30px;
}

.product3bg .productButtons {
	padding-top: 10px;
}

.productLearnMore {
	float: left;
	width: 109px;
}

.productBuyNow {
	float: right;
	width: 90px;
}