/*  
Theme Name: The VA Success Coach Custom Template
Theme URI: http://www.thevasuccesscoach.com
Description: Custom theme developed for Kellie deRuyter
Version: 1.0
Author: Nichole W. Betterley
Author URI: http://www.npoweredsites.com/

*/

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

Site Background:	#78a898 (dark teal)
Content Text:	#181818 (black)

a (standard, visited):	#138094 (light teal)
a (hover):	#265f4b (dark teal)

post and widget separator lines: #f6ae24 (gold)
blockquote background and comment separator: #fff4de (light yellow)
-------------------------------------------------------------------*/

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

html {
  background: #78a898;
}
 
body {
  margin: 0;
  padding: 0;
  background: url('images/bg.gif') repeat-x;
  font-family: arial, helvetica, sans-serif;
  color: #181818;
  font-size: 80%;
  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 {
  margin: 0px auto;
  text-align: left;
  width: 1050px;
  background: url('images/contentbg.png') repeat-y;
}

*html #container {
  background: url('images/contentbg.gif') repeat-y;
}

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

*html #header {
  background: url('images/header2.jpg') no-repeat top center;
}

#mainContent {
  float: left;
  width: 645px;
}
#mainContentText {
  margin: 0px 35px 0 80px;
  padding: 0px;
}

#sidebar1 {
  float: left;
  width: 390px;
}

*html #sidebar1 {
	position: relative;
}

#sidebar1Text {
  margin: -70px 0 20px 0; 
  padding: 0px;
}

#footer {
  margin: 0px auto;
  text-align: center;
  width: 1050px;
  background: url('images/footerbg.png') no-repeat;
  height: 90px;
  padding: 0;
}

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

#copyright {
  padding: 90px 50px 10px 0;
  text-align: right;
  margin: 0; 
  font-size: .87em;
  color: #fff;
}

/* navigation */

#navigation {
  width: 463px; 
  height: 46px;
  background: url('images/navigation.gif') no-repeat;
  padding: 0;
  margin: 0 0 0 544px;
}
#navigation ul {
  margin: 0; padding: 0;
}
#navigation li {
  margin: 0; padding: 0; list-style: none;
}
#navigation li, #navigation a {
  height: 46px; display: block; text-indent: -9999px;
}
#button1 {left: 0; width: 81px; float: left;}
#button2 {left: 81px; width: 100px; float: left;}
#button3 {left: 181px; width: 85px; float: left;}
#button4 {left: 266px; width: 106px; float: left;}
#button5 {left: 372px; width: 91px; float: left;}

li#button1 a:hover, li#button1 a.active {
  background: transparent url('images/navigation.gif')
  0 -46px no-repeat;}
li#button2 a:hover, li#button2 a.active {
  background: transparent url('images/navigation.gif')
  -81px -46px no-repeat;}
li#button3 a:hover, li#button3 a.active {
  background: transparent url('images/navigation.gif')
  -181px -46px no-repeat;}
li#button4 a:hover, li#button4 a.active {
  background: transparent url('images/navigation.gif')
  -266px -46px no-repeat;}
li#button5 a:hover, li#button5 a.active {
  background: transparent url('images/navigation.gif')
  -372px -46px no-repeat;}

/* 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: none;
}

p {
  padding-bottom: 15px;
}

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

a:hover {
  color: #265f4b;  
}

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

ul.checkmark {
  margin-left: 30px;
  list-style: none;
}

.checkmark li {
  line-height: 1.8em;
  padding: 2px 0 10px 30px;
  background-image: url('images/checkmark.gif');
  background-repeat: no-repeat;
  background-position: 0 .4em;
}  

blockquote {
  font-family: Georgia, 'Times New Roman', Times, serif;
  margin: 15px 25px;
  padding: 10px;
  background: #fff4de;
  font-style: italic;
}

blockquote p {
  padding: 0;
}

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

.tagpost {
  margin: 10px 0 40px 0px;
  padding: 0;
}
.tagpostTitle, .categoryTitle, .archiveTitle {
  color: #f6ae24;
  padding: 20px 0 5px 0;
  font-size: 20px;
  font-family: Georgia, "Times New Roman", Times, serif;
  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: #265f4b;  
  padding: 10px 0 0 0;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  font-style:normal;
}

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

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

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

.entry {
  padding: 10px 0;  
}

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

.postMetadataTop {
  font-size: .8em;
}

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

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

.relatedPosts {
  font-size: .87em;
  margin: 10px 0;
  padding: 0;
}

.sociable_tagline {
  font-size: .87em;
  margin: 10px 0;
  padding: 0;
}  

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

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

.alignright {
  float: right;
}

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

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

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

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

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

#sidebar1 .st-tag-cloud {
  line-height: 27px;
  padding-bottom: 22px;
  width: 300px;
  margin-left: 31px;
}

.subscribebox {
  width: 300px; 
  margin: 0 0 0 31px;
  font-size: 1.1em;
  background: #e5f0ed; 
  color: black;
  padding: 20px 0;
  border-top: 1px dotted #980a66;
  border-bottom: 1px dotted #980a66;
  display: block;
}  

*html .subscribebox {
	position: relative;
	z-index: 100;
}

.followme {
  display: block;
  width: 300px; 
  margin: 0 0 0 31px;
  padding: 0;
  border-bottom: 1px dotted #980a66;   
  height: 35px; 
}

#lwp_main {
  margin: 10px 0 0 31px !important;  
}

.widget_archive select {
  margin: 10px 0 0 31px;  
}

.widgettitle {
  background: url('images/ribbons.gif') no-repeat;
  height: 44px;
  font-size: 1.2em;
  font-style: italic;
  font-weight: bold;
  padding: 20px 0 0 50px;
  margin: 0px;
}

*html .widgettitle {
  background: url('images/ribbons.gif') no-repeat;  
}

.widget ul {
  margin: 0 75px 0 30px !important;
}


#copyright a:link, #copyright a:visited {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

#copyright a:hover {
  color: #138094; 
}

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

/* Comments Styling */

h3#comments, #respond h3 {
  padding-top: 30px;
  border-top: 1px solid #980a66;
}

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

.comments-template {
  padding-top: 20px;
}

.comments-template ul {
  margin: 0px;
  padding: 0;
  list-style: none;
  line-height: 1.4em;
}
.comments-template ul li {
  display:block;
  margin-bottom: 15px;
  border: 1px solid #138094;	
  background: #edf5f3;
}

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

.depth-1 .comment {
  padding: 10px;
  margin-left: 15px;
}

.depth-2 {
}

.depth-3 {
}

.bypostauthor {
}
.avatar {
  float: left;
  margin: 0 10px 10px 0;
  border: 2px solid #e5f0ed;
}
.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 #138094;  
  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;
}

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

.contactleft {
  min-height:34px;
}

.contactright {
  min-height:34px;
}

.sticky {
  border: 3px double #980a66; 
  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;
}
.sticky .separator  {
  display: none;
}
.sociable img {
  height: 24px !important;
  width: 24px !important;
}
.sociable-hovers {
	opacity: 1 !important;
	-moz-opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}
.sociable-hovers:hover {
	opacity: .8 !important;
	-moz-opacity: .8 !important;
	filter: alpha(opacity=80) !important;
}

.pleaseConfirmBox {
	font-size: 1.3em;
	background: white; 
	border: 2px solid red; 
	padding: 20px;	
}