#content {
	width: 699px;
	padding: 20px 20px 20px 20px;
}

#content a,
#content a:visited {
	color: #4b739c;
}

#content a.btn {
	color: black;
}

h1 {
	font-family: 'Franklin', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 44px;
	line-height: 38px;
	margin: 0px;
	padding-bottom: 0px;
	border: none;
}

.pagetitle {
	margin: 0px 0px 10px 0px;
}

.pagetitle p,
.pagetitle h2 {
	float: left;
	margin: 0px;
}

.pagetitle h2 {
	font-family: 'Franklin', Helvetica, Arial, sans-serif;
	font-size: 42px;
	font-weight: normal;
	padding-left: 22px;
	color: #bdbcbb;
	background: url(../img/article/topic-line.png) no-repeat top left;
}

.pagetitle p {
	font-size: 12px;
	padding-top: 15px;
	margin-left: 5px;
	color: #323a42;
	font-weight: bold;
}

.pagetitle p img {
	display: inline;
}

p.meta {
	position: relative;
	text-transform: uppercase;
	color: #807f7e;
	font-size: 12px;
	line-height: 18px;
}

#content p.meta a.tag,
#content p.meta a.tag:visited {
	font-size: 10px;
	background-image: url(../img/base/tag-icon.png);
	background-position: left 3px;
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-right: 10px;
	color: #f75515;
}

#byline-social {
	position: relative;
	width: 699px;
	height: 34px;
	margin: 20px -10px 20px -10px;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	padding: 0px 10px 0px 10px;
}

#byline-social p {
	font-size: 14px;
	margin: 8px 0px 0px 0px;
}

.share {
	position: absolute;
	top: 8px;
	right: 0px;
	z-index: 2;
}

.sharebutton {
	float: left;
    margin-right: 1.5em;
}

.sharebutton.fb {
	margin-right: 10px;
}

.sharebutton.twitter {
    margin-right: 10px;
}

.sharebutton.reddit {
	margin-left: -15px;
}

.section p,
.section ul {
	font-size: 14px;
	line-height: 18px;
}

.section p {
	width: 510px;
}

.endnote p {
	color: #807F7E;
	font-style: italic;
}

.section h2 {
	font-size: 20px;
}

.pull-quote {
	border-top: 5px solid #ECE8E4;
	padding-top: 10px;
}

.pull-quote.left {
	float: left;
	margin-right: 20px;
}

.pull-quote.right {
	float: right;
	clear: right;
	margin-left: 20px;
}

.pull-quote p {
	width: 260px;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.pull-quote p.citation {
	font-size: 16px;
	line-height: 18px;
	color: #807F7E;
}

.pull-quote.comment {
	position: relative;
	padding-top: 20px;
	padding-left: 60px;
	margin-bottom: 10px;
	background: url(../img/base/promo-comment.png) no-repeat top left;
	width: 530px;
	border-top: none;
}

.pull-quote.comment p {
	width: 530px;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
}

.pull-quote.comment p.citation {
	position: absolute;
	font-size: 11px;
	top: 0px;
}

img#headline-img {
	position: relative;
	float: right;
	margin: 0px -20px 10px 10px;
	width: 360px;
	height: 200px;
}

p.caption {
	margin-top: 0.5em;
	font-style: italic;
	color: #777;
}

div.embed p.caption {
	margin-top: 6px;
}

.illustrationPreview,
.section .illustrationPreview p.caption {
	width: 260px;
}

.illustrationPreview {
	margin: 0px 30px 20px 0px;
	float: left;
}

.illustrationPreview img {
	width: 260px;
	height: auto;
}

.illustrationPreview.right {
	margin: 0px 0px 20px 30px;
	float: right;
}

.image-gallery {
	float: left;
	width: 700px;
	margin-bottom: 20px;
	margin-left: 10px;
}

.image-gallery .illustrationPreview {
	width: 330px;
	float: left;
	margin: 0px 20px 20px 0px;
}

.image-gallery .illustrationPreview img {
	float: left;
	width: 330px;
	height: 220px;	
}

.image-gallery p.caption {
	float: left;
	margin: 0px 0px 0px 0px;
	padding-bottom: 10px;
	width: 685px;
	border-bottom: 1px solid #ECE8E4;
}

.illustration img {
	width: 700px;
	height: auto;
}

.illustrationPreview img {
	border: 2px solid white;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}

.section table {
	text-align: left;
	font-size: 14px;
}

.section table th,
.section table td {
	padding: 5px;
	border-bottom: 1px solid #ECE8E4;
}

.section table thead th {
	border-bottom: 5px solid #ECE8E4;
}

.sidebar table {
	width: 100%;
	font-size: 12px;
}

.section .podcast {
	margin: 20px;
}

#article-end {
	width: 700px;
	float: left;
}

.info,
.sidebar {
	clear: right;
	border-top: 5px solid #ECE8E4;
	float: right;
	width: 170px;
	padding-top: 10px;
	margin-top: 10px;
}

.info .profile {
	border-bottom: 1px solid #ECE8E4;
	margin-bottom: 10px;
}

.info p {
	font-size: 12px;
	margin-top: 0px;
}

.info .profile h3 {
	margin-top: 0px;
}

.info .profile img,
.sidebar .illustrationPreview img {
	display: block;
	max-width: 100%;
	width: auto;
	margin-bottom: 10px;
	height: auto;
}

.info .profile img.stocks
{
	margin: 0;
}

.sidebar .illustrationPreview p.caption {
	width: 170px;
}

.poll.twiigs {
	position: relative;
	margin: 0px auto;
	width: 300px;
}

.section .sidebar p,
.section .sidebar ul {
	width: 170px;
	font-size: 12px;
	line-height: 16px;
}

.section .sidebar ul {
	width: 120px;
	padding-left: 15px;
	list-style: none;
}

.section .sidebar ul li {
	margin-bottom: 5px;
}

.section .sidebar ul li:before {
	content:'\25A0';
	display: block;
	position: relative;
	max-width: 0px;
	max-height: 0px;
	left: -15px;
	top: -3px;
	color: #d0cdc9;
	font-size: 11px;
}

.sidebar h3 {
	color: black;
	font-size: 14px;
	margin: 0 0 0 0;
}

p.interviewQuestion {
	font-weight: bold;
}

p.interviewAnswer span.whoistalking {
	font-weight: bold;
}

.related,
.author {
	position: relative;
	float: left;
	width: 339px;
}

.related {
	margin-right: 20px;
}

#bottom-social,
.related h3 {
	position: relative;
	border-bottom: 1px solid #e8e8e8;
	padding: 0px 10px 0px 10px;
	height: 34px;
}

#bottom-social {
	padding: 0px 0px 0px 0px;
	border-bottom: none;
}

.related h3 {
	margin: 0 0 0 0;
	padding-top: 7px;
	padding-left: 0px;
	height: 27px;
}

.author img {
	margin: 20px 0px 20px 10px;
	float: right;
	width: 120px;
}

.author p {
	font-size: 11px;
	line-height: 14px;
}

.author p a {
	font-size: 12px;
}

.comment {
	position: relative;
	float: left;
	width: 719px;
	padding-top: 10px;
	border-bottom: 1px solid #e8e8e8;
}

.comment.top-comment {
	width: 750px;
	left: -15px;
	top: -1px;
	background: white;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
	border-bottom: none;
	border-top: 2px solid #f8941d;
	border-bottom: 1px solid white;
	background-image: -webkit-linear-gradient(#fff, #f2f2f2);
	background-image: -moz-linear-gradient(#fff, #f2f2f2);
	background-image: -o-linear-gradient(#fff, #f2f2f2);
	background-image: -ms-linear-gradient(#fff, #f2f2f2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2');
}

.comment.register {
	text-align: center;
	border-bottom: none;
	padding-bottom: 15px;
}

.comment.register p {
	font-size: 16px;
}

.comment .meta,
.comment-body {
	float: left;
}

.comment .meta {
	width: 230px;
	margin-right: 10px;
	position: relative;
	min-height: 100px;
}

.comment.top-comment .meta {
	margin-left: 15px;
}

.comment .meta img {
	float: left;
	margin: 0px 10px 0px 0px;
	border: 1px solid white;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
}

.comment .meta p {
	font-size: 11px;
	line-height: 14px;
	margin: 0px 0 5px 0px;
}

.comment .meta p strong {
	font-size: 12px;
}

.comment a.comment-perm {
	position: absolute;
	bottom: 10px;
	right: 0px;
	font-size: 12px;
}

.comment.top-comment a.comment-perm {
	right: 20px;
}

.meta p {
	padding: 0 0px 5px 83px;
	border-bottom: 4px solid #e8e8e8;
	min-height: 40px;
}

.meta p > a {
	color: #4b739c;
	font-weight: bold;
}

.meta p > a:first-of-type
{
	display: block;
	font-size: 12px;
	padding-bottom: 2px;
}

.comment-body {
	position: relative;
	width: 430px;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 18px;
}

.comment-body p,
.comment-body blockquote {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 0 0;
}

.comment-body blockquote {
	border-left: 5px solid #e8e8e8;
	padding-left: 10px;
	margin: 10px;
	margin-top: 9px;
	margin-bottom: 9px;
}

#comment-promo {
	float: left;
	width: 719px;
	margin: 10px -10px -10px -10px;
	padding: 10px;
	background: #323a42 url(../img/base/comments-tear.png) no-repeat top;
}

p#promo-count {
	font-weight: bold;
	text-align: center;
	color: #323a42;
	margin: 5px 0 0 0;
}

p#promo-count a,
p#promo-count a:visited {
	color: #f89408;	
}

#comment-reg-promo {
	position: relative;
	float: left;
	width: 739px;
	margin-left: -10px;
	margin-top: 30px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #51575e;
}

#comment-reg-promo img,
#comment-reg-promo p {
	float: left;
}

#comment-reg-promo img {
	margin-right: 5px;
	border: 1px solid black;
}

#comment-reg-promo p {
	color: white;
	font-size: 20px;
	margin: 10px 0px 0 5px;
}

#comment-reg-promo .promo-button {
	position: absolute;
	bottom: 25px;
	right: 0px;
	font-size: 18px;
	color: white;
	width: 140px;
	padding: 5px;
	height: 23px;
	margin-bottom:0;
	font-weight:bold;
	line-height:18px;
	text-align:center;
	text-shadow: 0px -1px 1px rgba(247, 134, 32, 1.0);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-top: 1px solid #fbc372;
	vertical-align:middle;	
	background-color: #faa732;
	background-image:-moz-linear-gradient(top, #fbb450, #f89406);
	background-image:-ms-linear-gradient(top, #fbb450, #f89406);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
	background-image:-webkit-linear-gradient(top, #fbb450, #f89406);
	background-image:-o-linear-gradient(top, #fbb450, #f89406);
	background-image:linear-gradient(top, #fbb450, #f89406);
	background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

#comment-reg-promo a.promo-button:hover {
	opacity: inherit;
}

#comment-reg-promo div {
	display:none;
	position: absolute;
	top: 55px;
	left: 5px;
	background: #f5f5f5;
    border: 1px solid #E0E0E0;
    border-radius: 5px 5px 5px 5px;
    padding: 10px;
	z-index: 1000;
}

#comment-reg-promo div p {
	float: none;
	font-size: 14px;
	color: black;
	margin: 5px 0 0 0;
}

#comment-reg-promo div p.role {
	color: #808080;
	font-size: 13px;
}

#comment-reg-promo div img {
    position: absolute;
	left: 10px;
    top: -10px;
    border: none;
}

#comment-promo form {
	float: left;
}

#comment-promo form p {
	float: left;
	color: white;
	margin: 5px 10px 0px 20px;
}

span.top-tag {
	clear: both;
	display: inline-block;
	background-color: #f8941d;
	color: white;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	padding: 1px 0 1px 23px;
	margin: 0 0 10px 0;
	border-radius: 3px;
	background-image: url(../img/base/star.png);
	background-repeat: no-repeat;
	background-position: 4px 2px;
    padding-right: 10px;
}

p.edits {
	font-style: italic;
	font-size: 11px;
	color: grey;
	margin: 10px 0px;
}

p.comment-date {
	color: #807e7c;
	margin: 10px 0px;
}

p.comment-date strong {
	margin-right: 5px;
}

p.actions {
	position: relative;
}

p.actions span.comment-mods {
	position: absolute;
	top: 0px;
	right: -20px;
}

.comment a,
.comment a:visited {
	color: #4b739c;
}

.comment a.btn,
.comment a.btn:visited {
	color: inherit;
}

a.comment-star,
a.comment-nostar,
span.comment-star-unverified.commented {
    position: absolute;
    display: block;
    top: 10px;
    right: 0px;
    width: 24px;
    min-height: 24px;
    background-repeat: no-repeat;
    background-position: 50% 5px;
    text-align: center;
    color: white;
    background-color: #B9B8B8;
    border-radius: 3px;
    font-size: 12px;
    line-height: 20px;
}

div#recent-comments div.comment a:visited.comment-star,
div#recent-comments div.comment a:visited.comment-nostar, 
div#recent-comments div.comment a:link.comment-star,
div#recent-comments div.comment a:link.comment-nostar,
span.comment-star-unverified.commented
{
    color: white;
}

a.comment-star.commented, a.comment-nostar.commented,
span.comment-star-unverified.commented {
    padding-top: 25px;
}

a.comment-star { 
    background-image: url(../img/article/star.png); 
    background-color: #f8941d;
}
a.comment-nostar, 
span.comment-star-unverified.commented {
	background-image: url(../img/article/star.png);
}

.comment.top-comment a.comment-star,
.comment.top-comment a.comment-nostar,
.comment.top-comment span.comment-star-unverified {
	right: 15px;
}

div#recent-comments div.top-comment {
    width: 730px;
}

form#post_comment {
	width: 679px;
	margin-top: 10px;
	padding: 10px 20px 20px 20px;
	float: left;
	background: #c3e3e1;
	border-top: 1px solid #e0f1f0;
	box-shadow: 0px -1px 0px #c2d2d2;
}

#post_comment label {
	color: #323a42;
}

#post_comment textarea {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 659px;
	height: 125px;
}

#post_comment .toolbar {
	float:right;
	margin-right: 7px;
}

#content form#post_comment {
	width: 659px;
}

#content form#post_comment textarea {
	width: 639px;
}

#content form#post_comment button.yellow {
	margin-right: 10px;
}

#content form#post_comment span:last-child {
	font-size: 14px;
	vertical-align: middle;
	display: inline-block;
	margin-top: 3px;
}

#content .comment {
	border-bottom: none;
}

p.video-caption {
	width:680px;
	margin: 0;
	padding: 10px;
	color: white;
	font-size: 12px;
	font-style: italic;
	border-top: 1px solid #ffffff;
}

#recent-comments {
	margin-top: 20px;
}

#recent-comments h2 {
	margin: 20px 0 5px 0;
	float:left;
	clear:both;
}

#recent-comments h2:first-of-type {
	margin-top: 0;
}

#recent-comments .comment {
    border-bottom: 1px solid #E8E8E8;
    float: left;
    padding-top: 10px;
    position: relative;
    width: 700px;
    margin-top: 5px;
}

.comment-report,
.comment-ignore
{
	margin-left: 10px;
}

a.comment-report,
a:visited.comment-report,
a.comment-ignore,
a:visited.comment-ignore
{
    color: #807e7c;
    font-size: 11px;
    font-style: italic;
}

div#report-takeover {
   width: 100%;
   height: 100%;
   background-color: rgba(1,1,1,0.5);
   z-index: 1000;
   position: fixed;
   top: 0;
   display: none;
}

div#report-takeover div#report-dialog {
   position: fixed;
   width: 400px;
   border: 1px solid grey;
   border-radius: 5px;
   left: 30%;
   top: 50%;
   background-color: white;
   padding-bottom: 10px;
}

div#report-takeover div#report-dialog span.title {
   display: block;
   background-color: #f7941d;
   margin: 2px;
   border-radius: 2px;
   padding: 5px;
   color: white;
   font-weight: bold;
}

div#report-takeover div#report-dialog span.body {
   margin: 10px;
   display: block;
   color: black;
}

div#report-takeover div#report-dialog span.actions {
    margin: 10px;
}

div#report-takeover div#report-dialog span.actions a#report-btn {
   color: rgb(172, 0, 0);
   margin-right: 10px;
}

div#report-takeover div#report-dialog span.actions a#report-cancel-btn {
   color: green;
}

div#messages {
    width: 100%;
    background-color: #f7941d;
    position: fixed;
    top: 0;
    z-index: 1000;
    padding: 10px;
    font-weight: bold;
    display: none;
    color: white;
}

div#messages a.close {
    float: right;
    color: #4b739c;
    padding-right: 20px;
}

div#messages a:visited.close, div#messages a:link.close {
    color: #4b739c;
    opacity: 1;
    text-shadow: none;
}

p.show-comment {
    text-align: center;
    margin-top: 5px;
    border-top: 1px dashed gray;
}

div.clamp-image {
    background-image: url(../img/article/clamp_gradient.png);
    background-repeat: repeat-x;
    z-index: 2;
    position: relative;
    height: 80px;
    margin-top: -80px;
}

div.user-stats {
	margin-left: 83px;
	font-size: 11px;
	width: 220px;
	padding-top: 2px;
}

div.user-stats > span {
	padding-right: 10px;
	color: #555555;
}

div.user-stats > span:hover {
    color: black;
}

div.user-stats span span {
	padding-left: 3px;
}

div.user-stats span i.fa {
    color: rgba(248, 148, 29, 0.75);
	font-size: 13px;
}

div.user-stats span:hover i.fa {
    color: rgba(248, 148, 29, 1);
}

div.innovation-award-container {
    margin-top: 10px;
}

form.innovation-award select {
    font-size: 12px;
    width: 300px;
}

p.innovation-award-selected {
    background-color: #f8941d;
    border-radius: 3px;
    padding: 5px;
    color: white;
    display: inline-block;
    width: inherit;
    margin-top: 0;
    margin-bottom: 0;
}


p.innovation-award-selected span.innovation-award-vote {
    font-weight: bold;
}

#content p.innovation-award-selected a.innovation-award-change,
#content p.innovation-award-selected a:visited.innovation-award-change,
#content p.innovation-award-selected a:link.innovation-award-change {
    margin-left: 5px;
    font-size: 11px;
    color: #4E4E4E;
}

.comments-closed
{
	position: relative;
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 15px 0;
	font-weight: bold;
}

.embed
{
	position: relative;
	display: block;
	float: left;
	clear: both;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	margin: 0 0 14px;
}

.embed *
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
