a {
  color: #228427;
  text-decoration: none;
}
a:visited {
  color: #228427;
  text-decoration: none;
}       
a:hover {
  text-decoration: underline;
}
a:focus, a:active {
  outline: none;
}

html,body{height:100%;}

body,div,font,td,p { 
  font-family:"Lucida Grand",Lucida,Geneva,Helvetica,Arial,sans-serif;
  line-height:130%;
}

body, div, h1,h2,h3,h4 {
  margin: 0;
  padding: 0;
}

body {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%; /*.notice for ie*/
	width: 100%; /*.notice for ie*/
}

div.hide{
	display:none;
}
div.center{
	text-align:center;
}
.floatleft{
	float:left;
}

table, td {
  border: none;
  padding: 0;
  margin: 0;
  vertical-align: top;
}

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

/* BEGIN FORMS */

form {
	clear:left;
	margin:0;
	padding:0;
}
fieldset {
	border: 1px dotted #577258;
	padding:0px 9px 18px;
	margin:0 18px 18px;
}
fieldset p {
	clear:left;
	margin: 19px 0 0 9px;
}
fieldset p span {
	font-size:12px; /*Same as label span*/
}
fieldset p.inline {
	clear:none;
	float:left;
	margin: 19px 0 0 9px;
}
legend {
	color: #FFF;
	border: 2px solid #C9E4C3;
	background-color:#C9E4C3;
	font-weight:bold;
	padding: 2px 6px
}
label {
	font-weight:bold;
	display: block;
	white-space:nowrap;
	margin: 0 0 1px 0;
}
label span {
	color: #999;
	font-size:12px; /*Same as fieldset p span*/
	font-weight:normal;
}
label.radio {
	display:inline;
}
input, textarea, select {
	font-family:"Lucida Grand",Lucida,Geneva,Helvetica,Arial,sans-serif;
	background: #F3F3F3;
	border: 1px solid #577258;
	font-size:15px;
	padding:2px 2px 2px 4px;
}
input:focus, select:focus, textarea:focus {
	background: #FFF;
	-moz-outline: #FFFF99 solid 2px;
}
.nobold{font-weight:normal !important}
.button {
	border: 1px outset;
	font-size: 16px;
	padding: 1px 3px;
	font-weight:bold;
}
.button:focus {
	background: #F3F3F3;
	-moz-outline: 0;
}
.button:active {
	border:1px inset;
}
.ie_input_no_decor{background:0;border:none;margin:0;} /*IE*/

/* END FORMS */

#container {
	background: #EAF1EB;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -2em; /* the bottom margin is the negative value of the footer's height */
	}
#header {
	width: 100%;
	height: 100px;
	}
#wrapper {
	background: #EAF1EB;
	float: left;
	width: 100%;
	padding-bottom: 20px;
	}
#content {
	margin: 0 9px 0 288px;
	}
#left {
	float: left;
	width: 255px;
	padding-left: 9px;
	margin-left: -100%;
	}

.pagination {
	font-size:20px;
	margin:15px 0 15px 0;
	
}
.pagination b {
	vertical-align:middle;
}
.pagination a {
	background:#FFF;
	border:1px solid #888;
	margin:0 2px 0 0;
	padding:2px 7px;
	vertical-align:middle;
}

.pagination a:hover{
	border:1px solid #000;
}

div.page {
	height:100%;
}

.bottom, .push {
	clear: both;
	height: 2em; /* .push must be the same height as .footer */
}

div.bottom {
  clear:both;
  position: relative;
  background: #C9E4C3;
  border-top:1px solid #888;
  border-bottom:1px solid #888;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  letter-spacing:1px;
}
div.bottom div a {
	padding: 3px;
}
div.bottom div a:hover {
	text-decoration:underline;
}
div.bot_left {
	display:-moz-inline-block;display:inline-block;
	padding: 5px;
	float:left;
	margin-left:9px;
}

div.bot_right {
	display:-moz-inline-block;display:inline-block;
	padding: 5px;
	float:right;
	margin-right:9px;
}

div.bottom a, div.bottom a:visited {
  color: #FFF;
  text-decoration: none;
}

.spacer {
  clear: both;
}

.arrow_d {
	background-image:url(/images/arrow_d.gif);
	background-position:50% 50%;
	background-repeat:no-repeat;
	display:inline;
	margin-left:1px;
	padding: 1px 0 1px 9px;
}

.tab {
	padding:0 2px;
}
.tab-left {
	float: left;
}
.tab-right {
	float: right;  
}
.disabled span {
	display:block;
	cursor:default;
	font-weight: bold;
	color:#99CC8D;
	background: #c9e4c3;
	padding: 4px 15px;
	border: 1px solid #FFF;
}
.tab a, .tab_picked span {
	display:block;
}
.tab a, .tab_picked span,  .tabs li:hover ul a, .tabs li.sfHover ul a {
	font-weight: bold;
	color: #228427;
	background: #c9e4c3;
	padding: 4px 15px;
	border: 1px solid #FFF;
}
.tab a:hover, .tab a:active,  .tabs li:hover a, .tabs li.sfHover a,  .tabs li:hover ul a:hover, .tabs li.sfHover ul a:hover {
	text-decoration:none;
	position: relative;
	background: #EAF1EB;
	border: 1px solid #FFF;
}
.tab a:hover, .tab a:active, .tabs li:hover a, .tabs li.sfHover a {
	border-bottom: none;
}
.tabs li:hover ul a, .tabs li.sfHover ul a,  .tabs li:hover ul a:hover, .tabs li.sfHover ul a:hover {
	border-top: none;
}
.tabs li ul li:first-child a, .tabs li ul li:first-child a:hover {
	border-top: 1px solid #FFF;
}
.tab_picked a, .tab_picked span {
	text-decoration:none;
	position: relative;
	top: 1px;
	background: #EAF1EB;
	border-bottom:none;
}
.tab a:hover, .tab a:active,  .tabs li:hover a, .tabs li.sfHover a {
	top: 1px;
}
.tab_picked span {
	cursor:default;
}
.tab-show-icon a{
	padding-left:35px;
}

/* Tabs dropdown */
.tabs li {
	position: relative;
	z-index:1001;
}
.tabs ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -999em;
}
.tabs li:hover ul, .tabs li.sfHover ul {
	top: 100%;
}
.tabs ul a {
	width:200px;
	white-space: nowrap;
}





div.top {
  background: #FFF;
}

div.top div.logo h1 {
	font-size: 28px;
	float: left;
	left: 20px;
	top: 0;
	padding: 20px 0 15px 20px;
	margin: 0;
}

img.logo {
	border: none;
}

div.for_site {
	font-style:italic;
	color: #999;
	font-size: 23px;
	float: left;
	padding: 34px 0 0 10px;
}
div.for_site a {
	color: #999;
}

div.top div.name {
	display:inline;
	float: right;
	font-size: 20px;
	padding: 0 9px 6px;
	text-align: right;
	line-height:100%;
}
div.top div.name a {
	display:inline-block;
	font-size:13px;
	line-height:100%;
	vertical-align:middle;
	padding:3px 0;/*IE*/
}

.tabs {
  clear: both;
  position:relative;
  width: 100%;
  list-style:none;
  margin:0;
  padding:0;
  z-index:1;/*IE*/
}



div.sidebar {
  width: 250px;
  border: 1px #577258 solid;
  background: #FFF;
  margin:9px 0;
  padding: 9px;
  overflow:hidden;
}

div.sidebar div.header {
	color:#FFF;
	background:#C9E4C3;
	border:0;
	font-weight:bold;
	padding:6px;
	margin-bottom:9px;
	white-space:nowrap;
}

div.sidebar div.header a,div.sidebar div.header div.left a {
  color: #FFF;
  white-space:nowrap;
}

div.sidebar div.site {
	margin:0 0 2px 5px;
  	font-weight:bold;
}
div.sidebar div.site a, div.sidebar ul.posts li a {
	display:block;
}
div.sidebar .widget_link a {
	display:block;
	font-weight:bold;
	text-align:center;
}
div.sidebar .widget_link a img {
	margin:6px 0;
}
div.sidebar .widget_link a:hover {
	text-decoration:none;
	color:#555;
}
div.sidebar div.current {
	margin-left:12px;
}
div.sidebar ul.posts {
	margin:0;
	padding-left:26px;
}
div.sidebar ul.posts li {
	margin-top: 5px;
	padding: 0;
}

div.sidebar div.explain {
	color:#006633;
	font-size:18px;
}
div.sidebar div.explain b {
	color:#333;
	font-weight:normal;
}
div.sidebar div.showMore a {
	display:block;
	font-size:12px;
	line-height:100%;
	text-align:center;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
}
div.sidebar div.showMore a:hover {
	color:#000;
	text-decoration:none;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}

div.contentarea {
  border: 1px #577258 solid;
  background: #FFF;
  margin:9px 0;
  padding:18px;
}

div.contentarea h1 {
  background: #43B149;
  color: #FFF;
  float: left;
  padding: 2px;
  width: 99%;
}

div.contentarea h2 {
	background-color:#C9E4C3;
	color:#FFF;
	margin:-9px -9px 9px;
	padding:9px;
}
div.contentarea h2 a {
	color:#FFF;
}

div.comment_area {
  border: 1px #C9E4C3 solid;
  background: #FFF;
  padding: 0 18px 18px;
  margin-top:9px;
}


/* FEVOTE */
div.sidebar div.begin {
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  margin: 19px;
}
div.sidebar div.begin a {
  display:block;
  color: #FFF;
  padding: 9px;
  background: #C9E4C3;
  border: 1px solid #888;
}
div.sidebar div.begin a:hover {
  color: #387e29;
  text-decoration:none;
  background: #FFFF99;
}

.suggestion-full {
	border: 1px solid #577258;
	background-color:#FFF;
	margin:9px 0;
	padding: 10px 0 10px 0;
	position: relative;
	clear: left;
    min-height: 50px;
}

.suggestion-body {
	padding-left: 70px;
	font-size:15px;
}

.suggestion-body p {
	margin:9px 0 9px 0;
}

.suggestion-body h3 {
	margin: 0 0 3px 0;
	font: bold 21px Arial,sans-serif;
	clear: left;
	color: #4E463F;
}
.suggestion-body h3 a{display:block}
.suggestion-body h3 a:visited {
  color: #C9E4C3;
}

.suggestion-vote {
	position: absolute;
	top: 9px;
	left: 9px;
	text-align: center;
	font-size: 85%;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px #999 solid;
	background: url(/images/vote-grad.gif) top repeat-x;
}

.vote-count a, .vote-count div {
	display: block;
	padding: 9px 0 4px 0;
	text-decoration: none;
	width: 50px;
	min-height: 40px;
	color: #93883F;
	border-bottom: 1px solid #999;
}

.vote-count span {
	display: block;
}

.vote-it a, .vote-it div{
	display:block;
	width:50px;
	height:20px;
	font-size:9px;
	text-decoration:none;
}
.vote-it div{
	cursor:default;
}
.vote-up a, .vote-up div{
	background: url(/images/vote.png) right top;
}
.vote-up a:hover, .vote-up-selected div{
	background: url(/images/vote.png) left top;
}
.vote-down a, .vote-down div{
	background: url(/images/vote.png) right bottom;
}
.vote-down a:hover, .vote-down-selected div{
	background: url(/images/vote.png) left bottom;
}

.vote-it span{
	display:block;
	color: #999;
	font-weight:bold;
	line-height:100%;
	margin-bottom:-1px;
	padding:5px 0 5px;
	background: url(/images/vote1-grad.gif) top repeat-x;
	width:50px;
}

.suggestion-details {
	font-size:12px;
	position: relative;
	padding: 2px 0 0 0;
	color: #888;
}
.suggestion-details a img {
	text-align:center;
	border:0;
	vertical-align:middle;
}

a.readmore {
	font-size:12px;
}

#sim_suggs {
	
}
.sim_suggs {
	position:relative;
}
.sim_sugg_l {

}
.sim_sugg_r {
	position:absolute;
	right:5px;
}


span.error {
	background-image:url(/images/error.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	padding-left:20px;
	display:block;
}

span.information {
	background-image:url(/images/information.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	padding-left:20px;
	display:block;
}

#suggestion-extras {
	margin:18px 9px 9px;
}
#suggestion-extras .hr {
	border-bottom:1px solid #EAF1EB;
}
#suggestion-extras .hr li:hover a, #suggestion-extras .hr li.sfHover a {
	border-bottom: 1px solid #EAF1EB;
}
#suggestion-extras-who_voted ul {
	float:left;
	list-style:none
}
#suggestion-extras-who_voted ul li {
	float:left;
	width:150px;
}
#suggestion-extras-who_voted ul li a {
	display:block;
}

/* jqModal/Brice Burgess */
.notice {
    display: none;
    position: fixed;
    top: 30%;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    background-color: #F4F4F4;
    color: #333;
    border: 3px solid #999;
    padding: 9px;
	text-align:center;
	z-index:10000;
}
#notice_close {
	display:block;
	border: 1px solid #888;
	padding: 2px;
	margin: 9px;
}
#page_overlay {
	display:none;
    position: absolute;
    z-index:1500;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color:#000;
    filter:alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}

/* COMMENTS */

.comment {
background-color:#FFFFFF;
border:1px solid #C9E4C3;
margin:9px 0 0;
padding:9px;
position:relative;
}
#div-comment-response {
	border:4px dotted #C9E4C3;
	margin:9px;
}
.odd {
background-color:#F3F3F3;
}
.comment div {
position:relative;
}
.comment .comment img {
margin:0px;
}
.comment .reply {
font-size:12px;
padding:0px 6px 6px 0px;
text-align:right;
}
input#subscribe {
width:auto;
}
.comment .body .content {
margin-left:9px;
font-size:15px;
overflow:auto;
width:100%;
}
.comment .title {
font-size:12px;
margin-bottom:5px;
}
.collapsed .body, .collapsed .comment {
display:none;
}
#commentform textarea {
width:95%;
}
.end_comments {
overflow:hidden; 
height:1px;
}

/* END COMMENTS */

/* BEGIN MAKE COMMENT */
.commentbox {
	background-color: #e6e6fa; 
	color: #9400d3; 
	font-weight: bold; 
}
.error {
	font-weight: bold;
	color: #CC0000;
}
/* END MAKE COMMENT */

/* BEGIN FLOAT-HOLDER */
.floatholder {
	border: 2px solid #000;
	margin: 0 40% 20px 40%;
}

.floatbox {
	float: left;
	width: 100px;
	height: 50px;
	margin: 2px;
	background: #bb7;
	color: #ffd;
	text-align: center;
}

/* hide from IE-mac \*/
* html .hollyhack {height: 1%;}
/* end hide */

/* END FLOAT-HOLDER */

.choose_site_holder {
	clear:both;
	background-color:#EAF1EB;
	padding:9px 11px 0 9px;/*11px=9+2brdr*/
}

.choose_site {	
	background:#FFFF99 url(/images/grad-yellow-top-100.gif) repeat-x top;
	border: 1px solid #888;
	padding:20px 0 20px 0;
	width:100%;
	text-align:center;
}

.choose_site_extra {
	font-size:12px;
}

/* BEGIN ICON LISTS */

.cicon a{
	background-position:6px 50%;
	background-repeat:no-repeat;
}

.iconlist {
	list-style: none;
	margin:9px 0 9px 0;
	padding: 0;
	text-align: center;
}

ul.iconlist li { 
	display: inline; /* To make horizontal */
	font-size:22px;
	margin:0 2px;
	line-height:44px;
	
}
html>/**/body ul.iconlist li{white-space:nowrap;} /*All but IE*/

ul.iconlist li a {
	background-color:#FFF;
	border:1px solid #888;
	padding:5px 9px 5px 26px;
}
ul.iconlist li a:hover {
	text-decoration:none;
	color:#005500;
	border:1px solid #000;
}
ul.iconlist li a {
	background-position:6px 50%;
	background-repeat:no-repeat;
}
/* END ICON LISTS */
div.alt_login a {
	font-size:12px;
}
form.alt_login {
	display:none;margin:0;
}
form.alt_login input{
	margin:0;padding:0;
}
a#ylogin {
	background-image:url(/images/yahoo-16x16.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	padding-left:20px;
	display:block;
}
a#llogin {
	background-image:url(/images/wlive-16x16.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	padding-left:20px;
	display:block;
}
a#ologin {
	background-image:url(/images/openid-16x16.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	padding-left:20px;
	display:block;
}
input#alt_login_openid {
	background-image:url(/images/openid-16x16.gif);
	background-position:0% 50%;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	padding-left:20px;
}
a#alogin {
	background-image:url(/images/aim-16x16.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	padding-left:20px;
	display:block;
}
input#alt_login_aim {
	background-image:url(/images/aim-16x16.gif);
	background-position:0% 50%;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	padding-left:20px;
}


.content_container{
	margin:9px auto;
	width:550px;
}

.content_container p{
	text-align:left;
}

.yellow_area_holder {
	margin:9px 0;
}

.yellow_area {	
	background:#FFFF99 url(/images/grad-yellow-top-100.gif) repeat-x top;
	border: 1px solid #888;
	padding:20px 9px;
	text-align:center;
}

#find_suggestion_board{
	vertical-align:middle;
	margin:9px 0 9px 40px;
	background-color:#FFFFFF;
	width:50%;
	font-size:16px;
	padding:4px;
	border:1px solid #BBB;
	
}
#find_suggestion_board:focus{
	-moz-outline: 2px solid #000;
}
#find_suggestion_board_form span{
	vertical-align:middle;
	margin-left:8px;
	padding:16px;
}

div.pitch{
	float:left;
}
#pitch_create_new{
	margin-top:18px;
	margin-bottom:18px;
}
#pitch_create_new a{
	font-weight:bold;
	text-align:center;
	padding:9px;
	border:1px solid #BBB;
	background:#FFF;
}
#pitch_create_new a:hover{
	color:#005500;;
	border:1px solid #000;
	text-decoration:none;
	-moz-outline: #000 solid 1px;
}
.pitch ul{
	list-style:none;
	margin:9px;
	font-weight:bold;
	padding-left:0;
}
.pitch ul li{
	padding:6px 0;
}
img.pitch{
	float:right;
	margin:9px 0;
	width:275px;height:250px;
	border:1px solid #CCC;
}

div.sidebar_pitch{
	background:#FFFF99 url(/images/grad-yellow-top-100.gif) repeat-x top;
	width: 250px;
	border: 1px #577258 solid;
	margin:9px 0;
	padding: 9px;
	overflow:hidden;
}
div.sidebar_pitch div strong{
	margin:bottom:19px;
}

.sidebar_cicon a {
	padding-left:26px;
	white-space:nowrap;
	display:block;
}
.sidebar .sidebar_body {
	position:relative;
}

.sidebar .sidebar_body .sidebar_items {
	width:248px;
	overflow:hidden;
}
.r_text_fade {
	background:url(/images/r_text_fade.png) repeat-y;
	height:100%;
	margin-left:228px;
	position:absolute;
	width:20px;
}