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

html {
	background: #F5F8ED;
	color: #002C53;
}

body {
	background: url(/img/tile-bg.jpg) repeat left top;
	font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", Georgia, Times, "Times New Roman", serif;
	font-weight: 400;
}

a {
	text-decoration: none;
	color: #002c53;
	-webkit-transition: color 0.2s linear, border-bottom-color 0.2s linear;
	transition: color, border-bottom-color;
	-o-transition-duration: 0.2s;
}

a:hover {
	color: #4D6880;
}

#wrapper {
	background: transparent url(/img/tile.jpg) repeat-x left top;
	min-width: 1120px;
}

.testimonial {
	font-style: italic;
}

.client {
	text-align: right;
	font-weight: 700;
}

#twitter {
	width: 1110px;
	margin: 40px auto 0;
	font-size: 0.9em;
	overflow: hidden;
}

#follow-us {
	float: left;
}

#tweet {
	float: left;
	margin-left: 0.5em;
}

#tweet a {
	font-size: 0.8em;
}

strong {
	font-weight: 700;
}

/* @group Masthead */

#masthead {
	width: 1110px;
	margin: 0 auto 40px;
	padding: 0 5px;
	overflow: hidden;
	/*background: #F5F8ED;*/
}

h1 a {
	display: block;
	width: 270px;
	height: 80px;
	float: left;
	background: url(/img/db_logo_s.png) no-repeat left bottom;
	text-indent: -9999px;
}

.galleri h2 {
	width: 1110px;
	font-size: 28px;
	font-weight: 700;
	font-family: "proxima-nova-1","proxima-nova-2", sans-serif;
	line-height: 28px;
	margin: 0 auto 20px;
	text-shadow: 0 1px 5px rgba(0,44,83,0.5);
}

/* @group Nav */

#nav {
	float: left;
	width: 790px;
	overflow: hidden;
	margin-left: 30px;
}

#nav li {
	float: left;
}

#nav li a {
	display: block;
	float: left;
	padding: 64px 20px 10px 10px;
	background-color: transparent;
	background-color: rgba(0,44,83,0);
	color: #002C53;
	line-height: 18px;
	font-size: 18px;
	text-decoration: none;
	font-family: "proxima-nova-1","proxima-nova-2", sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color, color;
	-o-transition-duration: 0.2s;
}

#nav li.here a {
	background: rgba(0,44,83,1);
	background: #002c53;
	color: #EDF3F8;
}

#nav li a:hover {
	-webkit-background-size: 100% 100%;
	background: #002c53;
	color: #B5CDE3;
}

/* @end */

/* @end */

/* @group Page header */

#page_header {
	width: 1110px;
	margin: 0 auto;
	padding: 0 5px;
	overflow: hidden;
}

#article_image {
	width: 760px;
	height: 480px;
	float: left;
	overflow: hidden;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#article_image img {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

/* @group Sub nav */

#page_header h4 {
	float: right;
	width: 330px;
	padding: 0 10px;
	line-height: 35px;
	font-weight: 700;
	color: #4D6880;
}

#nav_sub {
	background: url(/img/cloud.png) no-repeat center bottom;
	width: 350px;
	padding-bottom: 150px;
	float: right;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

#nav_sub li a {
	background: #4D6880;
	color: #EDF3F8;
	display: block;
	padding: 0 10px;
	line-height: 35px;
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: background-color, color, padding;
	-webkit-transition-duration: 0.2s;
	transition: background-color, color, padding;
	-o-transition-duration: 0.2s;
}

#nav_sub li a:hover {
	background-color: #002C53;
	color: #B5CDE3;
	padding: 0 5px 0 15px;
}

#nav_sub li.here a {
	background: #002C53;
	color: #B5CDE3;
}

.front #nav_sub li a {
	background: #4D6880 url(/img/nav_sub_icons.png) no-repeat 320px 0;
}

.front #nav_sub li a:hover {
	background-color: #002C53;
	color: #B5CDE3;
}

.front #nav_sub li.blogg a {
	background-position: 320px -35px;
}

.front #nav_sub li.galleri a {
	background-position: 320px -70px;
}

#nav_sub li:first-child a {
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}

#nav_sub li:last-child a {
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}

/* @end */

/* @end */

/* @group Content */

#title {
	background: #002C53;
}

#title h2 {
	width: 1110px;
	margin: 0 auto;
	padding: 0 5px;
	font-family: "proxima-nova-1","proxima-nova-2", sans-serif;
	font-weight: 700;
	font-size: 28px;
	letter-spacing: 1px;
	line-height: 2;
	text-shadow: #001528 0 2px 0;
	color: #EDF3F8;
}

#title h2 a:hover {
	text-shadow: 0 0 1px #4D6880;
}

#main {
	padding-bottom: 40px;
	background: #F5F8ED;
	overflow: hidden;
}

#main h4 {
	margin: 25px auto 0 auto;
	font-family: "proxima-nova-1","proxima-nova-2", sans-serif;
	font-weight: 700;
	font-size: 24px;
}

#main p {
	margin: 10px auto 15px;
	line-height: 1.5;
}

#content a {
	color: #72804D;
}

#content a:hover {
	color: #B5CDE3;
}

#content a:focus {
	color: #B5CDE3;
}

#content a:active {
	color: #4D6880;
}

#content a.related_gallery {
	padding-left: 22px;
	background: url(/img/camera.png) left center no-repeat;
}

#content-wrap {
	width: 1110px;
	margin: 0 auto;
	padding: 0 5px;
	overflow: hidden;
}

#content {
	float: left;
	width: 760px;
	padding-top: 20px;
}

#content.listing {
	width: 1110px;
}

#content .article-listing {
	width: 1110px;
	overflow: hidden;
	margin-bottom: 20px;
}

#content .article {
	width: 760px;
	float: left;
}

#content .article h4 a {
	color: #002c53;
	border-bottom-color: #F5F8ED;
}

#content .article h4 a:hover {
	border-bottom-color: #002c53;
}

#content .meta {
	font-size: 0.8em;
	color: #4D6880;
	font-style: italic;
}

#content .meta a {
	border: none;
	font-weight: 700;
	color: #4D6880;
}

#content .meta a:hover, #content .meta a:active {
	color: #002C53;
}

#content .read-more {
	font-family: "proxima-nova-1","proxima-nova-2",sans-serif;
	background-color: #D7E3B5;
	color: #72804D;
	padding: 2px 5px;
	font-size: 0.8em;
	float: left;
	width: 1100px;
}

#content .read-more a {
	font-weight: bold;
	border: none;
	color: #002c53;
}

#content .read-more a:hover, #content .read-more a:active {
	color: #4d6880;
}

.pagination {
	margin: 40px auto 0;
	text-align: center;
}

#wrapper .pagination {
	margin: 0;
	padding-bottom: 20px;
}

.pagination li {
	display: inline-block;
}

#content .pagination a, #wrapper .pagination a {
	display: block;
	margin-right: 3px;
	padding: 2px 5px;
	border: none;
	background-color: #D7E3B5;
	color: #72804D;
	font-family: "proxima-nova-1","proxima-nova-2",sans-serif;
	font-size: 0.8em;
}

#content .pagination .here a, #wrapper .pagination .here a {
	color: #D7E3B5;
	background-color: #72804D;
}

#content .pagination a:hover, #wrapper .pagination a:hover {
	color: #F5F8ED;
	background-color: #72804D;
}

/* @group Sidebar */

.sidebar {
	float: left;
	width: 320px;
	padding: 20px 10px 10px;
	margin-left: 10px;
	background: #D7E3B5;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.sidebar a {
	font-weight: 700;
}

.article-listing .sidebar {
	background: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.sidebar h4 {
	margin-top: 10px;
}

.sidebar li {
	margin: 0.5em auto;
	font-style: italic;
}

.sidebar li.related-entries {
	font-style: normal;
}

.sidebar li ul li {
	list-style-type: disc;
	list-style-position: inside;
	font-size: 0.9em;
	font-style: inherit;
	padding-left: 0.5em;
	list-style-image: url(/img/list-bullet.png);
	opacity: 1;
}

.article-meta img {
	background: #fff;
	background: rgba(255,255,255,0.9);
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	-webkit-transition: -webkit-box-shadow 0.1s linear;
	transition: -webkit-box-shadow, box-shadow;
	-o-transition-duration: 0.1s;
	padding: 5px;
}

.article-meta img:hover {
	-webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 3px 4px rgba(0,0,0,0.5);
	box-shadow: 0 3px 4px rgba(0,0,0,0.5);
}

/* @group Twitter */

#twtr-widget-1
{
	margin-top: 10px;
	font-size: inherit !important;
}

.twtr-hd, .twtr-tweet-wrap, .twtr-ft div {
	padding: 10px 0 !important;
}

.twtr-bd {
	font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", Georgia, Times, "Times New Roman", serif !important;
}

.twtr-ft {
	font-family: "proxima-nova-1","proxima-nova-2", sans-serif !important;
}

/* @end */



/* @end */

/* @group Comments */

#main #comment_entries {
	font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", Georgia, Times, "Times New Roman", sans-serif;
	font-weight: 700;
	width: 760px;
	margin: 0 auto 50px;
	padding: 0 350px 0 0;
}

#main #comment_entries li {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 1em;
	min-height: 100px;
	padding-bottom: 1em;
	border-bottom: 1px solid #d7e3b5;
	float: left;
	width: 100%;
}

#main #comment_entries li img {
	float: right;
	display: block;
	padding: 5px;
	background: #fff;
	background: rgba(255,255,255,0.9);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-webkit-transition: -webkit-box-shadow 0.1s linear;
	transition: -webkit-box-shadow, box-shadow;
	-o-transition-duration: 0.1s;
}

#main #comment_entries li img:hover {
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.5);
	box-shadow: 0 2px 3px rgba(0,0,0,0.5);
}

#main #comment_entries p {
	font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", Georgia, Times, "Times New Roman", sans-serif;
	font-weight: 400;
}

#main #comment_entries p.author {
	font-style: italic;
	color: #4d6880;
}

#main #comment_entries p.author a {
	color: #4d6880;
}

/* @end */

/* @end */

/* @group Footer */

#footer {
	background: #F5F8ED;
	padding: 1em 0;
	border-top: 1px dashed #D7E3B5;
	overflow: hidden;
}

#site-info {
	width: 1100px;
	margin: 0 auto;
	padding: 0 5px;
	overflow: hidden;
	font-size: 0.8em;
}

#sitemap {
	float: left;
	width: 100%;
}

#sitemap li {
	width: 130px;
	margin-right: 10px;
}

#sitemap > li {
	float: left;
}

#sitemap > li > a, #site-info h4 {
	font-family: "proxima-nova-1","proxima-nova-2", sans-serif;
	font-weight: 600;
	color: #002c53;
}

#site-info a {
	color: #72804D;
	text-decoration: none;
	line-height: 1.2em;
}

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

/* @end */

/* @group Contact */

.contact input {
	background-color: inherit;
	-webkit-transition: linear 0.5s background-color;
	transition: background-color;
	-o-transition-duration: 0.5s;
}

.contact input:invalid {
	background-color: red;
}

/* @end */

/* @group Gallery */

.gallery_nav {
	width: 1120px;
	padding: 10px 10px 30px; margin: 0 auto;
	overflow: auto;
}

.galleri .gallery {
	float: left;
	padding: 10px; margin: 0 5px 10px;
	background: #fff;
	background: rgba(255,255,255,0.9);
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.5);
	box-shadow: 0 2px 3px rgba(0,0,0,0.5);
	-webkit-transition: -webkit-box-shadow 0.1s linear, -webkit-transform 0.1s linear;
	transition: -webkit-box-shadow, box-shadow;
	-o-transition-duration: 0.1s;
}

.gallery:hover {
	-webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 3px 4px rgba(0,0,0,0.6);
	box-shadow: 0 3px 4px rgba(0,0,0,0.6);
}

.gallery:active {
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.galleri .gallery a {
	display: block;
	position: relative;
	text-decoration: none;
	color: #fff;
}

.gallery img {
	display: block;
}

.gallery span {
	position: absolute;
	bottom: 0; left: 0; right: 0;
	padding: 5px;
	font-size: 0.9em;
	background: #002c53;
	background: rgba(0,44,83,0.9);
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity;
	-o-transition-duration: 0.2s;
}

.galleri .gallery a:hover span {
	opacity: 1;
}

.gallery h4 {
	font-family: "ff-market-web-1", "ff-market-web-2", Georgia, Times, "Times New Roman", sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin-top: 0.5em;
	text-align: center;
	overflow: hidden;
}

.galleri .read-more {
	font-family: "proxima-nova-1","proxima-nova-2",sans-serif;
	color: #72804D;
	padding: 2px 0;
	font-size: 0.8em;
	width: 1110px;
	margin: 0 auto;
}

.galleri .read-more a {
	font-weight: bold;
	border: none;
}

.galleri .read-more img {
	position: relative;
	top: 4px;
}

/* @end */

/* @group Forms */

#comment_form {
	width: 1110px;
	margin: 1em auto;
}

#comment_form div {
	overflow: hidden;
	margin: 0.4em 0;
}

#comment_form .form_author label {
	display: block;
	float: left;
	width:101px;
	cursor: pointer;
	padding: 2px 0;
	margin-bottom: 4px;
}

#comment_form img {
	display: block;
	margin: 0.5em 0;
}

#comment_form .form_author input,
#comment_form .captcha input,
#comment_form textarea {
	padding: 2px;
	width: 443px;
	outline: none;
	border: 1px solid #ccc;
	margin-bottom: 4px;
}

#comment_form .form_author input:focus,
#comment_form .captcha input:focus,
#comment_form textarea:focus {
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

#comment_form textarea {
	width: 544px;
}

#comment_form input#captcha,
#comment_form input#submit,
#comment_form input#preview {
	width: auto;
}

/* @end */