#filter, #filter li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#filter li {
	float: left;
	padding-right: 20px;
}

#filter li.active {
	font-weight: bold;
}

#idea_list {
	clear: both;
}

#idea_list table {
	width: 100%;
}

#idea_list td {
	border-top: 1px dotted #ccc;
	padding: 10px 0;
	padding-top: 10px;
	clear: left;
}

.idea .info {
	vertical-align: top;
}

.idea .rating {
	width: 100px;
	vertical-align: top;
	font-size: 95%;
	text-align: center;
}

.idea .vote .status {
	text-align: center;
	border: 1px solid red;
}

.float_left {
	float: left;
}

.meta {
	color: #444;
	font-size: 11px;
	margin-bottom: 0;
}

#comments h3, #post_comment h3 {
	padding-bottom: 5px;
}

.vote_count span {
	font-weight: bold;
}


.controls a, #mod_tools a {
	padding: 5px 5px 5px 22px;
}

.controls a:hover, #mod_tools li a:hover {
	background-color: #efefef;
	text-decoration: none;
	border: 0;
}

.comment_count {
	background: url(/images/comments.gif) no-repeat 3px;
}

.edit {
	background: url(/images/edit.gif) no-repeat 3px;
}

.delete, #mod_tools .delete a {
	background: url(/images/delete.gif) no-repeat 3px;
}

#mod_tools {
	list-style: none;
	padding: 0;
	margin: 0;
}

#mod_tools li {
	padding-bottom: 3px;
}

#mod_tools .close a {
	background: url(/images/close.gif) no-repeat 3px;
}

#mod_tools .open a {
	background: url(/images/open.gif) no-repeat 3px;
}

#mod_tools .include a {
	background: url(/images/include.gif) no-repeat 3px;
}

#mod_tools .merge a {
	background: url(/images/merge.gif) no-repeat 3px;
}

#mod_tools .plugin a {
	background: url(/images/plugin.gif) no-repeat 3px;
}


.status_closed {
	color: maroon;
	font-weight: bold;
	padding-left: 22px;
	padding-right: 10px;
	background: url(/images/close.gif) no-repeat 3px;
}

.status_included {
	color: green;
	font-weight: bold;
	padding-left: 22px;
	padding-right: 10px;
	background: url(/images/include.gif) no-repeat 3px;
}

.status_plugin {
	color: green;
	font-weight: bold;
	padding-left: 22px;
	padding-right: 10px;
	background: url(/images/plugin.gif) no-repeat 3px;
}


#comment_list {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}

/* Bubbles (http://www.willmayo.com/2007/02/10/css-speech-bubbles/) */
div.bubble {
	width: auto;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 5px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

.staff div.bubble blockquote {
	background: #efefef url(/images/staff3.gif) no-repeat top right;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 1px;
	background: transparent url(/images/tip.gif) no-repeat 20px 0;
	font-style: normal;
	color: #444;
	font-size: 11px;
}

.staff div.bubble cite {
	background: transparent url(/images/tip_alt.gif) no-repeat 20px 0;
}

.pagination {
	clear: both;
}

.pagination .pages {
	font-weight: bold;
}

.pagination .current, .pagination a {
	padding: 2px 6px;
	margin-bottom: 3px;
}

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

.pagination a:hover {
	background: #efefef;
}

#terms_label { display: none;
}

#terms_input input {
	width: 90%;
	font-size: 0.8em;
	padding: 0.3em;
}
#terms_input {
	text-align: center;
}

#terms_submit {
	text-align: right;
}

#terms_submit input {
	width: 50px;
	font-weight: bold;
}

#welcome_block #logged_in {
	padding-left: 22px;
	background: url('/images/user.gif') no-repeat 3px;
}

#welcome_block .logout {
	padding-right: 22px;
	background: url('/images/logout.gif') no-repeat right;
}

.already_voted, .voting_closed, .vote_idea {
	display: block;
	width: 71px;
	height: 68px;
	text-indent: -9000em;
	margin: auto;
}

span.already_voted {
	background: url('/images/voted.gif') no-repeat;
}

span.voting_closed {
	background: url('/images/closed.gif') no-repeat;
}

span.plugin {
	background: url('/images/plugin.gif') no-repeat;
}

a.vote_idea {
	background: url('/images/vote.gif') no-repeat;
}

a.vote_idea:hover {
	background-position: 0 -72px;
}

.remove_vote {
font-weight: bold;
font-size: 90%;
}


table td {
border-bottom: 0;
}

input#search_button {
	width: 95px;
}


a.vote_idea:hover {
	border: 0;
}


#submit_idea {
	font-size: 140%;
	font-weight: bold;
	text-align: center;
}
