/*

	ACKNOWLEDGEMENTS
	****************
	
	The forum software was built on Beast: beast.caboo.se
	Simple, elegant forum software for Rails. It was a pleasure
	to work with. Kudos to the designers.

*/

.discussion-heading {
	font-family:"Franklin Gothic Medium","Trebuchet MS",Charcoal,Arial,Helvetica,sans-serif;
	font-size:2.0em;
	font-weight:bold;
	margin: 0.5em 0 1em;
}
p.discussion-subtitle {
	font-size:0.8em;
	color:#666;
	font-weight:normal;
	margin-top: -2.4em;
}
p.subtitle img { vertical-align: bottom; }

form.monitorships-form {
	float: right;
}

a.remove { color:#c00; }
a.utility
{
	font-weight:normal;
	color:#c00;
}
a.utility:hover
{
	color:#c00;
	text-decoration:underline;
}

input.submit
{
	margin-right:1em;
	float:right;
}

/* random */

.user-avatar {
	background:#aaa url(/images/clearbits/smile.gif?1000) no-repeat 8px 8px;
}

table.wide { width:97%; }

/*****************************/
/***   DISCUSSION FORUMS   ***/
/*****************************/

.forum-status {
	margin: 0 8px 0 0;
}
.forum-summary .discussions {
	margin: 1em 0;
}
.forum-summary h3 {
	font-size: 1.4em;
}
.forum-summary h3 a:link {
	text-decoration: none;
}
.forum-summary h3 a:visited {
	text-decoration: none;
}
.forum-summary .discussion a:link {
	text-decoration: none;
}
.forum-summary .discussion a:visited {
	text-decoration: none;
}

/***********************/
/***  POST EDIT BOX  ***/
/***********************/

div.editbox
{
	background: #896;
	border: 2px solid #563;
	width: 97%;
	padding: 1em;
	margin: 1em 1em 0 0;
	z-index: 50;
}

div.editbox .container {
	width:98%;
	margin:0;
}

div.editbox h4
{
	background:#563;
	color:white;
	padding: 2px 10px 3px 10px;
	font-size:1.0em;
	margin: 0.2em 0 0.5em;
}

div.editbox p { margin:0.5em 0;}
div.editbox textarea
{
	width:100%;
	background:white;
	color: black;
	opacity:1;
	font-size:110%;
	font-family: Verdana, Arial, sans-serif;
}
div.editbox .button_or a
{
  color:#ccc;
}
div.editbox table td { border:0; }
div.editbox a.utility
{
  color: #f99;
  font-size: 0.65em;
  padding: 2px 5px 4px;
  display: block;
  font-family: 'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;
  float: right;
  text-align: right;
  margin-top: 0.2em;
}

div.editbox h5
{
  background:#333;
  color:white;
  padding: 2px 10px 3px 10px;
  font-size:0.8em;
  margin: 0.2em 0 0.3em;
}

div.editbox p.help span,
div.editbox ul.help span { color:#ccc; }
div.editbox p.help,
div.editbox ul.help
{
  padding:3px 10px;
  font-size:0.8em;
  color:#fff;
}
div.editbox ul.help { margin:0; }

div.editbox ul.help {
  list-style-type: none;
  margin: 0 6px;
}

/********************/
/***  MISCELLANY  ***/
/********************/

a.admin
{
	color:#c00;
	font-weight:bold;
}

.button_or {
  color:#666;
  padding-left:0.5em;
  font-size: 90%;
  font-family: 'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;
}
.button_or a { color:#c00; }

form.dialog {
	margin-top:3em;
	background:#eee;
	width:300px;
	padding:15px;
}

form .entryhelp,
form .help {
  font-size:0.8em;
}

span.arrow {
	font-weight: normal;
	font-size: 100%;
	color: #999;
}

div.users-online {
	margin-top: 2em;
	background: #ded;
	font-size: 90%;
	padding: 1em;
	border: 2px solid #393;
	border-width: 1px 0;
}

p.online {margin-bottom:0;}

img.icon
{
	background:#696;
	background-image: url(/images/clearbits/bg_rounded.gif?1000);
	background-repeat: no-repeat;
	vertical-align: bottom;
}
img.reply { float:right; }
img.orange { background-color:darkorange; }
img.grey { background-color:#ccc; }
img.darkgrey { background-color:#999; }
img.green { background-color:#0c0;}

.post .author .icon
{
	float:right;
}

.pagination-bar {
	margin: 8px;
}
.pagination {
	padding: 3px;
	margin: 3px;
	cursor: default;
	display: inline;
}
.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #aaaadd;
	text-decoration: none;
	color: #000099;
}
.pagination a:hover, .pagination a:active {
	border: 1px solid #000099;
	color: #000;
}
.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;
	font-weight: bold;
	background-color: #000099;
	color: #FFF;
}
.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #eee;
	color: #ddd;
}

.discussion-subscribe-form, 
.discussion-unsubscribe-form {
	text-align: right;
	margin: 0 0 6px 0;
	font-size: 90%;
}
.discussion-subscribe-form {
	color: #999;
}
.discussion-unsubscribe-form {
	color: #333;
}





.discussions ul {
	margin: 0;
	list-style-type: none;
}

.discussions {
	border-top: solid 1px #ccc;
	margin-top: 20px;
	clear: both;
}
.discussions .discussion {
	padding: 24px 0 0;
	border-bottom: solid 1px #ccc;
	position: relative;
}

.discussion .title {
	margin: 8px 0;
}
.discussion .title a {
	text-decoration: none;
}
.discussion .sidebar {
	float: right;
	width: 202px;
	margin-right: 20px;
	text-align: center;
	font-size: 13px;
	line-height: 18px;
}
.discussion .sidebar p {
	margin: 6px 0;
}
.discussion-map {
	display: block;
	border: solid 1px silver;
}

.discussion .map-letter {
	color: #3a7f17;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

#new_discussion .text {
	background: #f9f9f9;
}
.edit-discussion-title {
	background: #f6f6f6;
	margin: 10px 246px 15px 20px;
	padding: 7px 0 12px 10px;
}
.edit-discussion-title input {
	font-size: 150%; 
	width: 550px;
}
.discussion-mod {
	font-size: 13px;
	line-height: 14px;
	float: right;
}
.discussion-mod a {
	color: #c00;
	text-decoration:none;
}

ul.post-list li {
	list-style-type: none;
	position: relative;
}
ul.post-list .map-letter {
	color: #3a7f17;
	font: bold 15px Arial, sans-serif;
	width: 18px;
	position: absolute;
	left: -20px;
	top: 4px;
	float: left;
	clear: left;
	display: block;
}
.post-list a {
	font-weight: bold;
	font-size: 16px;
	font-family: "Trebuchet MS",Geneva,Helvetica,Arial,sans-serif;
}
.post-list a:link,
.post-list a:visited {
	text-decoration: none;
}
.post-list a:hover,
.post-list a:active {
	text-decoration: underline;
}
.post-list .time {
	color: #999;
	letter-spacing: -1px;
	font-size: 13px;
}

.map-with-overlay {
	display: block;
	position: relative;
	width: 352px; height: 352px;
}
.corner-map {
	float: right;
	margin-top: -50px;
}
.map-with-overlay img.map {
	border: solid 1px #aaa;
}
.map-with-overlay .cover {
	position: absolute;
	top: 1px;
	left: 1px;
}

.discussion .monitor {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #ccc;
}

.first-post {
	margin-left: 20px;
	width: 700px;
}
.first-post .text {
	margin-left: 51px;
	border-left: 2px solid #ccc;
	border-right: 2px solid #eee;
	border-bottom: 2px solid #ccc;
	width: 600px;
}
.first-post-body-container {
	width: 600px;
}
.first-post .body {
	color: #333;
	margin: 4px 20px;
	width: 560px;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
}
.first-post .avatar img {
	float: left;
}
.first-post .by-line {
	color: #777;
	font-size: 13px;
	line-height: 1;
	font-family: Arial, sans-serif;
	background: #eee;
	padding: 5px 10px;
}
.first-post .by-line a {
	font-size: 13px;
}
.first-post .by-line a,
.first-post .location,
.first-post .updated {
	font-weight: bold;
}

.first-post a.readmore {
	border-bottom:2px solid #9ED8FC;
	display:block;
	padding:4px 15px;
	text-align:center;
	position: absolute; 
	width: 570px;
	top: 166px; left: 0; 
	height: 24px;
}
.first-post a.readmore:link {
	background-color:#E0F3FF;
	color: #2277DD;
	text-decoration: none;
}
.first-post a.readmore:visited {
	background-color:#F0F9FF;
	color: #2277DD;
	text-decoration: none;
}
.first-post a.readmore:hover {
	background-color:#C0E7FF;
}
.first-post a.readmore:active {
	background-color:#B0E1FF;
}

img.clippedfadeout {
	width: 600px;
	height: 80px;
	position: absolute;
	top: 90px;
}



ul.replies {
	list-style-type: none;
	margin: 15px 245px 15px 100px;
	font-size: 14px;
}
ul.replies li {
	padding: 6px;
	background-color: #f4f4f4;
	margin-bottom: 4px;
	position: relative;
}
.replies .text {
	padding-left: 45px;
}
.replies .avatar img {
	float: left;
}
.replies .by-line {
	color: #777;
	font-size: 13px;
	line-height: 1;
	font-family: Arial, sans-serif;
}
.replies .by-line a {
	font-size: 13px;
}
.replies .by-line a,
.replies .location,
.replies .updated {
	font-weight: bold;
}
.replies .body {
	color: #333;
	margin: 12px;
	font-size: 13px;
	line-height: 17px;
}
.replies .body p {
	margin: 10px 0;
}
.replies .show-replies li {
	padding: 0;
}
.replies .show-replies a {
	display: block;
	background: url(/images/silk/resultset_up.png) 3% 50% no-repeat;
	padding: 3px 45px;
}

.show-replies a {
	border-top:2px solid #9ED8FC;
	display:block;
	padding:4px 45px;
}
.show-replies a:link {
	background-color:#E0F3FF;
	color: #2277DD;
	text-decoration: none;
}
.show-replies a:visited {
	background-color:#F0F9FF;
	color: #2277DD;
	text-decoration: none;
}
.show-replies a:hover {
	background-color:#C0E7FF;
}
.show-replies a:active {
	background-color:#B0E1FF;
}

.replies .text_exposed_link a {
	padding-right: 14px;
	background: transparent url(/images/silk/resultset_down_small.png) 100% 70% no-repeat;
	white-space: nowrap;
}
.replies .text_exposed_link a:link,
.replies .text_exposed_link a:visited {
	text-decoration: none;
	color: #006daf;
}
.replies .text_exposed_link a:hover, 
.replies .text_exposed_link a:active {
	text-decoration: underline;
	color: #006daf;
}

.replies .time-callout {
	position: absolute;
	left: 590px;
	top: 8px;
	white-space: nowrap;
	font: bold small-caps 16px/16px Arial, sans-serif;
	color: #2971cf;
}
.replies .time-callout img {
	vertical-align: -3px;
}
.replies .time-callout abbr {
	border: none;
}

.add-reply .quick-reply-target {
	font-family: inherit;
	font-size: 13px;
	line-height: 13px;
	padding: 4px;
	font-style: italic;
	color: #777;
	width: 400px;
	margin-left: 45px;
}
.add-reply .quick-reply {
	font-family: inherit;
	font-size: 14px;
	line-height: 18px;
	padding: 4px;
	color: #333;
	width: 500px;
	height: 100px;
	overflow: auto;
}
.add-reply form {
	margin-left: 45px;
}

