/*
Theme Name: twinauto
Theme URI: http://www.twinauto.com
Description: bilverksted
Author: John Arne H. Tømmervold
Author URI: http://www.lilleby.biz/gd
Template: k2
*/

body {
	background:#ffffff none repeat scroll 0 0;
	background-image:url(bg_yellow.jpg);
	background-repeat:repeat-x;
	color:#000000;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	}

strong, em, b, i {
	font-family:Verdana,Helvetica,Arial,sans-serif;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family:Verdana,sans-serif;
	}
	
fieldset {
	padding:5px;
	
	}
	
#header {
	/* Contains the H1 and menu */
	background:#fff none repeat scroll right top;
	background-image:url(twinauto_wp.jpg);
	height:300px;
	width:800px;
	}

#page {
	/* The entire design is contained within the 'page' id */
	border-color:#000000;
	border-style:solid solid none;
	border-width:1px;
	width:800px;
	margin:8px auto 0;
	padding:0 0 20px;
	}
	
#primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	}
	
#footer {
	font-size:12px;
	background-color:#8B8B85;
	border-color:#000000;
	border-style:none solid solid;
	border-width:1px;
	clear:both;
	color:#000000;
	margin:0 auto 8px;
	padding:0 0 0;
	text-align:center;
	width:800px;
}

#footer a:hover {
	border:medium none;
	color:#000000;
	text-decoration:none
	}

#footer a {
	border:medium none;
	color:#000000;
	font-weight:bold
	}

h1.blog-title {
	font-weight:bold;
	letter-spacing:0px;
	padding:215px 30px 0;
	}
	
h2 {
	font-size:18px;
	letter-spacing:0px;
	text-align:left;
	}

h3, h4, .single .k2-asides h3 {
	font-size:18px;
	letter-spacing:0px;
	}

ul.menu {
	bottom:0;
	left:0;
	margin:0;
	padding:0 0 0;
	position:absolute;
	width:800px;
}

ul.menu li a {
	display:block;
	float:left;
	font-size:12px;
	font-weight:bold;
	line-height:5px;
	margin-right:1px;
	padding:8px;
	background-color:#000;
	color:#FFF;
	text-decoration:none;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
}

ul.menu li a:hover {
	background-color:#666;
}

ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover, ul.menu li.current_page_ancestor a, ul.menu li.current_page_ancestor a:hover {
	background:#666 none repeat scroll 0 0;
	color:#fff;
	text-decoration:none;
}

.content {
	padding:0 20px 0;
	width:760px;
}



/*
EASY CONTACT
by SCOTT ALLAN WALLICK, http://scottwallick.com/
from PLAINTXT.ORG, http://www.plaintxt.org/

This file is part of EASY CONTACT.

EASY CONTACT is free software: you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation, either version 3 of
the License, or (at your option) any later version.

EASY CONTACT is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for details.

You should have received a copy of the GNU General Public License
along with EASY CONTACT. If not, see www.gnu.org/licenses/.
*/

body div.formcontainer{
clear: both;
overflow: hidden;
width: 100%;
}

body div.formcontainer span.required {
color: #FF0000;
}

body div.formcontainer p.error,
body div.formcontainer p.important,
body div.formcontainer p.information,
body div.formcontainer p.success {
border-top: 1px solid #E8E8DE;
color: #442;
line-height: 250%;
padding-left: 36px;
width: 95%;
}

body div.formcontainer p.error {
background: #fbfbee url('error.png') no-repeat 12px 50%;
border-bottom: 2px solid #F0D28B;
}

body div.formcontainer p.important {
background: #fbfbee url('important.png') no-repeat 12px 50%;
border-bottom: 2px solid #FED7CE;
}

body div.formcontainer p.information {
background: #fbfbee url('information.png') no-repeat 12px 50%;
border-bottom: 2px solid #C5DDF2;
}

body div.formcontainer p.success {
background: #fbfbee url('success.png') no-repeat 12px 50%;
border-bottom: 2px solid #C7E9B3;
}

body div.formcontainer form.contact-form {
clear: both;
float: none;
width: 100%;
}

body div.formcontainer form.contact-form fieldset {
background: #F6F6F6;
color: #333333;
margin: 0.5em 0 1.5em 0;
}

body div.formcontainer form.contact-form fieldset legend {
text-transform: uppercase;
}

body div.formcontainer form.contact-form fieldset div.form-label {
display: block;
float:none;
line-height:150%;
margin: 0.5em 0 0 0;
padding:0;
text-align:left;
width:100%;
}

body div.formcontainer form.contact-form fieldset div.form-label label,
body div.formcontainer form.contact-form fieldset div.form-option label {
cursor: pointer;
line-height:100%;
}

body div.formcontainer form.contact-form fieldset div.form-input,
body div.formcontainer form.contact-form fieldset div.form-textarea {
display: block;
float:none;
margin: 0.2em 0 0 0;
width:100%;
}

body div.formcontainer form.contact-form fieldset div.form-input input,
body div.formcontainer form.contact-form fieldset div.form-textarea textarea {
padding: 0.3em;
width: 97%;
}

body div.formcontainer form.contact-form fieldset div.form-textarea textarea {
overflow: auto;
}

body div.formcontainer form.contact-form fieldset div.form-input input.error {
background-color: #FBF4E2;
}

body div.formcontainer form.contact-form fieldset div.form-input input.optional {
margin-bottom: 0.2em;
}

body div.formcontainer form.contact-form fieldset div.form-option,
body div.formcontainer form.contact-form fieldset div.form-submit {
display: block;
float:none;
margin: 1em 0 0 0;
width:100%;
}

body div.formcontainer form.contact-form fieldset div.form-submit input {
cursor:pointer;
padding:0.5em 2em;
}
