@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,500,700);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,400italic);

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

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

a {

	text-decoration: underline;
}

h1 {

	font-weight: 700;
	font-size: 30px;
}

h2 {

	font-weight: normal;
	font-size: 12px;
	color: #7d8080;
	line-height: 18px;
}

h3 {

	font-weight: 400;
	font-size: 10px;
	text-transform: uppercase;

}

h4 {

	font-weight: 300;
	font-size: 40px;
	margin-top: -0.1em;	
	margin-bottom: -0em;
}

h5 {

	font-size: 14px;
	font-weight: 700;
	margin-bottom: -2px;
}

p {

	font-size: 13px;
	font-weight: normal;
	color: #404040;
}



/* LEFT HEADER */

#masthead {

	left: 0px;
	top: 0px;
	position: fixed;
	height: 100%;
	width: 300px;
	z-index: 10;
	background-color: white;
	padding-bottom: 20px;
	overflow: hidden;
	display: block;
}

#cover-photo {

	width: 300px;
	height: 180px;
	overflow: hidden;
	position: relative;

}

#overlay {

	width: 300px;
	height: 180px;
	background-color: black;
	position: absolute;
	opacity: 0.7;
}

#avatar {
	border-radius: 100px;
	width: 128px;
	height: 128px;
	overflow: hidden;
	position: absolute;
	top: 115px;
	left: 85px;
	border: 2px solid white;	
}

#heading {

	margin: 92px 10px 40px 10px;
	text-align: center;
}

.link {

	text-decoration: none;
}

#nav {

	font-weight: 300;
	font-size: 20px;
	margin-left: 38px;
	margin-top: 40px;
	margin-bottom: 40px;
	line-height: 35px;
	cursor: pointer;
	text-transform: uppercase;
}

#nav li a {

	text-align: center;
}

#nav li:hover {

	background-color: #FFF7B6;
	transition: background-color 0.3s ease 0s;

}

#nav li:visited {

	background-color: #f7f7f8;
}

input[type=text] {
  
  	border: 1px solid #d3d3d3; 
	margin-left: 74px;
	height: 30px;
	width: 135px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-left: 26px;
	padding-right: 5px;
	font-size: 12px;
	font-family: 'Roboto', serif;
	background: no-repeat url('http://static.tumblr.com/w9huudr/y3lmsslgf/search.jpg') 4% 50%;
	background-size: 13px 12px;
}

/* SOCIAL ICONS */

#social {

	margin: 10px 15px 10px 15px;
}

#social ul {

	padding: 0;
	margin: 0;
	text-align: center;
}

#social li {
	display: inline;
}

#social a {

	background-image: url('http://static.tumblr.com/w9huudr/McTmt76xl/social.png');
	background-repeat: no-repeat;
	display: inline-block;
	width: 26px;
	height: 26px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

#social #twitter {

	background-position: -1 -2px;
}

#social #twitter:hover {

	background-position: 0 -26px;
}

#social #flickr {

	background-position: -28px 0px;
}

#social #flickr:hover {

	background-position: -28px -26px;
}

#social #facebook {

	background-position: -54px 0px;
}

#social #facebook:hover {

	background-position: -54px -26px;
}

#social #instagram {

	background-position: -79px 0px;
}

#social #instagram:hover {

	background-position: -79px -25px;
}

#social #vimeo {

	background-position: -106px 0px;
}

#social #vimeo:hover {

	background-position: -106px -25px;
	margin-right: 1px;
}

#social #pinterest {

	background-position: -132px 0px;
}

#social #pinterest:hover {

	background-position: -132px -25px;
}

#social #youtube {

	background-position: -158px 0px;
}

#social #youtube:hover {

	background-position: -158px -25px;
}

#social #google {

	background-position: -183px 0px;
}

#social #google:hover {

	background-position: -183px -25px;
}


/* RIGHT CONTENT */

#right-container {

	position: absolute;
	left: 380px;
	top: 20px;
	width: auto;
}

.readmore {

	background-color: black;
	color: white;
	font-size: 11px;
}

#post {

	margin-bottom: 100px;
}


.leftblock {

	width: 80px;
	background-color: white;
	padding: 1px 5px 5px;
	letter-spacing: 2px;
	text-align: center;
	color: #7d8080;
	overflow: hidden;
	margin-bottom: 5px;
	cursor: pointer;
	float: left;
	clear: both;

	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.leftblock:hover {

	opacity: 0.8;
}

.wrapper {

	width: 560px;
	margin-left: 95px;
}

.content {

	background-color: white;
	padding: 20px 20px 10px 29px;
	line-height: 1.5;
}

.conversation {

	padding: 0px;
}

.conversation li {

	padding: 5px; 

}

.conversation .label {

	font-weight: bold;
}

.chat-even {

	background-color: #F9F9F9 ;
}

header {

	font-size: 38px;
	font-family: 'Roboto Condensed', sans-serif;
}

header.quotes {

	font-style:italic;
}

header.link {

	text-decoration: underline;
}

header.link:hover {

	text-decoration: none;
}

.media {

	width: 500px;
	margin-top: 10px;
	overflow: hidden;
}

.footer {

	padding: 15px;
	border-top-style: dashed;
	border-width: 1px;
	border-color: #e5e4e4;
	font-size: 10px;
	background-color: #F9F9F9;
	width: 530px;
	height: 12px;

}

.footer .tags {

	padding: 0px;
	margin: 0px;
	display: inline-block;
}

.tags li{

	background-color: #989898;
	color: white;
	padding: 2px;
	font-size: 10px;
	letter-spacing: 1px;
	display: inline-block;
	opacity: 0.4;
}

.tags li:hover {

	opacity: 1;
}

.meta {


	text-align: center;
	font-size: 12px;
	font-weight: 400;
	color: #7d8080;
	display: inline-block;
	margin-right: 20px;
	float: right;
}

#chat {

	background: no-repeat url('http://static.tumblr.com/w9huudr/6FLmssljt/chat.png');
	width: 16px;
	height: 16px;
	float: left;
	padding-left: 18px;
	padding-top: 2px;
}

/* NOTES */

.notes {

	margin-left: 95px;
	margin-top: -30px;
	margin-bottom: 50px;
	background-color: white;
	padding: 30px 25px 10px 25px;
}

ol.notes {
	padding: 0px;
    margin: 25px 0px;
    list-style-type: none;
    border-bottom: dashed 1px #ccc;
}

ol.notes li.note {

    border-top: dashed 1px #ccc;
    padding: 10px;
    color: #7d8080;

 }

ol.notes li.note img.avatar {

    vertical-align: -4px;
    margin-right: 10px;
    width: 16px;
    height: 16px;

}

 ol.notes li.note span.action {
    font-weight: normal;
}

 ol.notes li.note a {

 font-weight: bold;

}

ol.notes li.note a:hover {

 text-decoration: underline;

}

ol.notes li.note .answer_content {
   font-weight: normal;
}

ol.notes li.note blockquote {
  border-color: #eee;
  padding: 4px 10px;
  margin: 10px 0px 0px 25px;
}

ol.notes li.note blockquote a {
   text-decoration: none;
}

.reblog-link {

	font-weight: bold;
	text-decoration: underline;
}

.reblog-link:hover {

	text-decoration: none;
}

.content blockquote {

	background: url("http://static.tumblr.com/sd4dp5h/kUtm301ty/blockquote.png") no-repeat scroll 5px 1px transparent;
	font-style: italic;
	padding-left: 45px;
	margin-left: 5px;
	padding-top: 1px;
	opacity: 0.7;
}

.pagination {

	max-width: 560px;
	text-align: center;
	margin-left: 100px;
	padding-bottom: 50px;

}


.pagination .older {

	float: right;
	font-size: 20px;
}

.pagination a {

	opacity: 0.5;

}

.pagination a:hover {

	opacity: 1;
}

.pagination .newer {

	float: left;
	font-size: 20px;
	margin-left: -38px;
}


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


	h4 {

		font-weight: 500;
		font-size: 20px;
	}


	#social {

		margin: 0 auto;
		width: 90%;
	}

	#masthead {

		position: static;
		width: 100%;
	}

	#cover-photo {

		width: 100%;
	}

	.header-image {

		width: auto;
	}

	#avatar {

		left: 30%;
	}

	#overlay {

		width: 100%;
	}


	#right-container {

		width: 100%;
		position: static;
		left: 0;
		top: 0;
		margin-top: 50px;
	}

	.content {

		width: auto;
		padding: 10px;
	}

	.notes {

		margin-left: 0px;
	}

	.leftblock {

		display: inline-block;

	}

	#post {

		width: 100%;
	}

	.wrapper {

		width: 100%;
		float: right;
		margin-bottom: 70px;
			
	}

	.media {

		width: auto;
		height: auto;
	}

	.footer {

		width: auto;

	}

	img {

		max-width: 100%;
		height: auto;
	}

}