html, body, form, h1, h2, h3, h4, h5, h6, p, input, textarea, a
{
	margin:0;
	padding:0;
	outline:0;
	border:0;
}
html
{
	background:#ededed;
}

body
{
	background:#fff url(../images/background.jpg) no-repeat top center;
	min-width:1000px;
	font-family:Arial, Helvetica, sans-serif;
	color:#111;
	font-size:82%;
}

h1, h2, h3, h4, h5, h6, p
{
	margin:0;
	padding:0 0 10px 0;
}
h1
{
	color:#8cc73f;
	font-size:2.5em;
	font-weight:normal;
	letter-spacing:-0.02em;
}
h2
{
	color:#ee3124;
	font-size:1.75em;
	letter-spacing:-0.04em;
}
h3
{
	font-size:1.5em;
}
h4
{
	font-size:1.4em;
}
h5
{
	font-size:1.3em;
}
h6
{
	font-size:1.2em;
}
p
{
	line-height:1.8em;
}
UL
{
	margin:10px 10px 20px 10px;
	padding:0 0 0 20px;
}
LI
{
	padding:5px;
}


a
{
	color:#324099;
}
a:hover
{
	color:#000;
}
img { border:0; outline:0; }
.contentwidth
{
	width:880px;
	margin:0 auto;
	min-height:30px;
}	
hr
{
	background:#fff;
	border:0;
	border-bottom:2px dotted #ccc;
	margin:20px 0;
}
#header
{
	background:#eee url(../images/background-header.jpg) repeat-x bottom;
	min-height:16px;
	margin:0 0 40px 0;
}

.columnLeft
{
	float:left;
	width:240px;
	margin-right:60px;
}
.columnRight
{
	float:left;
	width:580px;
}

p.message
{
	display:none;
}
p.message
{
	padding:6px;
	margin:6px 0;
}
p.error, 
p.error a
{
	background:#990000;
	color:#fff;
}
p.warning,
p.warning a
{
	background:#ffcb05;
	color:#111;
}
p.success,
p.success a
{
	background:#8cc63f;
	color:#fff;
}

label.error
{
	color:#990000;
}
.twitter
{
	background:#f2f2f2 url(../images/background-twitter.jpg) repeat-x;
	padding:15px 0;
}

.twitter .share, .twitter .tweets
{
	float:left;
}
.twitter .share
{
	width:140px;
}
.twitter #tweets UL, .twitter #tweets LI
{
	margin:0;
	padding:0;
	float:left;
	list-style-type:none;
}
.twitter #tweets UL LI
{
	width:220px;
	background:#e7e7e7;
	margin-left:20px;
}
.twitter #tweets p
{
	padding:10px;
	font-size:0.8em;
	line-height:1.5em;
}

#footer
{
	background:#efefef url(../images/background-footer.jpg) repeat-x;
}
#footer p
{
	line-height:4em;
	font-size:0.9em;
	color:#777;
}

form.standard th
{
	text-align:left;
	border-bottom:1px solid #ccc;
}
form.standard .field
{
	padding:6px 0;
}
form.standard label
{
	display:block;
	padding:3px 0;
}
form.standard input,
form.standard textarea
{
	padding:6px 4px;
	border:2px solid #ccc;
	background:#fafafa;
}
form.standard .select
{
	padding:6px 4px;
	border:2px solid #ccc;
	background:#fafafa;
}
form.standard .button
{
	font-weight:bold;
	background:#33409a;
	color:#fff;
	border-color:#7584e1;
}
form.standard .tiny
{
	width:50px;
}
form.standard .small
{
	width:150px;
}
form.standard .medium
{
	width:250px;
}
form.standard .wide
{
	width:350px;
}
form.standard .textarea
{
	height:90px;
}


SMALL
{
	line-height:1.2em;
}
.hidden
{
	display:none;
}
#promos
{
	width:580px;
	height:266px;
	background:url(../images/background-promo.jpg) no-repeat top center;
}
#promos .promo
{
	padding:20px;
}
#promos .promo p
{
	color:#555;
}

UL.memberbuttons
{
	margin:15px 0 0 0;
	padding:0;
}
UL.memberbuttons LI
{
	display:inline;
	float:left;
	margin:0;
	padding:0 2px 0 0;
	list-style-type:none;
}
.memberinfo
{
	margin:15px 0 0 15px;
}
.memberinfo h4
{
	padding:0px;
}
UL.menu
{
	margin:0;
	padding:0;
}
UL.menu LI
{
	list-style-type:none;
	display:inline;
	padding:0;
	margin:0;
}
UL.menu LI A
{
	display:block;
	padding:6px 3px 6px 15px;
	text-transform:uppercase;
	color:#111;
	text-decoration:none;
	background:url(../images/background-menu-bottom.jpg) no-repeat bottom left;
	font-weight:bold;
	
}
UL.menu LI A:hover
{
	color:#324099;
}

.column
{
	width:45%;
	float:left;
	margin-right:15px;
}
.column-med
{
	width:390px;
	margin-right:15px;
	float:left;
}
.column-mini
{
	float:left;
	width:150px;
	border-left:1px dotted #ccc;
	padding-left:5px;
}

.sponsors h4
{
	color:#ccc;
	font-weight:normal;
}
.sponsors UL, .sponsors LI
{
	margin:0;
	padding:0;
	list-style-type:none;
}
.sponsors LI
{
	padding:10px 0;
}


UL.members-menu,
UL.members-menu LI
{
	margin:0;
	padding:0;
	list-style-type:none;
}
UL.members-menu
{
	border-bottom:1px solid #ccc;
	margin:0 0 15px 0;
}
UL.members-menu LI
{
	display:inline;
	float:left;
}
UL.members-menu LI A.logout
{
	padding-left:30px;
	font-style:italic;
	color:#ee3224;
}
UL.members-menu LI A
{
	display:block;
	background:#fff;
	/*color:#111;*/
	text-decoration:none;
	padding:6px 14px 6px 0;
	font-size:0.85em;
}
UL.members-menu LI A:hover
{
	
}

.arrows LI
{
	background:#fff url(../images/bullet.jpg) no-repeat left;
	padding-left:20px;
	list-style-type:none;
}

img.chart
{
	margin:0 0 20px 0;
}

UL.goals
{
	list-style-type:none;
}
UL.goals LI
{
	border-left:3px double #e0e0e0;
	margin:10px 0;
}

UL.kidlist
{
	list-style-type:none;
	margin:0;
	padding:0;
}
UL.members-menu-home
{
	list-style-type:none;
	padding:0;
	margin:0 0 0 15px;
}
UL.members-menu-home LI A
{
	display:block;
	line-height:28px;
	text-decoration:none;
	padding:0 0 0 35px;
	font-weight:bold;
	font-size:120%;
}
UL.members-menu-home LI A.add { background:url(../images/icons/add.png) no-repeat left; }
UL.members-menu-home LI A.edit { background:url(../images/icons/edit.png) no-repeat left; }
UL.members-menu-home LI A.kids { background:url(../images/icons/users.png) no-repeat left; }
UL.members-menu-home LI A.progress { background:url(../images/icons/chart.png) no-repeat left; }
UL.members-menu-home LI A.logout { background:url(../images/icons/refresh.png) no-repeat left; color:#ee3224;; }

table.clean td
{
	border-bottom:1px dotted #ccc;
}


/* clearfix start */ 
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
/* clearfix end */ 