/*
Theme Name: Farmen
Theme URI: http://wordpress.org/
Description: WordPress standardtema baserat p&aring; k&auml;nda <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets
*/

@import "style-start.css";
@import "style-new.css";

label.hidden {
	font: bold 12px Arial;
	color: #555;
}

.wpcf7 {
	width: 312px;
}

.wpcf7 input {
	float: right;
}

.pagebox .box .body .wpcf7 p {
	margin-bottom: 5px;
}

.wpcf7 .wpcf7-form-control-wrap input {
	float: none;
}

iframe {
	border: 1px solid #ccc;
}

.wpcf7-form-control-wrap input {
	border: 1px solid #ccc;
	padding: 5px;
	width: 300px;
	background: url('images/input-bkg.png') bottom repeat-x;
	float: none;
	font: normal 11px Verdana;
}

.wpcf7-form-control-wrap textarea {
	border: 1px solid #ccc;
	width: 300px;
	padding: 5px;
	background: #fff url('images/input-bkg.png') bottom repeat-x;
	float: none;
	font: normal 11px Verdana;
}

#wpcf7-f2-p130-o1, #wpcf7-f1-p132-o1 {
	float: right;
	border: 1px solid #ccc;
	padding: 10px 10px 0 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	background: #eee;
}

.pagebox a {
	color: #3363AF;
}

.pagebox h2 {
	font: normal 20px Georgia;
	color: #333;
	margin-bottom: 10px;
}

img {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
   clear: both;
}

.alignleft {
   float: left;
   padding-right: 10px;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


/* X-CLASSES - 24 grid columns are created from start. You can add more of them if you need to. */
.x-180, .x-60, .x-360, .x-1152, .x-1104, .x-1056, .x-1008, .x-960, .x-912, .x-864, .x-816, .x-768, .x-720, .x-672, .x-624, .x-576, .x-528, .x-480, .x-432, .x-384, .x-336, .x-288, .x-240, .x-192, .x-144, .x-96, .x-48 {
	float: left;
}

.x-1152 { width: 1152px; } /* 100% */
.x-1104 { width: 1104px; }
.x-1056 { width: 1056px; }
.x-1008 { width: 1008px; }
.x-960 { width: 960px; }
.x-912 { width: 912px; }
.x-864 { width: 864px; } /* 75% */
.x-816 { width: 816px; }
.x-768 { width: 768px; } /* 67% */
.x-720 { width: 720px; }
.x-672 { width: 672px; }
.x-624 { width: 624px; }
.x-576 { width: 576px; } /* 50% */
.x-528 { width: 528px; }
.x-480 { width: 480px; }
.x-432 { width: 432px; }
.x-384 { width: 384px; } /* 33% */
.x-360 { width: 360px; }
.x-336 { width: 336px; }
.x-288 { width: 288px; } /* 25% */
.x-180 { width: 180px; }
.x-240 { width: 240px; }
.x-192 { width: 192px; }
.x-144 { width: 144px; }
.x-96 { width: 96px; }
.x-60 { width: 60px; }
.x-48 { width: 48px; }

.pagebox .box {
	margin: 0 5px 10px;
}

.pagebox .box .head  {
	background: green;
	background: url('images/boxpage-bkg-top.gif') no-repeat;
}
.pagebox .box .head h1 {
	
	color:#3363AF;
	font-family:Georgia;
	font-size:24px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height: 32px;
	padding:10px 20px 0;
}
.pagebox .box .head span {
	width: 50px;
	height: 50px;
	display: block;
	float: right;
	background: url('images/boxpage-bkg-top.gif') no-repeat right;
}

.pagebox .box .body {
	margin-bottom:10px;
	padding: 10px 20px 10px 20px;
}

.pagebox .box .body p {
	margin-bottom: 15px;
}

.pagebox ul {
	margin-bottom: 10px;
}

.pagebox li {
	font: normal 13px/19px Verdana;
	color: #333;
	margin-left: 15px;
}

.block {
	height: 220px;
	width: 600px;
}

.pagebox#personal ul {
	list-style: none;
}

#wp_page_numbers {
	margin-bottom: 10px;
	margin-left: 5px;
	width: 710px;
}


.newsarchive small {
	color:#555555;
	font: normal 11px Verdana;
	margin-bottom:5px;
}

.newsarchive h2 {
	padding: 0;
	margin: 0;
}
.newsarchive ul {
	list-style: none;
}
.newsarchive a {
	color:#2E5DA3;
	font: bold 13px Verdana;
	text-decoration: none;
}
.newsarchive a:hover {
	text-decoration: underline;
}

#slider li {
	list-style: none;
}

ul#slider{
	height:150px;
	width:960px;
	overflow:hidden;
}

.big-buttons {
	overflow: hidden;
	clear: both;
	float: none;
	margin-bottom: 10px;
}
	.big-button {
		width: 472px;
		height: 150px;
		background: #ccc;
		float: left;
	}
		/*.big-button:hover {
			cursor: pointer;
		}
		.big-button:hover h2 a {
			text-decoration: underline;
		}*/
		.big-button img {
			display: inline-block;
			padding: 0;
			margin: 0;
			margin-top: 11px;
			float: left;
			margin-left: 20px;
		}
		.big-button h2 {
			font: bold 24px Georgia;
			margin: 5px 0 10px 0;
		}
		.big-button h2 a {
			color: #fff;
			text-decoration: none;
		}
		.big-button .content {
			float: left;
			margin-top: 11px;
			font: normal 14px/18px Arial;
			color: #fff;
			margin-left: 20px;
		}
	.big-button.green {
		background: url('images/box-green-middle.png') repeat-x;
		margin-left: 5px;
		margin-right: 10px;
	}
	.big-button.orange {
		background: url('images/box-orange-middle.png') repeat-x;
	}

	.big-button .button-left {
		float: left;
	}

	.big-button .button-right {
		float: right;
	}

	.big-button.green .button-left {
		background: url('images/box-green-left.png') no-repeat;
	}
	.big-button.green .button-right {
		background: url('images/box-green-right.png') no-repeat;
	}

	.big-button.orange .button-left {
		background: url('images/box-orange-left.png') no-repeat;
	}
	.big-button.orange .button-right {
		background: url('images/box-orange-right.png') no-repeat;
	}

	.big-button .inside {
		float: left;
	}

	.big-button .button-left, .big-button .button-right {
		width: 10px;
	}
	.big-button .button-left, .big-button .button-right, .big-button .inside {
		height: 150px;
	}
