/*
Theme Name: BabyOrBust
Theme URI: http://babyorbust.com/
Description: A beautiful design by METAICON.
Version: 1.0
Author: Jeremy Sanchez
Author URI: http://metaicon.com/
Tags: BabyOrBust
*/

/* Toolbox */
.right{float:right;}
.left{float:left;}
.both{clear:both;}
.gray_box{
	background:#f4f4f4;
	padding: 5px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* Begin Typography & Colors */
body {
	margin: 0 0 20px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4e4e4e;
	background: #fff;
	font-size: 12px;
}
/* body {
	background: #555;
}
#wrapper {
	padding-bottom: 20px; 
	margin: 10px auto 0 auto; 
	width: 600px; 
	background: #fff; 
	border: 0px solid #000;
} */

h1, h2, h3 {}
h1 {
	font-size: 17px; 
	font-weight: bold;
	margin: 0;
}
h2 {
	font-size: 16px; 
	font-weight: normal;
	margin: 0;
}
h2 a {
	color: #667c62; 
	font-weight: bold;
	font-size: 12px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}
hr {
	border: 0; 
	color: #f0f0f0; 
	background-color: #f0f0f0; 
	height: 1px;
}

/* Begin Basic Structure */
#topbar {
	height: 10px; 
	width: 100%; 
	background: #667c62; 
	margin: 0 0 50px 0;
	font-size: 0px;
}
#header, #main, #feature, #footer {
	margin: 0 auto 0 auto; 
	width: 530px; 
}
#header img.logo {
	width: 121px;
	height: 68px;
	float: right; 
	position: relative; 
	top: -45px;
	border: 0px;
}
ul.nav {
	margin:0;
	padding:0;
	font-family: Gill Sans, Helvetica, Arial, sans-serif;
	
}
ul.nav li {
	display: inline;
	padding: 0 0 5px 0;
	margin: 0 9px 0 0;
	position:relative;
}
ul.nav a {
	text-decoration: none; 
	color: #667c62;
	font-size: 13px;
}
ul.nav a:hover, h2 a:hover, #main a:hover {
	color: #000;
	text-decoration:underline;
}


/*  Sub-Nav  */
ul.nav ul {  
	visibility:hidden; 
	position: absolute; 
	top: 100%; 
	left: 0;
	padding: 5px 10px;
	margin:0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border:2px solid #667c62;
	
}

ul.nav ul li { 
	font-weight: normal; 
	background: none;   
	float: none; 
	z-index:101;
	display:inline;
}
/* IE 6 & 7 Needs Inline Block */
ul.nav ul li a { 
	border-right:none; 
	width: 100%; 
	display: inline-block; 
} 

ul.nav li:hover > ul { visibility: visible; }

ul.nav ul ul { left: 100%; top: 0; } /* Sub-Sub-Nav ... God Forbid. */


#billboard {
	clear: both;
	position: relative;
	top: -15px;
	background: #f4f4f4; 
	width: 100%;
	padding: 10px 0 10px 0;
	margin-bottom: 25px;
}
* html body#home div#billboard {
	background: #fff url(images/ie_billboard_bg.gif) repeat-x;
	margin-bottom: -12px;
}
#feature h1, #feature h2 {
	width: 350px;
	display:inline;
}
#feature h1 {
	margin: 0 0 60px 0; 
}
#feature h2 {
	margin-top: 8px;
}
#main {
	clear: both;
	position: relative;
	top: -15px;
	font-size: 12px; 
	line-height: 1.5em;
}
#main a {
	color: #667c62; 
}
#main img.right {
	padding: 1px;
	border: 3px solid #f0f0f0;
	margin-bottom: 15px;
}
.sidebar {
	float: right;
	width:210px;
}
/*
#main .sidebar a.button {
	display: block;
	background: url(images/side_button_sprite.gif) no-repeat;
	color: #fff;
	width: 170px;
	text-align: center;
	text-decoration: none;
	font-family: Gill Sans, Arial, sans-serif;
	line-height: 18px;
	margin-bottom: 10px;
}
#main .sidebar a:hover { //for the old buttons
	background-position: 0 -18px;
	color: #fff;
}
*/
#sidebar ul li{
	font-family: Gill Sans, Helvetica, Arial, sans-serif;
	font-size:12px;
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar ul li ul li {
	list-style:none;
	margin:0;
	padding:0;
}
.content {
	width: 330px;
}
.contentwithphotos {
	width: 300px;
}

#home div.content .post{
	margin-bottom:45px;
}

.entry ol li{
	margin-bottom:8px;
}

#commentform #comment {
	width:530px;
}


/* add style for <blockquote> */
.return {
	text-align: right;
	font-family: Gill Sans, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

img.back2top{
	border:none;
}
.soundicon {
	margin-bottom: -2px;
}
p.date {
	font-family: Gill Sans, Helvetica, Arial, sans-serif; 
	font-weight: bold; 
	margin-top: 0;
}	
.postmetadata{
	background:#E2F8DE;
	padding: 5px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Gill Sans, Helvetica, Arial, sans-serif; 
	font-weight: bold;
	font-size:11px;
}
#footer {
	border-top: 1px solid #f0f0f0; 
	margin-top: 10px;
	padding-top: 10px; 
	color: #7e7e7e; 
	text-align: center; 
	font-family: Gill Sans, Helvetica, Arial, sans-serif; 
	font-size: 11px;
}
.wp-caption-text{
	display:none;
}


.donation_badges{
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}
.connect-button{
	width:301px;
	height:129px;
}
#gmail-button { background-image: url(images/gmail-button-up.png) no-repeat;}
#gmail-button:hover { background-image: url(images/gmail-button-down.png) no-repeat;}

#twitter-button { background-image: url(images/twitter-button-up.png) no-repeat;}
#twitter-button:hover { background-image: url(images/twitter-button-down.png) no-repeat;}

#facebook-button { background-image: url(images/facebook-button-up.png) no-repeat;}
#facebook-button:hover { background-image: url(images/facebook-button-down.png) no-repeat;}

#eggTimer{
	width:100%;
	
}
#eggTimer p{
	margin:0;
	font-family: Gill Sans, Helvetica, Arial, sans-serif;
	font-size:20px;
	text-align:center;
	color:#667c62;
	font-weight:normal;
}
#eggTimer .bigNumber{
	font-size:40px;
	line-height:42px;
}