/*
Theme Name: Min Film
Theme URI: http://sofacore.net
Description: Theme for Min Film site
Version: 1.0
Author: André Lersveen
Author URI: http://sofacore.net
*/

/* GENERAL */

* {
	margin: 0;
	padding: 0;
	outline: 0 none;
}

html {
	padding: 0;
	margin: 0;
	text-align: center;
	height:100%;
}

body {
 	 text-align: center;
  	 margin: 0;
 	 padding: 0;
 	 font-family: arial, sans-serif;
 	 font-size:14px;
 	 letter-spacing: 0.5px;
 	 color: #0a2644;
 	 height:100%;
 	 background: #fff;
}

a:focus {
outline:none
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

img {
	border-style: none;
}

a {
	color: #224d77;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 2px solid #788088;
	}

.clearboth {
	clear: both;
}

.hidden {
	display:none;
}

/* GENERAL END */

/* LAYOUT */

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -96px;
  	text-align: left;
	width: 100%;
	
}

#headerwrap {
	position: relative;
	width: 100%;
	height: 123px;
	background: url('images/headerbg.png') repeat-x;
}

#header {
	margin: auto;
	width:940px;
	height: 100%;
}

#logo {
	float: left;
	width: 266px;
	height: 62px;
	margin-top: 31px;
	background: url('images/logo.png') no-repeat;
}

#logo a, #logo h1 {
	display: block;
	width: 100%;
	height: 100%;
}

#menu {
	margin-top: 53px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	float: right;
	list-style: none;
}

#menu li {
	float: left;
        display: inline;
	margin-left: 25px;
}

#menu li a {
	color: #f0f8ff;
}

#menu li a.aktiv {
	color: #1d5e9b;
}

#content {
	margin: auto;
	width: 940px;
	padding-top: 37px;
	padding-bottom: 40px;
}

#frontbox {
	position: relative;
	float: left;
	background: #d0e0ef url('images/frontboxbg.png') repeat-x;
	width: 940px;
}

.crnr {
	position: absolute;
	width: 10px;
	height: 10px;
}

#frontbox .leftside {
	float: left;
        display: inline;
	width: 600px;
	height: 100%;
	margin-left: 40px;
}

#frontbox .text {
	float: left;
	width: 100%;
	margin-top: 120px;
	margin-bottom: 124px;
}

#frontbox h2 {
	width: 600px;
	font-weight: normal;
	color: #1d5e9b;
	font-size: 36px;
}

#frontbox p {
	width: 600px;
	font-size: 24px;
	margin-top: 5px;
}

#frontbox .button {
	position: absolute;
	float: left;
	left: 40px;
	bottom: 40px;
}

.button.big {
	position: relative;
	height: 44px;
}

.button.big a {
	display: block;
        
	width: 100%;
	height: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #f0f8ff;
	background: url('images/bigbuttonbg.png') repeat-x;
}

.button.big a:hover {
        cursor: pointer;
	text-decoration: none;
	color: #16467b;
	background-position: bottom;
}

.button.big .btext {
        float: left;
        display: block;
	margin-top: 10px;
	margin-left: 20px;
}

.button.big .arrow {
	float: left;
        display: block;
	margin-left: 10px;
	margin-top: 15px;
        margin-right: 20px;
	width: 18px;
	height: 17px;
	background: url('images/bigbutton.png');
	background-position: -20px 0;
}

.button.big a:hover .arrow {
	background-position: -20px -17px;
}

.button.big .left {
	position: absolute;
	left: 0;
	background: white;
	width:20px;
	height:100%;
	background: url('images/bigbutton.png') no-repeat;
}

.button.big a:hover .left {
	background-position: bottom left;
}

.button.big .right {
	position: absolute;
	right: 0;
	background: white;
	width: 20px;
	height:100%;
	background: url('images/bigbutton.png') no-repeat;
	background-position: top right;
}

.button.big a:hover .right {
	background-position: bottom right;
}

#frontbox .imagewrap {
        position: relative;
	float: right;
	width: 260px;
	height: 410px;
	margin-right: 40px;
}

#frontbox .image_center {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -100px;
	margin-top: -165px;
	width: 180px;
	height: 330px;
	background: url('http://wp.minfilm.eu/wp-content/uploads/2009/11/MinFilm-reklamekanal-N95.gif');
}

#frontbox .image_bottom {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -100px;
	width: 180px;
	height: 330px;
	background: url('http://wp.minfilm.eu/wp-content/uploads/2009/11/MinFilm-reklamekanal-N95.gif') no-repeat;
}

.tl {
	top:0;
	left:0;
	background: url('images/boxcorner.png') no-repeat;
	background-position: top left;
}

.tr {
	top:0;
	right:0;
	background: url('images/boxcorner.png') no-repeat;
	background-position: top right;
}

.bl {
	bottom:0;
	left:0;
	background: url('images/boxcorner.png') no-repeat;
	background-position: bottom left;
}

.br {
	bottom:0;
	right:0;
	background: url('images/boxcorner.png') no-repeat;
	background-position: bottom right;
}

.box {
	margin-top: 40px;
	float: left;
}

.box h3 {
	font-size: 20px;
	margin-bottom: 10px;
	color: #14304d;
}

.box ul {
	margin-left: 20px;
	font-size: 18px;
}

.box ul li {
	margin: 10px 0;
	color: #224d77;
}

.box ul a {
	color: #224d77;
}

.left {
	width: 580px;
	float: left;
}

.right {
	float: left;
	width: 280px;
}

.marginleft {
	margin-left: 80px;
}

.button.medium {
	float: left;
	margin-top: 20px;
	position: relative;
	height: 35px;
}

.button.medium a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #f0f8ff;
	background: url('images/medbuttonbg.png') repeat-x;
}

.button.medium a:hover {
        cursor: pointer;
	text-decoration: none;
	color: #16467b;
	background-position: bottom;
}

.button.medium .btext {
	float: left;
	margin-top: 8px;
	margin-left: 16px;
}

.button.medium .arrow {
	float: left;
	margin-left: 8px;
	margin-top: 12px;
        margin-right: 16px;
	width: 15px;
	height: 14px;
	background: url('images/medbutton.png');
	background-position: -16px 0;
}

.button.medium a:hover .arrow {
	background-position: -16px -14px;
}

.button.medium .left {
	position: absolute;
	left: 0;
	background: white;
	width:16px;
	height:100%;
	background: url('images/medbutton.png') no-repeat;
}

.button.medium a:hover .left {
	background-position: bottom left;
}

.button.medium .right {
	position: absolute;
	right: 0;
	background: white;
	width: 16px;
	height:100%;
	background: url('images/medbutton.png') no-repeat;
	background-position: top right;
}

.button.medium a:hover .right {
	background-position: bottom right;
}

#breadcrumbs {
	float: left;
	width: 100%;
	font-size: 18px;
	color: #788088;
}

.post {
	float: left;
	margin-top: 30px;
}

.post h2 {
	font-size: 30px;
}

.post small {
	width: 100%;
	font-size: 14px;
	color: #788088;
	margin-bottom: 16px;
}

.post .entry h2 {
	margin-top: 20px;
}

.post .entry a {
	text-decoration: underline;
}

.post .entry a:hover {
	text-decoration: none;
}

.post small a {
	text-decoration: none !important;
}

.post small a:hover {
	text-decoration: underline !important;
}

.post p {
	font-size: 16px;
	line-height: 20px;
	margin-top: 16px;
}

.post ul, .post ol {
	margin-top: 16px;
}

.post li {
	margin-left: 20px;
	font-size: 16px;
}

.post .alignleft, .post .alignnone {
	float: left;
	margin-right: 16px;
	margin-bottom: 3px;
}

.post .alignright {
	margin-left: 16px;
	margin-bottom: 3px;
}

.post .aligncenter {
	margin-bottom: 3px;
}

.wp-caption-text {
	text-align: left;
	font-size: 12px !important;
	color: #788088;
}

.post .more {
	margin-top: 16px;
	height: 17px;
	width: 120px;
	background: url('images/more.png') no-repeat;
	font-weight: bold;
}

.post .more a {
	display: block;
	width: 100%;
	height: 100%;
}

.post .more a span {
	float: left;
	margin-left: 27px;
	margin-top: 1px;
}

.postmetadata small {
	margin-bottom: 40px;
}

.nav {
	font-size: 18px;
	margin-top: 30px;
}

#search {
	position: relative;
	float: left;
	width: 280px;
	height: 34px;
	margin-bottom: 40px;
}

#search .tl {
	position: absolute;
	width: 6px;
	height: 6px;
	background: url('images/searchcorner.png') no-repeat;
	background-position: top;
}

#search .bl {
	position: absolute;
	width: 6px;
	height: 6px;
	background: url('images/searchcorner.png') no-repeat;
	background-position: bottom;
}

#search #search-input {
	float: left;
	width: 219px;
	height: 25px;
	border: 1px solid #a0b8d4;
	border-right: 0;
	color: #788088;
	font-size: 16px;
	padding-top: 7px;
	padding-left: 10px;
	margin: 0;
}

#search .submit {
	float: left;
	width: 50px;
	height: 34px;
	background: url('images/submit.png');
	border: 0;
	color: #fff;
	font-size: 18px;
	font-family: arial;
}

#search .submit:hover {
	cursor: pointer;
	background-position: bottom;
}

#sidebar {
	position: relative;
	float: left;
	background: #d0e0ef url('images/frontboxbg.png') repeat-x;
	width: 100%;
}

#sidebar .title {
	font-size: 20px;
	font-weight: bold;
	color: #14304d;
}

#sidebar .widget {
	float: left;
	width: 240px;
	margin: 20px;
}

#sidebar .widget .textwidget p {
	margin-top: 10px;
}

#sidebar .widget ul li {
	font-size: 18px;
	color: #224d77;
	margin-top: 10px;
}

#sidebar .widget ul {
	margin-left: 20px;
}

#footerwrap, .push {
    height: 96px;
}

#footerwrap {
	width: 100%;
	height: 96px;
	text-align: left;
	background: url('images/footerbg.png') repeat-x;
}

#footer {
	width: 940px;
	height: 96px;
	margin: auto;
	font-size: 16px;
	color: #788088;
}

#footer p {
	margin-top: 44px;
}

#footer a {
	color: #788088;
	font-weight: bold;
}

h3#comments, #respond h3 {
	margin-bottom: 20px;
}

ol.commentlist {
	list-style: none;
	margin-bottom: 40px;
}

ol.commentlist li {
	margin-bottom: 20px;
}

ol.commentlist li em {
	color: #788088;
}

.comment {
	background: #eef4fa;
	padding: 10px;
}

.comment p {
	margin-top: 10px;
}

.alt {
	background: none;
}

.says {
	display: none;
}

cite.fn {
	margin-left: 10px;
	font-size: 16px;
}

#commentform {
	font-size: 18px;
}

#commentform p {
	margin-bottom: 10px;
	font-size: 14px;
}

#commentform label {
	margin-left: 10px;
	font-size: 16px;
}

#commentform input {
	border: 1px solid #a0b8d4;
	width: 170px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #14304d;
	padding: 5px;
	}
	
#commentform textarea {
	width: 568px;
	padding: 5px;
	border: 1px solid #a0b8d4;
	}
	
#commentform #submit {
	width: 150px;
	margin-top: 20px;
	margin-bottom: 0;
	display: block;
	float: right;
	color: #f0f8ff;
	border: 1px solid #42648b;
	background: url('images/medbuttonbg.png') repeat-x;
	background-position: 0 -1px;
	}
	
#commentform #submit:hover {
	cursor: pointer;
	color: #224d77;
	background: url('images/medbuttonbg.png') repeat-x;
	background-position: 0 -36px;
}

/* LAYOUT END */
