/* hide things before js loads */
.js .conceal {
	display: none;
}

/* global whitespace clear */
* {
	padding:0;
	margin:0;
}

html {
	font-family:arial,helvetica,sans-serif;
	background-color: #737373;
	color: #333;
	height: 100%;
}
	
body {
	background-color: #737373;
	font-size: 15px;
	height: 100%;
}

#wrapper {
	background: #F1F8FD;
}


/* Layout
********************************************/

#page {
	padding:0px 0px;
	width:960px;
	margin: 0px auto;
	background-image: url(/assets/images/content_bg.png);
	background-repeat: repeat-y;
	background-position: top left;
	background-color: #fff;
	position: relative;
	border: 0px none;
}

#content {
	min-height: 500px;
	padding: 10px;
	padding-top: 26px;
	position: relative;
	
}


body.secondary #content {
	width: 680px;
	float: left;
	padding-left: 18px;
}

#secondary {
	
	width: 230px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 0px;
	margin-left: 10px;
	float: left;
	
}

/* Header
********************************************/

#header_wrapper {
	width: 100%;
	background-image: url(/assets/images/admin_header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #184160;
	height: 148px;
}

#header {
	width: 960px;
	margin: 0px auto;
	position: relative;
	height: 148px;
	background: transparent;
}

	
#header #logo {
	position: absolute;
	top: 28px;
	left: 10px;
	width: 289px;
	height: 60px;
	
}

#header #logo img {
	border: 0px none;
}


#header #logo:hover {
	background: transparent;
}

#header ul#nav {
	list-style-type: none;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: transparent;
	width: 948px;
	padding-left: 10px;
	bottom: -4px;
}

#header ul#nav li {
	float: left;
}

#header ul#nav li a {
	float: left;
	padding: 0px 18px;
	line-height: 34px;
	height: 34px;
	margin-right: 2px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background-image: url(/assets/images/inactive_tab_bg.png);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #585858;
	
	outline: none;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px; 
}

#header ul#nav li a.active{
	background-image: url(/assets/images/active_tab_bg.png);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #fff;
	color: #666;
	font-size: 14px;
	
}

#header ul#nav li a:hover  {
	background: #666;
	color: #fff;
	font-size: 14px;
	
}

#secondary #actions ul.secondary_actions.main li a.active:hover  {
	background: #62B83D;
	color: #fff;
}

#header ul#nav li a.active:hover {
	text-decoration: none;	
}



#top_nav {
	list-style-type: none;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	height: 30px;
	line-height: 30px;
	
	padding-left: 10px;
}

#top_nav li.welcome {
	background: transparent;
}

#top_nav li.welcome a {
	font-weight: bold;
	background: transparent;
}

#top_nav li.welcome a:hover {
	text-decoration: underline;
	background: transparent;
}

#top_nav li {
	float: right;
	margin-right: 10px;
	color: #eee;
	font-size: 12px;
}

#top_nav li a {
	color: #eee;
	background: #333;
	padding: 5px;
	-moz-border-radius: 7px;
	border-radius: 7px; 
}

#top_nav li a:hover {
	background-color: #666;
}

#login_form {
	overflow: hidden;
}


body #login_form form h2 {
	font-size: 18px;
	margin-bottom: 0px;
}


body #login_form form p {
	font-size: 12px;
}




/* Secondary
********************************************/

#secondary #actions {
	padding: 20px 10px;
	padding-bottom: 0px;
}


#secondary #actions h4.welcome {
	font-size: 14px;
}

#secondary #actions ul.secondary_actions {
	list-style-type: none;
	margin: 10px 0px;	
}

#secondary #actions ul.secondary_actions.main li a {
	padding: 6px 8px;
	background: #fff;
	
	margin: 4px;
	display: block;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	font-size: 12px;
	background: #f5f5f5;
	border: 1px solid #ccc;
	font-weight: bold;
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: #fff;
	
	margin-left: -3px;
	color: #666;
	background-image: url(/assets/images/secondary_button_bg.png);
}

#secondary #actions ul.secondary_actions.main li a.active {
	color: #fff;
	background-image: url(/assets/images/green_grad.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: #34AE26;
}

#secondary #actions ul.secondary_actions.main li a:hover {
	
	background-image: url(/assets/images/secondary_button_bg_hover.png);
	background: #EDEBEA;
	color: #000;
	color: #333;
}

#secondary #actions div#admin_options {
	background: #FFD6D8;
	margin: 20px;
	margin-left: -10px;
	width: 210px;
	padding: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	border: 1px solid #ccc;
}

#secondary #actions div#admin_options h4.label {
	font-size: 14px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}




#secondary div.help {
	padding: 30px 0px;
	background-image: url('/assets/images/icon_help_large.png');
	background-repeat: no-repeat;
	background-position: 0 32px;
	padding-left: 32px;
	margin-left: -5px;
	
}	
#secondary div.help h3.main {
	
	line-height: 24px;
	border-bottom: 1px solid #d7d7d7;
	font-size: 14px;
	
}	

#secondary ul.actions {
	margin: 10px 0px;
}

#secondary ul.actions li {
	display: block;
	margin-bottom: 10px;
}

#secondary ul.actions li a {
	display: block;
	margin: 10px;
	padding: 10px;
			color: #fff;
	background-image: url(/assets/images/green_grad.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: #34AE26;
	-moz-border-radius: 5px;
border-radius: 5px; 
}

/* Content
********************************************/

#content {

}

#content ul,#content ol {
	margin: 10px 0px 10px 40px;
}

#content p {
	margin-bottom: 18px;
	line-height: 1.3;
}

a {
	color: #135F94;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	margin-bottom: 10px;
	color: #333;
	font-weight: bold;
	letter-spacing: -0.5px;
	line-height: 1.1;
	font-family: Arial, Helvetica, sans serif;

}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}


h3.section {
	font-size: 18px;
	color: #666;
	margin-bottom: 5px;
}

div.section {
	xpadding: 10px 5px;
	xborder: 1px solid #ccc;
	xborder-top: 0px none;
	xmargin-top: -12px;
	xbackground: #F0F3F6;
	xmargin-bottom: 20px;
}

#content p em.event_date {
	font-style: normal;
	font-weight: bold;
}


/* Page-specific
********************************************/

html #content p.breadcrumbs {
	display: block;
	font-size: 12px;
	margin-bottom: 0px;
}

div#map {
	margin: 20px 10px 20px 0px;
	border: 1px solid #ccc;
	clear: both;
}

#content a.cancel {
	padding-left:  18px;
	background-image: url(/assets/images/flag_boxes.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
	border: 0px none;
	line-height: 30px;
	height: 30px;
	display: block;
	
	font-size: 11px;
	width: auto;
	color: #333;
	
}

#content a.cancel:hover {
	background-position: bottom left;
	background-color: transparent;
	color: #333;
}

#content a.flag {
	padding-left:  18px;
	background-image: url(/assets/images/flag_boxes.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: transparent;
	border: 0px none;
	line-height: 30px;
	height: 30px;
	display: block;
	
	font-size: 11px;
	width: auto;
	color: #333;
}

#content a.flag:hover {
	background-position: top left;
	background-color: transparent;
	color: #333;
}


#content ul.actions a.flag.flagged {
	background-position: top left;
}

#content ul.actions a.flag.flagged:hover {
	background-position: bottom left;
	background-color: transparent;
}

#secondary div.filters {
	padding: 0px;
	margin: 20px 0px;
	clear: left;
	background: #eee;
	border: 1px solid #ccc;
	margin-right: 0px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.25); 
	
}

#secondary div.filters h3.filter_label {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	color: #333;
	padding: 10px 7px;
	font-size: 15px;
	margin-bottom: 0px;
	margin-right: 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
	
}

#secondary div.filters h4.filter_label {
	font-size: 12px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
	background: #eee;
	margin-top: -2px;
	padding: 4px;
	padding-left: 8px;
	border-bottom: 1px solid #ccc;
	letter-spacing: 1;
	font-weight: bold;
}

#secondary div.filters ul.filters {
	list-style-type: none;
	margin: 0px 0px 20px 0px;
}

#secondary div.filters ul.filters li {
	
}

#secondary div.filters ul.filters li a {
	display: block;
	padding: 4px;
	
	padding-left: 14px;
	font-size: 12px;
}

#secondary div.filters ul.filters li a:hover {
	
}

#secondary div.filters ul.filters li a.active {
	background-image: url(/assets/images/bright_blue_grad.png);
	background-repeat: repeat-x;
	background-position: top left;
	color: #fff;
}


#content ol.comments {
	margin: 10px 0px;
	list-style-type: none;
}

#content ol.comments li {
	display: block;
	padding: 0px;
	margin: 10px 10px 30px 0px;
	font-size: 12px;
	
	position: relative;
	
	padding-left: 60px;
}


#content ol.comments li img.avatar {
	float: left;
	margin-right: 10px;
	margin-left: -60px;
	border: 1px solid #ccc;
	
}

#content ol.comments li a.permalink {
	position: absolute;
	bottom: 50%;
	left: -10px;
	font-size: 9px;
	
}

#content p.summary {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#content ol.comments li div.post_meta {
	margin-bottom: 0px;
	padding: 4px;
	text-indent: 6px;
	margin-left: -4px;
}

#content ol.comments li div.post_meta em.date {
	font-style: normal;
}

#content ol.comments li a.comment_admin {
	position: absolute;
	top: -10px;
	right: 0px;
	color: #cc0000;
	font-size: 10px;
}

#content .container.object {
	padding-left: 130px;
}


#content .container.object .post_meta {
	margin-bottom: 0px;
}

#content .container.object .post_meta.comment {
	margin-left: 0px;
	padding: 0px;
	text-indent: 0px;
}


#content div#body {
	float:left;
	width: 550px;
}

#content div#meta {
	width: 100px;
	float: left;
	margin-left: -670px;
	padding-top: 20px;
}

#content div#user_content {
	border-top: 1px solid #DEDDD9;
	border-bottom: 1px solid #DEDDD9;
	background: #FCFBDD;
	padding: 10px;
	margin: 10px 0px;
	margin-right: 10px;
	padding-right: 5px;
	padding-left: 15px;
	
}

#content div#meta span.label {
	margin-left: 0px;
}

#content div#meta span.flag {
	float: none;
}


#content div.post_meta ul.actions.alt {
	float: right;
	clear: none;
}

#content div.post_meta ul.actions.alt li a {
	background: transparent;
	color: #cc0000;
	border: 0px none;
	font-size: 10px;
	padding: 0px;
	line-height: 1;
}

#content div.post_meta p.permissions {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #666;
	margin: 0px;
	padding: 0px;
	padding-right: 10px;
	padding-left: 26px;
	margin-top: -10px;
	margin-left: -23px;
	margin-right: 2px;
	margin-bottom: 10px;
	font-size: 10px;
}

#content #broadcast_listing p.permissions,  #content #broadcast_listing #readers {
	margin-left: 0px;
}

#content div.post_meta p.permissions.locked {
	background-image: url(/assets/images/lock_closed.png);
	background-repeat: no-repeat;
	background-position: 1% 50%;
	background-color: #FFE6EA;	
}

#content div.post_meta p.permissions.open {
	background-image: url(/assets/images/lock_open.png);
	background-repeat: no-repeat;
	background-position: 1% 50%;
	background-color: #E2F9E3;
}



#content div.post_meta img.avatar {
	float: right;
	margin: 10px;
	margin-right: 10px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

#content div.post_meta p {
	
	margin-bottom: 0px;	
	margin-top: 0px;
}

#content h2#post_view {
	
	margin: 0px 0px 0px 0px;
	background: transparent;
	border: 0px none;
	font-size: 26px;
	text-indent: 0px;
}

#content a.report {
	padding-left: 20px;
	background-image: url(/assets/images/flag.png);
	background-repeat: no-repeat;
	background-position: center left;
	background-color: transparent;	
	color: #cc0000;
	font-size: 10px;
	display: block;
	clear: both;
	margin-bottom: 10px;
}

#content a.add_category {
    background-image: url("/assets/images/icon_add_tiny.png");
    background-position: left top;
    background-repeat: no-repeat;
    xdisplay: block;
    font-size: 10px;
    padding: 3px 6px;
    
    xwidth: auto;
    background-image: url(/assets/images/green_grad.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: #34AE26;
	color: #fff;
	-moz-border-radius: 13px;
	border-radius: 13px; 
}

#content form select#post_category_id {
	margin-top: 6px;
}


div.container {
	margin: 10px 0px 20px 0px;
	border: 1px solid #ccc;
	padding: 0px;
	xwidth: 678px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	position: relative;
	background: #f5f5f5;
	
}


.dashboard div.container {
	-webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.25); 
}

div.container.closed {
	padding-bottom: 0px;
}

div.container.closed h2 {
	margin-bottom: 0px;
}

div.container a.container_close {
	position: absolute;
	top: 15px;
	right: 15px;
	text-indent: -999em;
	outline: none;
	display: block;
	width: 15px;
	height: 11px;
	background-image: url(/assets/images/container_close.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
	cursor: pointer;
}

div.container div.filters {
	height: 25px;
	line-height: 25px;
	background: #CFE3DC;
	margin-top: -10px;
	padding: 10px;
	padding-top: 5px;
	position: relative;
	margin-bottom: 10px;
}

#content div.container #filter_items {
	padding-left: 8px;
	clear: left;
}

#content div.container div.filter_set {
	float: left;
	position: relative;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 6px;
	margin-top: 4px;
	z-index: 9;
}

#content div.container span.filter_label {
	display: block;

	float: left;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin: 0px 5px 0px 0px;
}

#content div.container span.filter_trigger {
	display: block;
	width: 120px;
	border: 1px solid #ccc;
	background-image: url(/assets/images/filter_bg_grad.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #fff;
	line-height: 21px;
	padding: 0px 5px;

	cursor: pointer;
}

html body #content div.container div#filters {
	position: relative;
	z-index: 99;
}

html body #content div.container div#filters h2 {
	float: left;
	margin-right: 4px;
	margin-left: 9px;
}

div.containerdiv#filters h4 {
	margin-left: 10px;
}

html body #content div.container ul.filter, html body #content div.container ul.sort {
	list-style-type: none;
	xborder: 1px solid #ccc;
	xborder-top: 0px none;
	xbackground: #fff;
	
	background: #eee;
	border: 1px solid #ccc;
	margin-right: 0px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.25); 
	
	margin: 0px;
	padding: 5px;
	width: 120px;
	position: absolute;
	left: auto;
	z-index: 999;
}

html body #content div.container ul.filter li, html body #content div.container ul.sort li {
	padding: 3px 0px;
}

html body #content div.container ul.filter li a {
	display: block;
}

html body #content div.container ul.filter li a:hover {
	background: #FFFFCC;
}


div.container.col {
	background-image: url(/assets/images/container_col_bg.png);
	background-repeat: repeat-y;
	background-position: top left;
	background-color: #f5f5f5;
}

div.container h2 {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
	height: 34px;
	line-height: 34px;
	color: #333;
	xwidth: 677px;
	background-image: url('/assets/images/container_head_bg.png');
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: #CCD0D3;
	
	margin-top: 1px;
	margin-left: 1px;
	border-bottom: 1px solid #A8ACAF;
	
	xmargin-bottom: 20px;
	text-indent: 10px;
	font-size: 16px;
}

#content div.container ul.items {
	margin: 0px 0px;
	list-style-type: none;
}

div.container.col ul.items li {
	padding-left: 120px;
	font-size: 12px;
	border-bottom: 1px solid #ccc;
	xpadding-bottom: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
}

div.container ul.items li.last {
	border-bottom: 0px none;
	margin-bottom: 0px;
}

div.container ul.items li.last.more {
	background: #fff;
	padding: 5px;
	margin-top: -10px;
}


#content span.author {
	display: block;
	margin-top: 5px;
}

#content div.container.col ul.items li div.post_meta {
	margin: 0px;
	margin-bottom: 8px;
}

#content div.container.col ul.items li div.post_meta em.date {
	background: #F9FECD;
	padding: 2px 5px;
	font-style: normal;
	border: 1px solid #F9FECD;
	-moz-border-radius: 3px;
	border-radius: 3px; 
	font-size: 10px;
	font-weight: bold;
	
	float: left;
	clear: left;
	margin-bottom: 5px;
	margin-top: -1px;
	margin-left: -5px;
  
}

#content div.container.col.event ul.items li div.post_meta em.date {
	xfloat: none;
}

div.container ul.items li h3 {
	font-size: 16px;
	margin-bottom: 3px;
}


div.container div.discussion_view {
	padding: 10px;
	margin-top: -20px;
}



#content span.comment_string {
	font-size: 10px;
	color: #666;
}

h2#post_view {
	
	margin-bottom: 0px;
}

body #content span#main.post_meta {
	display: block;
	
	padding-right: 10px;
	
	
}

body #content span#main.post_meta em {
	font-style: normal;
}


body #content span#main.post_meta a.author {
	font-size: 14px;
}

#content div.post_meta {
	display: block;
	margin: 10px 0px;
	color: #000;
	font-size: 11px;
}



#content #event_info {
	padding-left: 116px;
}


#content #event_info h3 {
	color: #999;
	font-size: 16px;
}

#content div#cal_head {
	margin-bottom: 20px;
}

#content div#cal_head h1 {
	font-size: 32px;
	letter-spacing: -1px;
	
}

#content div.cal_date {
	width: 116px;
	height: 113px;
	position: relative;
	background-image: url(/assets/images/cal_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	margin-left: -126px;
	
}

#content div.cal_date span {
	display: block;
	position: absolute;
}

#content a.ical {
	
	font-size: 11px;
	
}



#content div.cal_date span.month {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	left: 19px;
	text-align: center;
	text-shadow: 1px 1px 2px #666666;
	top: 8px;
	width: 80px;
	position: absolute;
	text-shadow: 1px 1px 2px #666666;
	filter: dropshadow(color=#666666, offx=1, offy=1); 
}

#content div.cal_date span.day {
	color: #333333;
	font-size: 42px;
	font-weight: bold;
	left: 19px;
	text-align: center;
	top: 36px;
	width: 80px;
	
	text-shadow: 1px 1px 2px #666666;
	filter: dropshadow(color=#666666, offx=1, offy=1); 

}

#content div#cal_head em.date {
	background: #F9FECD;
	padding: 4px;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	margin-top: -10px;
	-moz-border-radius: 13px;
	border-radius: 13px; 
	margin-left: -6px;
	text-indent: 5px;
	float: left;
	padding-right: 6px;
}


#content div#cal_head a.ical:hover {
	text-decoration: underline;
	background-color: transparent;
	color: blue;
}
	
#content div.event_details {
	display: block;
	margin: 10px 0px;
	
}




#content ol.atendees {
	
	margin: 10px 30px;
}

#content ol.atendees li {
	padding: 4px;
	
	margin-right: 20px;
}

#content ol.atendees li.even {
	
}

div.container  span.label {
	-moz-border-radius: 5px;
	border-radius: 5px; 
	color: #FFFFFF;
	float: left;
	font-size: 10px;
	font-weight: bold;
	margin: 10px;
	margin-left: -111px;
	padding: 6px 8px;
	text-align: center;
	width: 60px;
	background: #333;
	position: relative;
	margin-bottom: 0px;
	display: block;
}

div.container  span.label.flag {
	padding: 8px 10px;
	padding-left: 20px;
}

div.container span.label.discussion {
	background: #F99106;
}

div.container span.label.event {
	background: #169812;
}

div.container span.label.resource {
	background: #7096ab
}

div.container span.label.file {
	background: #999966
}

div.container li span.label.link {
	background: #234386
}

#content div.container span.label a.cancel {
	background-image: url(/assets/images/flag_boxes_alt.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
	border: 0px none;
	
	height: 13px;
	width: 13px;
	
	display: block;
	
	outline: none;
	text-indent: -999em;
	
	position: absolute;
	left: 4px;
	top: 8px;
	
	padding: 0px;
}

#content div.container span.label a.cancel:hover {
	background-position: bottom left;
	background-color: transparent;
}

#content div.container span.label a.flag {
	background-image: url(/assets/images/flag_boxes_alt.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: transparent;
	border: 0px none;
	height: 13px;
	width: 13px;
	display: block;
	outline: none;
	text-indent: -999em;
	position: absolute;
	left: 4px;
	top: 8px;
	padding: 0px;
}

#content div.container span.label a.flag:hover {
	background-position: top left;
	background-color: transparent;
}

form.search {
	width: 229px;
	height: 34px;
	background-image: url(/assets/images/search_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
	margin: 10px 0px;
	margin-top: 0px;
	position: absolute;
	top: 3px;
	right: 5px;
}

form.search input.query {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	width: 176px;
	line-height: 30px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	border: 0px none;
	position: absolute;
	top: 2px;
	left: 14px;
	background: transparent;
}

form.search input#search_submit {
	width: 34px;
	height: 34px;
	position: absolute;
	right: 0px;
	top: 0px;
	border: 0px none;
	padding: 0px;
	margin: 0px;
	text-indent: -999em;
	cursor: pointer;
	background: transparent;
}




/* Footer
********************************************/

#footer_wrapper {
	background: #737373;
	border-top: 2px solid #A4A1A1;
}

#footer #footer_home_link {
	display: block;
	width: 280px;
	height: 100px;
	position: absolute;
	left: 0px;
	top: 10px;
	text-indent: -999em;
	outline: none;
	
}


#footer {
	background: #737373;
	position: relative;
	border: 0px none;
	background-image: url(/assets/images/footer_logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	background-color: transparent;
	padding-left: 300px;
	
	padding: 20px 0px;
	padding-left: 300px;
	width: 638px;
	margin: 0px auto;
	margin-bottom: 10px;
	clear: both;
	min-height: 100px;
}

#footer div.col {
	width: 190px;
	float:left;
	margin-left: 30px;
}

#footer div.col h2 {
	color: #DBDADA;
	font-size: 22px;
}

#footer div.col ul {
	list-style: none;
	margin: 10px 0px;
}

#footer div.col ul li {
	margin-bottom: 2px;
}

#footer div.col ul li a {
	text-decoration: none;
	color: #DBDADA;
}

#footer div.col ul li a:hover {
	text-decoration: underline;
}


#footer p.main {
	display: block;
	width: 200px;
	position: absolute;
	top: 20px;
	right: 20px;
	color: #fff;
	font-size: 11px;
}

#footer a.powered {
	color: #E7F8CD;
}

#footer a.powered:hover {
	background: #266F1E;
	color: #fff;
}



html #content div.container.find_user_list ul.items {
	margin-left: 20px
}

html #content div.container.find_user_list ul.items ul {
	list-style: none;
	font-size: 12px;
}

/* Hacks 
********************************************/

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

