/* Main Screen Stylesheet for Natural Birth and Baby Care.com
Version 1.5
Author: Kristen Burgess */

* {
	padding: 0;	margin: 0;
	}

body {
	font-size: 1em;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	background-color: #fff;	
	color: #333;	
	background-image: url(../image-files/background_grade.jpg);	
	background-repeat: repeat-x;
	}

h1 {
	font-size: 1.8em;	font-family: Times, "Times New Roman", serif;
	margin-bottom: 0px;
   color: #000060; 	
	}h2 {
	font-size: 1.5em;
	font-family: Times, "Times New Roman", serif;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #000060; 	
	}

h3 {
	font-size: 1.3em;
	font-family: Times, "Times New Roman", serif;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 2px;
	
	color: #000060; 	
	}

h4 {
	font-size: 1.1em;
	font-family: Times, "Times New Roman", serif;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 4px;
	
	color: #000060; 	
	}

h5 {
	font-size: 1.1em;
	font-family: Times, "Times New Roman", serif;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 10px;
	margin-left: 6px;
	color: #000060; 
	}

a:link {

	color: blue;

	text-decoration: underline;
	}

a:visited {

	color: purple;

	text-decoration: underline;
	}

a:hover {
		
	color:#243924;
		
	text-decoration: underline;
	}

a:active {
	}


strong {
	font-weight: bold;
	}

em {	
	font-style: italic;
	}



hr {
	border: none;
	background-color: #ece0d0;
	color: #ece0d0;
	height: 3px;
	width: 95%
	}


/* Adding Captions to Images */



.picture { 
	background-color: #ece0d0;

	border: 1px solid #CCCCCC; 
	padding: 3px;

	font: 11px/1.4em Arial, sans-serif;
	}


.picture img { 
	border: 1px solid #CCCCCC;

	vertical-align:middle; 
	margin-bottom: 3px; 
	} 


.right { 
	margin: 0.5em 5px 0.5em 0.8em; 
	float:right; 
	}

	
.left { 
	margin: 0.5em 0.8em 0.5em 5px; 
	float:left; 
	} 






/* Column Mechanics */

#container {	
	margin: 0 auto;	
	width: 960px;
}

#wrapper {
	
width: 100%;
	
float: left;
}

#content {
	margin: 0 180px 10px 180px;	
	background-color: #FFF;
}



#primary {
	float: left;
	width: 179px; 
	margin-left: -960px; 
	
	margin-top: 5px;
}



#secondary {
	float: left;
	width: 179px; 
	margin-left: -180px;
	
	padding-top: 10px;
}


/* Header Styling */

#header {
	background-image: url(../image-files/header.jpg);	
	color: #333;	
	position: relative;	
	height:160px;	
	line-height: 80px;
	
	margin: 0;
}




#header h1{

	font-size: 1em;

}	
	
#header h1 a{	
	
	height: 150px;	
	width: 700px;	
	text-decoration: none;	
	font-size: 3em;
}

#header a i {
	visibility: hidden;
}/* Top Navigation */#top_nav {
	background-color: #243c55;	color: #fff;	font-size: .8em;	padding: 0;	height: 50px;	background-image: url(../image-files/nav_top_bar.jpg);	overflow: hidden;
}#top_nav ul {
	margin-left: 20px;	padding-top: 15px;
}#top_nav li {
	display: inline;	margin: 0 15px;	font-weight: bold;	line-height: 2em;
}#top_nav ul li a {
	padding: 0px 5px 0px 5px;	margin: 0;	border-left: 2px solid #243c55;	text-decoration: none;
}#top_nav ul li a:hover {
	background: #2a4f76;	border-left: 2px solid #7da1c7;	text-decoration: none;
}#top_nav a:link {
	color: #fff;	text-decoration: none;
}#top_nav a:visited {
	color: #fff;	text-decoration: none;
}

/* Content Starts Here */


#content p {
	font-size: .9em;
	margin-bottom: 5px;
	margin-left: 15px;
	line-height: 1.5em;
	
	padding: 10px;
}

#after_article_form {
	border: 3px solid #ece0d0; 
	width: 75%; 
	font-size: 14px;
}

#after_article_form p {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#content h1, #content h2, #content h3, #content h4 {
padding: 10px 2px 5px 10px;
}



#content h1 {
margin-top: 10px;
}



#content img {

}

#no_border img {
border: none;
}

#content ul {
	margin: 20px 40px 20px 50px;
	font-size: .9em;
}

#content ul li {
	margin: 10px 0;
}

#content ul li p {
	font-size: 1em;
	margin-top: 20px;
}

#content ol {
	margin: 20px 40px 20px 50px;
	font-size: .9em;
}

#content ol li {
	margin: 10px 0;
}/* Sidebars start here */#primary ul {
	list-style: none;	margin: 0;
}#primary ul li {
	font-size: .7em;	margin: 0 0 0 10px;	padding: 0px;	border: 1px solid #fff;
}#primary ul li a {
	color: #243924;	padding: 3px;	margin: 0;	background: #f8f8f8;	display: block;	border-left: 4px solid #245524;	text-decoration: none;
}#primary ul li a:hover {
	background: #bbd9bb;	display: block;	border-left: 4px solid #429C42;	text-decoration: none;
}

#primary p.title {	font-size: 1em;	font-weight: bold;
	padding: 8px 0;
	color: #244566;

}

/* Footer */

#footer_container {
	clear: both;	
	text-align: center;	background-image: url(../image-files/footer_container_grade.jpg);	height: 125px;
}

#footer {
	background-image: url(../image-files/footer_bar.jpg);	background-repeat: no-repeat;	background-position: top center;	color: #FFF;	padding: 10px;	margin-top: 10px;	font-size: .9em;
}

#footer p {
	margin-top: 4px;
}

#footer_container ul {
	list-style: none;	font-size: .8em;	margin-top: 21px;
}

#footer_container ul li {
	display: inline;
}

#footer_container a {
	color: #fff;
}

#footer_container ul li a {
	padding: 0px 5px 0px 5px;	margin: 0;	border-left: 2px solid #245524;	text-decoration: none;
}

#footer_container ul li a:hover {
	border-left: 2px solid #429C42;	text-decoration: none;
}

/* Misc */

.breadcrumb {
	font-size: 12px;	margin-left: 10px;	margin-top: 30px;
}

strong {
	font-weight: bold;
}

.image_right {
float: right;
margin: 0 10px 6px 10px;
}

.image_left {
float: left;
margin: 5px 15px 7px 15px; 

}

.center {
text-align: center;
margin: 10px auto;
}

.clear {
clear: both;
}

a img {
border: none;
}

a {
	outline: none;
}

.margin {
margin-left: 30px
}

#address {
list-style-type: none;
margin: 0;
}

.highlight {
font-weight: 700;
background-color: #fef788;
padding: 4px;
}

blockquote {
font-size: .8em;
	margin-bottom: 15px;
	margin-left: 45px;
	margin-right: 45px;
	line-height: 1.5em;
}



.testimonial {
font-size: .8em;
	margin-bottom: 15px;
	margin-left: 45px;
	margin-right: 45px;
	line-height: 1.5em;
	background-color: #dae7da;
	border: 1px dashed #7d927d;
	color: #000;
}



.sidebar {
padding: 20px 10px 10px 10px;
background-color: #d9e7d9;
}

.socializeit {

margin-top: 15px;
}


.socializeit hr {
display: none;
}

.caption {
font-size: 85%;
font-weight: bold;
color: #333;
display: block;
line-height: 150%;
margin-bottom:4px;
margin-left: 25px;
}

#ad_block {
margin: 10px 0 10px 10px;
padding-left: 10px; 
}

/* Adsense Stuff */

#adsense_search {
margin: 20px 0 10px 20px;
}

#adsense_primary {
margin: 10px 0 10px 0px;
}

/* Social Bookmarking Styling */

#social_bookmarking {
margin: 20px 0 28px 10px;
}

#social_icons {
padding-left: 20px;
}

/* RSS Feed Box Styling */

ul.rss {
	list-style: none;	margin: 20px 0 20px 25px;	font-size: 12px;
}.rss li {
	margin: 3px 0;
}

.rss img {
border: none;
}

.standard {
background-image: url(../image-files/standard.jpg);
background-position: center left;
background-repeat: no-repeat;
padding-left: 20px;
color: #000;
text-decoration: none;
}/* Ezine Sign Up Form */#ezine fieldset {
	text-align: center;	border: 1px #245524 solid;	padding: 5px 4px;
	width: 140px;
	margin-left: 10px;
}.form_small {
	font-size: 9px;	margin-bottom: 15px;
}

.form_medium {
	font-size: 11px;	margin-bottom: 15px;
}

.form_background {
background-color: #245524;
color: #ffffff;
padding: 5px;
margin: 0 0 10px 0;
}

.content_fieldset {
margin-right: 15px;
}

/* Table of Contents Styling */

#contents {
clear: both;
border: 6px double #dadada;
padding: 0px 10px;
}

#contents ul {
	list-style-type: none;
}


/* PK Audio Styling */

#pk_audio p {
	margin: 0 0 30px 0;
}

/* Checkmarks */

.greencheck {
list-style-type: none;
margin: 0;
padding: 0;
}

.greencheck li {
background: url(../image-files/greencheck.jpg) no-repeat;
padding-left: 40px;
padding-top: 0;
padding-bottom: 15px;
}

/* Testing New Homepage */

div.float {
  float: left;
  margin-left: 8px;
  margin-right: 8px;
  }
  
div.float p {
   
   }

/* Styling Social Buttons */

ul.scfw_16px li, ul.scfw_24px li, ul.scfw_32px li, ul.scfw_16px li a, ul.scfw_24px li a, ul.scfw_32px li a {
    background: none repeat scroll 0 0 transparent !important;
    border: 0 none !important;
    display: inline !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
ul.scfw_16px li {
    margin: 0 2px 0 0 !important;
}
ul.scfw_24px li {1/8/2012
    margin: 0 3px 0 0 !important;
}
ul.scfw_32px li {
    margin: 0 2px 0 0 !important;
}
ul.scfw_text_img li:before, ul.scfw_16px li:before, ul.scfw_24px li:before, ul.scfw_32px li:before {
    content: none !important;
}
.scfw img {
    float: none !important;
}

#social_buttons {
padding-left: 10px;

}

#social_buttons h3 {
margin-bottom: 0px;
margin-left: 0px;
padding-left: 0px;
}

/* Improving the Rendering of Forms */

form {
padding-left: 25px;
}

.formbody {
padding: 15px;
border: 1px solid #ece0d0; 
}
