/*
Theme Name: Packaging Mid Sweden
Version: 1.0
Author: Jacob Nordin
*/

@import url("/Style.css");

html {
   overflow-y: scroll;
}
body {
   padding: 0;
   margin: 0 auto;
   width: 872px;
}
#site {
   padding-left: 16px;
   padding-right: 16px;
   background: url(images/SiteBackground.gif) repeat-y;
}
#header {
   width: 100%;
   position: relative;
   background: url(images/HeaderBackground.jpg) no-repeat top right;
}
#logotype {
   width: 70%;
   float: left;
}
#languageAndSearchform {
   width: 30%;
   float: right;
}
#language {
   float: right;
   margin-right: 10px;
   margin-top: 10px;
}
#search {
   clear: both;
   float: right;
   margin-right: 10px;
   margin-top: 34px;
}
#menu {
   clear: both;
   width: 838px;
   height: 30px;
   background-color: #98c251;
   border: 1px solid #BBDD99;
}
#menu ul {
   list-style: none;
   margin: 0;
   padding: 0;
}
#menu li {
   float: left;
   padding: 0;
}
#menu li a {
   display: block;
   padding: 6px 0px 8px 20px;
   font-size: 1.1em;
   font-weight: bold;
   text-decoration: none;
   color: #FFFFFF;
   text-decoration: none;
}
#menu li.current_page_item>a, #menu li.current_page_ancestor>a, #menu li.current_home>a, #menu li a:hover {
   text-decoration: underline;
}
#submenu {
   mmargin-right: 20px;
   margin-bottom: 10px;
}
#submenu ul {
   list-style: none;
   margin: 0;
   padding: 0;
}
#submenu li {
   padding: 0;
}
#submenu li a {
   display: block;
   padding: 3px 0px 3px 0px;
   font-size: 1.0em;
   font-weight: bold;
   text-decoration: none;
   color: #98c251;
   text-decoration: none;
}
#submenu li.current_page_item>a, #submenu li a:hover {
   ttext-decoration: underline;
}
#contentAndSidebar {
   clear: both;
   width: 100%;
}
#content {
   float: left;
   width: 600px;
   padding-top: 10px;
   padding-bottom: 10px;
}
#posts, #page {
   padding-left: 10px;
   padding-right: 19px;
}
.post {
   padding-bottom: 10px;
   padding-top: 10px;
}
.postmetadata {
   clear: both;
   color: #509A1A;
}
.commentlist {
   margin-left: 0;
   padding-left: 0;
}
#sidebar {
   float: right;
   width: 240px;
   padding-top: 10px;
}
#sidebar .box {
   margin-bottom: 20px;
}
#sidebar .box .heading {
   height: 22px;
   padding-left: 36px;
   padding-top: 4px;
   color: #666666;
   font-size: 1.1em;
   font-weight: bold;
   background: url(images/Pil.png) no-repeat 0px 5px;
}
#sidebar .box .content {
   margin-left: 5px;
   padding-top: 6px;
   padding-left: 14px;
   padding-right: 10px;
   padding-bottom: 10px;
   border-left: 3px solid #98c251;
}
#sidebar .box .footer {
   width: 98%;
   height: 3px;
   margin-left: 5px;
   bbackground: #98c251 url(images/PilRundAvslutning.png) top right no-repeat;
   background: #98c251;
}
#sidebar .contact {
   clear: both;
   margin-top: 4px;
   margin-bottom: 6px;
}
#sidebar .contact_image {
   float: left;
   width: 60px;
}
#sidebar .contact_image img {
   width: 50px;
}
#sidebar .contact_info {
   float: left;
}
#footer {
   clear: both;
   padding-top: 16px;
   padding-bottom: 12px;
   text-align: center;
}