/* Forum Styles ****************************************************************/
body.forum { color: #222; }
#forum-title { vertical-align: bottom; position: absolute; bottom: 0;}
#forum-title, #forum-body { margin-right: 80px; color: #222 !important; }
#forum-search { height: auto; }
div#controls {
  font-family: helvetica, arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.4;
  color: #cacac8;
  margin-bottom: 12px; }

a.minor { font-size: 75%; }

body.forum h1 { font-size: 1.5em; font-size: 175%; border-bottom: 1px solid #888; padding-bottom: 5px; margin-bottom: 5px;}
#forum-title h1 { color: #555; font-family: Georgia; font-size: 1.8em; }

a.edit_post, a.delete_post { text-shadow: none; }
a.edit_post:hover, a.delete_post:hover { text-decoration: none; }
body.forum h2 a { background: none; }
span.separator { color: #aaa; }

/***** friendly forms ********/

div.register_form { color: #444; }
form.friendly {
  margin: 0 0 30px 0; }
form.friendly p {
	margin: 0 0 0 0;
}
form.friendly input.titular {
  clear: both;
  width: 95%;
  font-family: Georgia,Palatino,Sylfaen,"Times New Roman", Times, serif;
  font-size: 1.2em;
  line-height: 1;
  color: #4d4e53;
  border-width: 1px;
  border-style: solid;
  border-color: #cacac8;
  padding: 5px;
  margin-bottom: 20px;
  font-size: 200%; }
form.friendly textarea, form.friendly select, form.friendly input.standard, form.friendly input.tabled {
  width: 98%;
  font-family: Georgia,Palatino,Sylfaen,"Times New Roman", Times, serif;
  font-size: 1.2em;
  line-height: 1;
  color: #6d1300;
  border-width: 1px;
  border-style: solid;
  border-color: #cacac8;
  padding: 5px; 
  margin-bottom: 20px;}
form.friendly input.tabled { width: auto !important; }
div#forum-search textarea { margin-bottom: 0px; }
form.friendly input.standard { width: 76%; }
p#search input.standard, form#location_finder input.standard { height: 21px; float: left; }
form.friendly input.button { 
	font-family: Helvetica, Arial, sans-serif;
	float: left;
	width: 20%; 
	font-size: 1.1em; 
	height: 1.9em;
/*	padding: 8px; */
	border: 1px solid #898989; 
	color: #666;
	background: #aaa;
	text-shadow: rgba(200, 200, 200, 1) 0px 1px 1px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
}
form.friendly input.button:hover { 
	cursor: pointer; 
	background: #bbb;
	border: 1px solid #a0a0a0;
	text-shadow: rgba(220, 220, 220, 1) 0px 1px 1px;
}
form.friendly input.login {
  width: 50%;
  font-family: Georgia,Palatino,Sylfaen,"Times New Roman", Times, serif;
  font-size: 1.2em;
  line-height: 1;
  color: #4d4e53;
  border-width: 1px;
  border-style: solid;
  border-color: #cacac8;
  padding: 5px; 
  margin-bottom: 20px; }
form.friendly textarea {
  color: #6d1300;
  line-height: 1.4; }
form.friendly span.formnote {
  font-family: helvetica, arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.4;
  color: #777; 
  padding-left: 5px;}
form.friendly div.error-with-field {
  display: inline; }
form.friendly small.error {
  display: none; }
form.friendly p.context {
  margin: 0; }
form.friendly div.innocuous {
  display: none; }
form.friendly label.required {
  font-weight: bold; color: #222; }
form.friendly label.optional {
  color: #222;
}
form.friendly input#reader_submit { margin-bottom: 10px; }

/***** input validation and error reporting ********/

p.errornote {
  color: #F75200;
  background: #EBFF00;
  padding: 5px 10px;
  border: 2px solid #F79000;
}

p.haserror {
  border-left-width: 4px;
  border-left-style: solid;
  border-left-color: #F79000;
  padding-left: 12px;
  color: #F75200; }
  p.haserror input, p.haserror textarea {
    border-width: 1px;
    border-style: solid;
    border-color: #F79000; }
  p.haserror label {
    color: #F75200; }

ul.friendly {
  list-style: square;
  font-family: helvetica, arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.4;
  color: #4d4e53;
  padding-left: 0;
  margin-top: 0; }

h2.inviting, a.inviting {
  display: block;
  font-family: 'HelveticaNeue-Light', helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 1.6em;
  margin-bottom: 0;
  margin-top: 50px; }

/***** gravatars and other useful things ********/

img.gravatar {
  float: left;
  margin: -8px 10px 3px 0; }
h2 img.gravatar { margin-top: 0px; }

img.thumbnail_gravatar {
  float: left;
  margin: 2px 10px 10px 0; }

img.big_gravatar {
  float: left;
  margin: 5px 8px 3px 0; }

div#reader_paginate_spacer { clear: both; padding: 1px 0; }

/***** system messages and controls ********/

.notice, .error {
  position: absolute;
  width: 250px;
  right: 0;
  background-color: inherit;
  color: white;
  margin: 0;
  padding: .75em;
  padding-top: 0;
  padding-bottom: 0; 
  text-shadow: none;
  z-index: 1000; }

.notice p, .error p { margin: 20px !important; }

.notice {
  background-color: #0c3;
  border: 3px solid #7FE699; }

.error {
  background-color: #c00;
  border: 3px solid #ff0071; }

#reader_links { font-size: 80%; }
#reader_links strong{
  font-family: Helvetica;
  font-size: 150%; }
#reader_links a { font-size: 1.1em; }
div#forum p.quiet, div#forum-body p.quiet { 
	background: #dfdfdf; 
	border: 1px solid #9e9e9e; 
	padding: 10px; 
	color: #555; 
	font-size: 90%; 
	text-shadow: rgba(223, 223, 223, 1) 0px 1px 1px; 
	text-align: justify;
	margin: 20px 0;
}

.register_form h3 { margin-top: 10px; border-bottom: 1px dashed #888; }
.register_form ul.friendly li { padding-top: 10px; }

/*div#forum h1,div#forum h2{margin-bottom:24px;line-height:1.2;}*/
div#forum a.floating{float:right;margin:0 0 10px 20px;}
div#forum a.feedlink{background:url(/images/forum/feed_14.png) no-repeat 0 4px;padding-left:18px; color:#f58822;}
div#forum div#forum_preamble{color:#444;margin-bottom:24px;padding-left: 20px;font-family:Helvetica, Arial, Sans-serif;color: #666;}
div#forum /*div#forum_preamble*/ p, div#forum-body p {margin-top:0;}
div#forum div.reply{margin-left:0;}
div#forum div.first_post{margin-left:0;}
form div.post_header { margin-bottom: 10px; }
div#forum div.post_header a.replied{color:#cacac8;}
a.newmessage {font-family: 'HelveticaNeue-Light', helvetica, arial, sans-serif;font-size: 1.6em;background:transparent url(/images/forum/post_14.png) no-repeat 0 0px; padding-left:18px; margin-left: 20px;}
div#forum_preamble a.newmessage{font-family: 'HelveticaNeue-Light', helvetica, arial, sans-serif;font-size: 1.6em;background:transparent url(/images/forum/post_14.png) no-repeat 0 0px; padding-left:18px; margin-left: 0px;}
div#forum a.newmessage:hover{background-image:url(/images/forum/post_14_over.png);}
ul.main{list-style:none;margin:20px 0 50px 0;padding:0;}
ul.main li{clear:left;margin:30px 0;}
ul.main li .subject a,ul.main li .subject a:visited{font-family:helvetica,arial,sans-serif;font-size:160%;/*font-weight:bold;*/line-height:1;display: block;border-bottom: 1px solid #cfcfcf;padding-bottom: 5px;margin-bottom:5px; }
ul.main li div.preview{/*font-size:85%;*/color: #222; }
ul.main li div.preview p{margin-top:5px;padding-left: 20px;}
ul.main li.sticky .subject a,ul.main li.sticky .subject a:visited{color:#d1005d;}
ul.main li.locked .subject a,ul.main li.locked .subject a:visited{color:#4d4e53;}
.context,.updatenote{display:block;font-family:helvetica,arial,sans-serif;font-size:0.8em;line-height:1.4;color:#6a6a6a;margin:0;}
.main .context, .main .updatenote { margin-bottom: 10px; }
.post .context, .post .updatenote { padding-left: 50px; }
.authorship { display:block;font-family:helvetica,arial,sans-serif;font-size:0.8em;line-height:1.4;color:#6a6a6a;margin:0 0 5px 0;padding-left: 20px; }
div#forum div.post{position:relative;clear:left;margin:10px 0 50px 0;}
div#forum div.first_post{margin-top:30px;clear:both;}
div#forum div.post_header h2{margin:0;line-height:1.1;}
div#forum div.post_header h2 a.speaker{font-weight:bold;}
div#forum div.post_body{position:relative;}
div#forum div.post_body p{margin-top:.25em;}
div#forum div.post_body div.post blockquote{color:#cacac8;border-left-width:5px;border-left-style:solid;border-left-color:#cacac8;margin:0;padding-left:20px;}
div#forum div.over{background-color:green;}
div#forum div.post_control{font-size:85%;color:#6a6a6a;}
div#forum div.post_control p{margin:0;}
div#forum div.post_control p.post_admin{float:right;}
div#forum div.post_control p.post_admin a, div#forum div.post_control p.post_admin a:visited{font-family:helvetica,arial,sans-serif;font-size:0.8em;line-height:1;padding:4px;color:white;background-color:#bbb;-moz-border-radius: 4px;-webkit-border-radius: 4px;}
div#forum div.post_control p.post_admin a.edit_post:hover{background-color:#1c8064;}
div#forum div.post_control p.post_admin a.delete_post:hover{background-color:#c00;}
div#forum div.post_control a{color:#d20a00;}
div#forum div.post_control a.edit_post{color:#d20a00;}
div#forum div.post_control a.delete_post{padding-left:5px;color:#d20a00;}
div#forum div.post_control a:hover{color:#d20a00; text-decoration: underline;}
div#forum div.post_control a.waiting,div#forum div.post_control div#forum p.waiting{color:#cacac8;padding-left:18px;background:transparent url(/images/forum/wait_16_grey.gif) no-repeat left top;}
div#forum div.post_wrapper{position:relative; padding-left: 40px;}
div#forum div.post_wrapper div.post_form{margin:0 0 20px 0;padding:0;background:white url(/images/forum/wait_16_grey.gif) no-repeat center center;}
div#forum div.post_wrapper div.post_form form{background-color:#f0f0f0;margin:0;border-bottom: 1px dashed #bbb;padding-bottom: 20px;}
div#forum div.post_wrapper div.post_form form label{display:none;}
div#forum div.post_wrapper div.post_form form textarea{left:0;right:0;color:#6d1300;border-color:#cacac8;font-size:normal;font-size:1em;}
div#forum div.post_wrapper div.post_form form p{margin:0;}
img.smiley{margin:3px 3px 0 3px;}
div.upload_handler,div.post_attachments{margin:0 0 30px 0;border-left-width:5px;border-left-style:solid;border-left-color:#cacac8;padding-left:20px;}
div.upload_handler h4,div.post_attachments h4{margin:0;font-family:helvetica,arial,sans-serif;font-size:0.8em;line-height:1.4;color:#cacac8;margin:-3px 0 2px -10px;}
div.upload_handler ul,div.post_attachments ul{margin:0;list-style:none;padding:0;}
div.upload_handler li,div.post_attachments li{clear:none;margin:0;}
div.upload_handler a.attachment,div.post_attachments a.attachment{background:url(/images/forum/attachment_link.png) no-repeat 0 2px;padding-left:18px;}
div.upload_handler a.attachment:hover,div.post_attachments a.attachment:hover{background-image:url(/images/forum/attachment_over.png);}
div.upload_handler a.remove,div.post_attachments a.remove{font-family:helvetica,arial,sans-serif;font-size:50%;color:#d20a00;}
a.cancel:hover,a.remove:hover{color:#d20a00; text-decoration: underline; }

div.upload_handler ul.attachments input{display:none;}
div.uploads{display:none;}
div.upload_handler ul li a{color:#4d4e53;}

div.upload_handler div.selector{position:relative;cursor:pointer;}
div.upload_handler div.selector input.filefield{position:relative;z-index: 100; opacity: 0;}
div.upload_handler div.selector div.addfile{position:absolute;z-index: 99;top:0; font-size: 0.8em;}
div.upload_handler div.selector div.addfile a{background:url(/images/forum/attachment_link.png) no-repeat 0 2px;padding-left:18px;font-size: 1.3em;}
div#forum_search {margin: 0px 0 0 0;}
div#forum_search h2, div#forum_search p {margin: 0;}
/*div#forum_search input.standard, div#map_search input.standard {width: 50%;}*/
/*div#forum_search input.button, div#map_search input.button { font-size: 1.2em; line-height: 1; color: #4d4e53; padding: 5px; margin: 0 0 0 6px;}*/

#forum-header { min-height: 80px; position: relative; margin-bottom: 0px; }
p.administrative{font-family:helvetica,arial,sans-serif;color:#cacac8;}
img.feedicon{ display: inline-block; position: relative; top: 5px;}
table#address-opt { width: 100%; }
table#address-opt tr.multiple td { padding-right: 30px; }
div#map-registration { width: 76%; margin-bottom: 20px; }
span#formatter { font-family: Helvetica, Arial, sans-serif; float: right; color: #888; font-size: 0.9em;}
div#reader-wrapper { position: absolute; right: 10px; top: 0px; }
#reader_links { padding: 10px; background: #dadada; border: 1px solid #bbbbbb; color: #7b7b7b; font-size: 0.9em;}
#reader_links strong { font-size: 1.2em;}
#reader_links p { margin: 0 !important;}
#readers { margin-top: -25px; }
p#search input.standard { margin-bottom: 40px; }
li.image_embed { margin-bottom: 5px; }
.attachment_viewer { margin-bottom: 10px; }
/*.attachment_viewer img { border: 1px solid #888;}*/
form#location_finder { font-family: Helvetica; }
table#location_table tr td { padding: 5px 0; }
table#location_table td.padded { padding-left: 20px; }
select#distance { margin: 0px !important;}
