/* 
================================
Skin styles for Simple Red Leaf Skin 3 Pane Layout
Created by Lee Sykes - http://www.dnncreative.com
================================
*/
body
{
    margin: 0;
    padding: 0;
    line-height: 1.1;
	text-align: center;
}	

#wrap
{
    min-width: 500px;
    max-width: 1400px;
    padding: 0 5px 0 5px;
}

.tagline
{
	margin-left:13%;
	width:74%;
	margin-right:13%;

}

#loginlinks
{
	margin-left: 57%;
}

#logo
{
    clear: both;
    padding: 10px 0 15px 75px;
}
#logo h1
{
    font: bold 300% Verdana, Tahoma, Helvetica, Arial, sans-serif;
    color: #C00;
    letter-spacing: 0.1em; /* adjusts how close the title is to the top tag line */
    margin-top: 0px;
}
/* Main Layout */
#content
{
    /*float: right;
    width: 79%; /* padding: 0 0 0 10px; */
	/*padding: 0 50px 0 50px;*/
	/* vb */	
	
	/*margin: 0 0 0 200px;
	width: 80%;*/
	/*margin-left:250px;
	/*margin-right:  100px;*/
/*	width: 80%;

	
	
	margin-left:13%;

	width:;

	margin-right:13%;*/

	 margin: 0 auto;
	 width: 60%;
}

#sidebar
{
    float: left;
    width: 18%;

	/**/


}

#date
{
    clear: both;
    padding-top: 10px;
    color: #C00;
	display: none; /* i'm getting rid of the date*/
}
#footer
{
   /* color: #C00;
	margin: 0 0 0 200px;*/
	/*background-color: #C00;
	color: white;
	width: 80%;*/
	/*width: 80%;*/
/*	margin:-.2em 0 0;
padding:.25em 0;
text-align:center;*/

}


/* -----------------
Set default font for modules
--------------------
 */
.Normal, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox
{
    margin: 0;
    padding: 0;
    line-height: 1.1;
    font: 100% Verdana, Arial, Helvetica, sans-serif;
}

/* ================================
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: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
H1
{
    font-size: 150%;
    font-weight: bold;
    color: #999;
}

H2
{
    font-size: 150%;
    font-weight: bold;
    color: #C00;
}

H3
{
    font-size: 120%;
    font-weight: bold;
    color: #999;
}

H4
{
    font-size: 110%;
    font-weight: normal;
    color: #999;
    margin: 0px;
}

H5, DT
{
    font-size: 90%;
    font-weight: normal;
    color: #999;
    margin: 0px;
}

H6
{
    font-size: 80%;
    font-weight: normal;
    color: #999;
    margin: 0px;
}

/* =====================================
    CSS STYLES FOR HouseMenu SkinObject
   =====================================
*/

/* Vertical Menu */
#HouseMenuNav
{
    /* menu wrapper div */
    border-top: solid 1px #003;
    border-bottom: solid 1px #003;
    margin-bottom: 10px;
}

#HouseMenuNav ul
{
    /* all submenu lists */
    padding: 0;
    border: 0;
    margin: 0;
    list-style: none;
}

#HouseMenuNav a
{
    /* all links within the menu wrapper */
}

#HouseMenuNav li
{
    /* all list items */ /* -- Border around each menu item -- */
    border-bottom: 1px solid #ED9F9F; /* added for opera browser to remove bullets on lists */
    list-style: none;
}

#HouseMenuNav li a:link, #HouseMenuNav li a:visited
{
    /* main colour of the menu */
    margin: 0;
    padding: 0;
    display: block;
    padding: 5px 5px 5px 0.5em;
    border-left: 12px solid #711515;
    border-right: 1px solid #711515;
    text-decoration: none; /* added for opera */
    font-size: 100%;
}

#HouseMenuNav ul ul
{
    /* second level menu items */
    margin-left: 12px;
}
#HouseMenuNav ul ul li
{
    border-bottom: 1px solid #711515;
    margin: 0; /* remove the bullets from the sub menu */
    list-style: none;
}

/* This is the Date eg. any items that are not links */
.SkinItem
{
    text-decoration: none;
    color: #036;
	/* vb */
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 70%;
}


