/*
Theme Name: MommaWannabe Theme
Theme URI: http://mommawannabe.com/
Description: Theme for MommaWannabe.com
Version: 1.0
Author: Christine Po
Author URI: http://rainbowscraps.net/
*/

body, 
html {
    	margin:0;
	padding:0;
	height: 100%;
}

body {
    	background: #C3FDB8 url('images/tilebg.png') top left repeat;
    	color: #6a4130;
	font-size: 10pt;
	font-family:  Georgia, Tahoma;
    	}

#wrap {
	margin: 0px auto 10px auto;
	padding: 0 6px;
	width: 950px;
	background: #ffffff;
}

#header {
	height: 250px;
	margin: 0px auto 0px auto;
	padding: 0;
	background: url('http://i298.photobucket.com/albums/mm252/samcj7/healthandbeauty-1.jpg') top center no-repeat;
	width: 950px;
}


/* _____________NAV_____________ */

#nav {
    height: 40px;
    background: #F87431;
    border-bottom: 3px solid #99C68E;
    font-family: Georgia
}

#nav ul{
    margin: 0;
    padding:0;
    }
    
#nav li{
    display:inline;
    }
    
#nav li a{
    text-decoration:none;
    padding: 8px 15px 0 15px;
    color: #C3FDB8;
    float:left;  
    text-align:center;
    font-size: 13pt;
    height: 22px;
}

#nav li a:hover{
    background: #BCE954;
    color: #6b4231;
}


/* _____________END NAV_____________ */

/* _____________BLOG CONTENT_____________ */

#content {
	width: 570px;
	float: left;
	margin: 10px 10px 20px 10px;
	text-align: justify;
}

h2{
	font-size: 1.8em;
	margin: 0;
	border-bottom: 2px solid ;
}

h2 a {
 	color: 	#306754;
 	font-weight: lighter;
 }

h2 a:hover {
	color: #6b4231;
}

.details {
	padding: 3px;
	font-family: Georgia;
	font-size: 8pt;
	margin-bottom: 10px;
}


/* _____________ENG BLOG CONTENT_____________ */

/*_____________SIDEBAR_____________*/

#sidebar{
	float: right;
	width: 350px;
	font-size: 8pt;
}

#twocolumn {
	margin: 10px 10px 10px 0;
}

#sidebarleft, #sidebarright {
	width: 155px;
	text-align: justify;
	padding: 10px 0;
}

#sidebarleft {
	float: left;
}

#sidebarright {
	margin-left: 180px;
}

.singlesection {
	border: 2px solid #C3FDB8;
	padding: 5px;
	margin-bottom: 8px;
}

h3{
	margin: 0 0 5px 0;
	font-size: 1.5em;
	border-bottom: 2px solid #C3FDB8;
}

#sidebar ul li, #sidebar ol li {
	border-bottom: 1px dotted #f8c6d8;
}

/* _____________END SIDEBAR_____________*/

/* _____________FOOTER START_____________*/

#footer {
	background: #C3FDB8;
	border-top: 4px solid #99C68E;
	margin: 0px auto;
	text-align: right;
}

#footer p{
	margin: 0;
	padding: 10px;
}

/* _____________END FOOTER_____________*/

/* _____________LEADERBOARD_____________*/

#leaderboard {
	background: #C3FDB8 url('#') top left repeat;
	padding: 15px 0 10px;
	border-top: 4px solid #99C68E;
}

/*_____________OTHERS_____________*/

a{
	text-decoration: none;
	font-weight: bold;
	color: 	#F87431;
}

a:hover {
	color: #6b4231;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia;
	color: 	#667C26;
	font-weight: lighter;
}

h4 {
	margin-bottom: 0;
}

#sidebar h3 {
	color: #6b4231;
	font-weight: bold;
	background: #C3FDB8 url('#') center left no-repeat;
	padding: 2px 0 2px 32px;
	margin-bottom: 0;
	border: none;
	text-align: left;
}

p{
	margin: 0px;
	padding: 0 0 8px 0;
	line-height: 14px;
}

blockquote {
	padding: 5px 5px 5px 15px;
	margin: 5px 10px 5px 20px;
	border-left: 10px #fa7683 solid;
	background: #ffebf2;
}

strong {
	font-family: Verdana;
}

em {
	color: #2ea3ff;
	font-family: Georgia;
}

ul, ol {
	margin: 0 0 10px;
	padding-left: 15px;
}
 
ul li{
	list-style-type: square;
}

ul li, ol li{
	line-height: 16px;
	padding: 2px 0;
}

.alignright {float: right;}
.alignleft {float: left;}
.aligncenter {
	text-align: center;
}

.clear{
	clear:both;
	height: 0;
}

.linkscolumn {
	float: left;
	width: 50%;
}

/*_____________COMMENTS__________________*/

ol li .commenthead {
	color: #b3826e;
	text-align: left;
	height: 40px;
	background: url('images/commentbubble.png') bottom left no-repeat;
}

ol li .commentbody {
	padding: 8px;
	font-size: 8pt;
	margin-bottom: 15px;
	background: #ffebf2;
	min-height: 40px;
}

ol.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol li .commenthead cite{
	font-style: normal;
	font-size: 10pt;
}

h5#comments, h5#respond {
	font-size: 10pt;
}

#commentform input, #commentform textarea {
	border: 1px solid #6b4231;
	background: #ffffff;
}

#commentform input#button {
	color: #ffffff;
	background: #6b4231;
	border: none;
}

input#s {
	border: 1px solid #fef1f6;
	background: #ffffff;
}

/*_____________IMAGES__________________*/

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

a img{
	border: none;
}

/*_____________NAVI__________________*/

div.navi {
	margin: 15px 0;
}

div.navi a{
	background: #C3FDB8;
	padding: 5px;
	color: #6b4231;
}

div.navi a:hover {
	background: #ffebf2;
}

