CSS - http://ourgreencommunity.org/
    * Collapse All
    * Expand All
http://ourgreencommunity.org/
Embedded Styles from http://ourgreencommunity.org/
<!--
		.style2 {
			font-size: 18px;
			font-weight: bold;
		}
		-->


<!--
.style2 {
	font-size: 18px;
	font-weight: bold;
}
-->
<!--
.style3 {
	font-size: 24px;
	font-weight: bold;
}
-->
http://ourgreencommunity.org/themes/master/global.css
/* @override http://smud.site/themes/master/global.css */

:focus {
	-moz-outline-style: none;
}

/* @group A */

a, a:link, a:active {
	color: #7aa1a6;
	text-decoration: none;
	cursor: pointer;
}

a:visited {
	color: #567275;
	text-decoration: none;
}

a:hover {
	color: #567275;
	text-decoration: none;
}

a.abuse, a:link.abuse, a:active.abuse {
	color: #c00202;
	text-decoration: none;
	white-space: nowrap;
}

a.abuse:visited {
	color: #c00202;
	text-decoration: none;
}

a.abuse:hover {
	background-color: #c00202;
	color: #FFFFFF;
	text-decoration: none;
}

/*a.btn, a.btn_sml, a.btn_cancel, a.btn_cancel_sml {
	background: url(../img/butt_medium.gif) no-repeat;
	color: #EFEFEF !important;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 10px;
	height: 29px;
	margin: 0 7px 0 7px;
	padding-top: 7px;
	text-align: center;
	width: 110px;
}

a.btn_sml {
	background: url("../img/btn_sml.png") no-repeat;
	margin: 0;
	width: 75px;
}

a.btn_cancel_sml {
	background: url("../img/btn_cancel.png") no-repeat;
	margin: 0;
	width: 75px;
}

a.btn:hover {
	background: url("../img/btn-over.png") no-repeat;
	color: #FFFFFF;
}

a.btn_sml:hover {
	background: url("../img/btn_sml-over.png") no-repeat;
	color: #FFFFFF;
}

a.btn_cancel_sml:hover {
	background: url("../img/btn_cancel-over.png") no-repeat;
	color: #FFFFFF;
}

a.btn_default {
	background: url("../img/btn.png") no-repeat;
	color: #EFEFEF !important;
	cursor: pointer;
	display: block;
	font-size: 10px;
	height: 29px;
	margin: 0;
	padding-top: 7px;
	text-align: center;
	width: 110px;
}

a.btn_default:hover {
	background: url("../img/btn-over.png") no-repeat;
	color: #FFFFFF;
}

*/

a.closer {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none !important;
}

a.sublink1, a.sublink1:link, a.sublink1:active {
	color: #8EC335;
}

a.sublink1:visited {
	color: #8EC335;
	text-decoration: none;
}

a.sublink1:hover {
	color: #658B26;
	text-decoration: none;
}

a.sublink2, a.sublink2:link, a.sublink2:active {
	color: #DD455E;
}

a.sublink2:visited {
	color: #DD455E;
	text-decoration: none;
}

a.sublink2:hover {
	color: #9F3244;
	text-decoration: none;
}

/* @end */

/* @group Avatar */

.avatar {
	float: left;
	padding: 0px 20px 30px 0px;
	position: relative;
}

.avatar img.corner {
	position: absolute;
	right: 30px;
	top: 10px;
}

.avatar .tag {
	clear: both;
	font-size: 10px;
	height: 10px;
	left: 5px;
	line-height: 1em;
	margin-top: 5px;
	position: absolute;
}

.avatar .tag img {
	padding-right: 2px;
	vertical-align: middle;
}

.avatar .tag a {
	display: block;
	text-align: center;
	width: 60px;
}

/* @group Avatar Borders */

img.commercial {
	border: 3px solid #af9f46;
}

img.non_profit {
	border: 3px solid #6793b3;
}


img.people {
	border: 2px solid #7aa1a6;
}

/* @end */

/* @end */

/* @group Banner */

.banner, .banner_300x250, .banner_300x125 {
	border: 1px solid #CCC;
	margin-bottom: 15px;
}

.banner_300x125 {
	width: 288px;
}

.banner_300x125 img {
	width: 288px;
}

.banner_300x250 {
	width: 288px;
}

.banner_300x250 img {
	width: 288px;
}

.banner_728x90 {
	border: 0px solid #CCC;
}

.banner_728x90 {
	background: white url(../img/bg_ban.gif) top left repeat-x;
	text-align: center;
}

.banner_728x90 img {
	width: 728px;
	height: 90px;
}

/* @end */

/* @group Butts */

a.medium_butt,
a.grey_butt, 
a.btn, 
a.btn_sml, 
a.btn_cancel, 
a.btn_cancel_sml {
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	display: block;
	font-size: 9px;
	float: left;
	margin: 0px 15px 4px 0px; /*was 4*/
	overflow: hidden;
}

a.medium_butt, a.medium_butt:visited, a.medium_butt:active,
a.btn, a.btn:visited, a.btn:active,
a.btn_sml, a.btn_sml:visited, a.btn_sml:active,
a.btn_cancel, a.btn_cancel:visited, a.btn_cancel:active,
a.btn_cancel_sml, a.btn_cancel_sml:visited, a.btn_cancel_sml:active {
	background: url(../img/butt_medium.png) no-repeat;
	width: 100px;
	height: 18px;
	color: #fff;
}

a.medium_butt:hover,
a.btn:hover, 
a.btn_sml:hover, 
a.btn_cancel:hover, 
a.btn_cancel_sml:hover {
	color: #ecd6a6;
}

a.grey_butt {
	background: url(../img/butt_grey.png) no-repeat;
	color: #f6f8ff;
	width: 83px;
	height: 18px;
}

a.grey_butt:hover {
	color: #ECD6A6;
}

/* @end */

/* @group Colors */

/* general font colors */

.color_commercial {
	color: #af9f46;
}


.color_non_profit {
	color: #6793b3;
}


.color_people {
	color: #009de8;
}

/* general background colors */

.bg_commercial {
	background-color: #af9f46 !important;
}

.bg_non_profit {
	background-color: #6793b3 !important;
}

.bg_people {
	background-color: #58595b !important;
}

/* @end */

body {
	background: #7aa1a6 url(../img/smud_header2.jpg) no-repeat center top;
	color: #000000;
	font: 12px/150% "Lucida Grande", Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

#breadcrumbs {
	position: absolute;
	right: 27px;
	top: 235px;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

/* @group Columns / Page Layout */

#container {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 960px;
}

#col_container {
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 1em 20px 10px 20px;
	width: 920px;
	overflow: hidden;
	clear:both;
}

#container_bottom {
	background: url(../img/page_btm.png) top center no-repeat;
	height: 60px;
	margin: 0 auto;
	min-width: 960px;
	width: 960px;
	clear:both;
}

.col_full {
	width: 920px;
}

.col_half {
	float: left;
	width: 290px;
}

.col_double_half {
	float: left;
	width: 610px;
}

.col_narrow {
	float: left;
	width: 280px;
}

.col_div {
	float: left;
	width: 20px;
}

.col_wide {
	float: left;
	width: 620px;
}

/* @end */

/* @group Grey content areas */

.content, .content_blank {
	margin: 10px auto;
	position: relative;
	text-align: left;
}

.content_notes, .content_notes a {
	font-weight: bold;
	color: #000;
	margin-top: 0;
}

.content_blank {
	padding: 15px;


/*Was 25*/
	border: 1px solid #CFCFCF;
}

div#forums.content.forums {
	margin-bottom: 30px;
}

.content_blank #edit_button {
	background-color: #DBDBDB;
	display: block;
	padding: 0px 15px;
	position: absolute;
	right: 10px;
	top: -10px;
}

/*.content_blue {
	background: #3485B5 url(../img/bg_diags.jpg) bottom center no-repeat;
	color: #FFFFFF;
	padding: 20px;
}*/

.content_blue_clouds {
	background-color: #e9e9e9;
	color: #4e4e4e;
	padding: 0;
}

.content_data {
	padding: 10px;
	text-align: left;
	background-color: #e9e9e9;
}

.content_footer {
	background: #e9e9e9;
	padding: 10px 10px;
	height: 20px;
	text-align: left;
}

#group_results div.content_footer {
	margin-top: -20px;
}

.content_footer span#left {
	float: left;
}

.content_footer span#right {
	float: right;
}

.content_footer span#right a, .content_footer span#right span {
	padding: 0px 3px;
}

.content_list {
	border-bottom: 1px dashed #c0c0c0;
	padding: 0px;
	position: relative;
	text-align: left;
}

.content_spacer, .content_spacer_blue {
	height: 25px

;
}

/* @end */

/* @group Error */

#error_page {
	margin: 0 auto;
	padding: 25px 0;
	width: 520px;
}

#error_page ul li {
	margin: 12px 0 0 -25px;
}

/* @end */

/* @group Divs */

/* @group Footer */

#footer {
	clear: both !important;
	position: relative;
	text-align:center;
	display:block;
}

#sub_footer {
	width: 960px;
	text-align: center;
	position: absolute;
	margin-top: 60px;
	margin-bottom: 30px;
	color: #fff;
	font-size: 10px;
	line-height: 1.6em;
	display:block;
}

#sub_footer .left {
	position:relative;
	width:42%;
	float:left;
	text-align:right;
	margin-right:auto;
	margin-left:0;
}

#sub_footer .center {
	position:relative;
	margin:auto;
	width:150px;
	float:left;
}

#sub_footer .right {
	position:relative;
	width:42%;
	float:right;
	margin-left:auto;
	margin-right:0;
	text-align:left;
}

#sub_footer .right span {
	color:black;
}

#sub_footer .right a {
	color:black;
	text-decoration:none;
}

#sub_footer a {
	color: #fff;
}

/* @end */

div#header {
	margin-top: 210px;
	position: relative;
}

div#info_tag {
	color: #999999;
	float: right;
	margin: 10px 0px 0 0;
	position: relative;
	text-align: right;
	width: 560px;
}

div#info_tag a, #info_tag span {
	padding: 0 5px;
}

div#login,div.content_blue {
	color: #4d4d4d;
	height: 170px;
	position: relative;
	background-color: #e9e9e9;
}

/*div.content_blue {
	color: #4d4d4d;
	height: 170px;
}*/

div#login fieldset {
	border: 0;
	padding: 10px;
	position: relative;
	width: 225px;
}

div#login fieldset #btn_sign_in {
	margin-top: -25px;
	margin-left: 100px;
}

div#login #btn_register {
	margin-top: 5px;
	margin-left: 100px;
}

div#logo {
	background-repeat: no-repeat;
	float: left;
	height: 107px;
	margin: -5px 0 0 45px;
	position: absolute;
	width: 150px;
}

div#logo_release {
	color: #00aeef;
	font-size: 9px;
	font-weight: bold;
	left: 190px;
	position: absolute;
	top: 35px;
}

/* @group Nav */

div#nav ul {
	list-style: none;
	padding: 0;
	width: 965px;
	margin-left: -1px;
}

div#nav ul li {
	float: left;
}

div#nav ul li a {
	text-transform: uppercase;
	font: bold 16px Helvetica, Arial;
	text-align: center;
	width: 115px;
	color: #fff;
	display: block;
	height: 41px;
	background-color: #95bdc2;
	line-height: 46px;
}

div#nav ul li a:hover {
	color: #95bdc2;
	background-color: #fff;
}

div#nav .sep {
	background: url(../img/nav_sep_2.png) no-repeat;
	float: left;
	height: 41px;
	width: 12px;
	margin-left: -6px;
	margin-right: -6px;
	position: relative;
}

div#nav ul li#info a {
/* expand this because it's the longest text.  We expand so the total width of the nav = 960 */
	width: 136px;
}
div#nav ul li#live_green a {
/* expand this because it's the longest text.  We expand so the total width of the nav = 960 */
	width: 136px;
}

/* @end */

/* @group Notes */

div#notes {
	color: #fff;
	font-size: 11px;
	padding-top: 16px;
}

div#notes a {
	color: #fff;
}

div#notes .note {
	float: left;
}

div#notes .search {
	float: right;
	font-weight: bold;
	vertical-align: middle;
}

div#notes .search input#search {
	margin: 0 2px;
	width: 70px;
	font-size: 10px;
}

/* @end */

div#small_profile {
	padding: 10px;
}

div#small_profile .avatar {
	margin: 0 20px 0 20px;
	padding: 5px;
	position: relative;
}

div#small_profile .avatar img.corner {
	position: absolute;
	right: 5px;
	top: 5px;
}

div#small_profile a {
	margin-top: 5px;
}

/* contains the whole site */

div#site {
	margin: 0 auto;
	max-width: 1200px;
	text-align: center;
}

/* @end */

.error {
	color: #b40b06;
	font-size: 14px;
	line-height: 1.5em;
	margin: -1em 0 2em 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

/* @group HTML Headers */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 150%;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #58595b;
	margin: 1em 0;
}

h2 {
	font-size: 1.25em;
	margin: 1em 0;
}

h3 {
	font-size: 2em;
	font-weight: bold;
	color: #58595b;
	margin: 1em 0;
}

h4 {
	font-size: 1.15em;
	font-weight: bold;
	margin: .5em 0;
}

h5 {
	font-size: 2em;
	font-weight: bold;
	margin: 1em 0;
}

/* @end */

/* @group Headers */

.headers {
	background-color: #58595b;
	background-position: top center;
	background-repeat: repeat-x;
	border-bottom: 1px solid #666666;
	color: #FFFFFF;
	height: 33px;
	padding: 0px 12px 0 12px;
	line-height: 34px;
	position: relative;
	overflow: hidden;
}

.headers_thin {
	border-bottom: 1px solid #666666;
	color: #58595b;
	position: relative;
	background: none;
	padding-bottom: 8px;
}

span.headers_notes {
	margin: 0px 15px 0 0;
	position: absolute;
	right: 0;
	line-height: 34px;
}

.headers_thin span.headers_notes {
	margin: 0;
}

.headers span.headers_notes a {
	color: #FFFFFF;
	text-decoration: none;
}

.headers span.headers_notes a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

span.headers_title, .headers_thin span.headers_title {
	font-size: 17px;
	font-weight: bold !important;
	position: relative;
}

span.headers_title img {
	position: absolute;
	top: -5px;
}

/* @end */

html {
	hei

ght: 100%;
}

img {
	border: 0;
}

/* @group Input */

input, select, textarea {
	color: #666666;
	font: 11px/150% "Lucida Grande", Arial, sans-serif;
}

/*input[type='button'], input[type='text'], input[type='password'], input[type='submit'], select {
	padding: 3px;
}*/

/*input[type='button'], input[type='submit'] {
	font-size: 12px;
}*/

input.boxy {
	border: 2px solid #CCCCCC;
	font-size: 14px;
}

/* @end */

label {
	font-size: 12px;
}

.logged_in {
	float: right;
	width: 126px;
	margin-right: 9px;
	padding-top: 20px
}

.logged_in_two {
	margin-left: 10px
}

.notice {
	color: #f10834;
}

ol li {
	margin-bottom: 10px;
}

.opacity {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

/* @group Simple lists */

.list_item {
	clear: all;
	border-bottom: 1px solid #b7b8be;
	padding-bottom: .7em;
	margin-bottom: .7em;
}

.list_item a.grey_butt {
	float: right;
}

.list_item #title {
	font-size: 13px;
	font-weight: bold;
}

.list_item #title a {
	color: #000;
}

.list_item #title, .list_item #date, .list_item #abstract {
	margin: .4em auto;
}

/* @end */

/*p.pd {
	padding: 0 10px;
}*/

/* @group Rows */

/*.row1 {
	background: #EAEAEA;
}

.row2 {
	background: #DADADA;
}

.row3 {
	background: #F1F1F1;
}*/

/* @end */

/* @group Status */

span#status_message, .status_messages {
	background-color: #FFFFFF;
	border: 3px solid #b40607;
	color: #ba070b;
	font-size: 1.25em;
	margin: 0 auto;
	padding: 15px 20px;
	position: absolute;
	left: 220px;
	text-align: center;
	top: 80px;
	width: 510px;
	z-index: 10;
}

.status_messages {
	font-size: 1em;
	margin: 0 auto;
	padding: 10px 15px;
	z-index: 11;
}

/* @end */

/* @group Stories */

/* @group Featured */

div#feature_story {
	margin: 25px 0 10px 0;
}

div#feature_story img {
	border: 2px solid #6e6e6e;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

div#feature_story #title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	margin: 0;
	line-height: 1em;
}

div#feature_story #date {
	font-style: italic;
	font-size: 10px;
	color: #898989;
	margin: 0px auto;
}

div#feature_story #abstract {
	font-size: 12px;
	margin-top: 1em;
}

div#feature_story .medium_butt, div#feature_story .grey_butt {
	float: left;
	margin-right: 10px;
}

/* @end */

/* @end */

/* @group Table */

table {
	border-collapse: collapse;
}

table.listing {
	width: 100%;
	margin-top: 10px;


/*don't know ramifications*/
}

table.listing td {
	padding-bottom: .7em;
	margin-bottom: .7em;
	

/*border-bottom: 1px dashed #c0c0c0;*/	
	text-align: left;
	vertical-align: top;
}

table.listing td.light {
	padding: 5px 10px;
}

table#login_table td, table#search tr td {
	font-size: 12px;
	padding: 7px 5px;
	font-weight: bold;
}

input#s,
table#login_table td input[type="text"], 
table#login_table td input[type="password"] {
	border: 2px solid #56481b;
	font-size: 14px;
	width: 140px;
}

table#search {
	width: 100%;
}

/*table#search tr td {
	font-size: 14px;
	padding: 5px 10px 10px 10px;
}*/

/*

 @end */

/* @group Tabs */

.tabs {
	background-color: #2d2d2d;
	background-position: top;
	background-repeat: repeat-x;
	height: 31px;
	text-align: left;
	margin-bottom: -10px;
}

.tabs ul {
	margin: 0;
	padding: 0;
}

.tabs ul li {
	float: left;
	font-weight: bold;
	list-style: none;
}

.tabs ul li.hdr {
	background-color: #000000;
	background-image: url(../img/bg_tabs.png);
	background-position: top;
	background-repeat: repeat-x;
	color: #FFFFFF;
	height: 16px;
	padding: 8px 25px;
}

.tabs ul li a {
	cursor: pointer;
	display: block;
	height: 24px;
	padding: 7px 20px 0px 20px;
}

.tabs ul li.on a {
	background-color: #ddd;
	background-position: top;
	background-repeat: repeat-x;
	color: #666666;
}

.tabs ul li.off a {
	background-color: #2d2d2d;
	background-position: top;
	background-repeat: repeat-x;
	color: #FFFFFF;
}

.tabs ul li.off a:hover {
	background-color: #181818;
	background-position: top;
	background-repeat: repeat-x;
}

/* @end */

/* @group Ul */

ul.controls {
	margin: 0;
	padding: 0
}

ul.controls li {
	list-style: none;
	margin: 2px;
	padding: 0px;
}

ul.controls li a {
	background-color: white;
	display: block;
	padding: 5px;
}

ul.controls li a:hover {
	background-color: #EFEFEF;
}

ul.list {
	margin: 0;
	padding: 0;
}

ul.list li {
	list-style: none;
	padding-bottom: .7em;
	margin-bottom: .7em;
	border-bottom: 1px dashed #c0c0c0;
}

ul.textual {
	margin: 0;
	padding: 0;
}

ul.textual li {
	list-style: none;
	padding: 2px;
}

/* @end */

.unpublished {
	background: url(../img/unpublished_bg.png);
}

.zilch {
	display: none;
}

p.legal {
	font-size: 11px;
	line-height: 1.3em;
	color: #666;
}

p.commercial_legal {
	font-size: 13px;
	line-height: 1.4em;
}

p a {
	font-weight:bold;
}

.justify {
	width:100%;
	text-align:justify;
}

http://ourgreencommunity.org/themes/master/safari.css
/* @override http://smud.site/themes/master/safari.css */
html[xmlns*=""] body:last-child div#login fieldset #btn_sign_in {
	bottom: 10px;
	position: absolute;
}
http://ourgreencommunity.org/themes/master/home.css
/* @override http://smud.site/themes/master/home.css */
.content_home {
	height: auto !important;
	height: 200px;
	min-height: 200px;
}
div#groups {
	padding: 0
}
div#groups #groups_home {
	padding-left: 0;
}
div#groups #groups_home .group_box {
	background: url(../img/bg_avatar.gif) top left repeat-x;
	float: left;
	margin: 1px;
	overflow: hidden;
	padding: 15px;
	position: relative;
	width: 277px;
}
div#groups #groups_home .group_box:hover {
	background: #E8E8E8 url(../img/bg_data.gif) top center repeat-x;
}
div#groups #groups_home .group_box img.corner {
	position: absolute;
	left: 68px;
	top: 15px;
}
div#groups #groups_home .group_box img.group_avatar {
	float: left;
	margin-right: 15px;
}
div#groups #groups_home .group_box .about {
	padding: 5px;
	height: 75px;
	overflow: hidden;
}
div#home_buttons {
	bottom: 55px;
	height: 30px;
	position: absolute;
	right: 25px;
}
div#section_home_music {
	background: #EAEAEA url(../img/bg_content.gif) top center repeat-x;
	border: 0px solid #CFCFCF;
	height: 224px;
	padding: 0;
	position: relative;
	text-align: left;
}
div#avatars_home {
	padding-left: 20px; /* increasing this effects IE 6 */
}
div#section_home_music #music_content {
	background: black;
	height: 35px;
	position: absolute;
	width: 100%;
	top: 65px;
	z-index: 0;
}
div#section_home_music #music_tag {
	color: white;
	font-size: 14px;
	font-weight: normal;
	margin: 8px 0 0 10px;
	position: absolute;
	top: 65px;
	z-index: 1;
}
div#section_home_music #music_img {
	background-position: center;
	background-repeat: no-repeat;
	height: 100px;
}
div#section_home_music #about {
	background: url(../img/bg_avatar.gif) top left repeat-x;
	height: 94px;
	margin: 5px;
	overflow: auto;
	padding: 10px 20px;
}
.tips {
	max-width:290px !important;
	position:relative;
	float:left;
	padding:0;
	display:block;
}
.video {
	max-width:290px !important;
	position:relative;
	float:left;
	margin-right:25px !important;
	padding:0;
	display:block;
}
.members {
	max-width:290px !important;
	position:relative;
	float:left;
	padding:0;
	display:block;
}
http://ourgreencommunity.org/themes/master/ourgreen.css
td.up1 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
}
.rightimage {
padding-left:8px;
float:right;
padding-top:8px;
}
.leftimage {
padding-right:8px;
float:left;
padding-top:0px;
}
http://ourgreencommunity.org/editable/ourgreen.css
td.up1 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
}

.rightimage {
padding-left:8px;
float:right;
padding-top:8px;
}

.leftimage {
padding-right:12px;
float:left;
padding-top:0px;
}
