/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";
@import "forms.css";
@import "tabs.css";

/* Site
-------------------------------------------------------------- */

/*.cake-sql-log { display: none; }*/

body
{
	background-color: #edede7;
}

#container
{
	background-color: #fff;
	margin: 0 auto;
	padding: 10px 15px 15px 15px;
	width: 973px;
}

br.clear-right { clear: right; }
h1
{
	float: left;
	padding: 2px 0 0 7px;
}
h1 a
{
	background: url(../images/logo.gif) no-repeat bottom left;
	display: block;
	height: 67px;
	width: 320px;
}
h1 a span { display: none; }

#header
{
	color: #939598;
	margin: 0 0 20px 0;
	position: relative;
}
#header a
{
	color: #939598;
	text-decoration: underline;
}

#quicklinks
{
	float: right;
	font-size: 0.95em;
	margin: 0;
}
#quicklinks a { text-decoration: none; }
#quicklinks a:hover { text-decoration: underline; }
#quicklinks li
{
	display: block;
	float: left;
	margin: 0 0 0 16px;
}


#login { float: right; margin: 20px 0 0 0; width: 373px; }
#login.notloggedin p { float: left; font-size: 1.1em; margin: 3px 10px 0 0; width: 90px; }
#login.loggedin p { text-align: right; }

#footer
{
	margin: 5px auto;
	width: 1003px;
}
#footer li
{
	color: #a7a9ac;
	display: block;
	float: left;
	font-size: 0.9em;
	margin: 0 5px 0 0;
}
#footer li#privacy { background: url(../images/footer-bar.gif) no-repeat 0 3px; padding: 0 0 0 5px; }
#footer li#copyright { float: right; }
#footer li#madeby { background: url(../images/footer-bar.gif) no-repeat 0 3px; padding: 0 0 0 7px; float: right; }
#footer li a { color: #a7a9ac; }

span.white { color: #fff !important; }

#left
{
	color: #304e24; 
	float: left;
	margin: 0 8px 0 0;
	padding: 0;
	width: 640px;
}
#left a { color: #304e24; text-decoration: underline; }
#left h3
{
	color: #8DB730;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 0 5px 0;
	line-height: 1.3em;
}
#left h4 { margin: 0 0 0.25em 0; }
#left h5 { margin: 0 0 0 0; }

#right
{
	float: left;
	width: 325px;
}

#main-block { width: 640px; }

#main-block h2#title
{
	background-color: #E7E8E1;
	color: #304e24;
	font-size: 1.7em;
	font-weight: normal;
	height: 35px;
	margin: 0 0 5px 0;
	padding: 5px 0 0 10px;
}

#main-block.noimg h2 { margin: 0 0 20px 0; }
#main-block.noimg h3.title
{
	color: #8DB730;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.3em;
}
#main-block.noimg { color: #304e24; }
#main-block.noimg p { margin-right: 10px; }

h2#title
{
	font-weight: normal;
}

#middle h2#title { font-size: 1.8em; font-weight: normal; }
#authMessage { margin: 0 0 10px 0; }

.green { color: #8DB730; }
.green a { color: #8DB730; text-decoration: underline; }


ul#paginator
{
	font-size: 0.9em;
	margin: 0;
}

ul#paginator li
{
	display: inline;
	padding: 0 4px;
}

#update-profile { text-align: center; }
#update-profile a
{
	background-image: url(../images/updateProfile.gif);
	color: #304e24;
	display: block;
	font-size: 1.2em;
	height: 33px;
	margin: 10px 0 0 0;
	padding: 15px 0 0 0;
	width: 305px;
}

#profile-complete
{
	background: url(../images/tab_m_bullet_w.gif) no-repeat 0 50%;
	padding: 0 0 0 10px;
}

#member-benefits td { padding: 0 0 5px 0; }
#member-benefits td, #member-benefits th { border: 0px; }
#member-benefits .member_type { text-align: center; width: 90px; }
#member-benefits .centered { text-align: center; }