/*  
Theme Name: EMB Entreprenad
Theme URI: http://www.mediahelp.se
Description: Construction template designed for EMB Markentreprenad
Version: 1.0
Author: Matthew Lucas
Author URI: http://www.mediahelp.se/

*/

body {
    background-color: #f2f2f2;
	background-image: url("images/bg.gif");
	background-position: top center;
	background-repeat: repeat-x;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 10pt;
	color: #3c3c3c;
    }
	
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
	padding: 0px;
    font-size: 16pt;
	font-weight: normal;
    color: #c80c00;
	}
	
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
	
#wrapper{
    overflow: auto;
    width: 910px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
	}
	
#header {
    background-image: url("images/header.jpg");
	background-position: top right;
	background-repeat: no-repeat;
    width: 910px;
	height: 110px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	}
	
#logo {
    float: left;
	height: 110px;
	margin-left: 5px;
	padding: 0px;
	text-align: left;
	}
	
#menu {
    float: right;
	margin-top: 75px;
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #c2c2c2;
	border-bottom-width: 0px;
	}
	
#banner {
    background-image: url("images/banner-bg.gif");
	background-position: center;
	background-repeat: no-repeat;
	width: 890px;
	height: 220px;
	margin: 0px;
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	}
	
#table {
    overflow: auto;
    background-image: url("images/table-bg.gif");
	background-repeat: repear-y;
	width: 898px;
	margin: 0px;
	padding-left: 6px;
	padding-right: 6px;
	text-align: left;
	}
	
#table-footer {
    background-image: url("images/table-footer.gif");
	width: 910px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	}
	
#container-left {
    float: left;
	width: 260px;
	margin: 0px;
	padding: 0px;
	}
	
#container-right {
    float: left;
	width: 578px;
	margin: 0px;
	padding: 30px;
	padding-top: 8px;
	}
	
#container-left .title {
    background-image: url("images/side-title.gif");
	width: 244px;
	height: 30px;
	margin: 0px;
	padding-top: 10px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #0e3278;
	}
	
.news {
    margin: 0px;
	padding: 10px;
	text-align: left;
	color: #3c3c3c;
	}
	
.news-title, .news-title a:link, .news-title a:visited {
    font-size: 11pt;
	font-weight: bold;
	color: #0e3278;
	}
	
.news .time {
    font-size: 8pt;
	color: #000000;
	}
	
.news .entry {
    padding-bottom: 4px;
	border-width: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
    border-bottom-color: #e0e0e0;
	}
	
#footer {
    width: 900px;
	margin: 5px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #d9d9d9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;
	text-align: left;
	font-size: 9pt;
	}
