/*
Theme Name: AoW Light
Theme URI: http://www.artofweb.dk/
Description: Beautiful lightweight theme for AoW customers with easy color and background replacement.
Author: Frederik Thouber
Author URI: http://www.artofweb.dk
Tags: Art of Web, webdesign, light
Version: 1.0
.
	Copyright 2009 Art of Web ApS
.
*/




/* GENERAL STYLE RULES */

* {
	padding: 0;
	margin: 0;
}

html {
	background: url(style/images/bg_dark.png);
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	position: relative;
	min-height: 100%;
}

.clear {
	clear: both;
}

a img {
	border: none;
}

#header, #body, #footer {
	background: #fff;
	border-left: 15px solid #fff;
	border-right: 15px solid #fff;
}


/* HEADER */

#header {
	width: 800px;
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
	position: relative;
}

#header .line {
	background: #DFDFDF;
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: -1px;
}


#header #logo {
	padding-bottom: 10px;
}

#navigation {
	float: right;
}

#navigation ul {
	position: absolute;
	bottom: 0;
	right: 0;
	list-style: none;
}

#navigation ul li {
	float: left;
	margin-left: 30px;
}

#navigation ul a {
	text-decoration: none;
	display: block;
	font-size: 10px;
	color: #505050;
	font-weight: bold;
	padding-bottom: 11px;
	margin-top: 2px;
	outline: none;
}

#navigation ul a:hover, #navigation ul .current_page_item a, #navigation ul .current_page_ancestor a {
	border-bottom: 3px solid #239323;
	padding-bottom: 8px;
}

#submenu {
	list-style: none;
	font-size: 10px;
	margin-top: 50px;
}

#submenu a {
	display: block;
	text-decoration: none;
	padding: 6px 10px;
	margin-bottom: 2px;
	color: #303030;
	border-left: 5px solid #E5E5E5;
	background: #F5F5F5;
}

#submenu a:hover, #submenu .current_page_ancestor a #submenu .current_page_item a {
	border-left: 5px solid #239323;
}

#submenu ul a:hover {
	border: none;
}

#submenu ul {
	padding-left: 30px;
	list-style: disc;
}

#submenu ul a {
	background: 0;
	border: 0;
	padding: 5px;
}

#submenu ul a:hover, #submenu ul .current_page_item a {
	border: 0;
	color: #239323;
}


/* BODY */

#body {
	width: 800px;
	margin: 0 auto;
	padding-bottom: 10px;
	padding-top: 10px;
}

#top {
	margin-top: 15px;
	margin-bottom: 10px;
}

#body-content .col1, #body-content .col2 {
	float: left;
}

#body-content .col1 {
	width: 575px;
	float: right;
	padding-top: 8px;

}

#body-content .col2 {
	width: 200px;
}

#body-content .alignright {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

#body-content .alignleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

#body-content .aligncenter {
	display: block;
	margin: 0 auto;
}

#body-content h1 {
	margin-bottom: 5px;
	font-size: 23px;
	font-weight: normal;

}

#body-content h2 {
	font-size: 19px;
	margin-bottom: 5px;
	font-weight: normal;

}

#body-content h3 {
	font-size: 17px;
	margin-bottom: 5px;
	font-weight: normal;
}

#body-content .col1 a, #body-content .contactinfo a, .start1 a, .start2 a {
	color: #239323;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

#body-content .col1 a:hover, #body-content .contactinfo a:hover, .start1 a:hover, .start2 a:hover {
	border-bottom: 1px solid #239323;
}

#body-content p {
	line-height: 1.8em;
	margin-bottom: 15px;
	font-size: 11px;
	color: #333;
}

#body-content .col1 ul, #body-content .col1 ol, #body-content .start ul, #body-content .start ol {
	padding-left: 35px;
	margin-bottom: 15px;
	font-size: 11px;
	line-height: 1.8em;
	color: #333;
}

#body-content .form {
	padding: 10px 8px;
	padding-bottom: 2px;
	background:	#F5F5F5;
	margin-bottom: 15px;
}

#body-content .form p {
	float: left;
	padding: 0 8px;
	color: #555;
}

#body-content .form label {
	font-weight: bold;
}

#body-content .form input, textarea, select {
	display: block;
	width: 253px;
	padding: 4px;
	border: 1px solid #D5D5D5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	
}

#body-content .form textarea {
	width: 532px;
	height: 125px;
	padding: 4px;
	font-size: 11px;
	overflow: auto;
}

#body-content .form .submit {
	float: right;
	margin-right: 1px;
}


#body-content .form .submit .ajax-loader {
	margin-top: 4px;
	margin-right: 5px;
}

#body-content .form .info {
	padding-top: 2px;
}

#body-content .form .submit input {
	width: 70px;
	background: #FFFFFF url(style/images/fade-butt.png) repeat scroll 0 0;
	border-color: #CCCCCC #999999 #999999 #CCCCCC;
	border-style: double;
	border-width: 3px;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	padding: 0.25em;
	float: right;
}

#body-content .form .submit input:active {
	background: #F4F4F4;
	border-color: #999999 #CCCCCC #CCCCCC #999999;
	border-style: double;
	border-width: 3px;
}

/* Links */

#body-content .col1 ul.links {
	list-style: none;
	padding: 0;
}

#body-content .col1 ul.links {
	list-style: none;
	padding: 0;
}

#body-content .col1 ul.links li .cat {
	padding: 5px 10px;
	display: block;
	background: #F5F5F5;
	margin-bottom: 10px;
}

#body-content .col1 ul.links li .cat p {
	margin: 0;
}

#body-content .col1 ul.links li .cat .name {
	font-weight: bold;
}

#body-content .col1 ul.links ul {
	list-style: disc;
}

#body-content .col1 ul.links ul a {
	display: block;
	border: none;
	margin-bottom: 5px;
}

#body-content .col1 ul.links ul a p {
	margin: 0;
}

#body-content .col1 ul.links ul a p.name {
	color: #239323;
	border-bottom: 1px solid #fff;
	display: inline;
}

#body-content .col1 ul.links ul a:hover p.name {
	border-color: #239323;
}


/* Kontaktinfo */

#body-content .col2.contactinfo {
	padding-top: 10px;
}

#body-content .col2 .clear {
	height: 20px;
}

#body-content .col2 h3 {
	font-size: 16px;
}

#body-content .col2 dt, dd {
	float: left;
	line-height: 1.8em;
	font-size: 11px;
	color: #333;
}

#body-content .col2 dt {
	width: 40%;
}

#body-content .col2 dd {
	width: 60%;
}

#body-content .col2 .mail a {
	color: #239323;
	text-decoration: none;
}

#body-content .col2 dl a:hover {
	border-bottom: 1px solid #239323;
}


/* Startside  */ 

#body-content .start {
	background: url(style/images/v-line.png) 50% 50% repeat-y;
	margin: 20px 0;
}

#body-content .start1, #body-content .start2 {
	float: left;
	width: 380px;
}

#body-content .start1 {
	padding-right: 20px;
}

#body-content .start2 {
	padding-left: 20px;
}

#body-content .start1 h3, #body-content .start2 h3 {
	font-size: 17px;
}

#body-content .start1 a, #body-content .start2 a {
	color: #239323;
	text-decoration: none;
}


/* FOOTER */

#footer-container {
	display: block;
	width: 100%;
}

#footer {
	width: 800px;
	margin: 0 auto;
	padding: 9px 0;
	color: #727272;
	font-size: 10px;
	position: relative;
	border-bottom: 3px solid #fff;
}

#footer .line {
	background: #DFDFDF;
	height: 1px;
	width: 100%;
	position: absolute;
	top: -1px;
}

#footer ul {
	list-style: none;
}

#footer li {
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #DFDFDF;
}

#footer li.first, #footer .right li {
	float: left;
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}

#footer li {
	float: left;
}

#footer a {
	color: #239323;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

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

#footer .right {
	float: right;
}

#footer .right span {
	font-weight: bold;
}


/* SIFR */
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}


/* Contact Form 7 */

.wpcf7-form {
	color: #333;
}

.wpcf7-form span.wpcf7-not-valid-tip {
	font-size: 11px;
	font-weight: normal;
	left: 0px;
	padding: 4px;
	line-height: normal;
	top: 0px;
	width: 253px;

}

.wpcf7-form span.wpcf7-not-valid-tip-no-ajax {
	font-size: 11px;
	font-weight: normal;
}

.wpcf7-form span.wpcf7-form-control-wrap {
	display: block;
}

.wpcf7-form div.wpcf7-response-output {
	padding: 6px;
	padding-left: 30px;
	font-size: 90%;
	margin: 0;
	margin-top: 15px;
	font-size: 11px;
	margin-bottom: 15px;
}

.wpcf7-form div.wpcf7-validation-errors {
	background: #FFF691 url(style/images/error.gif) 7px 50% no-repeat;
	padding: 7px;
	padding-left: 30px;
	border: none;
}

.wpcf7-form div.wpcf7-mail-sent-ok {
	background: #B4F199 url(style/images/accept.gif) 7px 50% no-repeat;
	padding: 7px;
	padding-left: 30px;
	border: none;
}