
/* GLOBALS */
/* ----------------------------------------- */

body {
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		12px;
	color: 			#310;
	line-height: 	20px;
	}

	
/* BANNER */
/* ----------------------------------------- */

div#mn-banner img {
	float: 			left ;
	}


/* NAVIGATION DETAILS */
/* ----------------------------------------- */

/* TOP MENU POSITIONING */
#multi-ddm {
	margin: 		0 0 0 50px;
	text-align: 	center;
	}

/** SUBMENU WIDTH **/
#multi-ddm ul, #multi-ddm ul li {	
	width: 			200px; 
	}

/** SUBMENU APPEARANCE **/
#multi-ddm ul {
	background-color:#723D35;
		border-top: none;	
		border-right: none;	
		border-bottom: none;	
		border-left: none;	
	border-color: #FFF;
	border-width: 1px;
	}
#multi-ddm ul ul { margin-left: 200px;}

/** TOP LEVEL LINK APPEARANCE **/
#multi-ddm a {
	margin: 0;
	color: #D6927B;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 13px;
	padding: 18px 11px 17px;
	}

/** SUB LEVEL LINK APPEARANCE **/
#multi-ddm ul a {
	padding: 5px 16px;
	margin: 0;
	color: #D6927B;
	text-decoration: none;
	text-transform: none;
	border: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}

/** TOP/SUB LINK HOVER APPEARANCE **/
#multi-ddm a:hover { color: #FFF; }
#multi-ddm ul a:hover {  }




/*  *********************************************  CONTENT  STYLE *********************************************** */

div#mn-content, div#mn-home-content {
	text-align: justify;
	line-height: 16px;
	}

div#mn-content p, div#mn-home-content p {
	}
	div#mn-content strong, div#mn-home-content strong {
		}

div#mn-content ul, div#mn-home-content ul {
		margin:0;
		padding: 0 0 15px 20px;
		list-style-position: outside;
		}
	div#mn-content li, div#mn-home-content li {
		padding-left: 5px;
		}

div#mn-content a, div#mn-home-content a {
	color:#BD4A0B;
	text-decoration:underline;
	}
	div#mn-content a:hover, div#mn-home-content a:hover {
		color:#310;
		}

div#mn-content H1 a, div#mn-content H2 a {
	text-decoration: none;
	}



/*  *********************************************  SIDEBAR  STYLE *********************************************** */

div#mn-sidebar p {
	}
	div#mn-sidebar strong {
		}

div#mn-sidebar ul {
	margin: 11px 0 0 0;
	padding: 0 0 15px 0;
	line-height:28px;
	list-style: none;
	}
div#mn-sidebar ul ul {
	border-top: 1px solid #777;
	}
	div#mn-sidebar ul ul li {
		float: left;
		clear: left;
		list-style: none;
		padding-left: 0px;
		border-bottom:1px solid #777;
		width: 100%;
		}

div#mn-sidebar a {
	color:#310;
	text-decoration:none;
	margin:2px 0 2px 0;
	padding:0 0 0 10px;
	display:block;
	}
	div#mn-sidebar a:hover {
		color: #BD4A0B;
		padding:0 0 0 10px;
		margin:2px 0 2px 0;
		display:block;
		background-color:#E3A282;
		}

div#mn-sidebar a.icon,
div#mn-sidebar a.icon:hover {
	padding: 0;
	}

div#mn-sidebar H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #723B34;
	border-bottom: none;
	}


div#mn-sidebar.blog li li:hover {
	background-color:#E3A282;
	}

div#mn-sidebar.blog a {
	display:inline;
	}
	div#mn-sidebar.blog a:hover {
		color: #BD4A0B;
		}



/*  *********************************************  FOOTER  STYLE *********************************************** */

div#mn-footer {
	line-height: 15px;
	font-size: 11px;
	color: #D6927B;
	}
	#mn-footer p {
		text-align: center;
		padding: 0;
		margin: 12px 0 0 0;
		width: 100%;
		}
	#mn-footer ul {
		text-align: left;
		padding: 0;
		margin: 8px 0 0 0;
		width: 100%;
		list-style-type: none;
		display:inline-block;
		}
		#mn-footer li {
			display: inline;
			}
	#mn-footer a {
	display:inline-block;
		color: #703E35;
		text-decoration: none;
			padding-right: 10px;
		}
		#mn-footer a:hover {
			text-decoration:underline;
			}

#mn-footer ul ul, 
#mn-footer ul ul li { 
	display: inline;  }



	
/*  *********************************************  HOME LISTS TAGS *********************************************** */

/* NAVIGATION DETAILS */
/* ----------------------------------------- */

/* TOP MENU POSITIONING */
#multi-ddm1 {
	margin: 		0 0 0 50px;
	text-align: 	left;
	}

/** SUBMENU WIDTH **/
#multi-ddm1 ul, #multi-ddm1 ul li {
	width: 			200px;

	}

/** SUBMENU APPEARANCE **/
#multi-ddm1 ul {
	background-color:#BF7E75;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	border-color: #FFF;
	border-width: 1px;
	margin-top:-20px;
	margin-left:160px;

	}



/** TOP/SUB LINK HOVER APPEARANCE **/
#multi-ddm1 a:hover { color: #FFF; }
#multi-ddm1 ul a:hover {  }

	
	
/*********************  ORIGINIAL SIDE NAV LAYOUT ELEMENTS  *******************/
	
div#mn-home-list ul {
	/*margin: 0 0 0 40px;
	padding: 0 0 15px 0;*/
	line-height:19px;
	list-style: none;
	
	}
	
div#mn-home-list ul li {
		padding-left: 0px;
		border-top:1px solid #777;
		width: 100%;
}



div#mn-home-list a {
	color:#713C34;
	text-decoration:none;
	margin:3px 0;
	padding:0 0 0 10px;
	display:block;
	font-weight: bold;
	}
	div#mn-home-list a:hover {
		color: #BD4A0B;
		background-color:#E3A282;
		}

	div#mn-home-list a.img {
		margin: 0;
		padding: 0;
		}

footer-column {
	text-align:left;
	
	}
/*  *********************************************  HEADER TAGS *********************************************** */

H1, #mn-sidebar .header, H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#703E35;
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
	font-size: 30px;
	}

H2 {
	padding: 20px 0 0 0;
	font-size: 20px;
	border-bottom: dotted thin;
	border-bottom-color: #e3a181 !important;
	color: #35120C;
	}

H3 {
	font-size: 12px;
	color: #35120C;
	}


/*  *********************************************   PICTURES   *********************************************** */

.picborder, .picRight, .picLeft {
	border: 3px solid; 
	border-color: #693d34;
	}
	.picRight {
		float:right;
		margin-left:20px;
		}
	.picLeft {
		float:left;
		margin-right:20px;
		}

.picRightnoborder {
	float:right; 
	margin-left:20px;
	}

.picLeftnoborder {
	float: left;
	margin-right: 20px;
	}

.credit {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}





/*  *********************************************   CONTENT ELEMENTS  *********************************************** */

hr {
	width: 80%;
	border: none;
	border-top: 1px solid #fff;
	text-align: center;
	margin: 30px auto;
	}

.button {
	border: 1px solid #35120C;
	color: #35120C; 
	background: none; 
	padding: 3px 4px; 
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	}
.button:hover {
	background: #E3A282;
	color: #BD4A0B;
	}
.leftCol {
float: left;
width: 45%;
}

.rightCol {
float:right;
width: 45%;
}
.spacer {
clear:both;
display:block;
width: 100%;
}

#commentform #comment { width: 90%; }
#commentform #submit { clear: left; }

#searchform input#s { float: left; width: 125px; margin: 2px 0 0 0; }
#searchform input#searchsubmit { float: left; width: 75px; margin: 0 0 0 2px; }
