/* GoLightly Stylesheet */
/* $Id: client.css,v 1.1 2008/12/18 04:16:41 dmcgrew Exp $ */

body {
	background: #5D2A00; /* This is the color of the page behind the community */
}
#topBar {
	background: #BF8925; /* This is the color of the background of the entire top bar */
}

#topBarSmall { /* This is for the top bar with the small logo */
	background: #BF8925; 
}

#topBarPrint { /* This is for the top bar that appears when printing */
	background: #BF8925; 
}

#accountNav {
	background: #B67D18;
	border: 1px solid #AA750C;
	color: #F0BC2E; /* This is the color of the text with the member's name */
}

#pageFooter {
	background: #DCD3A3; /* Background color of the footer area */
}

.contentPromo1InsideColor1a { /* This is the basic promo area background color */
	background: #FDF7D6;
}

#contentPromo1 p.color1b { /* This defines the promo header 1b */
	background-color:#FFCE5A;
}
.contentPromo1InsideColor1b { /* This defines the promo text 1b */
	background: #FFDE79;
}

#contentPromo1 p.color1c { /* This defines the promo header 1c */
	background-color: #A3D9E2;
}
.contentPromo1InsideColor1c { /* This defines the promo text 1c */
	background: #BAE7EF;
}

#contentPromo2 p.color2b { /* This defines the promo header 2b */
	background-color: #A3D9E2;
	font-weight:bold;
	margin: 0 0 0 0;
	padding: 2px 18px 2px 18px;
}
.contentPromo2InsideColor2b { /* This defines the promo text 2b */
	background: #BAE7EF;
}

/* Defines the color of the statistics box, regardless of the side it is on */
#contentPromo1 p.colorStats, #contentPromo2 p.colorStats { /* This defines the promo header, statistics */
	background-color:#D3D3D3;
}
.contentPromo1InsideColorStats, .contentPromo2InsideColorStats { /* This defines the promo text area, statistics */
	background: #DEDFE0;
}

/* Defines the color of Getting Started, regardless of the side it is on */
#contentPromo1 p.colorGetStarted, #contentPromo2 p.colorGetStarted { /* This defines the promo header, "getting started" */
	background-color:#FFCE5A;
}
.contentPromo1InsideColorGetStarted, .contentPromo2InsideColorGetStarted { /* This defines the promo text, "getting started" */
	background: #FFDE79;
}

.siteVersion {
	color: #281200;
}
