/*
Theme Name: Art of Web
Theme URI: http://artofweb.dk/
Description: Theme for Art of Web's homepage
Author: Frederik Thouber
Author URI: http://artofweb.dk
Tags: Art of Web, webdesign
Version: 1.0
.
	Copyright 2009 Art of Web ApS
.
*/


* {
	padding: 0;
	margin: 0;
}

body {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: small;
	background: #EFEFEF;
}

#box {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.clear {
	clear: both;
}

object {
	outline: none;
}

/* #edit */

#edit {
	background: #464646;
	font-family: Verdana;
	font-size: 10px;
	height: 35px;
}

#edit a {
	text-decoration: none;
	padding: 5px 10px;
	background: #666;
	color: #fff;
	display: block;
	float: left;
	margin-top: 7px;
	margin-left: 10px;
}

#edit a:hover {
	background: #999;
}

#edit .right a {
	float: right;
	margin-right: 10px;
}

#edit p {
	float: left;
}

#edit p.center {
	width: 50%;
	text-align: center;
	color: #fff;
	padding-top: 10px;
}

#edit p.right, #edit p.left {
	width: 25%;
}



#edit .post-edit-link {

}


/* ROUND CORNERS CONFIG */

.rc {
	margin: 10px 0;
	position: relative;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	background: #fff;
}

.rc span.border, .rc span.bg {
	position: absolute;
	height: 1px;
}

.rc span.border {
	background: #DCDCDC;
}

.rc span.bg {
	background: #FFFFFF;
}

.rc span.tl {
	top: -1px;
	left: 0px;
	width: 1px;
}

.rc span.tr {
	top: -1px;
	right: 0px;
	width: 1px;
}

.rc span.bl {
	bottom: -1px;
	left: 0px;
	width: 1px;
}

.rc span.br {
	bottom: -1px;
	right: 0px;
	width: 1px;
}

.rc span.border.top {
	top: -2px;
	left: 1px;
}

.rc span.border.bottom {
	bottom: -2px;
	left: 1px;
}

.rc span.bg.top {
	top: -1px;
	left: 1px;
}

.rc span.bg.bottom {
	bottom: -1px;
	left: 1px;
}


/* HEADER (navigation, submenu, h1) */

#logo {
	height: 40px;
	margin-bottom: 15px;
}

#logo a {
	outline: none;
}

#logo a img {
	border: none;
}

#navigation {
	height: 40px;
	background: url(style/images/menu.png) 0px 0px no-repeat;
}

#navigation ul {
	list-style: none;
	padding-left: 21px;
	background: url(style/images/menu_line.png) 20px 0px no-repeat;
	height: 38px;
}

#navigation ul li {
	float: left;
	position: relative;
	display: block;
}

#navigation ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	padding: 10px 28px;
	padding-top: 11px;
	display: block;
	position: relative;
	outline: none;
}

#navigation ul li.current_page_item a, #navigation ul li.current_page_ancestor a {
	background: url(style/images/menu_hover.png) 0px 0px repeat-x;
	color: #fff;
}

#navigation ul li:hover a {
	background: url(style/images/menu_hover.png) 0px 0px repeat-x;
	color: #fff;
}

#navigation ul li a span {
	display: block;
	height: 38px;
	width: 1px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(style/images/menu_line.png) 0px 0px no-repeat;
}

#navigation ul ul {
	display: none;
}

#navigation ul li:hover ul {
	display: block;
	position: absolute;
	top: 36px;
	left: 0px;
	width: 180px;
	z-index: 100;
	height: auto;
	padding: 0;
	padding-top: 18px;
	border-bottom: 5px solid #707070;
	background: url(style/images/menu_sub.gif) 0px 3px no-repeat;
}

#navigation ul li:hover ul li {
	display: block;
	float: none;
}

#navigation ul ul li a span {
	display: none;
}

#navigation ul li:hover li a {
	font-size: 11px;
	background: #707070;
	padding: 5px 20px;
}

#navigation ul li:hover li a:hover, #navigation ul li:hover li.current_page_item a {
	background: #8C8C8C;
}



/* TOP */

#top {
	padding: 5px 6px;
	margin: 20px 0;
}

#top.black, #top.black span.bg {
	background: #000;
}

#top.gray {
	background: #414141;
}

#top.gray span.top.bg {
	background: #414141;
}

#top.gray span.bottom.bg {
	background: #414141;
}

#top.website.rc span.bg.top {
	background: #414141;
}

#top.website.rc span.bg.bottom {
	background: #414141;
}

#top.website.rc.full span.bg.bottom {
	background: #fff;
}

#top .top, #top .bottom {
	width: 876px;
}

#top.website {
	background: #fff url(style/images/bg_web.png) no-repeat;
	color: #444;
}

#top .appetizer {
	height: 242px;
}

#top .appetizer .video {
	width: 420px;
	height: 100%;
	float: left;
}

#top .appetizer .video_text {
	width: 390px;
	height: 235px;
	float: left;
	margin-left: 25px;
	color: #fff;
	padding-left: 17px;
	padding-right: 13px;
	position: relative;
	margin-top: 10px;
}

#top .appetizer .video_text h2 {
	font-size: 28px;
}

#top .appetizer .video_text h3 {
	font-size: 20px;
	margin-top: 3px;
}

#top .appetizer .video_text p {
	font-size: 12px;
	padding-bottom: 5px;
	line-height: 18px;
}

#top .appetizer .video_text .button a {
	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: 12px;
	font-weight: bold;
	padding: 5px;
	width: 175px;
	text-align: center;
	display: block;
	text-decoration: none;
	position: absolute;
	bottom: 15px;
	right: 15px;
}

#top .appetizer .video_text .button a:active {
	background: #F4F4F4;
	border-color: #999999 #CCCCCC #CCCCCC #999999;
	border-style: double;
	border-width: 3px;
}

#top .form {
	margin-top: 25px;
	margin-bottom: 10px;
	display: none;
}

#top.full .form {
	display: block;
}

#top .form .col1, #top .form .col2 {
	float: left;
	width: 390px;
	padding: 0 14px;
}

#top .form .col1 {
	padding-right: 29px;
}

#top .form .col2 {
	padding-left: 29px
}

#top .form form {
	padding-top: 15px;
	background: url(style/images/dotted.png) repeat-y 50% 50%;
	float: left;
}

#top .form p {
	font-size: 11px;
	line-height: 1.5em;
	padding-top: 15px;
	padding-bottom: 10px;
}

#top .form p.template {
	font-size: 11px;
	line-height: 1.5em;
	padding-top: 0px;
	padding-bottom: 10px;
}

#top .form .head {
	font-weight: bold;
}

#top .form .head.first {
	padding-top: 0;
}

#top .form label {
	font-size: 11px;
	display: block;
	position: relative;
	padding: 8px 0;
}

#top .form p.validation-error {
	background: #FFF8A5 url(style/images/error.gif) no-repeat 6px 50%;
	border: 1px solid #F7E700;
	padding: 5px 5px 5px 30px;
	margin: 0 14px;
	margin-bottom: 15px;
}

#top .form label.error input {
	border: 1px solid #FF0000;
}

#top .form label.conditions.error {
	color: #FF0000;
}

#top .form .colors {
	padding-bottom: 15px;
}

#top .form .colors span {
	float: left;
	width: 130px;
	position: relative;
}

#top .form .colors span p {
	position: absolute;
	top: 10px;
	left: 45px;
	margin: 0;
	padding: 0;
}


#top .form .colors .colorSelector div {
	height: 28px;
	width: 28px;
}

#top .form label input, #top .form label select {
	width: 230px;
	position: absolute;
	right: 0;
	padding: 3px;
	font-size: 12px;
	border: 1px solid #AAAAAA;
	top: 4px;
}

#top .form label select {
	width: 238px;
	padding: 2px;
}

#top .form .zip_city {
	height: 31px;
	position: relative;
}

#top .form .zip_city .zip {
	float: left;
	width: 200px;
}

#top .form .zip_city .zip input {
	width: 40px;
}

#top .form .zip_city .city {
	width: 180px;
	position: absolute;
	right: 0;
}

#top .form .zip_city .city input {
	width: 175px;
}

#top .form .logo input {
	width: 238px;
}

#top .form .colors p {
	float: left;
}

#top .form .submit {
	position: relative;
	margin-top: 20px;
}

#top .form .submit .conditions {
	text-indent: 20px;
}

#top .form .submit .conditions input {
	left: 0;
	top: 10px;
	width: auto;
}

#top .form .submit a {
	text-decoration: none;
	color: #FF8200;
	font-size: 11px;
	position: absolute;
	left: 99px;
	top: 8px;
}

#top .form .submit input {
	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: 3px;
	width: 140px;
	position: absolute;
	right: 0;
	top: 2px;
}

#top .form .submit input:active {
	background: #F4F4F4;
	border-color: #999999 #CCCCCC #CCCCCC #999999;
	border-style: double;
	border-width: 3px;
}



/* SUBMENU */

#box > h1 {
	font-size: 135%;
	padding: 2px 0;
	width: 230px;
}

#box > #submenu {
	list-style: none;
	float: right;
	margin-top: 4px;

}

#box > #submenu li {
	float: left;
}

#box > #submenu a {
	display: block;
	text-decoration: none;
	margin-left: 10px;
	font-size: 85%;
	position: relative;
	background: #eee;
	padding: 2px 5px;
	color: #555;
}

#box > #submenu a:hover, #box > #submenu .current_page_item a {
	background: #FF7800;
	color: #fff;
}




#box > #submenu a span.corner {
	position: absolute;
	background: #FCFCFC;
	display: block;
	height: 1px;
	width: 1px;
}

#box > #submenu a span.tl {
	top: 0;
	left: 0;
}

#box > #submenu a span.tr {
	top: 0;
	right: 0;
}

#box > #submenu a span.bl {
	bottom: 0;
	left: 0;
}

#box > #submenu a span.br {
	bottom: 0;
	right: 0;
}


/* MAIN */

#main.columns {
	background: url(style/images/main.gif) repeat-y;
	margin: 20px 0;
}

#main.start {
	background: url(style/images/start.gif) repeat-y;
	margin: 20px 0;
}

#main.columns .col1, #main.columns .col2 {
	width: 173px;
	float: left;
	padding: 20px;
	padding-top: 15px;
	height: 100%;
	margin: 0 1px;
}

#main.start .col1, #main.start .col2 {
	width: 390px;
	float: left;
	padding: 20px;
	padding-top: 15px;
	height: 100%;
	margin: 0 1px;
}

#main.columns .col1 {
	margin-right: 17px;
	width: 607px;
}

#main.start .col1 {
	margin-right: 17px;
}

#main h1 {
	font-size: 18px;
	padding: 2px 0;
	margin-bottom: 3px;
	margin-top: 25px;
	clear: both;
}

#main h2 {
	font-size: 14px;
	padding: 2px 0;
	margin-bottom: 3px;
	margin-top: 25px;
	clear: both;
}

#main .first {
	margin-top: 0;
}

#main a {
	text-decoration: none;
	color: #FF8200;
}

#main a:hover {
	text-decoration: underline;

}

#main p {
	font-size: 12px;
	color: #444;
	line-height: 20px;
	margin-bottom: 15px;
	display: block;
}

#main ul, ol {
	font-size: 90%;
	color: #444;
	padding-left: 20px;
	line-height: 1.7em;
	margin-bottom: 15px;
}

#main .left {
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}

#main .right {
	float: right;
	margin-left: 15px;
	margin-top: 5px;
}

#main table {
	border-collapse: collapse;
	font-size: 85%;
	color: #444;
	margin: 5px 0;
	width: 100%;
	margin-bottom: 10px;
}

#main table th {
	padding: 5px 10px;
	text-align: left;
}

#main table tr.line {
	border-bottom: 1px solid #ddd;
}

#main table td {
	padding: 5px 10px;
}

#main .wp-table-reloaded .column-2  {
	width: 50px;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}

#main .wp-table-reloaded .column-3  {
	width: 20px;
	text-align: right;
	padding-left: 5px;
	padding-right: 5px;
}

#main .wp-table-reloaded .column-4  {
	width: 55px;
	text-align: right;
}

#main table .odd th, #main table .odd td {
	background-color: #E5E5E5;
}

#main a.link_go {
	float: right;
	background: url(style/images/link_go.gif) 0 55% no-repeat;
	padding-left: 13px;
}

#main a.link_go:hover {
	text-decoration: underline;
}

#main dl {
	font-size: 90%;
	color: #444;
}

#main dt {
	float: left;
	width: 40%;
	line-height: 1.7em;
}

#main dd {
	width: 60%;
	float: left;
	line-height: 1.7em;
}

#main dl a:hover {
	text-decoration: underline;
}

#main .alignright {
	float: right;
	margin-left: 20px;
}

/*#main #submenu {
	list-style: none;
	padding: 0;
}*/

#main #submenu a {
	display: block;
}

#main #submenu .current_page_item a {
	font-weight: bold;
}

#main ul.features {
	list-style: none;
	padding: 0;
}

#main ul.features li {
	background: url(style/images/tick.gif) 97% 50% no-repeat;
	padding: 5px 10px;
	font-size: 90%;
	line-height: normal;
}

#main ul.features li.odd {
	background: #eee url(style/images/tick.gif) 97% 50% no-repeat;
}

#main table.contact {
	margin-top: 0;
	margin-bottom: 30px;
}

#main table.contact td {
	width: 50%;
	font-size: 12px;
	text-align: center;
	line-height: 22px;
}

#main table.contact td span {
	display: block;
	font-size: 17px;
}

#main ul.list_big li {
	float: left;
	width: 50%;
		margin-bottom: 4px;
}


/* contact-boks */

#main .form {
	background: #E5E5E5;
	font-size: 90%;
	color: #555;
	padding: 15px 5px;
}

#main .form p {
	float: left;
	padding: 0 10px;
}

#main .form label {
	font-weight: bold;
	font-size: 11px;
}

#main .form .error {
	color: #CF1F1F;
}

#main .form .error input {
	border-color: #CF1F1F;
}

#main .form input, #main .form textarea, #main .form select {
	display: block;
	padding: 3px;
	width: 348px;
	border: 1px solid #aaa;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 105%;
}

#main .form select {
	width: 355px;
}

#main .form textarea {
	height: 100px;
}

#main .contact input, #main .contact textarea {
	display: block;
	padding: 3px;
	width: 268px;
	border: 1px solid #aaa;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 105%;
}

#main .contact textarea {
	height: 150px;
	line-height: 1.5em;
	width: 564px;
}

#main .form .submit {
	margin: 0;
	margin-right: 3px;
	float: right;
	padding-left: 0;
}

#main .form .requirement {
	margin-bottom: 0;
	margin-top: 3px;
}

#main .form .submit .ajax-loader {
	margin-top: 6px;
	margin-right: 7px;
}

#main .form .submit input {
	width: 85px;
	float: right;
}

#main .contact .top, #main .contact .bottom {
	width: 603px;
}

#main.start .form .top, #main.start .form .bottom {
	width: 386px;
}

#main .contact .bg.bottom, #main .contact .bg.top {
	background: #E5E5E5;
}

#main.start .form .bg.bottom, #main.start .form .bg.top {
	background: #E5E5E5;
}

#main.start .wpcf7-form span.wpcf7-not-valid-tip {
	width: 348px;
}

#main .submit input {
	background: #FFFFFF url(style/images/fade-butt.png);
	border-color: #CCCCCC #999999 #999999 #CCCCCC;
	border-style: double;
	border-width: 3px;
	color: #333333;
	padding: 3px;
	font-weight: bold;
	font-size: 10px;
	outline: none;
}

#main .submit input:active {
	background: #F4F4F4;
	border-color: #999999 #CCCCCC #CCCCCC #999999;
	border-style: double;
	border-width: 3px;
}

#main acronym {
	cursor: help;
}


/* MAIN.COLUMNS ROUND CORNERS CONFIG */

.columns {
	position: relative;
}

.columns .c1.top, .columns .c1.bottom {
	width: 645px;
}

.columns .c2.top, .columns .c2.bottom {
	width: 211px;
}

.columns span.border, .columns span.bg {
	position: absolute;
	height: 1px;
}

.columns span.border {
	background: #DCDCDC;
}

.columns span.bg {
	background: #FFFFFF;
}

.columns span.tl.c1 {
	top: -1px;
	left: 1px;
	width: 1px;
}

.columns span.tr.c1 {
	top: -1px;
	left: 647px;
	width: 1px;
}

.columns span.bl.c1 {
	bottom: -1px;
	left: 1px;
	width: 1px;
}

.columns span.br.c1 {
	bottom: -1px;
	left: 647px;
	width: 1px;
}

.columns span.border.top.c1 {
	top: -2px;
	left: 2px;
}

.columns span.border.bottom.c1 {
	bottom: -2px;
	left: 2px;
}

.columns span.bg.top.c1 {
	top: -1px;
	left: 2px;
}

.columns span.bg.bottom.c1 {
	bottom: -1px;
	left: 2px;
}

.columns span.tl.c2 {
	top: -1px;
	right: 1px;
	width: 1px;
}

.columns span.tr.c2 {
	top: -1px;
	right: 213px;
	width: 1px;
}

.columns span.bl.c2 {
	bottom: -1px;
	right: 1px;
	width: 1px;
}

.columns span.br.c2 {
	bottom: -1px;
	right: 213px;
	width: 1px;
}

.columns span.border.top.c2 {
	top: -2px;
	right: 2px;
}

.columns span.border.bottom.c2 {
	bottom: -2px;
	right: 2px;
}

.columns span.bg.top.c2 {
	top: -1px;
	right: 2px;
}

.columns span.bg.bottom.c2 {
	bottom: -1px;
	right: 2px;
}


/* MAIN.START ROUND CORNERS CONFIG */

.start {
	position: relative;
}

.start .top, .start .bottom {
	width: 428px;
}

.start span.border, .start span.bg {
	position: absolute;
	height: 1px;
}

.start span.border {
	background: #DCDCDC;
}

.start span.bg {
	background: #FFFFFF;
}

.start span.tl.c1 {
	top: -1px;
	left: 1px;
	width: 1px;
}

.start span.tr.c1 {
	top: -1px;
	left: 430px;
	width: 1px;
}

.start span.bl.c1 {
	bottom: -1px;
	left: 1px;
	width: 1px;
}

.start span.br.c1 {
	bottom: -1px;
	left: 430px;
	width: 1px;
}

.start span.border.top.c1 {
	top: -2px;
	left: 2px;
}

.start span.border.bottom.c1 {
	bottom: -2px;
	left: 2px;
}

.start span.bg.top.c1 {
	top: -1px;
	left: 2px;
}

.start span.bg.bottom.c1 {
	bottom: -1px;
	left: 2px;
}

.start span.tl.c2 {
	top: -1px;
	right: 1px;
	width: 1px;
}

.start span.tr.c2 {
	top: -1px;
	right: 430px;
	width: 1px;
}

.start span.bl.c2 {
	bottom: -1px;
	right: 1px;
	width: 1px;
}

.start span.br.c2 {
	bottom: -1px;
	right: 430px;
	width: 1px;
}

.start span.border.top.c2 {
	top: -2px;
	right: 2px;
}

.start span.border.bottom.c2 {
	bottom: -2px;
	right: 2px;
}

.start span.bg.top.c2 {
	top: -1px;
	right: 2px;
}

.start span.bg.bottom.c2 {
	bottom: -1px;
	right: 2px;
}


/* PROMO */

#promo {
	background: #E5E5E5 url(style/images/fade.png) repeat-x;
}

#promo .top, #promo .bottom {
	width: 876px;
}

#promo .bg.top {
	background: #FFFFFF url(style/images/promo_top.png) no-repeat;
}

#promo .bg.bottom {
	background: #E5E5E5 url(style/images/promo_bottom.png) no-repeat;
}

#promo .border.bottom {
	background: #BEBEBE;
}

#promo .border.bl, #promo .border.br {
	background: #BEBEBE;
}

#promo ul {
	list-style: none;
}

#promo ul li {
	float: left;
	width: 198px;
	border-left: 1px solid #DDDDDD;
	padding: 10px;
	height: 104px;
}

#promo ul li.first {
	border: none;
}

#promo h4 {
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	padding: 1px 0;
	margin-bottom: 1px;
}

#promo p {
	text-align: center;
	color: #888;
	font-size: 11px;
	line-height: 1.4em;
}

#promo a {
	text-decoration: none;
	color: #777;
	text-align: center;
	outline: none;
}

#promo a:hover {
	color: #FF8200;
}

#promo a img {
	border: none;
	display: block;
	margin: 0 auto;
	padding-top: 10px;
}


/* FOOTER */

#footer {
	margin-bottom: 25px;
	padding: 0 5px;
}

#footer p {
	font-size: 80%;
	color: #999;
	padding: 0;
}

#footer ul {
	list-style: none;
	font-size: 10px;
	color: #888;
	height: 14px;
}

#footer li {
	float: left;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #bbb;
}

#footer li.first {
	padding: 0;
	margin: 0;
	border: 0;
}

#footer .right {
	float: right;
}

#footer a {
	color: #FF8200;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}



/* 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 span.wpcf7-not-valid-tip {
	top: 0;
	left: 0;
	font-weight: normal;
	width: 268px;
	padding: 1px 3px;
	font-size: 12px;
}

.wpcf7-form span.wpcf7-not-valid-tip-no-ajax {
	font-size: 12px;
	font-weight: normal;
}

.wpcf7-form div.wpcf7-response-output {
	padding: 5px;
	padding-left: 30px;
	font-size: 12px;
	margin: 0;
	margin-top: 15px;
}

.wpcf7-form div.wpcf7-validation-errors {
	background: #FFF8A5 url(style/images/error.gif) 6px 50% no-repeat;
	border: 1px solid #F7E700;
}

.wpcf7-form div.wpcf7-mail-sent-ok {
	background: #B4F199 url(style/images/accept.gif) 6px 50% no-repeat;
	border: 1px solid #398F14;
}






/* div */

blockquote {
	padding-left: 15px;
	border-left: 1px solid #ccc;
}

blockquote p {
	font-style: italic;
}

blockquote cite {
	display: block;
	font-style: normal;
	padding-top: 10px;
}