﻿@import url("layout.css");
body {
	font-family: "Comic Sans MS", "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #FFFFCC;
	background-image: url('../images/leaf.jpg');
	background-repeat: no-repeat;
}
#container {
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
img {
    max-width: 100%;
    height: auto;
}
#masthead {
	text-align: center;
	width: 100%;
	max-width: 800px;
	background-color: #5F371E;
}
#navigation {
	position: relative;
	float: left;
	width: 100%;
	max-width: 790px;
	background-color: #5C3C28;
	background-image: url('../images/menu_bg.jpg');
	background-repeat: repeat;
	padding-top: 25px;
	padding-left: 10px;
	
}
#baby {
	width: 130px;
	height: 130px;
	border: medium solid #D8C770;
	background-repeat: no-repeat;
	float: left;
	padding: 0px;
	margin-right: 20px;
	background-image: url('../images/baby_brush.jpg');
	margin-bottom: 20px;
	margin-top: 20px;
}
#laugh {
	padding: 10px 10px 10px 30px;
	float: left;
	width: 100%;
	max-width: 763px;
	background-color: #5C3C28;
	font-family: "Comic Sans MS", "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: normal;
	color: #E2DCCC;
	background-repeat: repeat;
	background-image: url('../images/menu_bg.jpg');
	overflow: auto;
	scrollbar-base-color: #62493A;
	scrollbar-arrow-color: #ffffff;
	scrollbar-DarkShadow-Color: #62493A;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #000000;
	height: 420px;
}
#content {
	float: left;
	width: 100%;
	max-width: 763px;
	background-color: #5C3C28;
	font-family: "Comic Sans MS", "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: normal;
	color: #E2DCCC;
	background-repeat: repeat;
	background-image: url('../images/menu_bg.jpg');
	height: auto;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #000000;
	padding-right: 20px;
	padding-left: 20px;
}
#footer {
	border: thin solid #000000;
	text-align: center;
	clear: both;
	width: 100%;
	max-width: 796px;
	padding: 0px 0px 6px 0px;
	background-color: #5F3B21;
	background-repeat: repeat-x;
	height: 18px;
	margin-bottom: 10px;
	background-image: url('../images/footer.jpg');
	text-decoration: none;
}
/* Masthead Styles */

#masthead h1 {
	color: #b71;
}
#masthead h3 {
	color: #542;
}
/* Navigation Styles */
#navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    width: 100%;
    max-width:800px;
    background-color: #5C3C28;
	background-image: url('../images/menu_bg.jpg');
	background-repeat: repeat;
	text-align:center;
}

#navigation li {
    text-align: center;
    display: inline-block;
}

#navigation li a {
color: #DEDFD4;
	text-decoration: none;
	display: inline-block;
	padding: 5px;
	background-color: #604330;
	background-image: url('../images/menu_bg.jpg');
	background-repeat: repeat-y;
	font-family: "Comic Sans MS", "Times New Roman", Times, serif;
	font-size: medium;
	width: 100%;
    max-width:800px;
    text-align:center;
	
}

#navigation li a:hover {
    color: #D8C770;
    text-decoration: none;
    background-color: #964;
}
/* Content Styles */
#content h2 {
	color: #D8C770;
	font-family: "Comic Sans MS", "Times New Roman", Times, serif;
	font-size: large;
	font-weight: normal;
}
/* Footer Styles */
#footer p {
	color: #FFF8E7;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
	font-family: "Comic Sans MS";
	font-size: x-small;
	text-decoration: none;
}
#footer a {
	color: #F8F5E5;
	text-decoration: none;
}
#footer a:hover {
	color: #DCCA7D;
	text-decoration: none;
}
a {
	color: #DEDFD4;
	text-decoration: none;
}
a:hover {
	color: #E0D480;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#scroll {
	width: 100%;
	max-width: 600px;
	height: 265px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #E1D9CE;
	font-weight: normal;
	padding-top: 20px;
	background-image: url('../images/menu_back.jpg');
	padding-left: 15px;
	scrollbar-base-color: #62493A;
	scrollbar-arrow-color: #ffffff;
	scrollbar-DarkShadow-Color: #62493A;
	background-repeat: repeat;
}
#laugh h2 {
	color: #D8C770;
	font-family: "Comic Sans MS", "Times New Roman", Times, serif;
	font-size: large;
	font-weight: normal;
}
#flowers {
	text-align: center;
	width: 100%;
	max-width: 800px;
	background-color: #5F371E;
	background-repeat: no-repeat;
	height: 100%;
	float: left;
}
#bar {
	text-align: center;
	width: 100%;
	max-width: 800px;
	background-color: #5F371E;
	background-repeat: no-repeat;
	height: 20px;
	float: left;
	background-image: url('../images/bar.jpg');
}
a {
text-decoration: none;
}
p {
text-decoration: none;
}
#content h1 {
	color: #D8C770;
	font-family: "Comic Sans MS", "Times New Roman", Times, serif;
	font-size: large;
	font-weight: normal;
}
