/*  
Theme Name: The Integral Advisor Template
Theme URI: http://www.integraladvisor.com
Description: Custom theme developed for Kristin Keffeler.
Version: 1.0
Author: Nichole W. Betterley
Author URI: http://www.npoweredsites.com/

*/

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

Site Background:	#4b1e79 (purple)
Content Text:	#000000 (black)

a (standard, visited):	#4b1e79 (purple)
a (hover):	#53945e (green)
metadata links and action: #D78735 (orange)

separator lines: #D9DADB (light grey)
-------------------------------------------------------------------*/

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;   
vertical-align: baseline;   
background: transparent;   
}

:focus {   
outline: 0;   
}
 
body {
  margin: 20px 0;
  padding: 0;
  background: #4b1e79;
  font-family: "trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
  color: #000000;
  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.gif') repeat-y;
  margin: 0 auto;
  text-align: left;
  width: 960px;
}

#noSidebarContainer {
  background: #ffffff;
  margin: 0 auto;
  text-align: left;
  width: 960px;
}

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

#mainContent {
  float: left;
  width: 650px;
}
#mainContentText {
  margin: 20px;
  padding-bottom: 20px;
}

#nosidebarContent {
  float: left;
  width: 960px;
}
#nosidebarContentText {
  margin: 20px;
  padding-bottom: 20px;
}

#sidebar1 {
  float: right;
  width: 300px;
}

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

*html #sidebar1Text {
	margin-right: 15px;	
}

#footer {
  background: #53945e;
  padding: 20px; 
  font-size: .87em;
}

#copyright {
  margin: 0px auto;
  text-align: left;
  color: #fff;
}

/* navigation */

.topMenu {
  font-size: 1.1em;
  font-weight: bold; 
  margin: -27px 0 0 9px;
  height: 35px;
  width: 920px;
}

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

.topMenu ul li {
  float: left;
  margin: 0;
  padding: 0 20px;
  background: url('images/menu-separator.gif') no-repeat;
}

.topMenu ul li .current_page_item {
	background: none;
}

.topMenu li a:link, .topMenu li a:visited {
  text-decoration: none;
  color: #000000;
}  

.topMenu li a:hover {
	color: #4b1e79;
}

/* fonts and text */

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

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

p {
  padding-bottom: 15px;
}

a, a:link, a:visited {
  color: #4b1e79;
}

a:hover {
  color: #53945e;  
}

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

blockquote {
  font-family: Georgia, 'Times New Roman', Times, serif;
  margin: 15px 25px;
  padding: 10px 10px 10px 30px;
  background: url('images/quotes.gif') no-repeat;
  font-style: italic;
}

blockquote p {
  padding: 0;
}

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

.post {
  margin: 0px 0 20px 0px;
  padding: 0 0 40px 0;
  border-bottom: 1px solid #D9DADB;
}

.tagpost {
  margin: 10px 0 40px 0px;
  padding: 0;
}
.tagpostTitle, .categoryTitle, .archiveTitle {
  color: #f6ae24;
  padding: 20px 0 5px 0;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}

h1.postTitle, h1.postTitle a:link, h1.postTitle a:visited, h2.postTitle, h2.postTitle a:link, h2.postTitle a:visited {
  color: #4b1e79;
  padding: 20px 0 0 0;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
}

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

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

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

.entry {
  padding: 20px 0;  
}

.entry a {
  text-decoration: none;
  font-weight: bold;
}

a.more-link {
	color: #D78735;
	font-weight: bold;
	text-decoration: none;
}

.postMetadataTop {
  font-size: .87em;
  color: #7d7d7d;
}

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

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

.postTagsHome {
  font-size: .87em;
  margin: 10px 0;
  background: transparent url('images/tag.gif') no-repeat 0 0;
  padding: 0 0 3px 20px;
}

.postTags {
  margin: 10px 0;
}

.postComments a:link, .postComments a:visited {
  font-size: .87em;
  background: transparent url('images/comment.gif') no-repeat 0 0;
  padding: 0 0 3px 20px;
  color: #d78735;
  text-decoration: none;
}
  
.postMetadataTop a:link, .postMetadataTop a:visited, .postTags a:link, .postTags a:visited {
  text-decoration: underline;
  font-weight: normal;
  color: #7d7d7d;
}

.postComments a:hover, .postMetadataTop a:hover, .postTags a:hover {
	color: #53945E;	
}

.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: #53945e;
}
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.widgettitle {
  font-size: 1.3em;
  color: #4b1e79;
  font-weight: bold;
  padding: 0px 0 4px 0;
  margin-bottom: 10px;
}

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

p.relatedPosts {
  margin-top: 10px;
  padding: 10px 0 0 0;
  border-top: 1px solid #fff4de;
}

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

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

#sidebar1, #sidebar1 a:link, #sidebar1 a:visited {
  font-size: .95em;
  font-weight: normal;
  color: #000000;
}

#sidebar1 a:hover {
	color: #53945E;	
}

#sidebar1 a:link, #sidebar1 a:visited {
  text-decoration: underline;
}

#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;
}

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

#sidebar1 .lijit_std_widget {
	padding-bottom: 0;
}

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

#copyright a:hover {
  color: #4b1e79; 
}

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

/* Comments Styling */

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

.comment {
  padding: 10px;
  margin: 0px;
}

.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: #7D7D7D;
}

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

.depth-2 {
  margin-left: 10px;
  border-left: 1px solid #d9dadb;
}

.depth-3 {
  margin-left: 10px;
  border-left: 1px solid #d9dadb;
}

.bypostauthor {
  background: #f2f2f2;
}
.avatar {
  float: left;
  margin: 0 10px 10px 0;
  border: 3px solid #303030;
}
.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 #D9DADB;  
  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: "trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  line-height: normal;
  padding-bottom: 1px;
}

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

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

/* Aweber Sidebar Form Styling */

#sidebar1Text .af-form {
	width: 260px;
	margin: 0;
	height: 261px;
	background: #fff url('images/af-form-bg.gif') no-repeat;
}

#sidebar1Text .af-body {
	padding: 130px 20px 0 20px;	
}

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

/* Name & Email Labels */

#sidebar1Text .af-form label.previewLabel {
  font-family: "trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
  font-size: .95em;
	display: block;
	float: left;
	text-align: right;
	width: 30px;
	padding-right: 20px;
}

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

#sidebar1Text .af-element {
	width: 200px;
	margin: 5px auto;
}

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

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

#sidebar1Text .af-body input.text {
  font-family: "trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	width: 140px;
}

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

#sidebar1Text .af-form .buttonContainer .submit {
	font-family: Georgia, 'Times New Roman', serif;
  font-size: 12px;	
}

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

/* Aweber Landing Page Form Styling */

.landing .af-form {
	width: 500px;
	margin: 0 auto;
	height: 372px;
	background: #fff url('images/af-landing-form-bg.gif') no-repeat;
}

.landing .af-body {
	padding: 215px 45px 0 45px;
}

/* Aweber Post Footer Form Styling */

.postSignup .af-form {
	width: 610px;
	margin: 15px 0;
	height: 162px;
	background: #fff url('images/af-post-signup-form-bg.gif') no-repeat;
}

.postSignup .af-body {
	padding: 50px 0 0;
}


.rssSubscribe {
	background: url('images/rss.png') no-repeat 0 13px;
	padding: 10px 0 0 20px;
	font-weight: bold;
	border-top: 1px solid #D9DADB;
}

.amzshcs-item {
	float: left;
	text-align: left;
	width: 100px;
	margin-bottom: 15px;
}

.amzshcs-text, .amzshcs-text a:link, .amzshcs-text a:visited {
	float: left;
	font-weight: normal;
	text-decoration: underline;
}