/* Style for mother's diary site */

body
{
	height: 100%;
	font-family: Arial;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	background: #4F686C;
}

/* container of everything */
#container
{
	width: 800px;
	height: 50%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	color: #000;
	
}
/* container of header */
#header
{
	width: 790px;
	height: 125px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-color: #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
#header #header
{
	width: 790px;
	height: 125px;
}
/* container of all content (not footer) */
#content
{
	width: 800px;
	height: 100%;
	margin-top: 20px;
	padding: 0px;
	background-color: Transparent;
}
/* left content */
#leftcontent
{
	float: left;
	width: 150px;
	height: 100%;
	min-height: 400px;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

#leftcontent #special
{
	border-right: 1px dotted #336666;
}
#leftcontent #special h4
{
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 2px;
	font-size: small;
	color: #BB0000;
}
#leftcontent #special p
{
	font-size: smaller;
	padding-left: 5px;
	padding-right: 5px;
}
#leftcontent hr
{
	width: 80%;
	height: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	color: #808080;
	display:block;
	border: 1px inset #808080;
}

/* right content */
#rightcontent
{
	width: 610px;
	height: 100%;
	margin-top: 0px;
	margin-left: 150px;
	padding-left: 25px;
	padding-right: 10px;
}
#rightcontent h2.pagetitle
{
	font-size: 16px;
}
#rightcontent h3.pagetitle
{
	font-size: 12px;
}
#rightcontent .pagetitle
{
	color: #718F91;
	font-weight: bold;
	margin-left: 5%;
}
#rightcontent span.indent
{
	margin-left: 5%;
	}
	
#rightcontent ul
{
	list-style: none;
	}
	
#rightcontent a
	{
	color: #718F91;
	text-decoration: none;
	}
#rightcontent a:hover
	{
	color: #25292A;
	text-decoration: none;
	}
	

/* container of footer */
#footer
{
	clear: both;
	width: 790px;
	height: 26px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 2px solid #fff;
	background: #fff url('../images/footer.jpg') no-repeat;
}
#footer #footertext
{
	color: #1f2022;
	font-size: xx-small;
	padding-left: 5px;
	padding-top: 5px;
}


/* MENU common styling */

div#navigation {
	width: 100%;
		}		
div#navigation a {
	background: transparent;
	color: #aaa;
	text-decoration: none;
	padding: 1em;
	text-align: center;
		}		
div#navigation a:hover {
	background: transparent;
	color: #1f2022;
	text-decoration: underline;
       }
       
div#navigation li {
	display: inline;
	}
/* left menu container  */
.leftmenu  
{
	background-color: Transparent;
	width: 100%;
	height: 25px;
	margin-top: 0px;
	margin-left: 1px;
	z-index: 25;
}


/* common styling */
.menu {float: left; width: 10em; margin: 2px 0 0 2px; background: #fff;}
.menu ul {margin: 0; padding: 0.25em 0 0.25em 0.5em; width: 10em;
	background: #718F91; color:#25292A; border: 1px solid #aaa;
}
.menu li {position: relative; list-style: none; margin: 0;  border-bottom: 1px solid #ccc;}
.menu ul ul {position: absolute; top: 0; left: 10em; display:none;}
.menu li.submenu {background:#718F91; color:#fff;}
.menu li a {display: block; padding: 0.25em 0 0.25em 0.5em; 
	text-decoration: none; width: 10em; }
	
.menu li:hover {background: #718F91;}
.menu ul.level1 li.submenu:hover ul.level2,
.menu ul.level2 li.submenu:hover ul.level3  {background:#718F91; color:#fff;display: block;}
.menu ul.level1 li.submenu ul.level2,
.menu ul.level2 li.submenu ul.level3 a {color: #fff; text-decoration: none;}
.menu ul.level1 li.submenu ul.level2,
.menu ul.level2 li.submenu ul.level3 a:hover {color: #25292A; text-decoration: none;}
.menu ul.level1 li.submenu a {color: #fff; text-decoration: none;}
.menu ul.level1 li.submenu a:hover {color: #25292A; text-decoration: none;}
/* images */


.imgleft
{
    float: left;
    border: none;
    padding: 0px;
    margin: 0px 10px 5px 0px;
    
}
.imgright
{
    float: right;
    border: none;
    padding: 2px;
    margin: 0px 10px 5px 0px;
    
}

.imglessright
{
    float: right;
    border: none;
    padding: 2px;
    margin: 0px 150px 5px 0px;
    
}
.imgBB3
{
    float: left;
    border: none;
    padding: 2px;
    margin: 0px 600px 20px 0px;
    border: 1px solid #006f4c;
}

p.img {
	margin-top: 10px;
	}

#imgCenter
	{
	margin-left:  45%;
	margin-right: 30%;
	}
	
#textCenter
	{
	margin-left: 10%;
	margin-right: 45%;
	}
#textCenter2
	{
	margin-left: 35%;
	margin-right: 40%;
	}	
#dateCenter
	{
	margin-left:  40%;
	margin-right: 40%;
	}
/* CSS Document */