/*  
Theme Name: Chermit
Theme URI: http://www.chermit.se
Description: Tema f&ouml;r Chermit.
Version: 1.0
Author: Carin Herrmann
Author URI: http://www.chermit.se
*/

body {
background: #ccc url('imgs/bgfade.gif') repeat-x;
font-family: verdana, arial;
font-size: 11px;
color: #333;
line-height: 18px;
}

#wrapper {
background: #fff;
}

#topinfo, #logo {
padding: 10px;
}

#topinfo {
text-align: right;
}

#header {
height:150px; 
background:#fff url('imgs/banner.gif') center center; 
color: #fff;
text-align: center;
}

#header a {
color: #fff;
text-decoration: none;
}

#header h1 {
padding-top: 55px;
}

#sidebar {
border:2px solid #E5E4E4;
padding: 8px;
margin: 10px;
}

.wpcf7-form input, .wpcf7-form textarea {
color: #333;
background: #fff;
border: 1px solid #444;
}

.wpcf7-form input {
width: 190px;
}

.wpcf7-form textarea {
width: 180px;
height: 150px;
}

#footer {
background: #ccc url('imgs/footerbg.gif') 0px 7px repeat-x;
height:91px;
padding-top: 55px;
}

#nav {
background: #333 url('imgs/navbar.gif') repeat-x;
height: 32px;
}

#nav ul
{
padding-left: 0;
margin-left: 0;
float: left;
width: 100%;
}

#nav ul li {
display: inline; 
}

#nav ul li a
{
color: #fff;
padding: 7px 10px;
text-decoration: none;
float: left;
border-right: 1px solid #aaa;
}

#nav ul li a:hover
{
text-decoration: underline;
}

#searchform {
margin-top: 4px;
}

a {
color: #333;
font-weight: bold;
}

p {
margin-bottom: 5px;
}

h2 {
font-family: arial;
font-size: 20px;
margin-bottom: 10px;
}

h3 {
font-size: 15px;
margin-bottom: 5px;
}

#maincol {
margin-top: 40px;
margin-bottom: 30px;
}

div.post {
float: left;
}

/******************************************
* Align box
******************************************/

img.centered, .aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left;
}