/*
Theme Name: Twenty Eleven Child
Description: Child theme for the Twenty Eleven theme
Author: ICBS Marine Service
Template: twentyeleven
Version: 1.0.0
*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	background: #e2e2e2;
	line-height: 1;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #373737;
	font-weight: 300;
}

#page {
	margin: 2em auto;
	max-width: 1000px;
	background: #fff;
}

#branding {
	border-top: 2px solid #bbb;
	padding-bottom: 10px;
	position: relative;
	z-index: 9999;
}

#branding img {
	height: auto;
	display: block;
	width: 100%;
}

.skip-link {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
	width: 1px;
}

.skip-link a {
	position: absolute;
	clip: auto;
	height: auto;
	width: auto;
	overflow: visible;
}

#access {
	background: #222;
	background: linear-gradient(#252525, #0a0a0a);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}

#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}

#access li {
	float: left;
	position: relative;
}

#access a {
	color: #eee;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}

#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}

#access ul ul ul {
	left: 100%;
	top: 0;
}

#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}

#access li:hover > a,
#access a:focus {
	background: #f9f9f9;
	color: #373737;
}

#access ul li:hover > ul {
	display: block;
}

#access .current-menu-item > a,
#access .current_page_item > a {
	font-weight: bold;
}

#main {
	clear: both;
	padding: 1.625em 0 0;
}

#primary {
	float: left;
	margin: 0 -26.4% 0 0;
	width: 100%;
}

#content {
	margin: 0 34% 0 7.6%;
	width: 58.4%;
}

.entry-header {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
}

.entry-title {
	clear: both;
	color: #222;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: .3em;
	padding-top: 15px;
}

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

.entry-content p {
	margin-bottom: 1.625em;
}

.entry-content ul {
	margin: 0 0 1.625em 2.5em;
	list-style: square;
}

.entry-content ul li {
	margin-bottom: 0.5em;
}

#colophon {
	clear: both;
}

#site-generator {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
	padding: 2.2em 0.5em;
	text-align: center;
}

#site-generator a {
	color: #555;
	font-weight: bold;
}

#branding #searchform {
	display: none;
}

.entry-content iframe {
	max-width: 100%;
	margin: 1em 0;
}

.entry-content img {
	max-width: 100%;
	height: auto;
}

.entry-content img.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}

.entry-content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 800px) {
	#main #content {
		margin: 0 7.6%;
		width: auto;
	}
}

@media (max-width: 650px) {
	body, input, textarea {
		font-size: 13px;
	}
	.entry-title {
		font-size: 21px;
	}
}
