



.article {
  text-align:center;
}
.article img {
  width:100%;
}
.article .image {
  position:relative;
  width:100%;
  height:80vh;
  max-height:600px;
  min-height:300px;
  background-size:cover;
  background-position: center center;
  min-width:1048px;
}
.image .mask {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0.4);
}
.article .logo {
  position:relative;
  border-radius:0;
  border: 0px none;
  background-color:transparent;
  font-family:"Playfair Display";
  background-image:url("/img/logo142x62.png");
  background-size:cover;
  background-position:center center;
  display:inline-block;
  width:71px;
  height:31px;
  cursor:pointer;
  top: 50%;
  margin-top:-15px;
}
.article .backdrop {
  display:inline-block;
  position:fixed;
  top:0px;
  left:0px;
  background-color:rgba(0,0,0,0.4);
  z-index:1000;
  width:101px;
  height:61px;
  min-width:73px;
  min-height:31px;
  max-width:10vw;
  max-height:6vw;
  text-align:center;
  
}
.article .title {
  position:relative;
  display:inline-block;
  color:white;
  font-family: "Source Sans Pro"; 
  font-weight: 900;
  font-size:50px;
  text-rendering: geometricPrecision;
  width:75%;
  min-width:600px;
  max-width:1024px;
  text-shadow: 1px 1px rgba(0,0,0,0.7);
  text-align:left;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  margin-left:-37%;
  
}

.article .content {
  font-size:18px;
  font-family:Lora;
  text-rendering: geometricPrecision;
  color:#484848;
  font-weight:normal;
  line-height:35px;
  position:relative;
  display:inline-block;
  width:75%;
  min-width:600px;
  max-width:1024px;
  margin-top:55px;
  margin-bottom:15px;
  text-align:left;
}
.article .continuecontent {
  font-size:18px;
  font-family:Lora;
  text-rendering: geometricPrecision;
  color:#484848;
  display:inline-block;
  font-weight:normal;
  line-height:35px;
  width:75%;
  min-width:600px;
  max-width:1024px;
  margin-bottom:15px;
  text-align:left;
}

.article .content:first-letter { 
  float: left; 
  color: #903; 
  font-size: 75px; 
  line-height: 60px; 
  padding-top: 4px; 
  padding-right: 8px; 
  padding-left: 3px; 
  font-family: Georgia; 
}

.intro:first-letter {
  float: left; 
  color: #903; 
  font-size: 75px; 
  line-height: 60px; 
  padding-top: 4px; 
  padding-right: 8px; 
  padding-left: 3px; 
  font-family: Georgia;
}

.articletext {
  font-size:18px;
  font-family:Lora;
  text-rendering: geometricPrecision;
  color:#484848;
  font-weight:normal;
  line-height:35px;
  position:relative;
  display:inline-block;
  margin-top:40px;
  margin-bottom:0px;
  text-align:left;
  max-width:728px;
  width:728px;
}

.main_content {
  display:inline-block;
  max-width:1048px;
  min-width:1048px;
}

.left_content {
  vertical-align:top;
  display:inline-block;
  width:728px;
  background-color:white;
  min-height:500px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.articletext img {
  max-width:100%;
  max-width:728px;
  position:relative;
  display:block;
  margin: 0 auto;
}

.articletext div[editorimage] {
  display:table !important;
  margin:0px auto;
}

.right_content {
  vertical-align:top;
  display:inline-block;
  width:300px;
  margin-top:40px;
  padding-left:20px;
  min-height:500px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.video_container {
  position:relative;
  padding:10px;
}

.video_container:before {
  content:"";
  display:block;
  margin-top:56.25%;
}
.video_object {
  position:absolute;
  top:0px;
  bottom:0px;
  right:0px;
  left:0px;
}






.votebox {
  cursor:pointer;
  color:white;
  text-align:center;
  width:140px;
  padding:10px;
  padding-left:0px;
  padding-right:0px;
}
.votebox:hover {
  background-color:#e6e6e6;
}
.votebox:active {
  background-color:white;
}
.votebox.dislike {
  background-color:#FF6666;
}
.votebox.dislike:hover {
  background-color:red;
}
.votebox.like {
  background-color:#6bcb74;
}
.votebox.like:hover {
  background-color:#00CF00;
}

.votecount {
  font-size:13px;
  width:110px;
  text-align:center;
  padding-top:5px;
  padding-bottom:0px;
}

.votecount.like {
  color:#00CF00;
}
.votecount.dislike {
  color:red;
}

#postvotebuttons {
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  position:absolute;
  top:0px;
  left:0px;
}
#postvotebuttons.active {
  filter: alpha(opacity=100);
  opacity: 1;
  z-index:100;
}
#postvotebuttons.inactive {
  filter: alpha(opacity=0);
  opacity: 0;
  z-index:0;
}
.postvotebox {
  cursor:pointer;
  color:white;
  text-align:center;
  width:200px;
  border-top-left-radius:5px;
  border-bottom-left-radius:5px;
  padding:10px;
  padding-right:0px;
}
.postvotecount {
  cursor:pointer;
  color:white;
  text-align:center;
  width:30px;
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
  padding:10px;
  background-color:#6bcb74;
}
.votetotal {
  padding:10px;
  background-color:#333333;
  color:white;
}







.commentbox {
  cursor:pointer;
  z-index:1;
  position:relative;
  border-radius:3px;
  background-color:#484848;
  padding:3px;
  font-size:16px;
  text-align:center;
  width:30px;
  height:20px;
  display:inline-block;
  margin-top:0px;
  color:white;
  left:0px !important;
}
.commentbox:before {
  z-index:-1;
  position:absolute;
  top:16px;
  left:5px;
  content:"";
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left-color: #484848;
}


.indent {
  border-left:1px #e6e6e6 solid;
  margin-left:20px;
}

.replies {
  margin-top:10px;
  border-left:1px #e6e6e6 solid;
}

.comments {
  position:relative;
  width:100% !important;
  max-width:728px !important;
  display:inline-block;
  text-align:left;
}
.comment {
  font-family:'Arial',Georgia,Times,serif;
  font-size:13px;
  color:#575757;
  line-height:150%;
}

.highlighted .comment_inner, .highlighted.comment_inner {
  background-color:#FFFFD6;
}

.comment_inner {
  position:relative;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:30px;
}

.comment .author {
  margin-right:5px;
  font-weight:bold;
  font-size:16px;
  color:black;
  text-transform:capitalize;
}

.comment .time {
  color:#676767;
  font-size:10px;
}

.comment .content {
  color:#484848;
  display:block;
  white-space:pre-wrap;
  word-wrap:break-word;
  font-family:Lora;
  font-size:17px;
  line-height:30px;
  margin-bottom:5px;
  margin-top:2px;
}

.comment .content:first-letter {
  text-transform:capitalize;
}

.comment .hidden_content {
  cursor:pointer;
  color:#999797;
}

.comment .score {
  margin-left:5px;
  font-size:12px;
  
  position:absolute;
  top:22px;
  left:-5px;
  width:30px;
  text-align:center;
}

.comment .upvote {
  bottom:13px;
  right:-12px;
  position:relative;
  
  position:absolute;
  left:3px;
  top:8px;
  
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #B8B8B8;
}

.comment .upvote:hover {
  border-bottom: 10px solid green;
}

.comment .downvote {
  top:13px;
  left:-12px;
  position:relative;
  
  position:absolute;
  left:3px;
  top:39px;
  
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #B8B8B8;	
}

.comment .downvote:hover {
  border-top: 10px solid red;
}

.comment .vote_options {
  position:absolute;
  top:0px;
  left:0px;
}

.comment .vote_options span {
  cursor:pointer;
  margin:2px;
  z-index:1;
}

.comment .vote_options .voted {
}

.comment .vote_options .downvote.voted {
  border-top: 10px solid red;
}
.comment .vote_options .upvote.voted {
  border-bottom: 10px solid green;
}

.comment .reply_to {
  cursor:pointer;
  text-transform:capitalize;
  font-weight:bold;
  font-size:16px;
  color:gray;
}

.add_comment {
  position:relative;
  width:100%;
  height:120px;
  height:auto;
  z-index:200;
}

.add_comment.first {
  position:relative;
  height:80px;
  height:auto;
  background-color:white;
  margin-bottom:20px;
  width:723px;
  padding-left:5px;
}
.add_comment .textarea_holder {
  position:absolute;
  top:5px;
  left:0px;
  right:12px;
  width:auto;
  height:60px;
  
  position:relative;
  margin-right:12px;
  padding-bottom:20px;
}
.add_comment.first .textarea_holder {
  position:relative;
  height:auto;
  margin-right:12px;
  padding-bottom:6px;
  margin-left:40px;
  
}

.add_comment .textarea_holder textarea {
  -webkit-appearance: none;
  outline:0;
  border:1px #B8B8B8 solid;
  width:100%;
  height:100%;
  font-size:14px;
  font-size:17px;
  padding:5px;
  font-family:Lora, Arial, georgia, Times, serif;
  border-radius:2px;
}

.add_comment.first .textarea_holder textarea {
  height:20px;
  border-color:#727272;
}
.add_comment .textarea_holder textarea:focus {
  border:1px blue solid;
}
.add_comment.first.active .textarea_holder textarea {
  height:60px;
}

.add_comment input {
  -webkit-appearance: none;
  float:right;
  border:1px #B8B8B8 solid;
  border-radius:5px;
  background-color:white;
  font-size:15px;
  padding:6px;
  padding-right:12px;
  padding-left:12px;
  cursor:pointer;
}

.add_comment.first input {
  margin-top:0px;
  border-color:#727272;
}
.add_comment.first .add_comment_button {
  display:none;
}
.add_comment.first.active .add_comment_button {
  display:inline-block;
}
.add_comment input:hover {
  border:1px black solid;
}

.add_comment .quick_signup {
  position:relative;
  text-align:right;
  margin-right:100px;
  margin-top:-2px;
  margin-bottom:5px;
}

.add_comment .quick_signup input {
  position:relative;
  float:none;
  margin:0px;
  margin-top:3px;
  margin-right:5px;
  right:0px;
  top:0px;
}

.quick_signup .login.error {
  color:red;
  display:inline-block;
  font-size:16px;
  margin-left:5px;
  margin-right:15px;
}


.quick_signup:before {
  content:"Register with the SF Globe";
  font-weight:bold;
  font-size:16px;
  color:gray;
  margin-right:10px;
}

.quick_signup .first_name {
  display:inline-block;
  width:100px;
}
.quick_signup .last_name {
  display:inline-block;
  width:100px;
}
.quick_signup .email {
  width:217px;
  display:block;
}
.quick_signup .password {
  width:217px;
  display:block;
}

.quick_signup span {
  display:block;
  float:right;
  clear:both;
}

.quick_signup .end {
  clear:both;
}

.add_comment .end {
  clear:both;
}







.promobutton {
  border-radius:3px;
  border:1px #19ab20 solid;
  border:1px #3b5998 solid;
  color:#19ab20;
  color:#3b5998;
  background-color:white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;  
  font-size:16px;
  padding:3px;
  padding-left:8px;
  padding-right:8px;
  margin-left:10px;
  text-transform:uppercase;
  font-weight:bold;
  font-size:14px;
  display:inline-block;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",Helvetica, Arial, "Lucida Grande", sans-serif;
  cursor:pointer;
}
.promobutton:hover {
  color:white;
  background-color:#3b5998;
}

.promobutton.green {
  border:1px #19ab20 solid;
  color:#19ab20;
}
.promobutton.green:hover {
  color:white;
  background-color:#19ab20;
}
