/*  
Theme Name: BabyBumps Blog Theme
Version: 1.0
Author: Andrea Osiek
Description: A theme for BabyBumps.net: Local resources for expectant KC parents
Author URI: http://www.babybumps.net
*/

 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0;}

body {
	color: #666666;
	text-align: center;
	margin: 0 0 15px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.75em;
	background-color: #5BDDDD;
}

/* links */
a, a:visited {	
	color: #666666; 
	background: inherit;
	text-decoration: none;		
}
a:hover {
	color: #339999;
	background: inherit;
	padding-bottom: 0;
	text-decoration: none;
}

/* headers */
h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal; 	
	color: #666666;		
}
h1 {
	font-size: 100%;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #43bebd;
		
}

h3 {
	font-size: 12pt;
	font-weight: bold;
	color: #43bebd;
	
}

h1, h2, h3, p {
	padding: 0px;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img.float-right {
  	margin: 0px 0px 10px 10px;  
}
img.float-left {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	font: bold 1.4em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;	
	margin: 10px;
 	padding: 0 0 0 25px;  
   background: #F5F5F5;
	border-left: 3px solid #D4D4D4;	
	color: #444;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	color: #333;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}






/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 867px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #FFFFFF;
	text-align: left;
}
#content-wrap {
	float: left;
	width: 805px;
	margin-left: 30px;
	display: inline;
	padding: 0;
	background: #fff url(images/content-wrap.jpg) repeat-x;
	border-top-style: none;
}

#header {
	position: relative;
	height: 35px;
	width:auto;
	padding: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

/* header links */
#header #header-links {
	position: absolute;
	top: 8px;
	right: 51px;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	visibility: visible;
}
#header #header-links p {	
	padding: 0;	margin: 0;	
}
#header #header-links a {	
	color: #FFFFFF;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #007D7A;		
}

/* header-photo */
#header-photo {
	position: relative;
	clear: both;
	height: 214px;
	width: 805px;
	text-align: right;
	background-image: url(images/logoheader.gif);
	background-position: center center;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#header-photo h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
	color: #fff;
	text-transform: none;
	text-decoration: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 6px;
	left: 684px;
	height: 148px;
	width: 152px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: bold;
	background-color: #FFFFFF;
	visibility: visible;
}





a img { 
border: 0; 
} 




/* Navigation */
#nav {
	clear: both;
	padding: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #00A19C;
}
#nav ul {
	float: left;
	list-style: none;
	width: 805px;
	padding: 0;
	margin: 0 0 0 30px;
	height: 30px;
	display: inline;
	text-transform: uppercase;
	background-image: url(images/nav.jpg);
	background-repeat: repeat-x;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 15px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	border-left-width: 1px;
	border-top-style: none;
	border-left-style: solid;
	border-left-color: #00A19C;
	line-height: 30px;
	text-transform: none;
	font-style: normal;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #FFFFFF;
	background-image: url(images/nav-current.jpg);
}
#nav ul li#current a {
	background-image: url(images/nav.jpg);
	background-repeat: repeat-x;
}

/* Main Column */
.three-col #main {
	margin-top: 5px;
	margin-bottom: 0;
	width: 443px;
	margin-right: 0px;
	margin-left: 183px;
}

.two-col #main {
margin: 20px 5px 0px 20px;
width: 500px;
float: left;
}


#main h1 {
	color: #FF7362;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #98E9E9;
	text-align: left;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 218px;
	margin-top: 10px;
	margin-right: 10px;
	list-style: none;
}	

#sidebar ul {
	margin-top: 10px;
	padding: 0 0px 0 14px;
	list-style: none;
}

#sidebar li {margin-top: 5px;} 

#sidebar h3 {
	position: relative;
	background: url(http://www.babybumps.net/blog/wp-content/themes/babybumps/images/button2.gif);
	margin: 20px 0px 0px 0px;
	height: 31px;
	width: 168px;
	padding: 10px 0px 0 14px;

}


#searchform #s {
	border:1px solid #cccccc;
	width: 125px;
	margin-left: 10px;
	}

#searchform #b {
	border: 0px;
	padding: 0px; }

#commentsection #submit {
	border: 0px;
	}


/* footer-wrap */
#footer-wrap {
	clear: both;
	width: 867px;
	font-size: 95%;
	text-align: left;
	background-image: url(images/footerbottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	list-style: none;
}


#footer li {
	list-style: none;
	padding-left: 15px;
}

/* footer */
#footer {
	clear: both;
	color: #666;
	width: 800px;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { 
	text-align: left; 
	float: left;
		}
.align-right { 
	text-align: right;
	float: right; }

.previous {
	text-align: left;
	float: left;
	font-weight: bold;
	}

.next{
	text-align: right;
	float: right;
	font-weight: bold;
	}


/* display and additional classes */
.clear { clear: both; }

/* post */
.post-by {
	font-size: .95em;	
	padding-top: 0;
}
.post-footer {
	background: #F5F5F5;
	padding: 5px; margin: 20px 10px 0 10px;	
	font-size: 95%;	
	color: #666666;	
}
.post-footer .date{
	margin: 0 10px 0 5px;	
}
.post-footer a.comments {
	margin: 0 10px 0 5px;	
}
.post-footer a.readmore {
	margin: 0 10px 0 5px;	
}

/********************************************
   FOOTER HEADER STYLING
********************************************/ 

#ad_header {
	color: #FF7461;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#events_header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #14BAA6;
}
#info_header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #9CB04D;
}




/********************************************
   CONTENT AREA STYLING
********************************************/ 



.date {
	background: url(images/date.gif) no-repeat;
	height: 50px;
	margin-bottom: 0px;
	width: 50px;
	text-align: center;
	float: left;
	margin-top: 10px;
	margin-right: 12px;
	
}
.date .month {
	display: block;
	color: #ffffff;
	padding-top: 3px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	margin-top: -6px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-left: -5px;
}
.date .day {
	display: block;
	color: #FF7461;
	font: 2.3em Georgia;
	padding-top: 0px;
	text-align: center;
	margin-top: -7px;
	margin-left: -5px;
}


.titles {
	font: 2.3em Georgia;
	color: #FF7461;
	margin-bottom: 10px;
}



.entry_head {
	float: left;
	width: 423px;
	clear: right;
	margin-bottom: 15px;
	margin-left: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;


}


.entry_head {
	border-bottom: 1px solid #ddd;
}




.navigation {
	width: 500px;
}



/********************************************
   CONTENT AREA STYLING
********************************************/ 

#comment {
	width: 400px;
}


#comments h3{
	margin-top: 20px;
	

}


#comments li {
	
 	padding-bottom: 10px;
	border-bottom: 1px solid #dddddd;
	list-style: none;
	
}





/* CSS for Forms */





#commentback {
	background-color: #ededed;
	padding: 15px;
}



