/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

html, body {
  height: 100%;
}

#main {
  position: relative;
  min-height: 100%;
}

.window {
  padding-bottom: 30px;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

h1 a {
	font-weight:normal;
	color:white;
}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

body {
	font-family: "Lucida Grande", "Geneva", "Arial", sans-serif;
}

a { 
	color: #2c79a2; 
	font-weight: bold;
	text-decoration: none;
}

#main {
	background: #fff;
	margin: 0 auto;
}

.thin, .window {
  width: 800px;
  margin: 0 auto;
}

.thin form {
	background:none;
	border:none;
	text-align:right;
	margin-top:0px;
}

.thin form label {
	padding-right: 2px;
	color: #D8D8D8;
}

.thin form input {
	border:2px solid grey;
	padding:2px;
	background:#F7F7F7;
	width:100px;
}

.thin #submit {
	width:50px;
	border:1px solid grey;
}

#title_wrapper {
	background: #3b91be;
	text-align: left;
	border-bottom: 4px solid #2c79a2;
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	padding:15px 15px 10px;
}

#tablist_wrapper {
	height: 27px;
	background: #eee;
	border-bottom: 1px solid #ccc;
}

ul#tablist li {
	float: left;
}

ul#tablist li a {
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #555;
	background: #eee;
	padding: 5px 8px;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

#footer {
  font-size: 11px;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 4px 0px 4px 0px;
  background: #f5f5f5;
  border-top: 1px solid #ddd;
}

ul#tablist li a:hover {
	text-decoration: underline;
	color: #333;
}

.no_suggestions {
	padding-top:10px;
}

ul#tablist li.current a {
	background: #fff;
	border: 1px solid #ccc;
	border-top: 0;
	border-bottom: 1px solid #fff;
	padding: 5px 12px;
}

.vote_chicklet {
	float: right;
	margin-top: 3px;
}

.vote_chicklet .score {
	background: #3b91be;
	display: block;
	padding: 3px 0px;
	font-size: 18px;
	color: #fff;
	font-family: Arial, sans-serif;
	font-weight: bold;
	width: 38px;
	float: right;
	text-align: center;
	margin-right: 5px;
}

.vote_chicklet .vote_actions {
	width: 16px;
	float: right;
	margin-right: 5px;
}

.vote_chicklet .vote_up a {
	display: block;
	text-align: left;
	text-indent: -999em;
	background: url(/images/vote_for_small_off.gif) no-repeat top left;
	width: 16px;
	height: 15px;
	margin-bottom: 4px;
}

.vote_chicklet .vote_up a:hover, .vote_chicklet .vote_up a.on {
	background: url(/images/vote_for_small.gif) no-repeat top left;
}

.vote_chicklet .vote_down a {
	display: block;
	text-align: left;
	text-indent: -999em;
	background: url(/images/vote_against_small_off.gif) no-repeat top left;
	width: 16px;
	height: 15px;
}

.vote_chicklet .vote_down a:hover, .vote_chicklet .vote_down a.on {
	background: url(/images/vote_against_small.gif) no-repeat top left;
}

.flash {
	margin-top:5px;
	padding:10px;
}

.notice {
	border: 2px solid black;
	background: #00F700;
	color:#fff;
}

.error {
	border:2px solid maroon;
	background:red;
	color:#fff;
}

div.notice {
	background: #fed;
	border: 1px solid #ca5;
	font-size: 10px;
	padding: 5px;
	margin: 5px;
}

div.notice strong {
	font-weight: bold;
}

div.suggestion {
	font-size: 12px;	
	clear: both;
	padding: 15px;
	border: 1px solid #ccc;
	margin: 10px auto;
}

.suggestion span.bucket {
  font-size: 12px;
  padding: 3px 5px;
  float: left;
  margin-top: -3px;
  line-height: 14px;
  margin-left: 5px;
  -moz-border-radius:3px;
}

.suggestion {
	-moz-border-radius:10px;
}

div.suggestion h3 {
	margin: 0;
	line-height: 18px;
}

#spinner_for_content {
  width: 100%;
  margin-top: 50px;
  text-align: center;
}

#suggestion_listing .results {
  font-size: 13px;
}

h3 a {
	font-size: 18px;
	font-weight: bold;
	float: left;
	padding-left: 5px;
}

.logo {
	width:80px;
}

.suggestion .comment_link img {
	vertical-align: bottom;
}

.suggestion .meta {
    padding-top: 5px;
	color: #555;
	clear: left;
}

.suggestion .author {
	color: #333;
	font-weight: bold;
}

.suggestion .suggestion_score {
	float:right;
	width:65px;
}

.suggestion .suggestion_detail_score {
	float:right;
	width:65px;
}

#suggestion_button {
	background: #ccc;
	padding: 5px;
}

#suggestion_button a {
	display: block;
	font-size: 12px;
	color: #fff;
	background: #145374;
	padding: 0px 5px;
	margin: 3px 0;
	text-align: center;
}

.suggestion .vote_chicklet .score {
	margin-top: 3px;
}

.score {
	-moz-border-radius:3px;
}

.suggestion .vote_chicklet a {
	float: left;
}

#suggestion_button a:hover {
	text-decoration: underline;
}

.link_back {
	background: #3b91be;
	color: #fff;
	padding: 3px;
	font-size: 9px;
	text-align: right;
}

.link_back a {
	color: #def;
}

.link_back .powered_by {
	padding-right: 5px;
}

.suggestion_detail .headline h3 a {
	display: block;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 4px;
}

div.suggestion_detail {
	height: auto;
}

.comment .vote_chicklet .score {
	font-size: 14px;
	font-weight: bold;
	width: 25px;
	padding: 0;
}

.suggestion_detail .body {
	font-size: 14px;
	margin-right: 35px;
	padding: 10px 0;
}
.comment .vote_chicklet .vote_actions {
	clear: right;
	margin-top: 5px;
	padding-left: 3px;
}

.comment {
	clear: both;
	margin-top: 5px;
	padding: 8px 8px 0 8px;
	border-top: 1px solid #ccc;
}

.suggestion .body {
  padding-top: 10px  ;
  clear: left;
}

.comment .meta {
	font-size: 12px;
	color: #555;
}

.comment .author {
	font-weight: bold;
	color: #333;
}

.comment .body {
	font-size: 12px;
	margin:5px 0px 10px 0px;
	width: 95%;
}

.comments { margin-top: 0px; }

form {
	background: #eee;
	border: 1px solid #ccc;
	border-left: 0;
	border-right: 0;
	padding: 5px;
	margin-top: 8px;
	clear: both;
	text-align: center;
}

.comment_form input#user_username {
	width: 200px;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #ccc;
	font-size: 11px;
}
textarea, input.text_field {
	font-family: "Lucida Grande", "Geneva", "Arial", sans-serif;
	font-size: 14px; padding: 4px; border: 1px solid #ccc; width: 400px;
	margin-bottom: 5px;
}

.comment .comment_score {
	float:right;
	width: 30px;
}

.comment .vote_chicklet { margin-right: -3px; }

.comment .vote_chicklet .vote_up a {
	display: block;
	text-align: left;
	text-indent: -999em;
	background: url(/images/vote_for_tiny_off.gif) no-repeat top left;
	width: 9px;
	height: 10px;
	margin-bottom: 4px;
	float: left;
	margin-right: 2px;
	margin-left: 2px;
}

.comment .vote_chicklet .vote_up a:hover, .comment .vote_chicklet .vote_up a.on {
	background: url(/images/vote_for_tiny.gif) no-repeat top left;
}

.comment .vote_chicklet .vote_down a {
	display: block;
	text-align: left;
	text-indent: -999em;
	background: url(/images/vote_against_tiny_off.gif) no-repeat top left;
	width: 9px;
	height: 10px;
	float: left;
}

.comment .vote_chicklet .vote_down a:hover, .comment .vote_chicklet .vote_down a.on {
	background: url(/images/vote_against_tiny.gif) no-repeat top left;
}

.comment .vote_chicklet .vote_actions {
  float: right;
	width: 25px;
	padding: 2px 0px 2px 2px;
}


.search_box {
	border: 1px solid #ccc;
	border-left: 0;
	border-right: 0;
	margin: 5px 0;
	padding: 5px;
	background: #eee;
}

.search_box div {
	border: 1px solid #ccc;
	background: #fff;
}

.search_box div input {
	border: 0;
	background: #fff;
	font-size: 12px;
	margin: 3px;
}

#search_results {
	font-size: 11px;
}

#widget_pagination {
  float:right;
	padding: 10px 0 5px 0;
	text-align: center;
	font-size: 12px;
}

#suggestion_create_form {
	padding: 10px 5px 0;
}

#suggestion_create_form label {
	font-size: 11px;
	font-weight: bold;
	color: #333;
	display: block;
	margin-bottom: 2px;
	margin-top: 5px;
}

#suggestion_create_form #submit_suggestion {
	margin-top: 5px;
}

#suggestion_create_form textarea.text_area {
	height: 50px;
}

input#submit_suggestion {
	font-family: "Lucida Grande", "Geneva", "Arial", sans-serif;
	font-size: 11px;
}

.pagination {
	margin: 0 5px;
}
.pagination a, .pagination span { display: block; float: left; font-size: 10px; font-weight: bold; padding: 1px 5px; background: #eee; color: #222; border: 1px solid #aaa; float: left; margin: 0 2px;}
.pagination a:hover { background: #fff;}
.pagination span.current { background: #3b91be; border: 1px solid #2c79a2; color: #fff; }
.pagination span.disabled { border: 1px solid #ccc; color: #777; background: #f5f5f5; }

.clearfix { clear: both;}


.flag_list h3 {
	color:#333;
	padding-left:6px;
	background: #f9f9f9;
	font-size: 14px;
	padding: 6px;
}

.flag_list .flag_links {
	clear: both;
	margin-top: 5px;
	font-size: 12px;
	padding: 5px 5px 0 10px;
}

h3.comment_count, h3.add_comment{
	color:#333;
	font-size: 14px;
	padding-left:6px;
}

h3.comment_count {
	background: #eee;
	padding: 6px;
	margin-bottom: -5px;
}

div.errors {
	margin: 5px;
	background: #fee;
	border: 1px solid #a44;
	font-size: 10px;
	font-weight: bold;
	color: #311;
	padding: 5px;
}

div.errors li {
	font-weight: normal;
	margin-top: 2px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: #333;
	margin-top: 10px;
}

#submit_suggestion { margin-bottom: 10px;}

#user_bar {
  text-align: right;
  font-size: 11px;
  background: #2c79a2;
  color: #fff;
  padding: 4px;
}

#signup_form { 
	width:420px;
	font-size:15px;
	background:#fff;
	border:none;	
}

.back_button {
	font-size:12px;
	margin-top:3px; 
	padding-right:3px;
	padding-top:2px
}

h3 {
	font-size:20px;
}

.shaded {
	border:1px solid #3F3F3F; 
	margin-bottom:3px;
	padding:3px;
}

#forgot_password_link {
	color:white;
	font-weight:normal;
}