html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: 'Lucida Grande', 'Lucida Sans', Arial, Helvetica, sans-serif;
}

body {
	background: transparent url(../images/bg_body.jpg) repeat-x scroll 0 0 !important;
	background-color: #fff !important;
	line-height: 1;
}

.body_admin {
	background: transparent url(../images/bg_body_admin.jpg) repeat-x scroll 0 0 !important;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* --- THE GRID --- */

.page_wrapper {
	margin: 0 auto;
	padding: 0;
	background: url(../images/bg_header.jpg) top center no-repeat !important;
}

.container {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}


/* ---------------------------------------------------------------------------------------- 
   GRID ELEMENTS
    - #header
    - #top_nav
    - #banner 
    - #content
    - #footer
------------------------------------------------------------------------------------------- */

#header {
	display: inline;
	float: left;
	height: 160px;
	padding: 0;
	margin: 0;
	float: left;
	width: 960px;
}

#logo {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	height: 160px;
	width: 260px;
}

#top_right {
	float: right;
	color: #fff;
	font-size: 12px;
	line-height: 15px;
	margin: 0;
	padding: 10px 0 80px 0;
	text-transform: uppercase;
}

#top_right a, #top_right a:visited {
	color: #fff;
	border: none;
	text-decoration: none;
	margin: 0 0 0 20px;
}

#top_right a:hover {
	color: #3cf;
	border: none;
	text-decoration: none;
}

#top_right #nav_login_sep {
	padding-left: 20px;
	border-left: solid 1px #369;
}

#top_right a.nav_login,
#top_right a.nav_login:visited,
#top_right a.nav_login:hover {
	color: #f93;
	border: none;
	text-decoration: none;
	margin: 0 0 0 20px;
}

#top_nav {
	colour: #fff;
	float: right;
	padding: 10px 0;
	margin: 0;
	width: 700px;
}

#nav { 
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li { 
	float: left;
	text-align: center; 
	padding: 0;
	margin: 0;
}

#nav a,
#nav a:visited {
	display: block;
	border: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	height: 15px;
	padding: 10px 0;
	margin: 0 0 0 30px;
	text-align: center;
	line-height: 1;
}

#nav a:hover {
	color: #3cf;
	border: none;
	text-decoration: none;
}


/* END #header ---------------------------------------------------------------------------- */


#content_admin {
	display: inline;
	float: left;
	padding: 20px 20px 0 20px;
	margin: 0 0 0 0;
	width: 920px;
	height: 70px;
}

#admin_menu { 
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

#admin_menu ul { 
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 9999;
}

#admin_menu li { 
	float: left;
 	background: #dcb;
	position: relative;
	padding: 7px 15px 7px 13px;
	margin: 0 10px 0 0;
	height: 14px;
	width: 150px;
	-webkit-border-top-left-radius: 7px; 
	-webkit-border-top-right-radius: 7px; 
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-left: 1px solid #cba;
	border-top: 1px solid #cba;
	border-right: 1px solid #cba;
	border-bottom: 1px solid #cba;
}

#admin_menu li:hover, 
#admin_menu li.hover {
	position: static;
 	background: #fff;
	-webkit-border-top-left-radius: 7px; 
	-webkit-border-top-right-radius: 7px; 
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-left: 1px solid #cba;
	border-top: 1px solid #cba;
	border-right: 1px solid #cba;
	border-bottom: 1px solid #fff;
}

#admin_menu li.active { 
	background: #fff;
	float: left;
	padding: 7px 15px 7px 13px;
	margin: 0 10px 0 0;
	height: 14px;
	-webkit-border-top-left-radius: 7px; 
	-webkit-border-top-right-radius: 7px; 
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-left: 1px solid #cba;
	border-top: 1px solid #cba;
	border-right: 1px solid #cba;
	border-bottom: 1px solid #fff;
}

#admin_menu li.active:hover {
	background: #fff;
	border-left: 1px solid #cba;
	border-top: 1px solid #cba;
	border-right: 1px solid #cba;
	border-bottom: 1px solid #fff;
}

#admin_menu li a,
#admin_menu li a:visited {
	display: block;
	border: none;
	color: #069;
	text-decoration: none;
	margin: 0;
	line-height: 14px;
}

#admin_menu li a:hover {
	color: #036;
	text-decoration: none;
}

#admin_menu li ul { /* second-level lists */
	background: #fff;
	padding: 15px 0 10px 0;
	margin: 7px 0 0 -14px;
	position: absolute;
	width: 178px;
	left: -999em;
	border: none;
	-webkit-border-bottom-left-radius: 7px; 
	-webkit-border-bottom-right-radius: 7px; 
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	border-left: 1px solid #cba;
	border-right: 1px solid #cba;
	border-bottom: 1px solid #cba;
}

#admin_menu li ul li {
	background: #fff;
	margin: 0 0 5px 0;
	padding: 5px 13px;
	height: auto;
	width: 152px;
	border: none;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
}

#admin_menu li ul li.sep,
#admin_menu li ul li.sep:hover {
	background: #fff;
	float: left;
	margin: 0 0 5px 0;
	padding: 5px 0 0 0;
	height: 1px;
	line-height: 1px;
	width: 152px;
	border: none;
	border-top: 1px solid #fff;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
}

#admin_menu li ul li:hover {
	background: #edc;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
	border: none;
}

#admin_menu li ul a,
#admin_menu li ul a:visited {
	background: #fff;
	padding: 0;
	height: auto;
	width: 132px;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	color: #069;
	text-align: left;
}

#admin_menu li ul a:hover {
	color: #333;
	text-decoration: none;
}

#admin_menu li:hover ul, 
#admin_menu li.sfhover ul {
	left: auto;
}

.list_functions {
	clear: both;
	float: right;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align: right;
}

.list_functions a,
.list_functions a:visited {
	border: none;
	color: #069;
	text-decoration: none;
	margin: 0;
	line-height: 11px;
}

.list_functions a:hover {
	color: #036 !important;
	text-decoration: none;
	border: none !important;
}

#content {
	background: #fff;
	display: inline;
	float: left;
	padding: 20px;
	margin: 0;
	width: 920px;
	-webkit-border-radius: 12px; 
	-moz-border-radius: 12px;
}

#content_with_admin {
	background: #fff;
	display: inline;
	float: left;
	padding: 20px;
	margin: 0;
	width: 920px;
	-webkit-border-radius: 12px; 
	-moz-border-radius: 12px;
	-webkit-border-top-left-radius: 0; 
	-webkit-border-top-right-radius: 0; 
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
}

#page_left {
	float: left;
	padding: 0;
	margin: 0;
	width: 670px;
	border: none;
}

#page_right {
	float: right;
	padding: 0;
	margin: 0 0 0 10px;
	width: 229px;
	border: none;
}

#content_right {
	background: #e9e9e9;
	display: inline;
	float: left;
	padding: 10px;
	margin: 0 0 20px 0;
	width: 209px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
}

#content_right_admin {
	background: #edc;
	display: inline;
	float: left;
	padding: 10px;
	margin: 0 0 20px 0;
	width: 209px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
}

.content_col {
	float: left;
	padding: 0;
	margin: 0;
}

.content_col p {
	font-family: 'Lucida Grande', 'Lucida Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333;
	padding: 0;
	margin: 0;
}

.content_col ul,
.content_col ul li {
	font-family: 'Lucida Grande', 'Lucida Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333;
	margin-bottom: 5px;
}

.content_body {
	float: left;
	padding: 0;
	width: 670px;
}

.content_body p {
	padding: 20px 0 10px 0;
}

.content_col .member_body p {
	padding: 0 0 10px 0;
}

.content_body .member_logo {
	float: right;
	padding: 20px 10px 10px 10px;
}

.content_col .content_summary p {
	padding: 10px 0;
	font-weight: normal;
	font-size: 17px;
	font-style: normal;
}

.content_col a,
.content_col a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #069;
}

.content_col a:hover {
	color: #069;
	border-bottom: dotted #069 1px;
	text-decoration: none;
}

#content_1_col_1 {
	width: 920px;
	margin: 0 10px;
	padding: 10px;
}

.content_2 {
	background: #e9e9e9;
	display: inline;
	float: left;
	padding: 10px;
	margin: 20px 0 0 0;
	width: 650px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
}

.content_2_right {
	background: #e9e9e9;
	display: inline;
	float: left;
	padding: 10px;
	margin: 0;
	width: 209px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
}

#featured {
	background: #D7EDF5;
	display: inline;
	float: left;
	margin: 0;
	padding: 10px;
	width: 650px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
}

.event_spotlight {
	background: #fff;
	float: left;
	margin: 0 0 5px 0;
	padding: 0 10px 10px 10px;
	width: 630px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
}

.featured_date { 
	padding-left: 24px !important; 
	background: url(../images/cal.gif) 0 0 no-repeat !important;
	padding: 2px 0;
}

.featured_footer {
	background: none;
	float: left;
	margin: 0;
	padding: 5px 0 0 0;
	width: 650px;
	text-align: right;
}

#from_the_blog {
	background: #e9e9e9;
	display: inline;
	float: left;
	margin: 20px 0 0 0;
	padding: 10px;
	width: 650px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
}

.featured_1_1 {
	width: 630px;
	float: left;
	margin: 0;
	padding: 10px 20px 0 0;
}

.featured_2_1 {
	float: left;
	width: 295px;
	padding: 10px 0 0 0;
	margin: 0 20px 0 0;
}

.featured_2_2 {
	float: left;
	width: 294px;
	padding: 10px 0 0 0;
	margin: 0;
}

.featured_3_1 {
	background: #fff;
	float: left;
	width: 192px;
	padding: 10px;
	margin: 0 7px 5px 0;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	height: 80px;
	overflow: hidden;
}

.featured_3_2 {
	background: #fff;
	float: left;
	width: 192px;
	padding: 10px;
	margin: 0 7px 5px 0;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	height: 80px;
	overflow: hidden;
}

.featured_3_3 {
	background: #fff;
	float: left;
	width: 192px;
	padding: 10px;
	margin: 0 0 5px 0;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	height: 80px;
	overflow: hidden;
}

#spotlight {
	background: #fff;
	display: inline;
	float: left;
	margin: 0 0 0 10px;
	padding: 10px;
	width: 220px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
}

#about {
	background: #e9e9e9;
	display: inline;
	float: left;
	margin: 0 0 20px 0;
	padding: 20px 10px 10px 10px;
	width: 209px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
}

div.content_2_col_1 {
	width: 650px;
	margin: 0;
	padding: 0;
}

div.content_2_col_1 .list_row {
	background: none;
	float: left;
	margin: 0 0 10px 0;
	padding: 10px;
	border: solid 1px #e9e9e9;
	width: 658px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
}

div.content_2_col_1 .list_logo {
	float: left;
	padding: 0;
	margin: 20px 25px 10px 0;
	width: 75px;
}

div.content_2_col_1 .list_item {
	float: left;
	padding: 14px 0; 
	margin: 0;
	width: 404px;
}

div.content_2_col_1 .list_item_full {
	float: left;
	padding: 0; 
	margin: 0;
	width: 600px;
}

div.content_2_col_1 .user_logo {
	float: left;
	padding: 0;
	margin: 10px 25px 10px 0;
	width: 50px;
}

div.content_2_col_1 .user_item {
	float: left;
	padding: 14px 0; 
	margin: 0;
	width: 454px;
}

div.content_2_col_1 .list_item .list_summary,
div.content_2_col_1 .user_item .list_summary,
div.content_2_col_1 .list_item .list_summary li {
	font-size: 10px;
	line-height: 16px;
	color: #7f7f7f;
}

div.content_2_col_1 .list_item_full .list_stats,
div.content_2_col_1 .user_item_full .list_stats {
	float: left;
	font-size: 10px;
	line-height: 16px;
	padding: 10px 0 10px 100px;
	color: #7f7f7f;
}

div.content_2_col_1 .list_type {
	font-family: 'Lucida Grande', 'Lucida Sans', Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #999;
	float: right;
	text-align: right;
	padding: 18px 0; 
	margin: 0 0 0 25px;
	width: 100px;
}

div.content_2_col_1 .user_type {
	font-family: 'Lucida Grande', 'Lucida Sans', Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #999;
	float: right;
	text-align: right;
	padding: 18px 0; 
	margin: 0 0 0 25px;
	width: 100px;
}

div.content_2_col_1 .list_filetype {
	padding: 18px 0; 
	float: right;
	text-align: right;
	margin: 0 0 0 9px;
	width: 21px;
}

#content_2_col_2 {
	width: 209px;
	margin: 0;
	padding: 0;
}

.content_col .content_item {
	background: #fff;
	float: left;
	margin: 0 0 5px 0;
	padding: 0 10px 10px 10px;
	width: 630px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
}

.content_col .gallery_item {
	background: #fff;
	float: left;
	margin: 0 0 10px 10px;
	padding: 10px;
	width: 135px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
}

.content_col .gallery_item.first {
	margin: 0 0 5px 0;
}

p.image_desc {
	position: relative;
	font-size: 11px;
	line-height: 16px;
	margin: 5px 0 0 0;
	height: 80px;
	overflow: hidden;
}

p.image_desc .image_edit {
	background: #fff;
	position: absolute;
	float: right;
	bottom: 0;
	right: 20px;
	width: 12px;
	height: 12px;
	padding: 0;
	margin: 0;
	z-index: 100;
}

p.image_desc .image_del {
	background: #fff;
	position: absolute;
	float: right;
	bottom: 0;
	right: 0;
	width: 12px;
	height: 12px;
	padding: 0;
	margin: 0;
	z-index: 100;
}

.content_col .content_footer {
	background: none;
	float: left;
	margin: 0;
	padding: 5px 0 0 0;
	width: 649px;
	text-align: right;
}

#content_2_col_2 .content_item {
	background: #e9e9e9;
	float: left;
	margin: 0;
	padding: 0 0 10px 0;
	width: 210px;
	border-bottom: solid #ccc 1px;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
}

#content_2_col_2 .gallery_item {
	background: #e9e9e9;
	float: left;
	margin: 0 0 3px 3px;
	padding: 0;
	width: 50px;
}

#content_2_col_2 .gallery_item.first {
	margin: 0 0 3px 0;
}

#content_2_col_2 .content_item_admin {
	background: #fed;
	float: left;
	margin: 0;
	padding: 0 0 10px 0;
	width: 210px;
	border-bottom: solid #ccc 1px;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
}

#content_2_col_2 .right_sep_1 {
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	height: 1px;
	width: 210px;
	border-bottom: solid #ccc 1px;
}

#content_2_col_2 .right_sep_10 {
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	height: 10px;
	width: 210px;
	border-bottom: solid #ccc 1px;
}

#content_2_col_2 .content_footer {
	background: none;
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 11px;
	width: 210px;
	text-align: right;
}

#content .from {
	font-family: 'Lucida Grande', 'Lucida Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #eb903e;
	padding: 5px 0 0 0;
	margin: 0 0 5px 0;
	font-weight: normal;
}

p.content_item_admin {
	font-family: 'Lucida Grande', 'Lucida Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 10px 0 0 0;
	margin: 0 0 5px 0;
	font-weight: normal;
}

#content .on_home {
	font-size: 11px;
	padding: 0;
}

#content .from a,
#content .from a:visited {
	font-weight: normal;
	text-decoration: underline;
	border-bottom: none;
	color: #eb903e;
}

#content .from a:hover {
	color: #333;
	border-bottom: none;
	text-decoration: underline;
}

p.content_date {
	font-size: 12px;
	line-height: 15px;
	color: #999;
	padding: 0;
	margin: 0 0 5px 0;
	font-weight: normal;
}

p.news_date {
	font-size: 12px;
	line-height: 18px;
	color: #999;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

p.news_date strong {
	text-transform: uppercase;
	font-weight: normal;
}

p.small {
	font-size: 11px;
}

p.about {
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
}

#featured h3,
div.content_2_col_1 h3 {
	font-size: 12px;
	line-height: 26px;
	font-weight: normal;
}

#content_2_col_2 h3 {
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
}

#content_2_col_2 h4 {
	line-height: 18px;
}

#content_2_col_2 h3.link {
	padding: 5px 0;
	margin: 0 0 5px 0;
	width: 191px;
}

#content_2_col_2 h3.active {
	padding: 5px 0;
	margin: 0 0 5px 0;
	width: 191px;
}

#content_2_col_2 h3.link a,
#content_2_col_2 h3.link a:visited {
	padding: 3px 5px 3px 19px; 
	background: url(../images/admin_page.png) 0 4px no-repeat;
	text-decoration: none;
}

#content_2_col_2 h3.link a:hover {
	padding: 3px 5px 3px 19px; 
	background: url(../images/admin_page_x.png) 0 4px no-repeat;
	text-decoration: none;
	color: #333;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}

#content_2_col_2 h3.active a,
#content_2_col_2 h3.active a:visited,
#content_2_col_2 h3.active a:hover {
	background: url(../images/admin_page_x.png) 0 4px no-repeat;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 5px 3px 19px; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}

#content_3_col_2 p {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333;
	padding: 0;
	margin: 0;
}

#content_3_col_3 p {
	color: #666;
	padding: 8px 0 0 0;
	margin: 0;
	font-size: 12px;
	line-height: 18px;
}

#content_2_col_2 .feed {
	padding: 10px 0 0 20px;
	margin: 0;
	font-size: 11px;
	background: url(../images/rss-feed.gif) top right no-repeat;
}

#content_2_col_1 a.rss_feed,
#content_2_col_1 a.rss_feed:visited {
	background: url(../images/rss-feed.gif) top left no-repeat;
	padding-left: 20px;
	font-weight: normal;
	text-decoration: underline;
	border-bottom: none;
	color: #999;
}

#content_2_col_1 a.rss_feed:hover {
	color: #333;
	border-bottom: none;
	text-decoration: underline;
}

#content_2_col_2 a,
#content_2_col_2 a:visited {
	font-weight: normal;
	text-decoration: underline;
	border-bottom: none;
	color: #069;
}

#content_2_col_2 a:hover {
	color: #069;
	border-bottom: none;
	text-decoration: none;
}

#content_2_col_2 ul {
	padding: 0;
	margin: 10px 0 0 0;
	list-style-type: none;
	width: 209px;
	float: left;
}

#content_2_col_2 ul li {
	padding: 0;
	margin: 3px 0;
	color: #333;
	line-height: 12px;
	width: 209px;
}

#content_2_col_2 ul li a,
#content_2_col_2 ul li a:visited {
	display: block;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
	color: #069;
	padding: 6px 10px;
	margin: 1px 0;
	background: #e9e9e9;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	width: 189px;
}

#content_2_col_2 ul li a:hover {
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
	color: #fff;
	background: #069;
}

#content_2_col_2 ul li a.active,
#content_2_col_2 ul li a.active:visited,
#content_2_col_2 ul li a:active.hover {
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
	color: #fff;
	background: #000;
}

.paging {
	float: left;
	margin: 10px 0 0 0;
	padding: 15px 10px;
	text-align: center;
	width: 650px;
	font-size: 12px;
	line-height: 12px;
	background: #e9e9e9;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
}

.paging_blog {
	float: left;
	margin: 10px 0 0 0;
	padding: 15px 0;
	text-align: right;
	width: 670px;
	font-size: 12px;
	line-height: 12px;
	border-top: solid 1px #ccc;
}

.paging a,
.paging a:visited,
.paging_blog a,
.paging_blog a:visited {
	background: #bbb;
	color: #fff;
	padding: 3px 6px;
	text-decoration: none;
	margin: 0 0 0 3px;
	border: none;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px;
}

.paging a:hover,
.paging_blog a:hover {
	background: #069;
	color: #fff;
	padding: 3px 6px;
	text-decoration: none;
	margin: 0 0 0 3px;
	border: none;
}

.paging .current {
	background: #333;
	color: #fff;
	padding: 3px 6px;
	text-decoration: none;
	margin: 0 0 0 3px;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px;
}

.paging .disabled,
.paging_blog .disabled {
	background: #bbb;
	color: #d7d7d7;
	padding: 3px 6px;
	text-decoration: none;
	margin: 0 0 0 3px;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px;
}

.paging .pages {
	background: #333;
	color: #fff;
	padding: 3px 6px;
	text-decoration: none;
	margin: 0 0 0 3px;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px;
}

.bottom {
	margin: 0;
	text-align: right;
	padding: 15px 0;
}



/* END #content --------------------------------------------------------------------------------- */


#partners {
	background: #e9e9e9;
	display: inline;
	float: left;
	margin: 0 20px 20px 20px;
	padding: 10px 10px;
	width: 900px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
}

#partner_logos {
	background: #fff;
	float: left;
	margin: 0;
	padding: 5px 0 0 0;
	width: 900px;
	text-align: center;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
}

#partners .content_footer {
	background: none;
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
	width: 900px;
	text-align: right;
}

.copyright { 
	font-size: 10px;
}

#partner_logos ul {
	float: left;
	list-style: none;
	margin: 10px;
	padding: 0;
}

#partner_logos ul li { 
	display: block;
	float: left; 
	margin: 0;
	padding: 0 5px;
}

div.feed_logo {
	padding-top: 10px;
}

/* END #partners ------------------------------------------------------------------------------------ */


#footer {
	background: #D7EDF5;
	display: inline;
	float: left;
	margin: 10px 20px 20px 20px;
	padding: 20px 10px;
	width: 900px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	text-align: center;
}

#footer p {
	color: #333;
	font-family: 'Lucida Grande', 'Lucida Sans', Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
}

#footer a, #footer a:visited {
	color: #069;
	border-bottom: none;
	text-decoration: none;
}

#footer a:hover {
	color: #069;
	text-decoration: underline;
}


/* END #footer ------------------------------------------------------------------------------------ */


/* `Forms ------------------------------------------------------------------------------------------*/

form {
	padding-bottom: 10px;
}

.form_input {
	padding: 10px 0;
	width: 650px;
	border-top: solid #fff 1px;
	border-bottom: solid #b7b7b7 1px;
}

.form_input_top {
	padding: 10px 0;
	width: 650px;
	border-bottom: solid #b7b7b7 1px;
}

.form_input_button {
	border-top: solid #fff 1px;
	margin: 0;
	padding: 20px 0 0 0;
	width: 650px;
}

.form_input_left {
	padding: 0;
	width: 315px;
	float: left;
}

.form_input_right {
	padding: 0;
	width: 315px;
	float: right;
}

.form_input_full {
	padding: 0;
	width: 650px;
	float: left;
}

.form_msg {
	float: left;
	background: #efe;
	padding: 10px;
	margin: 10px 0 0 0;
	width: 650px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
}

.form_error {
	background: #fee;
}

.form_highlight {
	background: #fed;
	padding: 10px;
	width: 630px;
}

.form_highlight p {
	margin-bottom: 10px;
}

input { 
	font-weight: normal;
	font-size: 14px;
}

input.text_field {
	padding: 3px;
	margin-bottom: 5px;
	width: 638px;
	font-size: 13px;
}

input.text_field_half_width {
	padding: 3px;
	margin-bottom: 5px;
	width: 302px;
	font-size: 13px;
}

input.text_field_date {
	padding: 3px 0;
	margin-bottom: 5px;
	font-size: 13px;
	border: none;
	background: #e9e9e9;
	color: #777;
	font-weight: normal;
	width: 150px;
}

textarea { 
	font-family: 'Lucida Grande', 'Lucida Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 3px;
	width: 641px;
}

select { 
	font-weight: normal;
	font-size: 13px;
}

label {
	font: 13px/2.4 'Lucida Grande', 'Lucida Sans', Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
}

.form_help {
	font: 13px/2.4 'Lucida Grande', 'Lucida Sans', Arial, Helvetica, sans-serif;
	color: #999;
}

.form_required {
	color: #f93;
	font-weight: normal;
}

input.error { 
	border: 1px solid #c30; 
	background: #fee;
}


/* `General styling --------------------------------------------------------------------------------*/

body {
	font-family: 'Lucida Grande', 'Lucida Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #4e4e4e;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

a, a:visited {
	color: #069;
	border-bottom: none;
	text-decoration: none;
}

a:hover {
	color: #069;
	border-bottom: dotted #069 1px;
	text-decoration: none;
}

a.no_border,
a.no_border:visited,
a.no_border:hover {
	border: none;
	text-decoration: none;
	padding: 0;
	background: none;
}

a.admin, a.admin:visited {
	color: #7f7f7f !important;
	font-size: 11px !important;
}

a.admin:hover {
	color: #333 !important;
	border-bottom: dotted #333 1px;
}

a.cancel, a.cancel:visited {
	padding: 2px 5px;
	color: #c00;
	text-decoration: none;
}

a.cancel:hover {
	padding: 2px 5px;
	background: #c00;
	color: #fff;
	text-decoration: none;
	border: none;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
}

a.edit, a.edit:visited {
	color: #c00;
	border-bottom: none;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

a.edit:hover {
	color: #c00;
	border-bottom: dotted #c00 1px;
	text-decoration: none;
}

.no_display{
	position:absolute;
	top:-9999px;
	left:-9999px;
}

.left {
	text-align: left;
}

.middle {
	text-align: center;
}

.right {
	text-align: right;
}

.lite {
	color: #999;
}


/* `Headings ---------------------------------------------------------------------------------------*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #333;
	padding: 5px 0 15px 0;
	margin: 0 0 10px 0;
	border-bottom: solid 1px #d7d7d7;
	width: 670px;
}

h1 em {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #666;
	padding: 5px 0;
	margin: 0;
	clear: both;
}

h2.success {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	padding: 10px;
	margin: 10px 0;
	color: #363;
	background: #cfc;
}

h2.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	padding: 10px;
	margin: 10px 0;
	color: #c00;
	background: #fcc;
}

h2.content {
	padding: 20px 0 5px 0;
}

.below {
	margin: 30px 0 0 0;
}

.blog {
	border-top: solid 1px #ccc;
	padding-top: 20px;
	margin-top: 20px;
}

h3 {
	float: left;
	clear: both;
	font-family: 'Lucida Grande', 'Lucida Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	padding: 0;
	margin: 10px 0 0 0;
	color: #333;
}

h3.homepage {
	margin-bottom: 2px;
}

h3.admin_right {
	margin-bottom: 2px;
	font-weight: bold !important;
	width: 191px;
}

h3.admin_right a, h3.admin_right a:visited {
	text-decoration: none !important;
}

h3.admin_right a:hover {
	text-decoration: underline !important;
}

h4 {
	font-family: 'Lucida Grande', 'Lucida Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	padding: 0;
	margin: 5px 0 15px 0;
	color: #333;
}

h4 em {
	font-style: normal;
	font-weight: normal;
	color: #999;
	padding-left: 6px;
}

h4.admin_right {
	margin: 10px 0 5px 0;
}

.shift_right_10 {
	padding-left: 10px;
}

h5 {
	font-family: 'Lucida Grande', 'Lucida Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	padding: 0;
	margin: 0 20px 10px 0;
	color: #999;
	width: 350px;
	float: left;
}

h6 {
	font-family: 'Lucida Grande', 'Lucida Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 10px 0;
	color: #333;
	width: 300px;
	float: right;
	text-align: right;
}


.admin_home { padding-left: 19px !important; background: url(../images/admin_home.png) 0 1px no-repeat !important; }
.admin_home:hover { padding-left: 19px !important; background: url(../images/admin_home_x.png) 0 1px no-repeat !important; }

.admin_news { padding-left: 19px !important; background: url(../images/admin_news.png) 0 1px no-repeat !important; }
.admin_news:hover { padding-left: 19px !important; background: url(../images/admin_news_x.png) 0 1px no-repeat !important; }

.admin_events { padding: 0 0 0 19px; background: url(../images/admin_events.png) 0 1px no-repeat; }
.admin_events:hover { padding: 0 0 0 19px; background: url(../images/admin_events_x.png) 0 1px no-repeat; }

.admin_members { padding: 0 0 0 19px; background: url(../images/admin_members.png) 0 1px no-repeat; }
.admin_members:hover { padding: 0 0 0 19px; background: url(../images/admin_members_x.png) 0 1px no-repeat; }

.admin_add { padding-left: 19px !important; background: url(../images/admin_add.png) 0 1px no-repeat !important; }
.admin_add:hover { padding-left: 19px !important; background: url(../images/admin_add_x.png) 0 1px no-repeat !important; }

.admin_add_user { padding-left: 19px !important; background: url(../images/admin_add_user.png) 0 1px no-repeat !important; }
.admin_add_user:hover { padding-left: 19px !important; background: url(../images/admin_add_user_x.png) 0 1px no-repeat !important; }

.admin_edit { padding-left: 19px !important; background: url(../images/admin_edit.png) 0 1px no-repeat !important; }
.admin_edit:hover { padding-left: 19px !important; background: url(../images/admin_edit_x.png) 0 1px no-repeat !important; }

.admin_delete { padding: 0 0 0 19px; background: url(../images/admin_delete.png) 0 1px no-repeat; }
.admin_delete:hover { padding: 0 0 0 19px; background: url(../images/admin_delete_x.png) 0 1px no-repeat; }

.admin_edit_no_text { padding: 0 6px; background: url(../images/admin_edit.png) 0 1px no-repeat; }
.admin_edit_no_text:hover { padding: 0 6px; background: url(../images/admin_edit_x.png) 0 1px no-repeat; }

.admin_delete_no_text { padding: 0 6px; background: url(../images/admin_delete.png) 0 1px no-repeat; }
.admin_delete_no_text:hover { padding: 0 6px; background: url(../images/admin_delete_x.png) 0 1px no-repeat; }


/* `Spacing ----------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/* `Clear Floated Elements --------------------------------------------------------------------------*/

html body div.clear,
html body span.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

