/*  
Theme Name: Dm3
Theme URI: http://dm3.se
Description: Default theme for Dm3 AB
Version: 1.0
Author: Matthias G - Dm3 AB
Author URI: http://www.dm3.se
*/

* { 
	margin: 0; 
	padding: 0;
}

a:link, a:visited, a:active { 
	text-decoration: none; 
	color: #999999;
}

a:hover { 
	text-decoration: underline; 
	color: #999999;
}

body {
	font-family: Lucida Grande, Tahoma, Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background: #000000 url(../images/background.jpg) repeat center top;
}

h1 { 
	color: #666666; 
	font-size: 20px; 
	margin-bottom: 10px;
}

h2 { 
	color: #666666; 
	font-size: 16px; 
	margin-bottom: 10px;
}

h3 { 
	color: #FFFFFF; 
	font-size: 14px; 
	margin-bottom: -10px;
}

p { 
	margin: 0 0 1em;
}

img {
	border: 0;
}

p.datum { 
	font-size: 9px; 
	margin-left: 10px;
}

ul#twitter_update_list { 
	list-style: none; 
	margin: 0; 
	padding: 0;
}

ul#twitter_update_list li { 
	color: #FFFFFF; 
	font-size: 11px;
}

ul#twitter_update_list li a { 
	text-decoration: none; 
	color: #999999;
}

ul.nav { 
	list-style: none; 
	margin: 0; 
	padding: 0;
}

ul.nav li { 
	float: left; 
	font-size: 11px;
}

ul.nav li a {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	text-decoration: none;
	color: #999999;
}

ul.nav li a:hover {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	text-decoration: underline;
	color: #999999;
}

input[type="submit"] {
	border: 1px solid #333333;
	color: #FFFFFF;
	background-color: #000000;
	margin-bottom: 80px;
	float: left;
	padding: 0 10px 0 10px;
}

input[type="text"] {
	margin-bottom: 5px;
	padding: 0;
	display: inline;
	border: 1px solid #333333;
	width: 300px;
	background-color: #DADADA;

}

textarea {
	margin: 0;
	padding: 0;
	display: inline;
	border: 1px solid #333333;
	width: 400px;
	height: 100px;
	margin-bottom: 40px;
	background-color: #DADADA;
	overflow: auto;
}

input:focus, textarea:focus {
	background: #f5f5f5;
}

tr {
	align: top;
}

.img_start { 
	float: right; 
	padding-left: 15px;
}

.imgEmp {
	padding-right: 10px;
	height: 60px;
	width: 60px;
}

.line {
	width: 90%;
	border-top: 0.2px solid #333333;
	margin: 20px auto 20px auto;
}

.modBottom li { 
	color: #FFFFFF; 
	list-style: none; 
	font-size: 11px;
}

.modMiddle, .modBottom { 
	padding: 10px; 
	min-height: 100px;
}

.modTop { 
	padding: 10px; 
	min-height: 80px; 
	margin-top: -30px;
}

.modTop img { 
	margin: 0px;
}

.start { 
	color: #FFFFFF;
}

#code {
	border: 1px solid #333333;
	padding: 10px;
	background-color: #f5f5f5;
	color: #000000;
	width: 530px;
	margin: auto;
}

#container {
	border: 1px solid #333333;
	background-color: #010101;
	width: 800px;
	margin: auto;
}

#content { 
	float: left; 
	width: 550px; 
	padding: 10px 20px;
}

#content h1 { 
	margin-top: 30px;
}

#footer {
	height: 132px;
	background: #000 url(../images/background_box.jpg) no-repeat;
	background-position: bottom;
}

#header { 
	height: 35px; 
	width: 550px; 
	text-align: right;
}

#main { 
	overflow: hidden; 
	min-height: 400px;
}

#sidebar { 
	float: right; 
	width: 189px; 
	color: #999999;
}

#sidebar h3 { 
	margin-top: 20px; 
	margin-bottom: 10px;
}
