/* CSS Document */
/* Designed and Developed by http://www.gursimran.com */

/*Defining the Basic Structure */
body {
	background:url(../images/bgpinkstripes.gif);
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	}
	
#wrapper {
	background:url(../images/contentback.gif) repeat-y;
	width:800px;
	height:auto;
	margin:0 auto;
	border-bottom:1px solid #672c00;
	}
	
#content {
	width:770px;
	height:auto;
	margin:0px 15px;
	_margin:0px 7px;
	float:none;
	_float:left;
	}
	
/* The Header Area */	
#header {
	width:100%;
	height:65px;
	background:#FFFFFF;
	float:left;
	padding:15px 0px;
	}
	
#logoarea {
	width:315px;
	height:65px;
	float:left;
	}
	
#slogan {
	width:300px;
	height:65px;
	float:right;
	}
	
/* The Sidebar */	
#sidebar {
	float:left;
	width:245px;
	height:auto;
	}
	
.imgfix {
	float:left;
	}
	
/* The Box Menu */	
.normal {
	display:block;	
	float:left;
	width:81px;
	height:50px;
	background:#f5a2c6;
	margin-right:1px;
	text-align:center;
	padding-top:30px;
	font-size:12px;
	color:#692f00;
	text-decoration:none;
	}
	
#boxmenu a:hover {
	background:#f18eb9;
	font-style:italic;
	}

.lighten {
	display:block;	
	float:left;
	width:80px;
	height:50px;
	margin-right:1px;
	text-align:center;
	padding-top:30px;
	font-size:12px;
	color:#692f00;
	text-decoration:none;
	background:#f9c7dd;
	}
	
/* Area for the Main Content */	
#main {
	float:right;
	width:510px;
	height:auto;
	}
	
.boxy {
	width:450px;
	margin:0px auto 10px auto;
	font-size:12px;
	color:#946b44;
	}
	
.boxy a {
	color:#946b44;
	font-weight:bold;
	text-decoration:none;
	}

.boxy .month {
	color:#ef6b9d;
	font-size:13px;
	font-style:italic;
	}
	
.ita {
	font-style:italic;
	}
	
.pinked {
	color:#ef6b9d;;
	}
	
/* The Horizontal Menu */
.menu {
	width:100%; 
	height:100px; 
	position:relative; 
	font-size:12px; 
	z-index:100;
	}
.menu ul li a, .menu ul li a:visited {
	display:block; 
	text-decoration:none; 
	width:245px; 
	height:20px; 
	color:#692f00; 
	line-height:20px; 
	font-size:12px; 
	overflow:hidden;
	}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {}
.menu ul li:hover ul {display:block; position:absolute; top:0px; left:245px; width:105px;}
.menu ul li:hover ul li a.hide {background:#6a3; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background:#6fc; color:#000;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#f9c7dd; width:150px; border-bottom: 1px solid #f5a2c6; text-align:center; color:#692f00;}
.menu ul li:hover ul li a:hover {background:#f5a2c6;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}

/*The Footer*/
#footer {
	display:block;
	clear:both;
	background:#FFF;
	text-align:center;
	width:100%;
	height:50px;
	padding-top:12px;
	}

#copyright {
	display:block;
	width:100%;
	background:#f8dde9;
	height:auto;
	color:#946b44;
	font-size:11px;
	padding:5px 0px;
	text-align:center;
	}
	