/*
Theme Name:  LinkedIn Blog - Katyfied
Theme URI:   http://blog.linkedin.com/
Description: LinkedIn's main blog theme
Author URI:  http://linkedin.com/
Version:     2.1
*/

/* @ Reset */
html{color:#000;background:#FFF}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0}
fieldset,img{border:0}
address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}
del,ins{text-decoration:none}
li{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
legend{color:#000}


html {
  background-color: #f2f2f2;
}
body {
  font-family: Arial, Helvetica, sans-serif;
}
h1 {
  font-family: "avenir-regular", Arial, Helvetica, sans-serif;
}
h2 {
  font-family: "avenir-condensed", Arial, Helvetica, sans-serif;
}

a {
  color: #006fb3;
  text-decoration: none;
}

a:hover {
  color: #006fb3;
  text-decoration: underline;
}

strong, b {
  font-weight: bold;
}

a.screenreader {
  font-size: 12px;
  left: -999999px;
  line-height: 18px;
  position: absolute;
}

a.screenreader:focus {
  left: 0;
  padding: 4px;
  position: relative;
}

.clear-fix {
  height: 1px;
  width: 100%;
  clear: both;
}

.last-li {
  margin-right: 0 !important;
}

.img-facade {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
}

.shadow {
  background: #202020;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  filter:alpha(opacity=70);
  height: 100%;
  left: 0;
  opacity: .7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.over-shadow {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 2;
}
.btn {
  background-color: #f2f2f2;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF2F2F2', endColorstr='#FFD1D1D1');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(32%, #e9e9e9), color-stop(74%, #d8d8d8), color-stop(100%, #d1d1d1));
  background-image: -webkit-linear-gradient(top, #f2f2f2 0%,#e9e9e9 32%,#d8d8d8 74%,#d1d1d1 100%);
  background-image: -moz-linear-gradient(top, #f2f2f2 0%,#e9e9e9 32%,#d8d8d8 74%,#d1d1d1 100%);
  background-image: -o-linear-gradient(top, #f2f2f2 0%,#e9e9e9 32%,#d8d8d8 74%,#d1d1d1 100%);
  background-image: linear-gradient(top, #f2f2f2 0%,#e9e9e9 32%,#d8d8d8 74%,#d1d1d1 100%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #313131;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 26px;
  line-height: 24px;
  padding: 0 10px;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  vertical-align: top;
  zoom: 1;
}

.btn:hover {
  background-color: #dedede;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFDEDEDE', endColorstr='#FF939393');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dedede), color-stop(16%, #d6d6d6), color-stop(39%, #c4c4c4), color-stop(74%, #a3a3a3), color-stop(100%, #939393));
  background-image: -webkit-linear-gradient(top, #dedede 0%,#d6d6d6 16%,#c4c4c4 39%,#a3a3a3 74%,#939393 100%);
  background-image: -moz-linear-gradient(top, #dedede 0%,#d6d6d6 16%,#c4c4c4 39%,#a3a3a3 74%,#939393 100%);
  background-image: -o-linear-gradient(top, #dedede 0%,#d6d6d6 16%,#c4c4c4 39%,#a3a3a3 74%,#939393 100%);
  background-image: linear-gradient(top, #dedede 0%,#d6d6d6 16%,#c4c4c4 39%,#a3a3a3 74%,#939393 100%);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
  box-shadow: 0 1px 3px rgba(0,0,0,0.25);
}

/* @ Page structure */
.wrapper,
#footer {
  margin: auto;
  width: 1080px;
}

.page-style {
  background-color: #ffffff;
  border-left: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  position: relative;
  width: 1078px;
}
.posts-blog,
.padding-wrapper {
  padding: 40px 50px;
}
.recent-posts-title .avatar {
  border: 1px solid rgb(127, 127, 127);
  border: 1px solid rgba(0, 0, 0, .5);
  display: block;
  margin: 20px auto;
}
.page-title {
  font-size: 25px;
  text-align: center;
  padding: 0 0 40px;
}

/* @ Page header */
.page-header {
  width: 100%;
  background-color: #202020;
  height: 60px;
}

.page-header,
.page,
#footer,
.full-story {
  position: relative;
}

.home .blog-nav .home,
.page-template-popular-php .blog-nav .popular,
.page-template-archives-php .blog-nav .topics {
  color: #ccc;
}

.page-header .blog-nav a {
  color:#666666;
}

.page-header a:hover {
  color:#cdcdcd;
  text-decoration: none;
}

.page-header .linkedin_logo {
  float: left;
  font-family: "avenir-regular", Arial, Helvetica, sans-serif;
  margin-left: 50px;
}

.page-header .blog-nav {
  float: right;
}
.show-nav, .hide-nav {
  display: none;
}
.page-header .blog-nav ul {
  margin: 0 50px 0 0;
}

.page-header .blog-nav ul li {
  font-size: 13px;
  display: inline-block;
  height: 55px;
  line-height: 55px;
  margin: 5px 15px 0;
}
.search-form {
  display: inline-block;
  height: 26px;
  line-height: 24px;
  margin: 0 5px 0 0;
  overflow: hidden;
  position: absolute;
  vertical-align: middle;
  width: 0;

}
.no-js .search-form {
  width: 229px;
  position: static;
}
.search-input {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 0 4px #ddd;
  -webkit-box-shadow: inset 0 0 4px #ddd;
  box-shadow: inset 0 0 4px #ddd;
  color:#666;
  font-size: 12px;
  height: 24px;
  padding-left: 5px;
  vertical-align: top;
}

.page-header .blog-nav .search {
  background: transparent url('images/search.png') center center no-repeat;
  display: inline-block;
  line-height: 24px;
  text-indent: -999em;
  width: 14px;
}
.no-js .blog-nav .search {
  display: none;
}
.page-header h1 {
  display: block;
  position: relative;
}

.page-header .logo {
  background: url('images/linkedin-logo-light.png') no-repeat left center;
  display: block;
  float: left;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  text-indent: -999em;
  width: 95px;
}
.mobile .page-header .logo {
  background-image: url('images/linkedin-bug-light.png');
  width: 23px;
}

.page-header .title {
  color: #cdcdcd;
  display: block;
  float: left;
  font-family: "avenir-bold", Helvetica, Arial;
  font-size: 16px;
  height: 55px;
  line-height: 55px;
  margin: 5px 0 0 5px;
}

/* @ Footer */
#footer {
  background: #fff;
  clear: both;
}
.secondary-footer,
.li-stick-nav-bottom-dummy {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  border-left: solid 1px #d9d9d9;
  border-right: solid 1px #d9d9d9;
  border-top: solid 1px #d9d9d9;
  font-size: 13px;
  margin-top: -1px;
  padding: 14px 0;
  width: 1078px; 
}
.secondary-footer.sticky {
  bottom: 0;
  position: fixed;
  z-index: 1000;
}
.secondary-footer li {
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
}
.secondary-footer .link a {
  color: #888;
  padding: 0 20px;
}
.secondary-footer .link a:hover {
  text-decoration: none;
}
.small-button-secondary {
  font-weight: bold;
  background-color: #f2f2f2;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF2F2F2', endColorstr='#FFD1D1D1');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(32%, #e9e9e9), color-stop(74%, #d8d8d8), color-stop(100%, #d1d1d1));
  background-image: -webkit-linear-gradient(top, #f2f2f2 0%, #e9e9e9 32%, #d8d8d8 74%, #d1d1d1 100%);
  background-image: -moz-linear-gradient(top, #f2f2f2 0%, #e9e9e9 32%, #d8d8d8 74%, #d1d1d1 100%);
  background-image: -o-linear-gradient(top, #f2f2f2 0%, #e9e9e9 32%, #d8d8d8 74%, #d1d1d1 100%);
  background-image: linear-gradient(top, #f2f2f2 0%, #e9e9e9 32%, #d8d8d8 74%, #d1d1d1 100%);
  border-color: #a7a7a7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #444444;
  cursor: pointer;
  display: -moz-inline-stack;
  display: inline-block;
  font-family: helvetica, arial, sans-serif;
  font-size: 12px;
  height: 26px;
  line-height: 24px;
  margin: 0;
  overflow: visible;
  padding: 0 10px;
  text-decoration: none !important;
  width: auto;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  white-space: nowrap;
  zoom: 1;
}
.secondary-footer .left-column {
  float: left;
  margin-left: 50px
}
.secondary-footer .back-to-top {
  text-indent: -12345px;
  position: relative;
  width: 25px;
}
.secondary-footer .back-to-top-img {
  background: url("images/back-to-top-arrow.png") no-repeat scroll center center transparent;
  height: 8px;
  left: 6px;
  position: absolute;
  top: 8px;
  width: 12px;
}
.secondary-footer .small-button-secondary:hover {
  background-color: #e8e8e8;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE8E8E8', endColorstr='#FFA9A9A9');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e8e8e8), color-stop(13%, #e3e3e3), color-stop(32%, #d7d7d7), color-stop(71%, #b9b9b9), color-stop(100%, #a9a9a9));
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #e3e3e3 13%, #d7d7d7 32%, #b9b9b9 71%, #a9a9a9 100%);
  background-image: -moz-linear-gradient(top, #e8e8e8 0%, #e3e3e3 13%, #d7d7d7 32%, #b9b9b9 71%, #a9a9a9 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #e3e3e3 13%, #d7d7d7 32%, #b9b9b9 71%, #a9a9a9 100%);
  background-image: linear-gradient(top, #e8e8e8 0%, #e3e3e3 13%, #d7d7d7 32%, #b9b9b9 71%, #a9a9a9 100%);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.secondary-footer .right-column {
  float: right;
  margin-right: 50px;
}
a.small-button-primary,
.small-button-primary a {
  font-weight: bold;
  background-color: #287bbc;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF287BBC', endColorstr='#FF23639A');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #287bbc), color-stop(100%, #23639a));
  background-image: -webkit-linear-gradient(top, #287bbc 0%, #23639a 100%);
  background-image: -moz-linear-gradient(top, #287bbc 0%, #23639a 100%);
  background-image: -o-linear-gradient(top, #287bbc 0%, #23639a 100%);
  background-image: linear-gradient(top, #287bbc 0%, #23639a 100%);
  border-color: #1b5480;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  display: -moz-inline-stack;
  display: inline-block;
  font-family: helvetica, arial, sans-serif;
  font-size: 12px;
  height: 26px;
  line-height: 24px;
  margin: 0;
  overflow: visible;
  padding: 0 10px;
  text-decoration: none !important;
  width: auto;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  vertical-align: middle;
  white-space: nowrap;
  zoom: 1;
}
a.small-button-primary:hover,
.small-button-primary a:hover {
  background-color: #2672ae;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF2672AE', endColorstr='#FF1E4F7E');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2672ae), color-stop(100%, #1e4f7e));
  background-image: -webkit-linear-gradient(top, #2672ae 0%, #1e4f7e 100%);
  background-image: -moz-linear-gradient(top, #2672ae 0%, #1e4f7e 100%);
  background-image: -o-linear-gradient(top, #2672ae 0%, #1e4f7e 100%);
  background-image: linear-gradient(top, #2672ae 0%, #1e4f7e 100%);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  color: #fff;
}

.mobile .secondary-footer {
  position: static;
}

#footer .footer-div {
  padding: 0 0 20px;
  width: 1080px;
  background-color: #333333;
  text-align: center;
}

#footer .footer-nav-top {
  padding-top: 30px;
}

#footer .footer-nav-bottom {
  padding: 8px 0 14px;
}

#footer .footer-nav-top li, #footer .footer-nav-bottom li {
  display: inline;
  color: #676767;
  margin: 0;
  padding: 0;
}

#footer .footer-nav-top li{
  font-size: 12px;
  padding-right: 18px;
}

#footer .footer-nav-bottom li{
  font-size: 11px;
  padding-right: 10px;
}

#footer .footer-nav-top li a {
  color: #cdcdcd;
}

#footer .footer-nav-top li a:hover {
  color: #ffffff;
  text-decoration: none;
}

#footer .footer-nav-bottom li a {
  color: #676767;
}

#footer .follow-links {
  text-align: center;
}
#footer .follow-link {
  display: inline;
}
#footer .follow-link + .follow-link {
  margin-left: 6px;
}
.follow-link a {
  background: transparent url('images/social-sprite.png') left -34px  no-repeat;
  display: inline-block;
  height: 21px;
  text-indent: -999em;
  width: 21px;
}
.facebook a {
  background-position: -29px -34px;
}
.twitter a {
  background-position: -58px -34px;
}
.google a {
  background-position: -87px -34px;
}
.youtube a {
  background-position: -116px -34px;
}
.slideshare a {
  background-position: -145px -34px;
}
.feedburner a {
  background-position: -174px -34px;
}
.flickr a {
  background-position: -203px -34px;
}

/* @ Post List */
.post-list .post-li {
  border: 1px solid #d9d9d9;
  height: 248px;
  margin-bottom: 20px;
}

.post-list .sm {
  display: inline-block;
  float: left;;
  height: auto;
  width: 317px;
  margin: 0 10.5px 15px 0;
}

.post-list .post-thumb {
  background: transparent url('images/default-thumbnail-bg.jpg') left top no-repeat;
  background-size: cover;
  float: left;
  height: 100%;
  overflow: hidden;
  text-align: center;
  width: 438px;
}
.post-list .post-thumb .link {
  display: block;
  height: 100%;
}
.post-list .center-box {
  padding: 10px 20px;
}
.post-list .post-thumb .avatar {
  border: 1px solid rgb(127, 127, 127);
  border: 1px solid rgba(0, 0, 0, .5);
  display: block;
  margin: 0  auto 10px;
}
.post-list .sm .post-thumb .avatar {
  margin: 0 auto 10px;
}
.post-list .post-thumb .author-label {
  color: #fff;
  font-family: "avenir-bold", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
}
.post-list .post-thumb .author-desc {
  color: #ccc;
  font-size: 14px;
  margin: 5px 0 0;
}
.post-list .sm .post-thumb {
  float: none;
  width: 100%;
  height: 178px;
}
.post-list .post-wrapper {
  border-left: 1px solid #d9d9d9;
  float: right;
  height: 178px;
  min-height: 100% !important;
  overflow: hidden;
  position: relative;
  width: 537px;
}

.post-list .sm .post-wrapper {
  border-left: none;
  border-top: 1px solid #d9d9d9;
  float: none;
  height: 240px;
  padding: 10px 0 0;
  width: 100%;
}

.post-list .post {
  padding: 0 20px;
}

.post-list .header {
  margin: 10px 0;
}

.post-list .header h2 a {
  font-family: "avenir-condensed", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #202020;
  display: block;
  font-size: 19px;
  margin-bottom: 8px;
}

.post-list .header h2 a:hover {
  color: #616264;
  text-decoration: none;
}

.post .header h3 {
  font-size: 13px;
  border-bottom: 1px solid #cdcdcd;
}

span.author {
  color: #666;
  font-family: "avenir-condensed", Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-bottom: 8px;
}
span.author a {
  color: #006fb3;
}

.timestamp {
  color: #9a9b9d;
  float: right;
  font-size: 12px;
  margin-bottom: 8px;
}

.post-list .content {
  color: #4d4e54;
  font-size: 13px;
  line-height: 18px;
  margin-top: 10px;
  overflow: hidden;
}

.post-list p {
  color: #888;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 15px;
}

.post em,
.full-story .post .content em {
  font-style: italic;
}
.post-list .category-list {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.post-list .category-list ul {
  color: #9a9b9d;
  font-size: 11.5px;
  padding: 10px 20px;
  border-top: 1px solid #cdcdcd;
  background-color: #f2f2f2;
}


.post-list .category-list ul li {
  display: inline-block;
  margin: 0 4px 1px 0;
}

.post-list .category-list ul li span.topic {
  color: #666666;
}


.full-wrapper .category-list ul,
.full-story .category-list ul.single-topics {
  border-top: 1px dotted #b3b4b5;
  color: #9a9b9d;
  font-size: 11.5px;
  padding: 10px 0 18px 0;
}

.full-story .category-list ul.single-topics {
  padding: 10px 0;
}

.no-post {text-align: center;}

/* @ Unsure */

.social .comments-bubble .comm,
.social .comments-bubble .comms {
  color: #9A9B9D;
  font-size: 11.5px;
}

.social .comments-bubble .comm {
  margin-right: 5px;
}

.social .comments-bubble .comms {
  margin-right: 3.5px;
}

.seymour-posts {
  clear: both;
  font-size: 22px;
  left: 0;
  margin: 30px 0;
}

.seymour-posts a {
  font-family: "avenir-regular", Helvetica, Arial, sans-serif;
  color: #000;
}

.seymour-posts #older {
  float: right;
}

.seymour-posts #newer {
  float: left;
}

/* @ Home page */
.featured-post-block {
  float: left;
  width: 100%;
}
.featured-post-item {
  float: left;
  height: 300px;
  overflow: hidden;
  position: relative;
  width: 359px;
}
.featured-post-item + .featured-post-item .featured-post-link {
  border-left: 1px solid #000;
}
.featured-post-item + .featured-post-item + .featured-post-item {
  width: 360px;
}
.featured-post-item .featured-post-link {
  background: url('images/default-thumbnail-bg.jpg') -2px top no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  text-align: center;
}
.featured-post-item .avatar {
  border: 1px solid rgb(127, 127, 127);
  border: 1px solid rgba(0, 0, 0, .5);
  display: block;
  margin: 30px auto 10px;
}
.featured-post-link {
  color: #fff;
}
.featured-post-link:hover {
  color: #ccc;
}
.featured-post-caption {
  bottom: 0;
  font-weight: bold;
  height: 100px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.featured-post-caption .over-shadow {
  display: table;
}
.featured-post-caption .featured-post-title {
  display: table-cell;
  height: 100%;
  padding: 20px;
  text-align: left;
  vertical-align: middle;
}


/* @ Single pages */

.full-story .padding-wrapper {
  padding: 50px 130px;
  width: auto;
}
.full-story .header {
  color: #333;
  font-family: "avenir-condensed", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.full-story .subheader {
  color: #888;
  font-size: 18px;
  text-align: center;
}
.full-story .post-details {
  margin-top: 50px;
  border-bottom: 1px solid #D9D9D9;
}
.full-story .post-details .single-page-h3 {
  float: left;
  margin: 33px 0 0;
}
.full-story .author {
  font-size: 16px;
  font-weight: normal;
}
.full-story .timestamp {
  float: none;
  font-size: 14px;
  margin: 0 0 0 5px;
}
.full-story .social {
  float: right;
}
.full-story .share-btns li {
  float: left;
  margin-right: 10px;
}
.full-story li.fb-share-btn {
 margin-right: 4px;
}
.full-story li.gplus-btn {
  margin: 0;
}
.full-story .hero {
  display: block;
  margin: 40px auto 0;
}
.full-story .post {
  padding: 10px 85px 0;
}
.full-story .additional-post {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  float: left;
  height: 120px;
  overflow: hidden;
  position: relative;
  width: 404px;
}
.full-story .additional-post + .additional-post {
  float: right;
}
.full-story .post-link {
  color: #fff;
  text-align: center;
}
.full-story .center-box {
  padding: 10px 20px;
}
.full-story .post-label {font-size: 14px;
  padding: 0 0 5px;
}
.full-story .post-link h2 {
  font-size: 18px;
  font-weight: bold;
}
.full-content h2 {
  color: #333;
  font-size: 22px;
  line-height: 1.3;
  margin-top: 20px;
}
.full-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.full-content .alignleft {
  float: left;
  margin-bottom: 15px;
  margin-right: 15px;
}
.full-content .alignright {
  float: right;
  margin-bottom: 15px;
  margin-left: 15px;
}
.comment-box {
  border: 1px solid #d9d9d9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 50px 0 0;
}
.comment-box .nocomments {
  color: #666;
  font-size: 14px;
  padding: 10px 20px;
}
.comment-box h3 {background: #f2f2f2;
  border-bottom: 1px solid #d9d9d9;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #888;
  margin-bottom: 10px;
  padding: 10px 20px;

}
.compose-reply {
  background: url('images/compose.png') left top no-repeat;
  float: right;
  height: 24px;
  text-indent: -999em;
  width: 24px;
}
.comment-box .comment {
  padding: 10px 20px 20px;
  position: relative;
}
.comment-box .comment + .comment {
  border-top: 1px solid #d9d9d9;
}
.comment-box .avatar {
  display: block;
  float: left;
}
.comment-intro {
  border-bottom: 1px solid #f2f2f2;
  color: #ccc;
  margin: 0 0 10px;
  padding: 0 0 10px;
}
.comment-intro a {
  line-height: 24px;
  margin: 0 0 0 10px;
}
.comment-intro .divider {
  margin: 0 5px;
}
.comment-author {
  font-size: 14px;
  font-weight: bold;
}
.comment-permalink {
  color: #ccc;
  font-size: 14px;
}
.comment-permalink .time {
  font-weight: bold;
  text-transform: uppercase;
}
.comment-reply {
  float: right;
  font-size: 14px;
}
.comment-reply a {
  color: #666;
  background: url('images/reply.png') left center no-repeat;
  padding-left: 20px;
}
.comment-text {
  color: #888;
  line-height: 1.3;
}
.comment-text p + p {
  margin-top: 20px;
}
.comment .children {
  border: 1px solid #d9d9d9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 20px 0 0;
}
.navigation + #respond h3 {
  border-top: 1px solid #d9d9d9;
}
.reply + #respond h3 {
  border: 1px solid #d9d9d9;
  margin: 20px 0 10px;
}
#respond #cancel-comment-reply {
  margin: 0 20px;
}
#respond #commentform {
  color: #888;
  margin: 0 20px 20px;
}
#respond .reply-input {
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 10px 0;
}
#respond .btn {
  border-color: #a7a7a7;
}

.full-story .full-content {
  color: #888;
  font-size: 15px;
  line-height: 22px;
  padding-bottom: 20px;
}

.full-story .post .full-content p,
.full-wrapper .content p {
  margin: 10px 0;
}

.full-story .post .content p strong,
.full-story .post .full-content p strong,
.full-wrapper .content strong {
  font-weight: bold;
}

.full-story .post .content code,
.full-story .post .content pre,
.full-story .post .full-content code,
.full-story .post .full-content pre,
.full-wrapper .content code,
.full-wrapper .content pre {
  background: #F7F7F7;
  border-color: #E0E0E0;
  border-style: solid;
  border-width: 1px 1px 3px;
  clear: right;
  color: #1E82BA;
  display: block;
  margin: 20px 0;
  overflow-x: scroll;
  padding: 16px;
  white-space: pre;
  width: 475px;
}

.full-story .post .content li code,
.full-story .post .content li pre,
.full-story .post .full-content li code,
.full-story .post .full-content li pre,
.full-wrapper .content li code,
.full-wrapper .content li pre {
  width: 445px;
}

.full-story .post .content em,
.full-story .post .full-content em,
.full-wrapper .content em {
  font-style: italic;
}

.full-story .post .content ol li,
.full-story .post .full-content ol li,
.full-wrapper .content ol li {
  list-style-type: decimal;
  margin: 0 0 10px 30px;
}

.full-story .post .content ul li,
.full-story .post .full-content ul li,
.full-wrapper .content ul li {
  list-style-type: disc;
  margin: 0 0 10px 30px;
}

.full-story .post .content blockquote,
.full-story .post .full-content blockquote,
.full-wrapper .content blockquote {
  background: url("images/quotes3.jpg") no-repeat scroll 0 -6px transparent;
  font-size: 101%;
  font-style: italic;
  margin-left: 1px;
  padding: 15px 0 1px 57px;
}

.full-content h2, {
  font-family: 'avenir-condensed', Helvetica, Arial, sans-serif;
  color: #333;
  font-size: 20px;
  margin: 40px 0 20px;
}
.full-story .post .content sup,
.full-story .post .full-content sup,
.full-wrapper .content sup {
  font-size: xx-small;
  vertical-align: top;
}

.full-story .post .content table,
.full-story .post .full-content table,
.full-wrapper .content table {
  font-size: 11px;
}

.full-story .post .content table td,
.full-story .post .full-content table td,
.full-wrapper .content table td {
  padding: 2px 5px;
}

.full-story .post .content table th,
.full-story .post .full-content table th,
.full-wrapper .content table th {
  font-weight: bold;
  padding: 2px 5px;
}

.full-story .post .content p.screenreader,
.full-story .post .full-content p.screenreader,
.full-wrapper .content p.screenreader {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.full-story .post .full-content .tags,
.full-wrapper .content .tags {
  border-bottom: 1px dotted #9a9b9d;
  padding: 10px 0;
  font-size: 11.5px;
  color: #006fb3;
}

.full-story .comments .comments-section .commentbox li .comment-info .comment-author {
  margin-left: -2px;
}

.full-story #respond #comment-form input[type='text'] {
  height: 24px;
  border: 1px solid #d4d4d6;
  font-size: 12px;
  padding-left: 5px;
  color: gray;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow:inset 0 0 4px #ddd;
  -webkit-box-shadow:inset 0 0 4px #ddd;
  box-shadow:inset 0 0 4px #ddd;
}

.full-story #respond #comment-form input[type='checkbox'] {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  -moz-box-shadow:inset 0 0 1px #ddd;
  -webkit-box-shadow: inset 0 0 1px #ddd;
  box-shadow:inset 0 0 1px #ddd;
}

.full-wrapper #archives-by-date ul,
.full-wrapper #archives-by-subject ul,
.full-wrapper #archives-by-author ul {
  font-size: 13px;
  margin-top: 15px;
  line-height: 20px;
  color: #006fb3;
}

.full-wrapper #archives-by-subject ul {
  margin-left: 14px;
}


.full-story .padding-wrapper h2.all-articles,
.full-wrapper .category-wrapper h2.all-articles {
  color: #4d4e54;
  display: block;
  font-size: 22px;
  margin: 30px 0 20px 0;
  padding: 0;
}

.full-story .padding-wrapper h3.post-heading,
.full-wrapper .category-wrapper h3.post-heading {
  margin: 30px 0 7px 0;
}

.full-story .padding-wrapper h3.post-heading a,
.full-wrapper .category-wrapper h3.post-heading a {
  font-size: 17px;
  color: #006fb3;
  display: block;
}

.full-story .seymour-posts #newer,
.full-story .seymour-posts #older {
  display: table-cell;
  background-color: #000;
  width: 395px;
  height: 125px;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: opacity 0.2s;
}

.full-story .seymour-posts #newer:hover,
.full-story .seymour-posts #older:hover {
  opacity: 0.8;
}

.full-story .seymour-posts #newer {
  float: right;
}

.full-story .seymour-posts #older {
  float: left;
}

/* @ Topics Page */
.topics-list li {
  float: left;
  margin: 0 10px 10px 0;
}
.topics-list .end-row {
  margin-right: 0;
}
.topic-thumb {
  background-color: #666;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 121px;
  position: relative;
  width: 236px;
}
.topic-thumb .category-link {
  color: #fff;
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
}
.topic-thumb .category-title {
  font-size: 20px;
  font-weight: bold;
}
.topic-thumb .category-title span {
  display: block;
  padding: 0 10px;
}
.topic-thumb .post-count {
  font-size: 16px;
  font-weight: normal;
  margin: 30px 0 5px;
}

/* @ Category page */
.topic-heading {
  text-transform: capitalize;
}

.featured-img-block .featured-image-caption:hover {
  text-decoration: underline;
}

@media only screen and (max-width : 1080px) {

  /* @ Page Structure */
  .wrapper, #footer {
    margin: 0;
    overflow: hidden;
    width: 100%;
  }
  .page-header {
    height: auto;
  }
  .page-header .linkedin_logo {
    float: none;
    margin-left: 20px;
  }
  .page-header .logo {
    height: 44px;
    line-height: 44px;
  }
  .page-header .title {
    height: 39px;
    line-height: 39px;
  }
  .page-header .blog-nav {
    float: none;
  }
  .show-nav,
  .hide-nav {
    background: transparent url('images/menu-show-hide.png') left top no-repeat;
    display: block;
    height: 20px;
    position: absolute;
    right: 20px;
    text-indent: -999em;
    top: 14px;
    width: 20px;
    z-index: 1;
  }
  .hide-nav {
    background: transparent url('images/menu-show-hide.png') left -28px no-repeat;
  }
  .page-header .blog-nav ul {
    clear: both;
    display: none;
    margin: 0;
  }
  .page-header .blog-nav ul li,
  #footer .footer-nav-top li,
  #footer .footer-nav-bottom li  {
    background: #333 url('images/menu-arrow.png') no-repeat;
    background-position-x: 95%;
    background-position-y: 16px;
    background-position: right 20px top 16px;
    border-bottom: 1px solid #2b2b2b;
    display: block;
    height: auto;
    line-height: normal;
    margin: 0;
    text-align: left;
  }
  .page-header .blog-nav ul li a,
  #footer .footer-nav-top li a,
  #footer .footer-nav-bottom li a {
    display: block;
    font-size: 15px;
    padding: 14px 20px;
  }
  .page-header .blog-nav .last-li {
    background: #333;
  }
  .page-header .blog-nav a {
    color: #666;
  }
  .page-header .blog-nav .search,
  .search-form .btn {
    display: none;
  }
  .search-form {
    display: block;
    height: auto;
    position: static;
    padding: 5px 20px;
    width: auto;
  }
  .search-input {
    background: #303030 url('images/search.png') 10px  center no-repeat;
    border: 1px solid #2b2b2b;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    font-size: 15px;
    text-indent: 34px;
    padding: 4px 0;
    width: 99%;
  }
  .search-input::-webkit-input-placeholder {
    color:  #666;
  }
  .search-input:-moz-placeholder {
    color:  #666;
  }
  .search-input::-moz-placeholder {
    color: #666;
  }
  .search-input:-ms-input-placeholder {
    color: #666;
  }
  .page-style {
    border: none;
    width: 100%;
  }
  .padding-wrapper {
    padding: 40px 20px;
  }
  .seymour-posts {
    font-size: 18px;
    margin: 20px 0;
    position: static;
    width: auto;
  }
  .secondary-footer {
    border-left: none;
    border-right: none;
    margin-top: 0;
    width: 100%;
  }
  .secondary-footer .left-column {
     margin-left: 20px;
  }
  .secondary-footer .right-column {
    margin-right: 20px;
  }
  .secondary-footer .link a {
    padding: 0 15px;
  }
  #footer .footer-div {
    position: static;
    width: auto;
  }
  #footer .footer-nav-top {
    padding: 0;
  }
  #footer .footer-div .copyright {
    background-image: none;
    padding: 14px 20px;
  }
  .follow-link a {
    background-position: left top;
    height: 28px;
    width: 28px;
  }
  .facebook a {
    background-position: -42px 0;
  }
  .twitter a {
    background-position: -84px 0;
  }
  .google a {
   background-position: -126px 0;
  }
  .youtube a {
    background-position: -168px 0;
  }
  .slideshare a {
    background-position: -210px 0;
  }
  .feedburner a {
    background-position: -252px 0;
  }
  .flickr a {
    background-position: -294px 0;
  }

  /* @ Post List */
  .post-list .post-li,
  .post-list .post-li .sm {
    height: auto;
    float: none;
    position: relative;
    width: 100%;
  }
  .post-list .post-thumb,
  .post-list .sm .post-thumb {
    bottom: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 438px;
  }
  .post-list .post-wrapper,
  .post-list .sm .post-wrapper {
    border-top: none;
    border-left: 1px solid #d9d9d9;
    float: none;
    height: auto;
    margin-left: 438px;
    width: auto;
  }
  .post-list .post {
    overflow: hidden;
    padding-bottom: 36px;
  }
  .mobile .post-list .sm .header h3 {
    border:none;
  }
  /* @ Home Page */

  .featured-post-block {
    overflow: hidden;
    width: 100%;
  }
  .featured-post-block {
    background: #202020;
  }
  .featured-post-item,
  .featured-post-item + .featured-post-item + .featured-post-item {
    width: 33%;
    margin-left: .16%;
    margin-right: .16%;
  }

  /* @ Single Page */
  .full-story .padding-wrapper {
     padding: 30px 20px;
  }
  .full-story .post {
    padding: 10px 0;
  }
  .full-story .hero,
  .full-story .post img {
    height: auto;
    max-width: 100%;
  }
  .full-story .post iframe {
    max-width: 100%;
  }

  /* @ Topic Page */
  .topics-list li,
  .topics-list .end-row {
    margin: 0 0 10px 0;
    width: 33%;
  }
  .topic-thumb {
    margin-left: auto;
    margin-right: auto;
  }

}

@media only screen and (max-width : 850px) {

  /* @ Home page */
  .featured-post-item {
    margin: 0;
    width: 50%;
  }
  .featured-post-item {
    margin: 0;
    width: %;
  }
  .featured-post-item + .featured-post-item + .featured-post-item {
    display: none;
  }


  /* @ Single Post */
  .full-story .additional-post {
    float: none;
  }
  .full-story .additional-post + .additional-post {
    float: none;
    margin-top: 10px;
  }
  /* @ Topics */
  .topics-list li,
  .topics-list .end-row {
    width: 50%;
  }

}

@media only screen and (max-width : 767px) {
   /* @ Post List */
  .post-list .post-li {
    height: auto;
    width: 100%;
  }
  .post-list .post-thumb {
    float: none;
    height: 175px;
    position: static;
    width: auto;
  }
  .post-list .sm .post-thumb {
    height: 103px;
    position: static;
    width: auto;
  }
  .post-list .post-thumb .avatar {
    margin: 26px auto 10px;
  }
  .post-list .post-wrapper,
  .post-list .sm .post-wrapper {
    border-left: none;
    border-top: 1px solid #d9d9d9;
    height: auto;
    margin: 0;
  }
  .mobile .post-list .sm .header h3 {
    border:none;
  }
  .post-list .post {
    padding-bottom: 0;
  }
  .post-list .category-list {
    position: static;
  }

  /* @ Single Page */
  .full-story .post-details {
    margin-top: 10px;
  }
  .full-story .post-details .single-page-h3 {
    float: none;
    line-height: 30px;
    margin: 0;
  }
  .full-story .time-stamp {
    float: right;
  }


}


@media only screen and (max-width : 530px) {
  /* @ Home */
  .featured-post-item {
    width: 100%;
  }
  .featured-post-item + .featured-post-item {
    display: none;
  }

  /* @ Topics */
  .topics-list li,
  .topics-list .end-row {
    width: 100%;
  }

}

@media only screen and (max-width : 440px) {
  /* @ Single Post */
  .full-story .additional-post {
    height: auto;
    padding-bottom: 20px;
    width: 100%;
  }
  /* @ Topics */
  .topics-list li,
  .topics-list .end-row {
    width: 100%;
  }
  .topic-thumb {
    width: 100%;
  }

}
