/* 
	CSS Document 

	DESCRIPTION		Denna fil styr egenskaperna (bredd, höjd, positionering) objekten på webbplatsen har.
	AUTHOR			Johan Lindqvist, johan@nolgard.se
	COPYRIGHT		2009, Nolgard, www.nolgard.se
	PROJECT			www.nolgard.se
	
*/


/*  Hämtar in kompletterande filer */
@import "main_layout.css";
@import "main_nav.css";
@import "main_form.css";
@import "main_news.css";
@import "main_portfolio.css";
@import "main_lists.css";
@import "production.css";
@import "pagina.css";
@import "focus.css";
@import "area01_layout.css";
@import "dtree.css";



/* Formaterar standardtaggar */
* {
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 62.5%;
	color: #333;
	text-align: center;
	line-height: normal;
	background-color: #000;
	position: relative;
}
h1, h2, h3, h4 {
	margin-bottom: 0.3em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: #870106;
	padding-left: 0.5em;
	font-weight: bold;
}
h1 {
	font-size: 3em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.3em;
	text-transform: none;
	margin-left: 0.3em;
	margin-top: 1em;
}
h4 {
}
p {
	margin-bottom: 1em;
	margin-top: 0px;
	line-height: 1.5em;
	padding-right: 1em;
	padding-left: 1em;
}
em {

}
hr {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2em;
	margin-bottom: 2em;
	color: #E2E2E2;
	height: 1%;
}
a {
	color:#D2252B;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
ul {
	list-style-position: outside;
	margin-bottom: 1.5em;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 1.5em;
}
li {
	padding: 0px;
}
blockquote {
	padding-right: 1em;
	padding-left: 1em;
	line-height: 1.6em;
	margin-bottom: 1em;
	font-size: 1.2em;
	background-color: transparent;
	text-align: left;
}
blockquote h1 {
	color: #9B0000!important;
}
form {
	margin-bottom: 1em;
	margin-top: 0px;
	line-height: 1.5em;
}
table {
	margin-bottom: 1em;
	margin-top: 0px;
	padding-right: 1em;
	padding-left: 1em;
}



/* Formaterar objekt på webbplatsen */
div#top_info {
	clear: both;
	height: 23px;
	width: 200px;
	color: #FFF;
	position: absolute;
	text-align: right;
	top: 8px;
	right: 0px;
}
div#head {
	margin-right: auto;
	margin-left: auto;
	height: 139px;
	color: #e9e9e9;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
div#branding {
	height: auto;
	background-color: #D4D4D4;
	border: 1px solid #CFCFCF;
	padding: 18px;
	margin-bottom: 15px;
}
div#head h1 {
	text-indent: -9999px;
	background-image: url(../pics/header/logo_branding_net_black.png);
	background-repeat: no-repeat;
	background-position: 0px top;
	height: 75px;
	position: absolute;
	top: 0.6em;
	width: 230px;
	right: 0em;
}
div#dayinfo {
	margin-top: 10px;
	position: absolute;
	text-align: left;
	top: 10px;
}
div#rss {
	background-image: url(../pics/icons/rss/rss2.png);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	position: absolute;
	right: 33px;
	height: 40px;
	width: 60px;
	top: -10px;
}
div#mainSection {
}
div#showcase {
	position: absolute;
	height: 400px;
	width: 600px;
	left: 340px;
	top: 20px;
	background-image: url(../pics/bkg/bkg_showcase_v2.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.object {
	height: 340px;
	width: 537px;
	position: absolute;
	left: 32px;
	top: 30px;
}
div#lightning {
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	height: 106px;
	width: 400px;
	left: 620px;
	top: 0px;
	background-image: url(../pics/bkg/bkg_spotlight.png);
}
div#footer_content {
	margin-top: 0.5em;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 18px;
}


/* Formaterar block med information */
div#grid_580 {
	width: 580px;
	min-height: 500px !important;
	float: left;
	padding: 1em;
	background-color: #fff;
	border: 1px solid #DEDBD1;
	margin-bottom: 18px;
}
div#grid_290 {
	float: right;
	background-color: #F5F4F0;
	width: 285px;
	position: relative;
	margin-bottom: 18px;
	padding: 1em;
}
.puff {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	border: 1px solid #DEDBD3;
	padding: 18px;
	background-color: #f9f9f9;
}
.puff_bottom {
	border: 1px solid #DEDBD3;
	padding: 1em;
	background-color: #f9f9f9;
	margin: 0px;
}



/* index2 layout */
.content {
	min-height: 400px !important;
	display: block;
	background-color: #ffffff;
	border: 1px solid #DEDBD1;
	position: relative;
	padding: 18px;
	margin-bottom: 18px;
}
.ul_puff {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.li_block_float_left {
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 18px;
	margin-left: 0px;
	padding: 18px;
	background-color: transparent;
	display: block;
	float: left;
	height: 140px;
	width: 267px;
	position: relative;
	background-image: url(../pics/bkg/bkg_footer.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #FFF;
	border: 2px solid #FFF;
}
.li_block_float_left_no_margin {
	margin-top: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	padding: 18px;
	background-color: transparent;
	display: block;
	float: left;
	height: 140px;
	width: 267px;
	position: relative;
	background-image: url(../pics/bkg/bkg_footer.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #FFF;
	border: 2px solid #FFF;
}
.li_block_float_left_date {
	font-size: 0.85em;
	display: block;
	margin-bottom: 1em;
	color: #333;
	position: relative;
}
.li_block_float_left_date_light {
	font-size: 0.85em;
	display: block;
	margin-bottom: 1em;
	color: #FFF;
	position: relative;
}
.li_block_float_left p {
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
.li_block_float_left_no_margin p {
	line-height: normal;
	margin: 0px;
	padding: 0px;
}

.read_more {
	display: block;
	position: absolute;
	right: 18px;
	bottom: 16px;
	height: 20px;
	width: 20px;
}
.read_more a {
	background-image: url(../pics/icons/arr/arr_right_dark.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
.read_more a:hover {
	background-image: url(../pics/icons/arr/arr_right_dark.png);
	background-repeat: no-repeat;
	background-position: 0px -16px;
}
.ingress {
	float: left;
	margin-right: 2em;
	width: 300px;
	position: relative;
	display: block;
}
blockquote h1 {
	color: #666;
	margin-top: 0em;
	margin-bottom: 0.3em;
	padding-bottom: 0.6em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
}
.puff_no_border {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	padding: 18px;
	background-color: transparent;
}
.puff_headeline {
	font-size: 1.5em;
	display: block;
	margin-top: 1em;
	margin-bottom: 0.2em;
	color: #F00;
}
.li_block_float_left_no_margin a, .li_block_float_left a {
	margin-bottom: 0.1em;
	display: block;
	font-weight: bold;
}




/* Formaterar standardklasser */
.clearBoth {
	clear: both;
	height: 0px;
}
.error {
	color: #F00;
}
.floatLeft {
	float: left;
	margin-right: 1em;
}
.floatRight {
	float: right;
	margin-left: 1em;
}

/* Formaterar annonser och liknande objekt */
.ad_margin_left {
	margin-right: 10px;
}

