body.vincit-blog {
	background: #fff;
}

.vincit-blog .content {
	border-bottom: none;
}

.vincit-blog .post {
	margin-bottom: 26px;
	padding-bottom: 5px;
	border-bottom: 1px solid #a1a1a1;
}
.share-count {
	/* removed */
}

/* - - - - - - - - - - TYPOGRAPHY - - - - - - - - - - */

.vincit-blog .entry-content ul, .vincit-blog .entry-content ol {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px 20px;
    color: #454545;
}

.vincit-blog .entry-content ul {
    list-style-type: disc;
}

.vincit-blog .entry-content ol {
    list-style-type: decimal;
}

.vincit-blog .entry-content ul li, .vincit-blog .entry-content ol li {
    line-height: 24px;
}

.vincit-blog .entry-header {
	text-align: center;
}

.vincit-blog .lists .entry-header {
	text-align: left;
}

.vincit-blog strong {
	font-weight: 600;
}

.vincit-blog h1.page-title,
.vincit-blog h1.entry-title {
	font-family: 'proxima-nova', Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 30px;
	font-weight: 300;
	color: #e73b2b;
	letter-spacing: 2px;
	float: none;
	padding: 10px 0;
}

.vincit-blog h1.page-title {
	padding-bottom: 20px;
	border-bottom: 1px solid #a1a1a1;
	margin-bottom: 25px;
}

.vincit-blog h2.entry-title,
.vincit-blog h2.entry-title a {
	font-size: 36px;
	line-height: 40px;
	font-weight: 300;
	color: #e73b2b;
	letter-spacing: 1px;
	text-transform: none;
	margin-bottom: 5px;
	padding: 10px 0;
}

.vincit-blog .lists h2.entry-title,
.vincit-blog .lists h2.entry-title a {
	font-size: 23px;
	line-height: 33px;
	text-align: left;
	margin-bottom: 0;
}

h2.secondary-title{
  font-family: 'proxima-nova', Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  color: #e73b2b;
  letter-spacing: 2px;
  float: none;
  padding: 10px 0;
}

.small-line{
    margin: 2px auto;
    width: 20%;
    border-color: red;
}

.vincit-blog p {
	font-weight: 400;
}

.category-name,
.category-name a {
	font-weight: 700;
	font-size: 14px;
	color: #555 !important;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.single-post .category-name,
.single-post .category-name a {
	margin-bottom: 5px;
}

.lists .category-name,
.lists .category-name a {
	font-size: 11px;
	margin-bottom: 5px;
}

p.tag-links a {
	font-weight: 700;
}

.metas {
	font-size: 13px;
	line-height: 24px;
	color: #575756;
	margin-bottom: 15px;
}

.single-post .metas {
	margin-bottom: 0;
}

.metas a {
	color: #575756;
}

.metas a:hover,
.metas a:active {
	color: #fbb8b4;
	text-decoration: none;
}

.single-post .metas {
	margin: 22px 0;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

.single-post .metas ul {
	    padding-top: 5px;
	    margin-bottom: 0;
	    padding-bottom: 2px;
		}

.single-post .metas li {
	display: inline;
	margin-bottom: 0;
}

.commentbubble {
	background: transparent url(images/blog/kommentit.png) no-repeat;
	background-size: 22px 22px;
	padding: 2px 0 10px 25px;
	margin-left: 2px;
}

/* - - - - - - - - - - TOPNAVI & NAV - - - - - - - - - - */

.vincit-blog ul.tab-links li {
	padding: 0 5px;
}
@media only screen and (min-width: 480px) {
	.vincit-blog ul.tab-links li { padding: 0 20px; }
}

.vincit-blog #logoLink {
	width: auto;
}

.blog-name {
	font-size: 24px;
	line-height: 65px;
	margin-left: 215px;
	color: #fff;
	letter-spacing: 1px;
}
@media only screen and (min-width: 480px) {
	.blog-name {
		font-size: 48px;
		line-height: 51px;
	}
}

#blog-nav {
	position: static;
	background-color: #e5301f;
	padding: 20px 0;
	margin-bottom: 90px;
	padding-top: 46px;
}

/* - - - - - - - - - - SEARCH - - - - - - - - - - */

.vincit-blog #search {
	float: right;
	margin: 15px 0 10px 15px;
}

.vincit-blog input#s {
	height: 32px;
	padding: 5px 10px;
	float: left;
	background-color: #e73b2b;
	border: 1px solid #fff;
	border-right: none;
	color: #d7d7d7;
}

.vincit-blog input#searchsubmit {
	height: 32px;
	padding: 3px 14px 3px 10px;
	margin-left: -2px;
	background: #e73b2b url(images/blog/suurennuslasi.png) no-repeat center left;
	border: 1px solid #fff;
	border-left: none;
	-webkit-border-radius: 0;
  	-moz-border-radius: 0;
  	border-radius: 0;
}

.vincit-blog ::-webkit-input-placeholder { color: #d7d7d7; }
.vincit-blog ::-moz-placeholder { color: #d7d7d7; }
.vincit-blog :-moz-placeholder { color: #d7d7d7; }
.vincit-blog :-ms-input-placeholder { color: #d7d7d7; }

.vincit-blog input:focus::-webkit-input-placeholder { color: transparent; }
.vincit-blog input:focus::-moz-placeholder { color: transparent; }
.vincit-blog input:focus:-moz-placeholder { color: transparent; }
.vincit-blog input:focus:-ms-input-placeholder { color: transparent; }

.vincit-blog input#s:focus,
.vincit-blog input#searchsubmit:focus {
	border-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

/* - - - - - - - - - - AUTHOR INFO - - - - - - - - - - */

.author-info{
	width: 50%;
	float: left;
	display: inline-block;
}

#author-avatar, .author-avatar {
	width: 85px;
	height: 125px;
	float: left;
}

#author-avatar img, .author-avatar img {
	width: 70px;
	height: 70px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

#author-description p, .author-description p {
	font-size: 15px;
	line-height: 20px !important;
	padding-top: 18px;
}

#author-description span, .author-description span {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #777;
}

@media only screen and (max-width: 959px) {
	.author-info{
		width: 100%;
		float: none;
	}
}

/* - - - - - - - - - - SHARING - - - - - - - - - - */

.vincit-blog #content div.sharedaddy,
.vincit-blog #content div.sharedaddy > div ,
.vincit-blog #content div.sharedaddy > div > div,
.vincit-blog #content div.sharedaddy .sd-content ul {
	clear: none;
	display: inline;
}

.vincit-blog #content div.sharedaddy .sd-content ul {
	margin: 0 0 0 10px !important;
}

.vincit-blog .sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before {
	top: 2px;
	vertical-align: middle;
}

.vincit-blog .sd-social-icon .sd-content ul li[class*=share-] a,
.vincit-blog .sd-social-icon .sd-content ul li[class*=share-] a:hover,
.vincit-blog .sd-social-icon .sd-content ul li[class*=share-] div.option a {
	padding: 0 4px;
}

.vincit-blog .sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button,
.vincit-blog .sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button,
.vincit-blog .sd-social-icon .sd-content ul li[class*=share-].share-google-plus-1 a.sd-button,
.vincit-blog .sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button {
	background: #fff;
	color: #e5301f !important;
}


/* - - - - - - - - - - SHARE - - - - - - - - - - - */

.sd-social .sd-button .share-count {
  background: none !important;
  color: #575756 !important;
  border-radius: none !important;
  font-size: 12px !important;
}

.sd-social-icon .sd-button span.share-count {
  position: relative !important;
  top: 3px !important;
}



/* - - - - - - - - - - COMMENTS - - - - - - - - - - */

.vincit-blog #respond {
	margin: 0;
	float: none;
	border-top: none;
	padding-top: 25px;
}

h3#reply-title {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#comments h2 {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #e73b2b;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 10px;
	border-bottom: none;
}

#comments {
	float: none;
	margin: 0 0 30px 0;
}

#comments .vcard {
	background: none;
	float: none;
	clear: both;
	display: inline;
	width: auto;
	min-height: 24px;
	padding: 0;
}

#comments .comment-author {
	margin: 0;
}

#comments .comment-author:after {
	content: ', ';
	font-size: 16px;
	font-weight: 700;
	margin-left: -2px;
}

#comments .comment-author cite,
#comments .comment-author cite a {
	clear: none;
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	color: #454545;
}

#comments .comment-meta,
#comments .comment-meta a {
	margin: 0;
	display: inline;
	font-size: 16px;
	font-weight: 700;
	color: #454545;
}

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
}

.says {
	display: none;
}

.comment-awaiting-moderation {
	color: #454545;
}

.comment-list .comment {
	padding-top: 20px;
}

.comment-list .comment.depth-2,
.comment-list .comment.depth-3 {
	margin: 0 0 0 30px;
}

.comment-body:before, .comment-body:after { content: ""; display: table; }
.comment-body:after { clear: both; }
.comment-body { zoom: 1; }

/* - - - - - - - - - - NEXT & PREV POSTS - - - - - - - - - - */

#nav-below {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #e73b2b;
	text-transform: uppercase;
	padding: 30px 0 80px;
	border-top: 1px solid #a1a1a1;
}
@media only screen and (min-width: 768px) {
	#nav-below { padding: 30px 0 0; }
}

/* - - - - - - - - - - SIDEBAR - - - - - - - - - - */

#wrap #sidebar .widget-container {
	margin-left: 0;
}
@media only screen and (min-width: 768px) {
	#wrap #sidebar .widget-container { margin-left: 20px; }
}

#sidebar {
	font-size: 13px;
	color: #454545;
}

#sidebar ul {
	margin-top: 0;
}

.widget-title {
	color: #333;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}

li.widget_categories h3.widget-title {
	display: none;
}

.widget_categories li {
	border-bottom: none;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
}

li.widget_categories a {
	display: block;
	padding: 8px;
	margin: 0;
}

li.widget_categories a:hover, li.widget_categories li.current-cat a {
	background-position: bottom left;
	background-color: #e73b2b;
	color: #fff;
	text-decoration: none;
}

/*li.widget_categories ul li.cat-item-1 a {
	background-image: url(images/blog/muut.png);
}
li.widget_categories ul li.cat-item-2 a {
	background-image: url(images/blog/ohjelmistokehitys.png);
}
li.widget_categories ul li.cat-item-3 a {
	background-image: url(images/blog/tyohyvinvointi.png);
}
li.widget_categories ul li.cat-item-4 a {
	background-image: url(images/blog/nakokulma.png);
}
li.widget_categories ul li.cat-item-5 a {
	background-image: url(images/blog/pohdintoja.png);
}*/

.textwidget,
.textwidget p {
	font-size: 13px;
	line-height: 16px !important;
}

a#blog-rss {
	color: #454545;
	background: url(images/blog/rss.png) no-repeat top left;
	padding-left: 20px;
}

a#blog-rss:hover,
a#blog-rss:active {
	color: #fbb8b4;
}

/* - - - - - - - - - - WP-PAGENAVI - - - - - - - - - - */

.vincit-blog .wp-pagenavi span.pages {
	display: none;
}

.vincit-blog .wp-pagenavi a,
.vincit-blog .wp-pagenavi span {
	border: none;
	padding: 5px;
	margin: 0 5px;
}

.vincit-blog .wp-pagenavi a.nextpostslink,
.vincit-blog .wp-pagenavi a.last,
.vincit-blog .wp-pagenavi a.previouspostslink,
.vincit-blog .wp-pagenavi a.first {
	font-size: 18px;
}

.vincit-blog .wp-pagenavi span.current {
	font-weight: normal;
	color: #454545;
}

/* - - - - - - - - - - FOOTER - - - - - - - - - - */

.vincit-blog #footer {
	text-align: center;
	margin-top: 95px;
}

.vincit-blog a#footer-logo {
	height: 40px;
	padding: 0;
	margin: 20px 0;
}

.some1 {
	float: right;
	position: relative;
	left: -50%;
	margin-top: 35px;
}

.some1 ul {
	position: relative;
	left: 50%;
}

.some1 ul li {
	float: left;
}

.some1 li a {
	float: left;
	width: 51px;
	height: 51px;
	border-radius: 50%;
	margin: 0 5px;
	background: #fff;
}

.some1 li a:hover, .some1 li a:active {
	background: #950808;
}



/* - - - - - - - - - - IMAGES - - - - - - - - - - */

img, a img { border: none; -ms-interpolation-mode: bicubic; max-width: 100%; }
.entry-content img, .comment-content img, .widget img, .wp-caption { max-width: 100%; }
.entry-content img, .comment-content img[height], img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] { height: auto; }
img.size-full, img.size-large, img.wp-post-image { height: auto; 	max-width: 100%; }
embed, iframe, object, video { max-width: 100%; }
.entry-content .twitter-tweet-rendered { max-width: 100% !important; }


.article-thumb{
  margin-bottom: 20px;
}