/**************** Universal Styles ********************/
html {/*height:100%;*/}
* {padding:0;margin:0}
body{margin-right:3%;background-color:#fFB917;/*height:100%;*/}
img{border:none}

/**************** Page layout Styles ********************/

#wrap
{
background-color:  #ffda7e;
    background-image: url(bg_wrap_vignette_500x1.gif);
    background-repeat:repeat-y;
    background-position:left;
    background-attachment:scroll;
	/*background-image: url(bg_dbf-header.jpg);
    background-repeat:no-repeat;
    background-position:top right;*/
	min-width:740px;
	max-width:1400px;
border:1px solid white;
/*height:100%;*/
}

#content_1column
{
background-color: #fffff2;
background-image: url(bg_content-shadow.gif);
    background-repeat:no-repeat;
    background-position:top right;
    background-attachment:scroll;
margin-left:5%;
padding-right:1%;
width: 89%;
padding-top:20px;
padding-bottom:100px;
display:table;
}

#content
{
background-color: #fffff2;
background-image: url(bg_content-shadow.gif);
    background-repeat:no-repeat;
    background-position:top right;
    background-attachment:scroll;
margin-left:5%;
padding-right:1%;
float: left;
width: 63%;
height:100%;
padding-top:20px;
padding-bottom:100px;
display:table;
}

#sidebar-2
{
 background-image: url(bg_sidebar-shadow.gif);
    background-repeat:no-repeat;
    background-position:top right;
    background-attachment:scroll;
width:25%;
float:right;
/*height:100%;*/
}

#footercontent
{   clear: both;
}

#date
{padding-left:5%;
padding-top: 20px;
color: #C00;
background-color: #eeeed8;
 clear: both;
}

#footer{
background-color: #eeeed8;
padding-left:5%;
padding-top: 5px;
padding-bottom: 10px;
color: #003366;
font-family:Georgia, "Times New Roman", Times, serif;
 clear: both;
}

.tagline
{
    float: right;
    width: 60%;
    padding-left: 25px;
	text-align:right;
}

.tagline .Head
{
text-align:right;
padding-right: 10px;
font-size: 10px;
}
#loginlinks{

margin-top:-25px;
  background-color: #ffda7e;
	height:25px;
	float: right;
	width: 32%;
    text-align: right;
	text-transform:uppercase;
	font-size:smaller;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold; 
		line-height:30px;
}

#loginlinks a {
padding-left: 15px
}

#logo
{background-color:#FFfff2;
background-image: url(bg_dbf-header.jpg);
    background-repeat:no-repeat;
    background-position:right;
	visibility: visible;
   /* background-attachment:scroll;
    clear: both;*/
}

/*#logo h1
{
    font: bold 300% Georgia, "Times New Roman", Times, serif;
    color: #C00;
    letter-spacing: 0.1em; /* adjusts how close the title is to the top tag line 
    margin-top: 0px;
}
*/


/**************** Form layout Styles ********************/
#donationForm {
	width: 500px;
	background-color:#DAD9C3;
}
#donationForm fieldset {   
margin: 1.5em 0 0 0;   
padding: 0; 
}  
#donationForm legend {   
margin-left: 1em;   
color: #000000;   
font-weight: bold;  
}  
#donationForm fieldset ol {   
list-style: none;  
}  
#donationForm fieldset li {   
padding-bottom: 0.8em;  
}  
#donationForm fieldset.submit {   
border-style: none;  
}
#donationForm label {    
float: left;    
width: 8em;    
margin-right: 0.5em;   
text-align: right;
}

#donationAmount label {
	float:none
}

#donationAmount li {
	display:inline
}

#ccDetails li.radioList {
	padding-bottom: 0.5em;
}
#submitButton {   
margin-top: 1em;
margin-left: 11em;   
}


/*********** default font for modules *******************/

.Normal, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox
{
    margin: 0;
    padding: 0;
    line-height: 1.6;
    font-size: 90%;	
	Font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	color:#000000;

}

/*********** style for module titles*******************/
.Head
{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 150%;
    /*font-weight: bold;*/
    color: #003366; /* letter-spacing: 2; */
}

#sidebar-2 .Head {
font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 100%;
  
}


/* style of item titles on edit and admin pages */
.SubHead    {
    font-size:  85%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* 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;
	margin-top:0.5em;
	margin-bottom: 0.2em;
}
H1
{
	font-size: 200%;
	color: #000;
}
H2
{
    font-size: 180%;
    color: #036;
}
H3
{
    font-size: 150%;
    color: #000;
}
H4
{
    font-size: 150%;
    color: #036;
    margin-bottom: 0;
}
H5, DT
{
    font-size: 120%;
    color: #036;
    margin-bottom: 0;
}
H6
{
    font-size: 100%;
    font-weight: bold;
	 color: #036;
    margin-bottom: 0;
}

/***********  Links format added for opera browser *******************/
.Normal A:link, .Normal A:visited, .Normal A:active
{
    text-decoration: none;
    color: #036;
}
.Normal A:hover
{
    text-decoration: underline;
    color: #F00;
}

/***********  This is the Date eg. any items that are not links  *******************/
.SkinItem
{
    text-decoration: none;
    color: #036;
}
/***********  This sets the style for all skin items that are links  *******************/
A.SkinItem:link, A.SkinItem:visited, A.SkinItem:active
{
    text-decoration: none;
    color: #036;
}
A.SkinItem:hover
{
    text-decoration: underline;
    color: #F00;
}
/*********** Layouts for the Text/HTML module  *******************/
#imageleftside
{
}
#imageleftside img
{
    border: 1px solid #CCC;
    margin-right: 15px;
    margin-bottom: 20px;
    float: left;
}
#imagerightside
{
}
#imagerightside img
{
    border: 1px solid #CCC;
    margin-left: 15px;
    margin-bottom: 20px;
    float: right;
}
.clear
{
    clear: both;
}
.image-float-left {
float:left;
padding:10px;
}
.quoteleft {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 105%;
	font-style: italic;
	padding: 0 10px 0 0;
	margin: 10px 10px 10px 0;
	width: 220px;
	float: left;
	text-align: right;
	border-right: 10px solid #C8CDD0;
	color:#75818A;
}
.quoteright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 105%;
	font-style: italic;
	padding: 0 0 0 10px;
	margin: 10px 0 10px 10px;
	width: 220px;
	float: right;
	text-align: left;
	border-left: 10px solid #C8CDD0;
	color:#75818A;
}
/*********** CSS STYLES FOR News Articles module *******************/

/* All news article specific CSS is kept in the module.css file, found at 
 /DesktopModules/DnnForge - NewsArticles/module.css 
  */


A.Normal.MenuTop:link {
    text-decoration:    underline;
}

A.Normal.MenuTop:visited  {
    text-decoration:    underline;
}

A.Normal.MenuTop:active   {
    text-decoration:    underline;
}

A.Normal.MenuTop:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

A.Normal.MenuTopSelected:link {
    text-decoration:    underline;
    color: #ff0000;
}

A.Normal.MenuTopSelected:visited  {
    text-decoration:    underline;
    color: #ff0000;
}

A.Normal.MenuTopSelected:active   {
    text-decoration:    underline;
    color: #ff0000;
}

A.Normal.MenuTopSelected:hover    {
    text-decoration:    underline;
    color: #ff0000;
}


/* Yarra Bay Run styling */

.yarraDIV{border:dotted 1px green;margin:0;padding:5px}
.yarraDivW75{width:85px;height:110px}
.yarraHandle{text-decoration:none}