/*
 Theme Name:     Twenty Thirteen Child
 Author:         You
 Template:       twentythirteen
*/

@import url('../twentythirteen/style.css');

/* Body */
body {
	font-family: 'Droid Sans';
}

/* Header */
.site-header {
	background: black;
}

h1.entry-title {
	font-size: 36px;
}

.site-title, .site-description {
	color: white;
}

.site-description {
	display: none;
}

.site-title {
	padding: 28px 0 10px;
}

.site-description {
	margin-bottom: 28px;
}

.site-header .home-link {
	min-height: 115px;
}

/* Link */
.format-link {
	background-color: #fff;
}

/* Navbar */
.navbar {
	background-color: #fff;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
	box-shadow: none;
}

.post .nav-links {
display: none;
}

.navigation {
	background-color: white;
}



.paging-navigation .meta-nav {
	background-color: white;
	border-radius: 50%;
	color: #000;
	display: inline-block;
	font-size: 14px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation a {
	font-size: 14px;
	font-weight: 300;
}


.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1040px;
	display: none;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
	display: none;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 20px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
	width: 20px;

}

.paging-navigation .nav-next .meta-nav {
	margin-left: 5px;
}

.paging-navigation a:hover .meta-nav {
	background-color: white;
	text-decoration: none;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {	
	color: inherit;
	font-style: normal;
}

/* Link Format */
.format-link .entry-title {
	color: #ca3c08;
	display: inline;
	font: 500  18px "Droid Sans", Helvetica, sans-serif;
	margin-right: 20px;
}

.format-link .entry-header {
	margin-bottom: 8px;
}

.entry-meta .date a:before {
	opacity: 0.4;
}

.entry-meta .date a:before:hover {
	opacity: 1;
}

/* Blockquotes */
.entry-content blockquote {
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	margin: 24px 40px;
	font-family: "Source Sans Pro";
}


blockquote em,
blockquote i {
	font-style: italic;
	font-weight: 300;
}

/* hidden */

.categories-links, .tags-links, .edit-link{
	display: none;
}

.entry-meta .date a:before {
	content: none;
}

/* lists */
li {
	margin-bottom: 24px;
}

/* date */
.date {
	opacity: 0.2;
}

.date:hover {
	opacity: 1;
}

.format-standard .date {
opacity: 1;
}

/* widths */
.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 580px;
	width: 100%;
}

.format-standard p:first-child {
	margin-top: 24px;
}

/* footer n' footnotes */
.footnotes {
	font-size: 12px;
}


.site-info {	
	margin: 0 auto;
	max-width: 1040px;
	padding: 15px 24px 15px 0;
	width: 100%;
}

nav.navigation.post-navigation {
	min-height: 333px;
}


/* list plugin */
.lcp_catlist li {
	font-size: 14px; 
}

.lcp_catlist li a {
	padding-right: 10px;
}

/* headers */

h4 {
	font-size: 14px;
	margin: 25px 0;
	text-transform: uppercase
}

/* pages */

.type-page p:first-child {
	margin-top: 20px;
}

/* Share buttons */

#ssba img {
	width: 35px !important;
	padding: 6px;
	border: 0;
	box-shadow: none !important;
	display: inline;
	vertical-align: middle;
	opacity: 0.2;
 	-webkit-transition: opacity .3s ease-in-out;
    	-moz-transition: opacity .3s ease-in-out;
    	-o-transition: opacity .3s ease-in-out;
    	transition: opacity .3s ease-in-out;
}

#ssba img:hover {
opacity: 1;
}