.container {
	max-width: 960px;
}

li {
	margin-bottom: 0.5em;
}
.embed-youtube { position: relative; padding-bottom: 56.25%; padding-top: 25px; height: 0; }
.embed-youtube iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.post-body img{  display: block; height: auto; max-width: 100%;}

a.link-3rd,
.panel  li a {
	display: block;
	font-weight: bold;
	color: #2e008b;
	text-decoration: none;
}

.lead a.link-3rd{
  display: inline-block;
  font-weight: bold;
  color: #e40085;
  padding-left: 12px;
  background: transparent url('../img/sprite-extended.png') no-repeat -706px -800px;
  text-decoration: none;
}

.panel  li a:hover{
 color: #e40085 !important;
}
a.link-3rd:hover,
.panel  li a:hover {
	text-decoration: underline;
}

.col-xs-12.col-sm-8 {
	word-wrap: break-word;
}

#sidebar-right p.lead a.link-3rd {
	background: transparent url('../img/sprite-extended.png') no-repeat -706px -799px;
}

.panel :last-child,
.panel  li:last-child,
.panel p:last-child,
.well p:last-child {
	margin-bottom: 0;
}


.well,
.panel,
.panel-default {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border-color: #e3e3e3;
	background-color: #FFF;
}

.panel-grey {
	background-color: #e3e3e3;
	color: #666;
	font-size: 0.9em;
}

.panel-grey a {
	color: #666;
}

.panel  {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

.twitter-heading a{
	color: #2e008b;
}
.twitter-panel .panel-body{
	padding: 15px 15px 20px 15px;
}

.well {
	padding: 15px 20px 20px 20px;
}

.post, .postlead {
	margin-bottom: 20px;
}

.post h3 {
	margin-top: 0;
}

.postlead h2 a,
.post h3 a {
	text-decoration: none;
}

.post h3 a:visited { text-decoration: none; color:#6C5C99; }
.post h3 a:hover { text-decoration: none; color: #E40085 }
.post img {
	margin-bottom: 10px;
}

.post-body {
	margin-bottom: 40px;
}

.vote-post {
	padding: 10px 0 5px 0;
}

.vote-post .vote-up,
.vote-post .vote-down {
  display: inline;
	padding: .6em .7em .6em 2em;
	font-size: .9em;
  font-weight: bold;
  line-height: 1;
  color: #2e008b;
  background-color: #e3e3e3;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.vote-post .vote-up[href],
.vote-post .vote-down[href]{
  text-decoration: none;
}

.vote-post .vote-up[href]:hover,
.vote-post .vote-down[href]:hover,
.vote-post .vote-up[href]:focus,
.vote-post .vote-down[href]:focus {
  color: #2e008b;
  background-color: #c9c9c9;
  text-decoration: none;
  cursor: pointer;
}

.vote-post .vote-up {
	background: #e3e3e3 url('../img/up.png') no-repeat 10px 9px;
}

.vote-post .vote-down {
	background: #e3e3e3 url('../img/down.png') no-repeat 10px 10px;
}

.references {
	border-top: 1px solid #e3e3e3;
	padding-top: 10px;
	margin-top: 20px;
	font-size: 0.8em;
	color: #666;
}

.references h4 {
	color: #333;
	font-weight: 300;
}

.share-article {
	margin: 20px 0;
}

.share-article h4 {
	font-weight: 700;
}

a.label.label-info {
	display: block;
	float: left;
	margin: 0 .5em .5em 0;
}

.copyright {
	text-align: center;
	padding: 5px 0 10px 0;
}

.comment-info {
	padding: 10px 0;
}

.profile-pic {
	float: left;
	margin: 5px 15px 15px 0;
}

.image {
	margin-bottom: 10px;
}

.image img {
	border-radius: 3px 3px 0 0;
}

.image img:last-child {
	border-radius: 3px;
}

.image p {
	display: block;
	color: #666;
	background-color: #e3e3e3;
	font-size: 0.9em;
	padding: 7px 10px;
	border-radius: 0 0 3px 3px;
}

.image.inline {
  margin: 0 0 10px 20px;
  background-color: #e3e3e3;
  border-radius: 3px;
  float: right;
}

.image.inline p {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.image.inline {
	  float: none;
	  display: inline-block;
	  margin: 10px 0 20px 0;
	}
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  margin-bottom: 10px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #e40085;
  outline: 0;
}

textarea.form-control {
  height: auto;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group .form-control:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-btn:last-child > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
  font-size: 0.9em;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #e3e3e3;
  color: #333;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

a.badge:hover,
a.badge:focus {
  text-decoration: none;
  cursor: pointer;
}

.list-topics {
  padding-left: 0;
  list-style: none;
  font-weight: bold;
	margin-bottom: 40px;
}

.list-topics li ul {
	margin: 0.5em 0;
	padding-left: 1em;
  list-style: none;
  font-size: 0.9em;
  font-weight: normal;
}

.list-topics li ul li ul {
  font-size: 1em;
}

.list-topics a {
	text-decoration: none;
}

h1 {
	margin-top: 0;
}

.breadcrumb {
  padding: 8px 0;
  list-style: none;
  margin: 0;
  font-size: 12px;
  margin-top: 5px;
}
.breadcrumb a{
  text-decoration: underline;
}
.breadcrumb > li {
  display: inline-block;
  margin-bottom: 0;
}

.breadcrumb > li + li:before {
  padding: 0;
  color: #cccccc;
  content: url('../img/breadcrumb-arrow.png')
}

.breadcrumb > .active {
  color: #333;
}
#logged-out-fields{
	overflow: hidden;
	height: 0;
}
#logged-out-fields.open{
	overflow: hidden;
	height: auto;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  	-webkit-transition: height ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: heightease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#sidebar-right .panel-body a.btn.btn-default{
    color: #e40085;
    padding: 0 0 0 12px;
    border: none;
    background: transparent url('../img/sprite-extended.png') no-repeat -706px -800px;
}
.author a{
  padding: 0;
  color: #2E008B;
  font-weight: normal;
  font-size: 14px;
  background-color: transparent;
}
.author a:focus{
  padding: 0;
  color: #2E008B !important;
  font-weight: normal !important;
  background-color: transparent !important;
}
.author a:hover{
  padding: 0;
  color: #e40085 !important;
  text-decoration: underline !important;
  background-color: transparent !important;
}
#sidebar-right .panel-body a.btn.btn-default:hover{
  text-decoration: underline;
}
.comments .comment-info .label-default a{ text-decoration: none; }

blockquote {
  font-weight: bold;
}
blockquote p {
  position: relative;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
}


blockquote .quotation-marks:before, .wp-caption span.quote:before {
  content: "\201C";
  font-size: 40px;
  line-height: 0;
  position: relative;
  top: 0.25em;
  font-family: Georgia,serif;
  font-style: italic;
  vertical-align: -6px;
  margin-right: 7px;
  color: #333333;
}
.wp-caption span.quote{
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
.wp-caption span.quote + em{
  font-size: 14px;
}
.wp-caption span.quote:before{
  font-size: 35px;
}

blockquote .quotation-marks:first-child:after, .wp-caption span.quote:after {
  content: "\201D";
  font-size: 40px;
  line-height: 0;
  position: relative;
  top: 0.25em;
  font-family: Georgia,serif;
  font-style: italic;
  vertical-align: -11px;
  color: #333333;
  margin-left: 4px;
}
.wp-caption span.quote:after {
  margin-right: 4px;
  font-size: 35px;
  top: 0.15em;
}

.wp-caption span{
  font-weight: normal;
}

blockquote .quotation-marks p{
  display: inline;
}
blockquote .quotation-marks br{
font-size: 18px;
vertical-align: -8px;
}


blockquote cite {
  color: #333333;
  font-size: 14px;
  display: block;
  font-weight: normal;
  margin-top: 8px;
  font-style: italic;
}

.image-credit{
  color: #A0A0A0;
}
.image-credit.includes-quote{
  display: block;
  margin-top: 5px;
}

.image-credit a{
  color: #A0A0A0;
}
.image-credit a:visited{
  color: #A0A0A0 !important;
}
.image-credit a:hover{
  color: #e40085 !important;
}



/*blockquote cite:before {
  content: "\2014 \2009";
}
*/
.feedzy-rss .default, .feedzy-rss .fetched{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.feedzy-rss .feed-content-wrapper{
  overflow: hidden;
}
.feedzy-rss .rss_item{
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.feedzy-rss .rss_item:last-child{
  border-bottom: none;
  padding-bottom: 0 !important;
}
.feedzy-rss .rss_item .rss_image span.feed-default{
  background-repeat: none;
  background-size: 100%;
  background-repeat: no-repeat;
}
.feedzy-rss .rss_item .rss_content a{
  display: inline;
}
.feedzy-rss .feed-content-wrapper .title{
  line-height: 1.25;

}
.feedzy-rss .rss_item .rss_content .feed-date{
  margin-bottom: 6px;
  margin-top: 6px;
}
.feedzy-rss .rss_item .rss_content .feed-cat{
  font-weight: bold;
  margin-bottom: 8px;
}

.feedzy_wp_widget_box .btn-default{
  margin-top: 12px;
}

.youtube-embed{
  display: block;
  float: right;
  width: 40%;
  margin: 10px 0 10px 10px;
}
@media screen and (max-width: 700px) {
  .youtube-embed{
    width: 50%;;
  }
}

@media screen and (max-width: 600px) {
  .youtube-embed{
    width: 60%;;
  }
}

@media screen and (max-width: 400px) {
  .youtube-embed{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
