/* @override http://dontblink.local/css/styles.css */

html {
	background-color: #f5f8ed;
}

body {
	font-weight: 400;
	font-size: 14px;
	font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", Georgia, Times, "Times New Roman", serif;
}

#header {
	background: url(/img/header.gif) repeat-x -20% top;
}

#masthead {
	margin: 0 auto;
	width: 960px;
	height: 200px;
}

h1, h2 {
	height: 200px; width: 480px;
	float: left;
	text-indent: -9999px;
	background: transparent none no-repeat center center;
}

h1 {
	background-image: url(/img/dontblink_logotyp.png);
}

h2 {
	background-image: url(/img/frontpage_slogan.png);
}

#content-wrapper {
	background: url(/img/content.gif) repeat-x bottom left;
}

#content {
	margin: 0 auto;
	width: 960px;
	padding-bottom: 90px;
	overflow: hidden;
}

#presentation {
	padding-top: 40px;
	margin-bottom: 40px;
}

#sections>div {
	float: left;
	width: 380px;
}

#sections #foto {
	padding-right: 100px;
}

#sections #design {
	padding-left: 100px;
}

#sections div>a {
	display: block;
}

#sections img {
	display: block;
}

#sections h3 {
	padding-top: 20px;
	margin: 0 0 10px;
	font-family: "proxima-nova-1","proxima-nova-2", sans-serif;
	font-weight: 700;
}

#sections p {
	margin: 10px 0;
	font-style: italic;
}

#footer {
	width: 960px;
	margin: 0 auto;
	font-size: 12px;
	padding: 20px 0;
	background: #F5F8ED;
	overflow: hidden;
	font-family: "proxima-nova-1","proxima-nova-2", sans-serif;
	font-weight: 600;
	text-align: right;
}

.footer_menu {
	width: 240px;
	float: left;
}

.footer_menu h4 {
	margin: 0 0 5px;
}

.footer_menu li {
	margin: 3px 0;
	color: rgb(0,44,83);
}

a {
	color: rgb(0,44,83);
	text-decoration: none;
}

h3 a {
	border-bottom: 2px solid transparent;
}

h3 a:hover {
	border-bottom: 2px solid rgb(0,44,83);
}

#footer a:hover {
	border-bottom: 1px solid;
}

/* @group Header styles */

h1, h2, h3 {
	font-weight: 700;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
	font-weight: 700;
}

/* @end */