/* Scaffold styles */

body, p, ol, ul, td, input {
  font-size: 13px;
  line-height: 18px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

.fieldWithErrors {
  padding: 2px;
  background-color: #ca3a3a;
  display: table;
}

#errorExplanation {
}

#errorExplanation h2 {
  font-size: 100%;
  color: #ca3a3a;
}

#errorExplanation p {
}

#errorExplanation ul {
  margin-left: 1em;
}

/* End scaffold styles */

/*

DARK TURQUOISE 004c68
MEDIUM TURQUOISE 0084b4
BRIGHT TURQUOISE 00b7fa
LIGHT ORANGE d99948

*/

body {
  min-width: 820px;
  background-image: url(/images/gradient.png);
  background-repeat: repeat-x;
  background-position: top left;
  background-color: #fff;
  color: #333;
}

body, p, ol, ul, td, textarea, input {
  font-family: Helvetica, Arial, sans-serif;
}

a {
  color: #0084b4;
}
a:visited {
  color: #004c68;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a img {border:0 !important;}

hr {
  border: 0;
  border-bottom: 1px solid #ccc;
  clear: both;
}

#page {
  width: 800px;
  margin: 0 auto;
  min-height: 600px;
}
#header {
  margin: 2em 0;
}
#header-nav {
  float: right;
  margin: 0;
  height: 47px;
  line-height: 47px;
}
#header-nav li {
  margin-left: .5em;
  display: inline;
}

.notice {
  color: green;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 1em 0;
}

.snippet {
  font-style: italic;
}

.story-body {
  background-color: #fff;
  border: 1px solid #999;
  padding: 3em 3em 2em 3em;
  margin: 1em 0 2em 0;
}
.story-body h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 200%;
}
.story-body, .story-body p, .story-body ol, .story-body ul, .story-body td, .story-body textarea, .story-body input {
  font-family: Georgia, serif !important;
  font-size: 105% !important;
  line-height: 1.6 !important;
}
.story-picture-full {
  padding: 10px;
  border: 2px solid #eee;
  margin: 0 auto 3em auto;
  display: block;
}











.comment-textarea {
  width: 300px;
}

.snapshot {
  padding: .5em 0;
  border-bottom: 1px dotted #ccc;
}
.snapshot:hover {
  background-color: #eee;
}
.snapshot:hover .avatar {
  background-color: #004c68;
}
.snapshot p {
  margin: .25em 0;
}
.snapshot h4 {
  margin: 0 0 .25em 0;
}
.clear {
  clear: both;
  border: 0;
}

.avatar {
  background-color: #0084b4;
  float: left;
  margin-right: 1em;
  padding: 5px;
}
.avatar-full, .avatar-full img {
  width: 48px;
  height: 48px;
}
.avatar-reg, .avatar-reg img {
  width: 36px;
  height: 36px;
}
.avatar-mini, .avatar-mini img {
  width: 24px;
  height: 24px;
}
.avatar-mini {
  padding: 3px !important;
}


.my-profile-actions li {
  display: inline;
  margin-right: .5em;
}

.h-count {
  font-weight: normal !important;
}

.inline-comment-count {
  margin-left: .5em;
  font-size: 85%;
  color: #666;
  white-space: nowrap;
}
.inline-comment-count a {
  color: #666;
  text-decoration: none;
}
.inline-comment-count a:hover {
  color: #000;
  text-decoration: underline;
}



.featured-story h3 {
  margin-top: 0;
}

.link-style {
  cursor: pointer;
}
.link-style:hover {
  color: #888;
}
.hide {
  display: none;
}

#footer {
  margin: 3em 0;
  clear: both;
  text-align: center;
  color: #666;
}
#footer li {
  display: inline;
  margin: .5em;
}
#footer a {
  color: #333;
}
.snapshot-meta {
  font-size: 85%;
  color: #666;
  font-weight: normal !important;
}
.user-snapshot {
  width:180px;
  float:left;
  padding-bottom:1em;
}
.user-snapshot img {
  background-color: #0084b4;
  padding: 5px;
  float: left;
  margin-right: .5em;
}
.user-snapshot-login, .user-snapshot-name {
  display:block;
}
.user-snapshot-login {
  background-color:#fff;
}
.user-snapshot-name {
  background-color:#fff;
  color:#666;
}

#url_preview {
  font-size: 85%;
  color: #666;
}

.current-loc {
  font-weight: bold;
}
.tagline {
  font-size: 50%;
  font-weight: normal;
  color: #999;
}

.group-description {
  background-color: #fff;
  border: 1px solid #999;
  padding: 1em 2em;
  margin-top: 1em;
}
.group .avatar {
  background-color: #d99948 !important;
}

h1 a {
  text-decoration: none;
}

.comment .comment-icon {
  float: left;
  margin-top: 3px;
  margin-right: .5em;
}
.comment-icon {
  width: 10px;
  height: 10px;
  border: 0 !important;
}
.comment {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
}
.comment p {
  margin: 0;
}
.comment-meta {
  font-size: 85%;
  color: #999;
}

.story-sidebar {
  width: 220px;
  float: right;
}
.story-sidebar-meta {
  margin-top: 0;
}
.story-sidebar-snippet {
  font-style: italic;
}

#page ul {
  padding-left: 1em;
}

#main {
  width: 550px;
}
#sidebar {
  height: 50px;
  width: 220px;
  float: right;
}

.delete-story-link {
  margin-top: 0;
}
.delete-story-link a {
  color: #666;
  font-size: 85%;
}
.delete-story-link a:hover {
  color: red;
}

#logo-link {
  display: block;
  text-decoration: none !important;
}
#logo-link img {
  border: 0 !important;
  width: 233px;
  height: 47px;
}

.create-group-link {
  margin: 2em 0;
}

.tweet_list li {
  padding: .5em 0;
  border-bottom: 1px dotted #ccc;
}


.section-divider {
  margin: 3em 0;
}

.large-post-story-link {
  margin-top: 0;
}
.large-post-story-link a {
  background-color: #d99948;
  color: #fff;
  font-weight: normal;
  padding: .5em 1em;
  font-size: 90%;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
.large-post-story-link a:hover {
  background-color: #004c68;
}
.follow-link a {
}
.unfollow-link a {
  background-color: #ccc !important;
}
.unfollow-link a:hover {
  background-color: #999 !important;
}

.optional {
  color: #666;
}
legend {
  font-weight: bold;
}
.optional legend {
  font-weight: normal;
}
.optional input {
  background-color: #eee;
}

.long-string-field input {
  width: 350px !important;
}

.tm-small {
  width: 550px;
  height: 60px;
}
.tm-large {
  width: 550px;
  height: 300px;
}

.wordcount {
  color: #999;
  margin: .5em 0 1em 0;
}
.wordcount-int {
  color: #666;
}
.invalid_wc {
  color: red !important;
}

h2.first {
  margin-top: 0 !important;
}

.my-invites th {
  text-align: left;
  padding: 1em 0;
}
.my-invites {
  width: 100%;
}
.my-invites td {
  border-top: 1px solid #ccc;
  padding: .5em 0;
}

.notification-options {
  background-color: #eee;
  float: right;
  width: 250px;
  padding: .5em 2em;
}

.valid {
  color: green !important;
}
.invalid {
  color: red !important;
}

.pagination {
  padding:1em 0;
  text-align:center;
}
.pagination a {
  text-decoration:none;
  border:1px solid #666;
  background-color:#eee;
  color:#666;
}
.pagination a:hover {
  background-color:#0084b4;
  border:1px solid #000;
  color:#fff;
}
.pagination span {
  border:1px solid #ccc;
  color:#999;
}
.pagination a, .pagination span {
  padding:.25em .5em;
}
.pagination .prev_page, .pagination .next_page {
  background-color:#fff !important;
  border:0 !important;
}
.pagination .prev_page:hover, .pagination .next_page:hover {
  color:#000 !important;
}
.pagination .disabled:hover {
  color:#999 !important;
}
.pagination .disabled, .pagination .current {
  cursor:default;
}

.spacer {
  height:2em;
  border:0;
}