/* 
================================
Skin styles for Simple Red Leaf Skin 3 Pane Layout
Created by Lee Sykes - http://www.dnncreative.com
================================
*/
html, body
{
	height: 100%
}
body
{
	padding: 0;
	text-align: center;
	width: 922px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#wrap
{
	height: 100%;
	width: 100%;
}
.ControlPanel
{
	
}
#outsideborder
{
	width:auto;
	height: auto;
	border: 1px solid #c9beb5;
	padding: 15px;
	overflow:hidden;
}
#innercontent
{
	width:886px;
	background-color: #e7d6c3;
	background-image: url(mmmbkg.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	overflow:hidden;
}
#maincontent
{
	clear: both;
	width: 100%;
	height: auto;
	padding: 25px;	
}
#left
{
	float:left;
	width: 450px;
	padding-bottom: 500px;
	margin-bottom: -500px;
}
#logo
{
	padding-top: 10px;
	padding-bottom: 25px;	
}
#navcontent
{
	float: left;
	width: 450px;/* padding: 0 0 0 10px; */
	text-align:left;
/*	height:25px;*/
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#nav
{
	width: 450px;
/*	height: 25px;*/
	background-color: #ebc798;
	text-align:left;
	float:left;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 3px;
	vertical-align: bottom;
	padding-top: 4px;
}
#content
{
	width:460px;
	padding-top: 0px;
	padding-left: 25px;
	padding-right: 15px;
	background-color: #f3ede7;
	background-image: url(mmmcontentslice.jpg);
	background-attachment: scroll;
	background-position: left bottom;
	background-repeat: repeat-x;
	vertical-align: top;
}

.ContentPane
{

}
#right
{
	float: right;
	width: 315px;
	padding-bottom: 500px;
	margin-top: 8px;
	margin-bottom: -500px;
	padding-right: 45px;
}
#copyright
{
	text-align:right;
}

/* -----------------
Set default font for modules
--------------------
 */
.Normal, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox
{
	margin: 0;
	padding: 0;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #43280e;
}

/* ================================
style for module titles
================================ */
.Head
{
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 170%;
    font-weight: bold;
    color: #C00; /* letter-spacing: 2; */
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-size:  85%;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-size:  85%; 
}

/* ===============
button style for standard HTML buttons 
================== */
.StandardButton
{
	font-size: 90%;
}
/* =======================
 HTML Tag Styles 
=========================== */
H1, H2, H3, H4, H5, DT, H6
{
    font-family: Georgia, "Times New Roman", Times, serif;
}
H1
{
	font-size: 18px;
	color: #43280e;
	font-style: italic;
}

H2
{
    font-size: 18px;
    font-weight: normal;
    color: #43280e;
}

H3
{
    font-size: 16px;
    font-weight: bold;
    color: #43280e;
}

H4
{
    font-size: 16px;
    font-weight: normal;
    color: #43280e;
   	font-style:italic;
}

H5, DT
{
    font-size: 90%;
    font-weight: normal;
    color: #999;
    margin: 0px;
}

H6
{
    font-size: 80%;
    font-weight: normal;
    color: #999;
    margin: 0px;
}

.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #8da4d3; 
}

.main_dnnmenu_itemhover td {  
	background-color: #8da4d3; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #cad5ea;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* ------------------------
Links format added for opera browser
----------- */
.Normal A:link, .Normal A:visited, .Normal A:active
{
    text-decoration: underline;
	color: #43280e;
	font-weight: bold;
}
.Normal A:hover
{
    text-decoration: underline;
	font-weight: bold;
    color: #d9d0c6;
}

/* This is the Date eg. any items that are not links */
.SkinItem
{
    text-decoration: none;
	color: #d9d0c6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
/* This sets the style for all skin items that are links */
A.SkinItem:link, A.SkinItem:visited, A.SkinItem:active
{
    text-decoration: none;
	color: #d9d0c6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
A.SkinItem:hover
{
    text-decoration: underline;
    color: #d9d0c6;
}




