/*
Client:		All About Babies	

Author:		Scott Beatty sbeatty@northpointdesign.com
Updated:	
Notes:		None

*/

/* =Global
---------------------------------------------------------------------
*/

* {
   margin: 0;
   padding: 0;
}

body { 
	font-size:62.5%; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#666666; 
	text-align:center;
	background:#979C24;
}

a { 
	overflow: hidden; 
	color:#666666;
}

a:hover{
	color: #820082;
	text-decoration: none;

}

/* =TopBar
---------------------------------------------------------------------
*/

#top-bar-container{
	background: #6A006A url(../images/bg_topbar.jpg) repeat-x;
}

#top-bar{
	width: 830px;
	margin: 0 auto;
}

#top-bar p {
	text-align: right;
	padding: 7px 6px 7px 0;
	color: #FFFFFF;
	font-size: 1.3em;
}

#top-bar a {
	color: #D7DE20;
	text-decoration: none;
	margin: 0 8px;
}

#top-bar a:hover {
	color: #FFFFFF;
}

/* =Header
---------------------------------------------------------------------
*/

#header-container{
   background: #4A004A url(../images/bg_header.jpg) repeat-x;
}

#header{
   width: 830px;
   height: 187px;
   margin: 0 auto;
}

#header h1 { 
	width: 325px;
	height: 151px;
	float: left;
	background: url(../images/logo.jpg) no-repeat;
}

#header h1 a { 
	display: block;
	width: 325px;
	height: 151px;
	text-indent: -9999px;
}
	
#header #h2-container { 
	float: right;
	display: inline;
	padding-top: 75px;
}

#header #h2-container h2 { 
	color: #FFFFFF;
	text-align: right;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.4em;
}

#header #h2-container h2 span.scripture { 
	font-size: .8em;
}

/* =Navigation
---------------------------------------------------------------------
*/
#nav-container {
	clear: both;
	float: left;
	width: 830px;
}

#nav {
	float: left;
	width: 830px;
	list-style:none;
}

#nav li	{ 
	float:left;
	background: url(../images/bg_nav_right.jpg) no-repeat right top;
	list-style: none;
}
	
#nav li a {
	display:block; 
	font-size:1.3em; 
	padding: 0 19px;
	line-height: 36px;
	color:#FFFFFF; 
	text-decoration:none; 
}
	
#nav li:hover a	{ 
	background:#C600C6; 
	color: #3E003E;
}

/* =Containers
---------------------------------------------------------------------
*/

#container {  
	clear: left;
	text-align: left;
	background: #979C24 url(../images/bg_inner_container.jpg) repeat-x;
}

#inner-container {  
	width: 830px;
	margin: 0 auto;
	background: #FFFFFF;
}

/* =Content Wrap
---------------------------------------------------------------------
*/

#content-wrap { 
	float: left;
	width: 830px;
	padding: 20px 0 10px 0;
}

/* =Content
---------------------------------------------------------------------
*/

#content { 
 	float:left; 
	width:480px;
	background: #FFFFFF;
}

body#oneCol #content { 
	width:830px;
}

#content h3, #content h4, #content h5, #content h6 { 
	color:#8A008A;
	margin-bottom: .75em;
	text-transform: uppercase;
	font-weight: normal;
}

#content h3 {
	font-size:1.8em;
	padding-left: 10px;
	margin-bottom: 0; 
}

#content h4 {
	font-size:1.6em; 
}

#content h5 { 
	font-size:1.4em;
	font-weight: bold;
	text-decoration: underline; 
}

#content h6 { 
	font-size:1.4em;
}


#content #text {
	padding: 10px;
}

#content p,
#content ul,
#content ol{
   margin-bottom: 1em;
   font-size: 1.4em;
   line-height: 1.3;

}

#content ul,
#content ol{
   margin-left: 3em;
}

#content ul.counties{
	margin-left: 2em;
}

#content ul.counties li{
	float: left;
	margin-right: 10px;
	width: 25%;
}

#content ul#byline{
   margin-bottom: 10px;
   font-size: 1.2em;
   list-style: none;
   margin-left: 2em;
}

#content ul#byline li{
   margin: 0;
   list-style: square;
   background:none;
   padding-left: 0;
}

#content img{
   float: left;
   margin: 0 10px 5px 0;
   border: 1px solid #CCCCCC;
}

#content hr{
	size: 1px;
	width: 90%;
	color: #CCCCCC;
	margin: 10px 0;
}

.more {
	clear:left;
}

#content .smallcenter {
	font-size: 1.2em;
}
/* =contact form */

form#contact-form {
	width: 350px;
	padding: 10px;
	background: #E8E8E8;
	border: 3px solid #CCCCCC;
}

form#payment-form {
	width: 550px;
	padding: 10px;
	background: #F4F4F4;
	border: 3px solid #EEEEEE;
}

form#payment-form table {
	width: 100%;
	border-collapse: collapse;
}

form#payment-form table td {
	padding: 5px;
	font-size: 1.2em;
	color: #333333;
} 
/* =Sidebar
---------------------------------------------------------------------

*/

#sidebar { 
	float:right; 
	display: inline;
	width:340px;
	margin-right: 10px; 
}

#sidebar-container-floral-home {
	width: 320px;
	height: 405px;
	background: url(../images/bg_sidebar_inner_frame_home.jpg) no-repeat;
	padding: 10px 10px 0 10px;
}

#sidebar-flash-movie {
	width: 320px;
	height: 230px;
}

#sidebar-flash-movie p {
	font-size: 1.3em;
	text-align: center;
	margin-bottom: .75em;
}

#sidebar-container-floral {
	width: 320px;
	height: 405px;
	background: url(../images/bg_sidebar_inner_frame.jpg) no-repeat;
	padding: 10px 10px 0 10px;
}

#sidebar-container-floral img {
	float: none;
	padding: 0;
	margin: 0;
	border: 0;
}

#sidebar-container-floral p {
	padding: 7px 0;
	text-align:center;
	font-size: 1.2em;
	color: #333333;
	line-height: 1.5em;
}

#sidebar-container-contact {
	width: 320px;
	height: 405px;
	padding: 10px 10px 0 10px;
}

#sidebar-container-contact p {
	padding: 10px;
	font-size: 1.4em;
	line-height: 1.5em;
}

/* =Footer
---------------------------------------------------------------------
*/
#footer { 
	clear:both;
	width: 810px;
	margin: 0 10px;
	border-top: 1px solid #CCCCCC;
	padding-bottom: 20px;
}

#footer p { 
	font-size:1.1em; 
	color: #999999; 
	margin:0; 
	padding: 10px;
}

/* --fixes-- */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix 		{ display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix 	{ display: block;}
/* End hide from IE-mac */

/* @end */