@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,300,400italic);

body {
  background: #f2f2f2;
  color: #000;
  font-size: 76%;
  margin: 0;
  clear: both;
}

body, textarea {
  font-family: 'Open Sans', 'Opensans', 'Liberation Sans', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Arial, sans-serif, sans;
}

body.bookmarklet-login {
  overflow: hidden;
}

a img {
  border: none;
}

img {
  behavior: url(/stylesheets/iepngfix.htc);
}

.container {
  margin: 0 auto;
  width: 780px;
}

#head {
  background-color: #75cdce;
  height: 120px;
  color: #000; 
  overflow: hidden;
  margin-bottom: 1em;
}

#head.notifications {
  height: 130px;
}
#head .nsfw {
  float:right;
  font-size: .8em;
  padding-top: .2em;
  clear: both;
  margin: .5em 0 0 0; padding: 0;
}
#head .nsfw p {
  margin: 0; padding: 0;
}
#head .nsfw label {
  padding-top: 3px;
}

#head abbr {
  border-bottom: 1px dotted rgba(0, 0, 0, .5);
}

#pagebody #head {
  margin-bottom: 2em;  
}

#head .container .container_inner {
  margin-left: 222px;
  padding: 6px 0 10px 1px;
  font-size: 1.1em;
  line-height: 1.4em;
  zoom: 1;
  position: relative;
  overflow: hidden;
}
body.bookmarklet-login #head .container .container_inner {
  margin-left: 93px;
}

#head a {
  color: #000;
}

#head .preferences p {
  margin: 0;
  float: left;
  width: 29%;  
}
#head .preferences p.submit {
  width: 13%;
}
#head .preferences p.submit input {
  width: 100%;
}

body.frontpage #head .container {
  padding-top: 0;
}

body #soup {
  right: 350px;
  display: none; 
  z-index: 999;
}


body.bookmarklet-login #soup {
  display: block;
}

body.bookmarklet-login #logo {
  display: none;
}

#logo h1 {
  margin: 0;
}
#logo h1 a {
  display: block;
  background: url(/images/storefront/soup_large.png) left top no-repeat;
  background-size: contain;
  height: 200px;
  width: 200px;

  text-indent: -9999px;
  behavior: url(/stylesheets/iepngfix.htc);
}
#logo h1 a:hover {
  background-color: transparent;
}


#head #topcontainer {
  overflow: hidden;
}
#head #top {
  color: #000;
  overflow: hidden;
}

#head #top #intro {
  width: 380px;  
  font-family: Georgia, serif;
  font-size: 1.6em;
  line-height: 1.4em; 
  margin-top: .2em;
  margin-bottom: 1.5em;
}

#head #top #intro em {
  color: #fff;
  font-style: normal;
} 

#head #top #intro strong {
  color: #b00;
  font-weight: normal;
}

#loginform a.forgot {
  margin-left: 1.5em;
}

#loginform p.nologinyet {
  margin: 3em 0.4em 0 0;
  font-weight: bold;
  color: #999;
}

#loginform a.trynow {
  padding: 0.25em 1.15em;
  margin-left: 0.8em;
  text-align: center;
  border: 0;
  -moz-border-radius: .9em;
  -webkit-border-radius: .9em;
  background-color: #bbb;
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.95em;
  text-decoration: none;
  border-radius: .9em;
}
#loginform a.trynow:hover {
  background-color: #999;
}

#head a.trynow {
  display: block;
  float: right;
  width: 115px;
  font-size: 1.1em;
  text-align: center;
  -moz-border-radius: .3em;
  -webkit-border-radius: .3em;
  padding: .4em .6em;
  background-color: #456;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: .3em;
}
#head a.trynow:hover {
  background-color: #000;
  color: #fff;
}
#head a.trynow strong {
  letter-spacing: -.02em;
  font-size: 1.4em;
}
#head a.trynow span {
  clear: both;
  display: block;
  font-weight: normal;
  font-size: .8em;
  margin-top: .2em;
}


#pagebody {
  overflow: hidden; /* critically important for endless scrolling */
}

#pagebody #sidebar {
  float: left;
  width: 190px;
  text-align: right;
  margin-top: 55px;
}
#pagebody #sidebar.notifications {
  margin-top: .6em;
}

body.bookmarklet-login #pagebody #sidebar {
  width: 60px;
}

#pagebody #sidebar ul.userlist_member input { display: none } /* no X for groups list */

#pagebody #sidebar .box {
  background-color: #ddd;
  margin-left: 2em;
  margin-bottom: .5em;
  text-align: left;
  overflow: hidden;
  -webkit-border-radius: 1px;
  -o-border-radius: 1px;
  -moz-border-radius: 1px;
  -ie-border-radius: 1px;
  -khtml-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, .22);
  -o-box-shadow: -1px 1px 3px rgba(0, 0, 0, .22);
  -moz-box-shadow: -1px 1px 3px rgba(0, 0, 0, .22);
  -ie-box-shadow: -1px 1px 3px rgba(0, 0, 0, .22);
  -khtml-box-shadow: -1px 1px 3px rgba(0, 0, 0, .22);
  box-shadow: -1px 1px 3px rgba(0, 0, 0, .22);
}
#pagebody #sidebar .didyouknow {
  margin-top: .8em;
}
#pagebody #sidebar .box h2 {
  color: #222;
  margin: 0;
  padding: .4em .5em 0 .5em;
}
#pagebody #sidebar .box .inner {
  padding: .3em .8em .7em .8em;
  line-height: 1.4em;
}
#pagebody #sidebar .didyouknow .inner {
  font-size: .95em;
}
#pagebody #sidebar .box a.more {
  font-size: .85em;
  color: #ddd;
}
#pagebody #sidebar .box p {
  margin: .5em 0 0 0;
}

#pagebody #sidebar .box a.didyouknow-title {
  text-decoration: none;
}

#pagebody #sidebar .box a.didyouknow-more {
  text-decoration: none;
  font-weight: bold;
}
  
/* #pagebody #sidebar p {
  line-height: 1.3em; 
  font-size: 1.1em; 
} */

#pagebody #sidebar form#friends p {
  margin: 0;
}

#pagebody #sidebar .body {
  margin-bottom: 1.5em;  
}

#pagebody #sidebar .time {
  color: #555;
  font-size: .9em;
  margin-top: .2em;
}

#pagebody #sidebar .postlink {
  font-weight: bold;
}

#pagebody #sidebar #friends {
  overflow: hidden;
  margin-bottom: 2.5em;  
}

#friends h3, #friends #sidebar h3 {
  color: #333;
  margin: .6em 0 .4em 0;
  padding: 0 0 .1em 0; 
  clear: both;
  font-size: 1.3em;
  width: 85%;
  text-align: left;
  float: right;
  border-bottom: 1px solid #9ab;
}

#sidebar input.input { width: 99px; }

#friends ul {
  width: 85%;
  float: right;
  clear: both;
}

#posts #friends ul { /* user search results */
  width: 50%;
  float: left;
  font-size: 1.1em;
  margin: 1.5em 0 3em 0;
}

#posts #friends h3 { display: none }  

#posts #friends ul li input.btn {
  visibility: visible;
  font-size: 1.1em;
  right: .2em;
  left: auto;
}
#posts #friends ul li {
  margin: 0 0 4px 0;
}
#sidebar ul.userlist li a.avatarlink {
  text-align: right;
}
ul.userlist li.over {
  background-color: #cde;
}
#sidebar ul.userlist li a.avatarlink img {
  float: right;  
  margin: 0 0 0 1em;
}
#posts ul.userlist li input.btn {
  background-color: #9ab;
  color: #fff;
  font-size: 1em !important;
}
#sidebar ul.userlist li input.btn {
  right: auto;
  left: 0;
  background-color: #e6f0ff;
  color: #678;
  font-size: .9em;
}
#posts ul.userlist li input.btn:hover {
  background-color: #fff;
  color: #89a;
}
#posts #friends ul li input.btn {
  visibility: visible;
}


#pagebody #main {
  float: left;
  width: 555px;  
  margin-left: 35px;
}
#pagebody.everyone #main {
  margin-left: 31px;
}

#pagebody #main.minimal {
  font-size: 1.6em;
  color: #4b566f;
  margin-top: 1em;
}

#pagebody #main.signup {
  margin-top: 1.5em;
}
#pagebody #main.signup .username input {
  width: 16em;
}
#pagebody #main.signup input {
  font-size: 1.2em;
}
#pagebody #main.signup h2 {
  margin-bottom: 1em;
}
#pagebody #main.signup p {
  line-height: 1.5em;
}

#pagebody #main.warning {
  font-size: 1.1em;
  line-height: 1.4em;
}
#pagebody #main.warning input {
  font-size: 1.5em;
}
#pagebody #main.warning .cancel, #pagebody #main.warning .cancel a {
  color: #666;
}
#pagebody #main.warning .note {
  color: #666;
  margin-top: 3em;
}

#head #tabbg {
  height: 2.65em;
  background-color: #abc;
  opacity: .2;
  filter: alpha(opacity=30);
}

#pagebody div#tabs {  
  overflow: hidden;  
  margin-bottom: 2em;
}
#pagebody.state-search div#tabs {  
  margin-bottom: 0;
}

#pagebody div#tabs ul {
  list-style: none;
  margin: 0; padding: 0;
  zoom: 1; /* ie6fix */
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  margin-left: 214px;
  float: left;
  margin-top: .5em;
  border-radius: 1em;
}
#pagebody.everyone div#tabs ul {
  margin-left: 222px;
}
#pagebody div#tabs ul li {
  margin: 0 2px 0 0;
  padding: 0;
  float: left;
}
#pagebody div#tabs ul li a {
  display: block;
  text-decoration: none;
  color: #abc;
  padding: .45em 1em;
  -moz-border-radius-topleft: .5em;
  -moz-border-radius-topright: .5em;
  -webkit-border-top-left-radius: .5em;
  -webkit-border-top-right-radius: .5em;
  border-radius-topleft: .5em;
  border-radius-topright: .5em;
}
#pagebody div#tabs ul li a:hover {
  background-color: #abc;
  color: #345;
}
#pagebody div#tabs ul li.sel a {
  background-color: #fcfcfc;
  color: #345;
}

#pagebody div#tabs ul li a.notifications {
  background-repeat: no-repeat;
  background-position: 7px 4px;
  background-image: url('/images/storefront/notifications.png')
}
#pagebody div#tabs ul li.sel a.notifications,
#pagebody div#tabs ul li a.notifications:hover {
  background-image: url('/images/storefront/notifications_sel.png')
}

#pagebody div#tabs a.search {
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: bold;
  float: right;
  text-decoration: none;
  background: #123;
  color: #789;
  padding: .3em .8em;
  -moz-border-radius: .5em;
  -webkit-border-radius: .5em;
  margin-top: .5em;
  margin-right: 1px;
  border-radius: .5em;
}
#pagebody.state-search-tab div#tabs a.search {
  margin-top: .75em;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  background-color: #f9f9f9;
  padding: .4em .8em;
  border-radius-bottomleft: 0;
  border-radius-bottomright: 0;
}
#pagebody.state-search-tab #search_fulltext {
  display: none;
}
#pagebody #tabs a.search:hover {
  background-color: #234;
}


#pagebody #search {
  overflow: hidden;
  clear: both;
  display: none;
  padding: .7em 0 0 0;
}
body.frontpage #pagebody #search {
  padding-top: 1.6em;
}
#pagebody #head.groups #search {
  display: block;
}

#pagebody #search a.close {
  float: right;
  padding: .2em .4em;
  font-size: 1.2em;
  text-decoration: none;
  -moz-border-radius: .3em;
  -webkit-border-radius: .3em;
}
#pagebody #search a.close:hover {
  background-image: url('/skins/default/white20.png');
}
#pagebody #search span {
  color: #3e636c;
}
#pagebody #search input {
  font-size: 1.3em;
}
§
#pagebody.state-search #search,
#head .switchable2 #search {
  display: block;
}
#pagebody.state-search #head .switchable1 { display: none; }
#pagebody.state-search #head .switchable2 { display: block; }
#pagebody #search form {
  margin: 0;  
}
#pagebody #search .options {
  margin-top: .3em;
}
#pagebody #search form .input {
  width: 70%;
}


#pagebody #main #posts {
  font-size: 1.1em;
  line-height: 1.4em;
  margin-top: .5em;  
}

a:link, a:active, a:hover, a:visited {
  color: #222;
}

a:hover {
  color: #555;
}

h1, h2, h3, h4, h5 {
  color: #000;
}

#logo {
  position: absolute;
  z-index: 70;
  left: 50%;
  top: 0px;
  margin-left: -300px;
}

#sidebar h2, #sidebar h3 {
  letter-spacing: -.01em;  
}

#sidebar h2, #main h2 {
  font-size: 1.4em;
  margin-bottom: 1.5em;
}
#main h2 {
  margin-bottom: 2em;  
}
body.frontpage #main h2 {
  margin-bottom: auto;  
}
#posts h2 {
  text-transform: none;
  letter-spacing: 0;
  margin: auto;  
}

#sidebar.stats h2 {
  margin-bottom: 0;
}
#sidebar.stats strong {
  letter-spacing: -.05em;
  font-size: 2.5em;
}

h3 {
  color: #000;
  font-size: 1.3em;
  margin: 0 0 .5em 0;
}

.post .content-container {
  float: left;
  width: 480px;
}

.post .content .source {
  clear: both;
  font-size: 12px;
  color: #678;  
}

#posts .post {
  clear: both;
  margin-bottom: .6em;
  overflow: hidden;
  line-height: 1.5em;
  zoom: 1; /* ie6fix */
}

.post.ad {
  background: #ffffe3;
  outline: 10px solid #ffffe3 !important;
  border-bottom: none !important;
}

.post.ad .ad-marker {
  float: right;
  color: #666;
  font-size: 10px;
  margin-right: 5px;
  text-transform: uppercase;
}

.post_image.f_nsfw.ad .content img {
  -webkit-filter: blur(18px);
  filter: blur(18px);
}

.everyone .post_image.f_nsfw.ad .content img  {
  -webkit-filter: none;
  filter: none;
}

.post_image.f_nsfw.ad .content img:hover {
  -webkit-filter: none;
  filter: none;
} 

.post .author {
  float: left;
  margin-right: 10px;
  display: block;
}
.post .author .user_container {
  display: block;
}

#posts .warning {
  font-size: 1.3em;
  font-weight: bold;
}

.error {
  color: #c00;
  font-size: 1.1em;
  margin-bottom: 1.5em;
}

#main ol {
  margin: 0;
  padding: 0;
}

#main ol li {
  margin: 0 0 1em 0;
}

#main address {
  font-style: normal;
}

#main ul#btns {
  margin: 1em 0 2em 0; padding: 0;
  list-style-type: none;
  overflow: hidden;
}
#main ul#btns li {
  margin: 0 .5em 0 0; padding: 0;
  float: left;    
}

#main ul#btns li a.btn {
  border: 1px outset #233050;
  clear: both;
  display: block;
  background-color: #233050;
  padding: .2em .5em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  width: 9em;
}

#more_history div h2.date {
  display: none;
}

/* post type specific formatting */

#posts .post_link h3 a {
  color: #b00;
  text-decoration: none;
  font-size: 130%;
}
#posts .post_link h3 a:hover {
  background-color: #b00;
  color: #fff;
}

#posts .post_event h3 {
  margin-top: 0;
}

#posts .post_quote .content {
  overflow: hidden;  
}

.post_quote blockquote {
  margin-left: 0;
}

#posts .post_quote .body {
  color: #12151f;
}
.post_quote .body {
  font-size: 110%;
  width: 87%;
  float: left;
}

.post_quote cite {
  font-size: .9em;
  margin-right: 80px;
  float: right;
  clear: both;
}

.post_quote blockquote {
  margin: 0 0 .5em 0;
  font-size: 1.2em;
}

.post_quote blockquote .start {
  font-size: 3em;
  font-weight: bold;  
  line-height: .1em;
  color: #aabbc0;
  float: left;
  margin: .4em .1em 0 0;
  width: 6%;
}
.post_quote blockquote .body {
  color: #456;
}
.post_quote blockquote .end {
  display: none;
}

.post h3 {
  font-size: 1.3em;
  margin: .3em 0 .4em 0;
}

.post .author img {
  border: 1px solid #ccc;  
  display: block;
}

.user-icon img {
  background-color: rgb(128, 128, 128);
}

.post .meta {
  float: left;
  width: 42px;
}

.post .meta .time,
.post .meta .type,
.post .meta .source {
  display: none;
}


form.login .login-inputs input {
  font-size: 1.4em;
}

a.admin-button,
.admin-buttons a {
  padding: .2em .7em .2em .6em;
  background-color: #888;
  text-align: center;
  color: #fff !important;
  text-decoration: none;  
  -moz-border-radius: .3em;
  -webkit-border-radius: .3em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -.05em;
  font-size: .8em;
  margin-right: .1em;
  border-radius: .3em;
}
.admin-buttons a {
  display: block;
  float: left;
}
a.admin-button:hover,
.admin-buttons a:hover {
  background-color: #aaa;
}

#pagebody #main.userlist h2 {
  clear: both;
  margin-bottom: 1em;
  letter-spacing: -.01em;
  font-size: 1.6em;
  color: #666;
}
#pagebody #main.userlist h2.first {
  margin-top: 0;
}
.userlist div.avatar {
  float: left;
  overflow: hidden;
}
.userlist div.avatarsize1,
.userlist div.avatarsize1 img {
  width: 48px;
  height: 48px;
}
.userlist div.avatarsize2,
.userlist div.avatarsize2 img {
  width: 96px;
  height: 96px;
}

h3.userlist_heading.sel a {
  text-decoration: none;
}
.userlist li {
  display: none;
} 
.userlist.sel li, .userlist.inline li {
  display: block;
} 

#posts #more_loading,
#posts #page_end {
  padding-bottom: 2em;
}

.time abbr {
  border: none;
}

body.bookmarklet-login #bar,
body.bookmarklet-login #barfade,
body.bookmarklet-login #barbg {
  display: none;  
}
body.frontpage #bar {
  padding-top: 5px;
  position: relative;
  opacity: 1;
  background: #000;
}

body.frontpage #barfade {
  display: none;
}

body.frontpage #bar .content,
#topcontainer {
  width: 725px;
  margin: 0 auto;
}
#top { margin: 2em 0 0 190px; }

body.frontpage #topcontainer {
  position: relative;
  width: 780px;
}
body.frontpage #top {
  margin-left: 220px;
}

#features {
  line-height: 1.4em;
  padding-top: 1em; 
}

#features .column {
  width: 200px;
  float: left;
}
#features .columnleft {
  margin-right: 10px;
  text-align: right;
  padding-top: 1.7em;
}
#features .columnleft p {
  margin-bottom: 2em;
}
#features .columnright {
  margin-left: 10px;
  text-align: left;
  padding-top: 1em;
}
#features ul, #features li {
  margin: 0;
  padding: 0;
}
#features .columnright .features-detail li {
  margin-top: .4em;
}
#features ul { padding-top: .5em }
#features li {
  margin-left: 1.2em;
}

#features h3,
#head h2 {
  font-size: 1.8em;
  letter-spacing: -.02em;
  color: #000;
}

#head h2 {
  color: #fff;
  margin: .4em 0 .3em 0;
}

#head h2 a {
  color: #fff;
  text-decoration: none;
}

#features #head h2 a {
  color: #000;
  background-color: #85e2f6;
  padding: 0 .2em;
}

#head a.admin-button:hover {
  background-color: #85e2f6;
  color: #000;
  text-decoration: none;
}  

#features h3, #features2 h3 {
  background-color: #ff9;
  padding: 1px 6px;
  margin-top: .8em;
  line-height: 1.1em;
  display: inline;
}

#loginsignup {
  padding: 1em 1em .3em 1em;
  background-color: #44C1D9;
  -moz-border-radius: .5em;
  -webkit-border-radius: .5em;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
}

#loginsignup form p {
  margin: 0;  
}

#loginsignup input {
  margin-bottom: .3em;
  font-size: 1.2em;
  width: 100%;
}

body.frontpage #loginsignup label {
  color: #111;
}
body.frontpage #fpsignupform .username input {
  width: 60%;
}
body.frontpage #fpsignupform .username span {
  font-size: 1.2em;
}
body.frontpage #fpsignupform .submit {
  padding: .5em 0 0 0;
}


#fpsignupform .username input { width: 67%; }

#fploginform .loginbutton {
  margin-top: .3em;
}
#fploginform .login_forgot {
  color: #222;
  margin-bottom: .2em;
  margin-left: 1.8em;
  margin-top: -.6em;
  font-size: .85em;
}

#fpor {
  text-align: center;
  margin: .5em 0;
  font-size: .9em;
}
#fbconnect {
  margin-bottom: 1.5em;
  color: #000;
  text-align: center;
}
#fbconnect.state-spinner * {
  visibility: hidden;
}
#fbconnect .fbconnect_login_button {
  cursor: pointer;
}
#fbconnect .head {
  margin-bottom: .5em;
}
#fbconnect .info {
  font-size: .8em;
  margin-top: .5em;
}
#features #fbconnect .head {
  display: none;
}
#features #fbconnect .info {
  font-size: .75em;
  padding: 0 1em;
  line-height: 1.4em;
  text-align: left;
}
#loginform #fbconnect {
  margin-top: 3.5em;
  padding: 0;
  width: 20em;
  text-align: left;
}

#main.signup_facebook h3 {
  font-size: 1.4em;
}
#main.signup_facebook .create {
  overflow: hidden;
}
#main.signup_facebook .create .facebook_pic {
  width: 8.5em;
  border: 1px solid #999;
  float: left;
  margin-right: 1.5em;
}
#main.signup_facebook .create form {
  float: left;
  width: 55%;
}
#main.signup_facebook .link {
  width: 80%;
  border-top: 1px solid #bbb;
  font-size: .9em;
  padding-top: 2.5em;
  margin-top: 2.5em;
  color: #444;
}
#main.signup_facebook .link h3 {
  font-size: 1.3em;
}
#main.signup_facebook .error {
  font-size: 1em;
  margin-bottom: 0;
}
#main.signup_facebook .submit input {
  width: 10em;
}
#pagebody #main.signup_facebook .create .username {
  font-size: 1.4em;
}
#pagebody #main.signup_facebook .create .username input {
  width: 10em;
  font-size: 1em;
}
#pagebody #main.signup_facebook .link .username input,
#pagebody #main.signup_facebook .link .password input {
  width: 12em;
}

#loginsignup_header { 
  width: 190px;
  overflow: hidden;
}

#loginsignup_header a { 
  text-decoration: none;
  text-align: center;
  display: block;
  float: left;
  padding: .4em 0;
  margin-right: 1px;
  -moz-border-radius-topleft: .5em;
  -moz-border-radius-topright: .5em;
  -webkit-border-top-left-radius: .5em;
  -webkit-border-top-right-radius: .5em;
}

#loginsignup_header #signuplink,
.state-toggled #loginsignup_header #loginlink {
  background: #44C1D9;
  color: #000;
  font-size: 1.1em;
  margin-top: 0;
}
#loginsignup_header #loginlink,
.state-toggled #loginsignup_header #signuplink {
  background: #ccc;
  color: #000;
  font-size: 1em;
  margin-top: .1em;
}
#loginsignup_header #signuplink { width: 58%; }
.state-toggled #loginsignup_header #signuplink { width: 48%; }
#loginsignup_header #loginlink { width: 40%; }
.state-toggled #loginsignup_header #loginlink { width: 50%; }

body.frontpage #top h2 {
  float: left;
  margin: 0; padding: 0;
  letter-spacing: -.03em;
  font-size: 2.1em;  
  line-height: 1.15em;
  color: #000;
  margin: 0 !important;
}
body.frontpage #top h2.second {
  clear: both;
  color: #fff; 
  padding: 0 0 1.2em 0;
}

body.frontpage .encouragement {
  clear: both;
  padding: .4em 0 1.6em 0;
  font-size: 1.5em;
  width: 100%;
  color: #888;
  text-align: center;
}

body.frontpage .encouragement_top {
  clear: both;
  padding: .4em 0 1.6em 0;
  font-size: 1.5em;
  width: 100%;
  color: #888;
  text-align: center;
  padding-bottom: 0em;
}
body.frontpage .showcase h3 {
  margin-top: -.5em;
  font-size: 1.4em;
}
body.frontpage .showcase ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
body.frontpage .showcase li {
  display: block;
  float: left;
  margin-left: 5px;
  width: 250px;
}
body.frontpage .showcase li img {
  border: 1px solid #ccc;
}
body.frontpage .showcase_trynow {
  color: #555;
  padding: 0 0 1.5em 0;
  margin-top: 1.5em;
}
body.frontpage .showcase_trynow a {
  font-weight: bold;
  background-color: #999;
  color: #fff;
  font-size: 1.1em;
  -moz-border-radius: .3em;
  -webkit-border-radius: .3em;
  padding: .3em 1.4em;
  background-color: #456;
  text-decoration: none;
  border: 1px solid #234;
  margin-left: .2em;
  margin-right: .4em;
  border-radius: .3em;
}
body.frontpage .showcase_trynow a:hover {
  background-color: #234;
  color: #fff;
}

body.frontpage .footer {
  background-color: #999;
  color: #555;
  padding: 1.5em 0 2em 0;
  text-align: center;
}
body.frontpage .footer .links {
  margin-bottom: 1em;
}
body.frontpage .footer a {
  color: #333;
}
body.frontpage .footer .copyright {
  font-size: .95em;
}

#main.notifications div.preferences {
  margin-top: -1em;
  background-color: #ddd;
  border: 1px solid #aaa;
  padding: .4em;
}
#main.notifications div.preferences h2 {
  margin: 0 0 .5em 0;
  font-size: 1.2em;
}
#main.notifications div.preferences p {
  margin: 0 0 .3em .5em;
}
#main.notifications div.preferences p.submit {
  margin: 0;
}
#main.notifications div.preferences p.submit input {
  margin-top: .5em;
  font-weight: bold;
}
#main.notifications div.preferences input,
#main.notifications div.preferences label {
  vertical-align: middle;
  margin: 0;
}

#main.notifications ol.notifications {
  list-style: none;
  border-bottom: 1px solid #abc;
  padding-bottom: 2px;
}

#main.notifications li {
  padding: .1em 0;
  margin: 0;
  line-height: 1.5em;
  overflow: hidden;
}

#main.notifications .quote {
  display: none;
}

#main.notifications h2.date {
  font-size: 1em;
  margin: .6em 0 .1em 0;
  color: #679;
  border-top: 1px solid #abc;
  font-size: 0.9em;
}

#main.notifications .date span:after {
  content: ' ';
}

#main.notifications .date span.d:after {
  content: ', ';
}

#main.notifications .date span.d-german:after {
  content: '. ';
}

#main.notifications .time {
  color: #78a;
  margin-right: .5em;
  font-size: .9em;
}

#main.notifications .time abbr {
  border: none;
}

#main.notifications .user_container,
#main.notifications .user_container a {
  display: inline;
  font-weight: bold;
}
#main.notifications .user_container a {
  padding: .2em;
}
#main.notifications .user_container a:hover {
  background-color: #c6d7e9;
  color: #000;
}

#main.notifications .post {
  padding: .8em;
  font-size: .9em;
  line-height: 1.3em;
  margin-bottom: .5em;
  margin-left: 3.65em;
  border-left: .5em solid #c0d0e0;
  overflow: hidden;
}

#main.notifications .nothing {
  font-size: 1.2em;
}

#head .admin-button {
  font-size: 1em;
  float: right;
  background-color: #fff;
  color: #666 !important;
}
#head .admin-button:hover {
  color: #fff !important;
}

#main .progressbar-border {
  border: 1px solid silver;
  margin-bottom: 2px;
  height: 8px;
  width: 200px;
}

/* Firefox rendering bug requires animated background image to be in a separate container */
#main .progressbar-bg {
  height: 8px;
  width: 200px;
  background: url('/images/progressbar.gif');
  position: absolute;
}

#main .progressbar-fill {
  height: 6px;
  margin: 1px;
  padding: 0;
  background: #666;
}


#main.groups ul.searchresults {
  padding: 0;
  overflow: hidden;
}
#main.groups ul.searchresults li.result {
  list-style-type: none;
  overflow: hidden;
  padding: 3px;
  margin: 0;
  -moz-border-radius: .5em;
  -webkit-border-radius: .5em;
  cursor: pointer;
  display: block;
}
#main.groups ul.searchresults li.result:hover {
  background-color: #eee;
}
#main.groups ul.searchresults li.result .icon,
#main.groups ul.searchresults li.result .info {
  float: left;
}
#main.groups ul.searchresults li.result .info {
  padding-left: 10px;
}
#main.groups ul.searchresults li.result .info h3 {
  margin-bottom: .35em;
  font-weight: normal;
}
#main.groups ul.searchresults li.result .info h3,
#main.groups .nothingfound {
  font-size: 1.2em;
}

#main.groups ul.searchresults li.result .membercount {
  color: #888;
}

#main.groups ul.searchresults2col li {
  width: 260px;
  height: 4.5em;
  float: left;
}
#main.groups ul.searchresults2col li.result .info {
  width: 180px;
}

#pagebody #sidebar.groups {
  margin-top: 30px;
}

#pagebody #sidebar.groups div {
  padding-left: 20px;
  text-align: left;
}

#sidebar.groups #creategroup a {
  font-size: 1.2em;
}


/* Friendfinder */

#head #steps {
  background-repeat: no-repeat;
  height: 31px;
  margin-top: 10px;
  padding: 9px 0 0 0;
  overflow: hidden;
  position: relative;
}

#head #steps h3 {
  font-size: 1.4em;
  letter-spacing: -.02em;
  position: absolute;
}
#head #steps h3 a {
  color: #9edfeb;
  text-decoration: none;
  padding: 7px 0 7px 45px;
}
#head #steps h3.step1 {
  left: 0px;
}
#head #steps h3.step2 {
  left: 148px;
}
#head #steps h3.step3 {
  left: 345px;
}

/* #head.step1 #steps { background-image: url('/images/storefront/step_1.png'); }
#head.step2 #steps { background-image: url('/images/storefront/step_2.png'); }
#head.step3 #steps { background-image: url('/images/storefront/step_3.png'); }*/
#head.step1 #steps h3.step1 a,
#head.step2 #steps h3.step2 a,
#head.step3 #steps h3.step3 a {
  color: #fff;
}

.friendfinder #main {
  padding-bottom: 6em;
}

.friendfinder #sidebar {
  color: #777;
  line-height: 1.4em;
  margin-top: 34px !important; 
}

.friendfinder #maillinks {
  overflow: hidden;
}

.friendfinder #maillinks a {
  display: block;
  float: left;
  margin: 0; 
}

.friendfinder .disclaimer {
  clear: both;
  color: #777;
}
.friendfinder .disclaimer p {
  margin: 0;
  padding-top: 5px;
}
.friendfinder .disclaimer img {
  float: left;
  margin-right: .7em;
}

.friendfinder #gmail-domain {
  background-color: #eee;
  -moz-border-radius: .4em;
  -webkit-border-radius: .4em;
  padding: .8em;
  font-size: 1.3em;
  margin-bottom: 1em;
  border-radius: .4em;
}
.friendfinder #gmail-domain span {
  color: #999;
  font-size: .7em;
}
.friendfinder input[type=submit] {
  font-size: 1em;
}

.friendfinder .state-spinner {
  background-position: 7px 2px !important;
  font-size: 1.3em;
  color: #aaa;
  padding-left: 35px;
}

.friendfinder .select {
  color: #999;
  float: right;
  padding-bottom: .3em;
  font-size: .9em;
}
.friendfinder .select a {
  color: #999;
}

.friendfinder .list {
  clear: both;
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0;
  overflow-y: scroll;
  border: 1px solid #bbb;
  max-height: 360px;
}

.friendfinder .potential_friend {
  list-style-type: none;
  overflow: hidden;
  line-height: 1.15em;
  border-bottom: 1px solid #ddd;
  padding: .3em 0;
}
.friendfinder .potential_friend .infocontainer {
  float: left;
}
.friendfinder .list .over {
  background-color: #f0f0f0;
}
.friendfinder .potential_friend .checkbox {
  float: left;
  width: 3em;
  padding-top: 1.2em;
  text-align: center;
}
.friendfinder .potential_friend .avatar {
  display: block;
  float: left;
  width: 48px;
  height: 48px;
}
.friendfinder .potential_friend .info {
  float: left;
  width: 340px;
  padding: .5em 0 0 1em;
}
.friendfinder .potential_friend .pillbtn {
  float: right;
  font-size: .8em;
  margin: 1em 1em 0 0;
}
.friendfinder .potential_friend h4 {
  margin: 0;
  font-size: 1.2em;
  font-weight: normal;
}
.friendfinder .potential_friend h4 strong {
  padding-right: .5em;
}
.friendfinder .potential_friend .sources {
  padding: 0;
  overflow: hidden;
  margin-top: .2em;
  color: #777;
}
.friendfinder .potential_friend .sources div {
  list-style-type: none;
  vertical-align: middle;
  float: left;
  height: 16px;
  margin-right: 1em;
}
.friendfinder .potential_friend .sources div a {
  text-decoration: none;
  color: #777;
}
.friendfinder .potential_friend .sources div a,
.friendfinder .potential_friend .sources div img,
.friendfinder .potential_friend .sources div .username {
  vertical-align: middle;
}

.friendfinder .email-form {
  clear: both;
  background-color: #ddd;
  padding: .5em;
  border: 1px solid #bbb;
  border-bottom: 0;
}

.friendfinder #invite_sn {
  overflow: hidden;
  margin-bottom: 2.5em;
}
.friendfinder #invite_sn a {
  float: left;
  display: block;
  width: 122px;
  height: 32px;
  padding: 8px;
  background: url('/images/storefront/invite_btn.png') no-repeat;
  text-decoration: none;
  overflow: hidden;
}
.friendfinder #invite_sn a span {
  float: left;
  padding: 8px 0 0 8px;
}
.friendfinder #invite_sn a img {
  display: block;
  float: left;
}

.friendfinder .invite-selector {
  margin-bottom: .3em;
}
.friendfinder .invites {
  max-height: 200px;
  border-top: 0;
}
.friendfinder .invites li {
  margin: 0;
  border-bottom: 1px solid #ddd;
  padding-top: .2em;
}
.friendfinder .invites li:hover {
  background-color: #f0f0f0;
}
.friendfinder .invites li label {
  display: block;
}
.friendfinder .invites li input,
.friendfinder .invites li span {
  vertical-align: middle;
}
.friendfinder .invites li strong {
  padding-right: .5em;
}
.friendfinder .invitation-email {
  font-size: 1.1em;
  margin: 1em 0;
  -moz-border-radius: .5em;
  -webkit-border-radius: .5em;
  background-color: #f0f0f0;
  border-radius: .5em;
}
.friendfinder .invitation-email .mailheader {
  padding: .5em 1em;
  line-height: 1.4em;
  -moz-border-radius: .5em;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-radius: .5em;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  background-color: #d5eaee;
  font-size: .9em;
  border-radius: .5em;
  border-radius-bottomleft: 0;
  border-radius-bottomright: 0;
}
.friendfinder .invitation-email .mailheader .tone {
  float: right;
}
.friendfinder .invitation-email .mailbody {
  padding: 1em;
}

.friendfinder input.submit {
  font-size: 1.4em;
}

#localized { 
  color: #555;
  padding-bottom: 2em;
  border-bottom: 1px solid #999;
  margin-bottom: 2em;
}
#localized ul {
  margin-bottom: .5em;
  padding-left: 2em;
}

#tv_promo {
  display: block;
  position: relative;
  float: right;
  background: url('/images/storefront/tvpromo_bg.png');
  width: 163px;
  height: 146px;
  margin-bottom: 2em;
}
#tv_promo .text {
  display: block;
  position: absolute;
  bottom: 0;
  background: url('/images/storefront/tvpromo_text.png');
  background-repeat: no-repeat;
  width: 163px;
  height: 34px;
}
#tv_promo img, #tv_promo .imagecontainer {
  position: absolute;
  left: 5px;
  top: 41px;
  width: 153px;
  height: 100px;
  background-position: center;
  background-size: cover;
  -moz-background-size: cover;
}

#friends, #subnav {
  clear: right;
}

/* NSFW WARNING DIALOG */

#nsfw-warning-layer {
  position: fixed;
  width: 100%;
  height: 100%;

  z-index: 70; /* Below the top bar but above the action menu */

  background-color: white;
  color: black;

  padding-top: 32px; /* Compensate for space taken by the bar */
  top: 0px; /* Move to page top */
}

#nsfw-warning-layer #pagebody #main.warning {
  margin-left:225px;
}
/* ad related css changes - integrate above or let be, at your own peril */

#logo {
  margin-left: -550px;
}
#soup {
  right: 350px;
}“
#fpbanner {
 width: 304px;
 height: 100%;
 margin-left: 0px;
 margin-right: 2px;
 margin-top: 2px;
 margin-bottom: 0px;
}

.banner {
 width: 304px;
 height: 100%;
 margin-left: 2px;
 margin-right: 2px;
 margin-top: 2px;
 margin-bottom: 0px;
}

#fpbanner, .banner img{
 border: 0px;
 display:block;
 margin: 0px;
}

.container {
 width: 1100px;
}


#pagebody #head {
 margin-bottom: 130px;
}
body.frontpage #bar {
 height: 40px;
 padding-top: 0px;
}
#bar ul {
 height: 40px !important;
”}
#menu ul {
  height: 40px;
}
#sidebar {
  margin-top:0px;
}
#bar ul#menu li a, #bar ul#menu li .text{

  padding-bottom:18px;
}
#bar ul#menu li.sel a {
  background-color: #75cdce;
}
body, textarea {
  font-family: 'Open Sans', 'Opensans', 'Liberation Sans', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Arial, sans-serif, sans;
}
.post .content-container {
  width: 520px;
}
#pagebody #main, #pagebody.everyone #main {
  margin-left:40px;
  width: 520px;
}
#pagebody #sidebar {
  margin-top:0px;
}
#tv_promo {
  width: 190px;
  height: 140px;
  background: none;
}
#tv_promo img, #tv_promo .imagecontainer {
  width:191px;
  height:140px;
}
#promo {
  width:190px;
  overflow:hidden;
}
#tv_promo img, #tv_promo .imagecontainer {
  top:0px;
  left: 0px;
}
#head h2 {
  font-weight: normal;
  font-size: 25px;
  text-transform: uppercase;
}
#head .container .container_inner {
  margin-top: 14px;
}
#tv_promo .text {
  height:30px;
  background:none;
  color: white;
  font-weight:lighter;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: left;
  font-size: 18px;
  padding-top:5px;
  padding-left:6px;
  width: 184px;
}
#tv_promo .text b {
  font-weight:bold;
}
#promo_signup {
  background url{}
}
.meta {
  margin-bottom:10px;
}
#pagebody #sidebar .box {
  margin-left: 0px;
  left:0px;
}
#pagebody #sidebar .userlist_heading {
  width:190px;
}
#posts .post {
  border-bottom: 1px dashed;
  border-color: #b5b7b5;
  padding-bottom:36px;
  margin-bottom:25px;
}
#pagebody #sidebar .sfbox {
  background:none;
  border: none;
  font-family: 'Open Sans', Opensans, 'Liberation Sans', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Arial, sans-serif, sans;
  font-size: 12px;
  outline: 0;
  text-align: left;
  border-bottom: medium solid;
  padding-bottom: 3px;
  margin-bottom:25px;
}
#pagebody #sidebar .sfbox.boxred {
  color:#d21010;
}

#pagebody #sidebar .sfbox.boxred h2 {
  color:#d21010;
  border-bottom-color: #e9b8bb;
}
#pagebody #sidebar .sfbox.boxred a {
  color:#d21010;
}
#pagebody #sidebar .sfbox ul {

  list-style-type: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}
#pagebody .toggle #head {
  height:130px;
}
#pagebody .toggle #head h2 {
  font-weight: bold;
}
#pagebody .toggle #head h2.second {
  font-size: 25px;
  font-weight:normal;
}
#pagebody #sidebar .sfbox h2 {
  padding-left: 0px;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 10px;
  width: 190px;
  border-bottom: thin solid;
  border-bottom-color: #b5b5b7;
  margin-top: 0px;
}
#pagebody #sidebar .sfbox.noline{
  border-bottom: none;
}
#pagebody #sidebar .sfbox a {
  text-decoration:none;
}
#pagebody #sidebar .sfbox .inner {
  padding-left: 0px;
  font-size: 14px;
}
#pagebody #sidebar .sfbox .inner {
  border-bottom: thin solid;
  border-bottom-color: #b5b5b7;
  padding-bottom:4px;
}
#pagebody #sidebar .sfbox .inner:last-child {
  border-bottom: none;
  padding-bottom:none;
}

#pagebody #sidebar .sfbox .inner+.inner {
  padding-top:8px;
}
.sfbox .inner a.didyouknow-more {
  font-size: 12px;
  font-weight:bold;
}

#pagebody #sidebar #friends {
  margin-bottom:0px;
}

#pagebody #sidebar #friends .userlist_heading {
  margin-bottom:5px;
}

#pagebody #sidebar #friends .userlist_heading {
  font-size: 14px;
  font-weight: bold;
}
#tv_promo img.play {
  left:65px;
  top: 25px;
  width:60px;
  height:60px;
}
.container #main #loginform {
  margin-left: 190px;
  margin-right: auto;
}
.toggle #features .columnleft {
  margin-left:190px;
}

.searchform h2 {
  height: 40px;
}

#head .container .container_inner {
  margin-top: 35px;
}
