/*

Theme Name: SecretBabyRecipe.

Theme URI: www.secretbabyrecipe.com

Description: Choose the gender of your baby.

Version: 1.0

Author: Shaman Mother ~ Cynthia Barnard

Author URI: www.shamanmother.com

*/

body {

	margin: 0;

	padding: 0;

	font: normal 16px Geneva, Arial, Helvetica, sans-serif; 

	background-color: #FECCCB;

	color: #555;

}

#header {

    border: 15px solid #FECCCB;

	width: 950px;

	height: 141px;

	background: #fff url('/images/logo.jpg') no-repeat;

	position: relative;

        margin: 10 auto;

}

#menu {

    border: 5px solid #FECCCB;

	width: 950px;

	height: 40px;

	

	position: relative;

        margin: 10 auto;

}

#menu ul {

	margin: 0;

	padding: 8px 0 0 30px;

}

#menu li {

	display: inline;

	font: bold 11px Verdana, sans-serif;

	color: #fff;

}

#menu a {

	font-weight: bold;

	color: #083540;

	text-decoration: none;

}

#menu a:hover {

	color : purple; 

}

#menu p {

	margin: 0;

	padding: 3px 0 0;

	font: normal 9px Verdana, sans-serif;

}

#content {

	border: 15px solid #FECCCB;

	width: 950px;



	background: url('/images/content.jpg') repeat-y left top;

position: relative;

        margin: 10 auto;

}

#footer {

     border: 15px solid #FECCCB;

	width: 950px;

	height: 87px;

	background: #fff url('/images/footer.jpg') no-repeat;

	position: relative;

        margin: 10 auto;

}



p {

	position: relative;

	margin: 0 0 15px;

}

#footer ul {

	margin: 0;

	padding: 8px 0 0 30px;

}

#footer li {

	display: inline;

	font: bold 11px Verdana, sans-serif;

	color: #fff;

}

#footer a {

	font-weight: bold;

	color: #083540;

	text-decoration: none;

}

#footer a:hover {

	color : purple; 

}

#footer p {

	margin: 0;

	padding: 3px 0 0;

	font: normal 9px Verdana, sans-serif;

}



#main {

	width: 950px;

	margin:0px auto;

}

h1 {

	padding: 0 0 3px;

	font-size: 20px;

	color: #FECCCB;

	border-bottom: 1px dotted #083540;

}

a {

	color: #467;

	text-decoration: none;

}