@import url("../twentyeleven/colors/dark.css");
@import url(http://fonts.googleapis.com/css?family=Inika);
/*
@media screen and (min-width: 800px) {
	html {
		background: url(/bg3.jpg) no-repeat top center fixed #000;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	body {
		background: none;
	}
}*/

body {
	background: url(/wp-content/themes/ioow/images/paper/sea.jpg) repeat 0 0 #1d1d1d;
}

#branding {
	border-top: 0;
}

#content .entry-content img {
	padding: 0;
	border: none;
	max-width: 100%;
	margin-bottom: 0;
}

h1.section-logo,
div.section-logo-caption,
.entry-title,
.singular .entry-title {
	font-family: 'Inika', New York, serif;
	font-weight: normal;
}

h1.section-logo {
	color: #eee;
	font-size: 28px;
	text-transform: none;
	line-height: 1.5em;
	margin: 0 0 10px 0;
}

div.section-logo-caption {
	font-style: italic;
	letter-spacing: 0.03em;
}

.entry-title {
	font-size: 20px;
}

.entry-header .comments-link a {
	top: 0.6em;
}

.entry-content {
	padding: 0.625em 0 0;
}

.entry-meta {
	line-height: 10px;
	font-size: 11px;
	margin-bottom: 10px;
}

.single-author .entry-meta .by-author {
	display: inline;
}

.singular .entry-title {
	font-size: 24px;
}

#secondary.widget-area {
	padding-top: 8px;
}

.widget_search #s {
	margin-bottom: 55px;
}

.single-post #comments {
	padding-top: 20px;
}

div.wp-caption {
	padding: 0;
	max-width: 100%;
}

/* Make Vimeo iframes fluid */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}