.fixed-border {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 10px solid #fff6fd;
}

#outer {
	padding: 30px 10px 10px;
	width: 100%;
	overflow: hidden;
}

@media (min-width: 768px) {
	.fixed-border {
		border-width: 45px;
	}

	#outer {
		padding: 85px 0;
	}
}

#menu a,
.logo a,
.date a,
.time a,
#works a,
header a,
.title a {
	border-bottom: none;
}

.logo a {
	position: relative;
  text-align: center;
  color: black;
  width: 120px;
  height: 120px;
  display: flex;
  font-weight: 400;
	border: 4px solid black;
}

.logo a,
.logo a::after {
	transition: border-color 0.3s ease-out;
}

.logo a::after {
	content: '';
	border: 4px solid black;
	position: absolute;
	width: 120px;
	height: 120px;
	left: 10px;
	top: 10px;
}

.logo a:hover {
	text-decoration: none;
	border-color: #37adcc;
	color: black;
}

.logo a:hover::after {
	border-color: #37adcc;
}

.header {
	margin-bottom: 40px;
	padding: 0 10px;
}

@media (min-width: 768px) {
	.header {
		padding: 0;
	}
}

.logo-text {
	font-size: 3.8em;
	margin: auto;
	display: block;
	font-weight: 100;
	text-transform: uppercase;
	background: white;
	width: 100%;
	height: 100%;
	z-index: 2;
  padding-top: 10px;
}

#menu {
	list-style: none;
	text-align: right;
}

#menu li {
	display: block;
	font-size: 1.2em;
	margin: 0 20px;
	font-weight: 300;
	text-shadow: #ccc 0px 1px 0;
}

@media (min-width: 500px) {
	#menu {
		margin-top: 30px;
	}

	#menu li {
		display: inline-block;
		font-size: 1.4em;
	}
}

@media (min-width: 768px) {
	#menu {
		margin-top: 45px;
		float: right;
	}

	#menu li {
		font-size: 1.65em;
	}
}

#menu li a {
	color:#666;
	text-decoration:none;
}

#menu li a:hover {
	color:#000;
}

a {
	color: #333;
	text-decoration:none;
	transition: color 0.3s ease-out;
	border-bottom: 1px dotted #37adcc;
}

a:hover,
a:active,
a:focus {
	color: #37adcc;
	text-decoration: none;
}

#posts {
	padding-left: 20px;
	padding-right: 20px;
}

#posts .post {
	list-style:none;
	margin: 0 0 2em 0;
	clear:both;
	border-bottom: 1px solid #eee;
	padding-bottom: 2.6em;
}

.photoset-post .photo {
	margin-bottom: 1em;
}

@media (max-width: 769px) {
	.post img {
		width: 100%;
		height: auto;
	}
}

ol {
	list-style:none;
}

.meta {
	text-align:right;
}

.title {
  margin-bottom: 0;
  padding-top: 1px;
	text-transform: uppercase;
	font-weight: 400;
}

.date h1 {
  margin:0;
}

h1 {
	font-weight:900;
}

.title a {
	color:#000;
	text-decoration:none;
}

.title a:hover {
	color:#37adcc;
	border-color:#09f;
}

.reblog, .noteCount {
	font-size: 0.8em;
	text-transform: uppercase;
	margin: 10px 0;
}

.video {
	margin-bottom:20px;
}

.forward {
   float:right;
}

.source {
	padding-left: 20px;
}

.work h1, .work h2 {
	padding:0px;
}

.thin {
	font-weight: 300;
	padding-bottom:0px;
}
.about {
	margin: 0px;
}

.date {
	color:#999;
	line-height: 0.8;
	margin-top: 4px;
}

.page {
	text-align:center;
}

#photo-caption {
	font-size:14px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
}

#footer {
	text-align:left;
	color:#888;
	font-weight:900;
	border-top:1px double #bbb;
	padding-top:5px;
}

.portfolioImage {
	border:1px solid #888;
	-moz-box-shadow: 2px 2px 5px #888;
	-webkit-box-shadow: 2px 2px 5px #888;
	box-shadow: 2px 2px 5px #888;
}

#social-media img {
	padding-right:20px;
}

#social-media a {
	border-bottom:none;
}

blockquote { quotes: "\201C" "\201D"; }

blockquote:before {
	color: #999999;
	content: open-quote;
	float: left;
	font-size: 28px;
	font-weight: bold;
	margin-top: -3px;
	padding-right: 10px;
}

blockquote {
	font-size: 14px;
}

blockquote > p {
	margin-left: 25px;
}

.photo a {
	border-bottom: none;
}
