@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,500,700);
@import url(http://fonts.googleapis.com/css?family=Playfair+Display+SC:400,700,900);
@import url(http://fonts.googleapis.com/css?family=EB+Garamond);

::selection {
	background: #FFF7B6; /* Safari */
	}
::-moz-selection {
	background: #FFF7B6; /* Firefox */
}

body {
	
    line-height: 1;
    background-color: white;
    font-family: 'Roboto', serif;
    color: #2a3030;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
}

a {

	text-decoration: none;
}

h1 {

	font-size: 30px;
	font-weight: normal;
	font-family: 'EB Garamond', serif;
}



p {

	font-size: 13px;
	font-weight: normal;
	color: #404040;
	font-family: 'Georgia', sans-serif;
	line-height: 22px;
}

ul, li {

	padding: 0;
	margin: 0;
}


/* HEADER */

header {

	text-align: center;
	padding: 60px 0px 60px 0px;
	max-width: 1170px;
	margin: 0 auto;
}

.logo {

	font-family: 'Playfair Display SC', serif;
	font-size: 70px;
	margin-bottom: 80px;
}

.menu {

	margin-bottom: 50px;
}

.menu ul {

	list-style: none;
}

.menu li {

	display: inline;
	margin-right: 60px;
	font-size: 14px;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 2px;

}

.menu li>a {

	text-decoration: none;
	transition: all .25s;

}

.menu li>a:hover {

	border-bottom: 1px solid black;
}

.border {

	border: 3px solid black;
}


/* CONTENT */

.main {

	margin: 0 auto;
	width: 1170px;
	margin-bottom: 70px;
}

/* POSTS */

.posts {

	width: 760px;
	margin-right: 20px;
	float: left;
}

.post {

	margin-bottom: 80px;
}

.date {

	text-transform: uppercase;
	font-weight: 200;
	letter-spacing: 2px;
	font-size: 12px;
	text-align: center;
	margin-bottom: 40px;
}

.content {

	margin-bottom: 40px;
}

.pagination {

	text-align: center;
}

.pagination li {

	border: 1px solid black;
	display: inline-block;
	padding: 12px 35px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.pagination li:hover {

	background-color: black;
	color: white;
}

.pagination li a {

	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

.content header {

	font-size: 40px;
	font-family: 'EB Garamond', serif;
	line-height: 70px;
	padding: 15px;
}

.quotes {

	font-style: italic;
}

.link-post {

	text-decoration: underline;
}

.content p {

	font-size: 15px;
	line-height: 1.8;
	text-align: center;
}

.content img {

	display: block;
	margin-left: auto;
	margin-right: auto;
}

.conversation { 

	text-align: center;
	line-height: 2.0;
	font-family: "Courier New", Courier, monospace;
}

.label {

	font-weight: bold;
}

.chat-even {

	background-color: #fafafa;
}

.asker {

	font-family: "Courier New", Courier, monospace;
	text-align: center;
	margin-bottom: 20px;

}

blockquote {

	font-style: italic;
}

.time-icon {

	background: url('http://static.tumblr.com/w9huudr/LGPnfwnjp/clock-icon.png') no-repeat;
	width: 13px;
	height: 13px;
	display: inline-block;
	position: absolute;
	left: 423px;
}

/* META DATA */

.meta-data:before {

	content: '';
	border-top: 3px solid black;
	display: block;
	margin: 30px 0px 20px 0px;
}

.tags {

	font-weight: 200;
	font-size: 11px;
	float: left;
	width: 50%;
}

.tags li {

	display: inline-block;
	letter-spacing: 1px;
	margin-right: 10px;
	text-transform: uppercase;
}

.tags li:after {

	content: ',';
}

.tags li:last-child:after {

	content: '';
}

.re-like-comments {

	font-size: 11px;
	text-transform: uppercase;
	font-weight: 200;
	float: right;
}

.re-like-comments li {

	display: inline-block;
	letter-spacing: 1px;
	margin-right: 10px;
	vertical-align: middle;
}

.re-like-comments li:last-child {

	margin-right: 0px;
}



/* SIDEBAR */

.sidebar {

	width: 390px;
	float: left;
	box-sizing: border-box;
	padding: 0px 50px;
	text-align: center;
}

.description {

	margin-bottom: 30px;
}
.profilepic {

	border-radius: 100px;
	width: 128px;
	height: 128px;
	display: block;
	overflow: hidden;
	margin: 0 auto;
}

.social {

	border: 1px solid rgb(229, 229, 229);
	padding: 12px;
	margin-bottom: 8px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.social:hover {

	background-color: rgb(229, 229, 229);
}

/* SOCIAL ICONS */

span.insta-icon {

	background-image: url("http://static.tumblr.com/w9huudr/CiGnfymjq/instagram.svg");
	display: inline-block;
	width: 12px;
	height: 12px;
	background-repeat: no-repeat;
	vertical-align: middle;
}

span.fb-icon {

	background-image: url("http://static.tumblr.com/w9huudr/JtOnfym3v/fb.svg");
	display: inline-block;
	width: 15px;
	height: 14px;
	background-repeat: no-repeat;
	vertical-align: middle;

}

span.t-icon {

	background-image: url("http://static.tumblr.com/w9huudr/gk5nfym65/twitter.svg");
	display: inline-block;
	width: 16px;
	height: 12px;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-left: -20px;

}

span.p-icon {

	background-image: url("http://static.tumblr.com/w9huudr/TBBnfym5i/pinterest.svg");
	display: inline-block;
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	vertical-align: middle;

}

/* NOTES */

.notes-component {

	border: 1px solid lightgray;
}

ol.notes {

	padding: 0px;
	text-align: center;
	font-family: 'Georgia', sans-serif;
	line-height: 2.0;
}

.avatar {

	margin-right: 20px;
	border-radius: 50px;
}

h5 {

	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 12px;
	text-align: center;
	margin-bottom: 40px;
	padding: 20px;
	margin-top: 0px;
	background-color: lightgray;
}

/* FOOTER */

.footer {

	background-color: black;
	height: 300px;
}


