@charset "utf-8";
/* CSS Document */

/* Author: Bjarte Lund Rolland */

/* Layout-specific stylesheet */

/* 
COLORS:
blue:		004C71
light grey:	E7E7E7
dark grey:	C6C6C6

MARGINS:
5px
10px
20px

*/

/* BODY (General styles)
------------------------------------------------------------------------------------------------------ */
* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 63px auto;
	padding: 0px;
	width: 990px;
	background: url(http://robnor.se/gfx/bg.jpg) repeat-x top #ffffff;
	/* IE resize fix */
	position:relative;
}


/* CONTAINER (This is the main wrapper)
------------------------------------------------------------------------------------------------------ */
#container {
	float:left;
	width:990px;
	background:#fff;
}


/* HEADER (Includes header with logo, slideshow and horizontal top navigation)
------------------------------------------------------------------------------------------------------ */
#header {
	float:left;
	width:990px;
	height:186px;
	background:white;
}

	.logo {
		float:left;
	}
		
		.logo,
		.logo img {
		}

	.flash {
		float:right;
	}


/* LEFT (Includes menu and search on the left)
------------------------------------------------------------------------------------------------------ */
#left {
	width:215px;
	float:left;
	clear:both;
}

/* MAIN content (Includes all articles)
------------------------------------------------------------------------------------------------------ */
#main {
	width:740px;
	float:right;
	padding-bottom:40px;
}

/* FRONTPAGE (Styles for frontpage only)
------------------------------------------------------------------------------------------------------ */
#front {
	width:740px;
	float:left;
}

#frontLeft {
	float:left;
	width:350px;
}

#frontRight {
	float:right;
	width:350px;
}

#intro {
	padding-bottom:40px;
}

#news {
}

.newsTop {
	margin-bottom:20px;	
}

	.newsTop h2{
		padding-bottom:0px;
	}
	
	.newsTop p{
	}

	.newsTop img{

	}
	
.newsPic {
	width:350px;
	height:127px;
	overflow:hidden;
	padding-bottom:5px;	
}

.date {
	color:#9ea6a8;
}

.film {}

.banner {
	float:left;
	padding:15px 0;
}
	

/* CONTENT (Common styles for articles)
------------------------------------------------------------------------------------------------------ */
#breadcrumbs {
	float:left;
	width:100%;
	font-size:0.8em;
	font-weight:normal;
	margin-bottom:15px;
	height:20px;
	border-bottom:2px solid #E7E7E7;
}
	
.caption {
	float:right;
	background: #E9E9E9;
	padding:5px;
	margin:0 0 5px 10px;
	font-size:0.7em;
}

	.caption img{
		border:solid 1px white;
	}
	
	.caption p {
		margin-bottom:0;
	}


/* FOOTER (Includes adresses, copyright declarations, i-tools branding, and more)
------------------------------------------------------------------------------------------------------ */
#footer {
	float:left;
	width:990px;
	text-align:center;
	font-size: 0.8em;
	clear:both;
	padding:10px 0 40px 0;
	border-top:#FF7A27 solid 1px;
}

/* FIXES / TOOLBOX
------------------------------------------------------------------------------------------------------ */
img {
	border:none;
	outline:none;
}

.imgStyle {
	border:2px #E7E7E7 solid;
	margin:0 8px 4px 0;
	padding:1px;
	float:left;
}

.imgStyle:hover {
	border:2px #004C71 solid;
}

div.hr {
	background:#E7E7E7;
	height:2px;
	margin:0 0 10px 0;
	overflow:hidden;
}

div.hr hr {
  display: none;
}

.box {
	border-top:#c5c6c7 solid 1px;
	margin:10px 0;
	padding:5px 0;
	float:left;
	clear:both;
	width:100%;
}

	.box span {
		margin-right:10px;
	}

.arrow {
	background:url(http://robnor.se/gfx/arrow.png) no-repeat left;
	padding-left:10px;
	font-weight:bold;
}

	.arrowBack {
		background:url(http://robnor.se/gfx/arrowBack.png) no-repeat left;
	}
	
	.arrowPrint {
		background:url(http://robnor.se/gfx/arrowPrint.png) no-repeat left;
		padding-left:13px;
	}
	
	
.floatLeft {float:left}
.floatRight {float:right}

/* Facebook */
html .fb_share_link { 
	padding:2px 0 0 20px; 
	height:16px; 
	background:url(../images/share/facebook_share_icon_0-26981.gif) no-repeat top left;
}


/* TESTING
------------------------------------------------------------------------------------------------------ */
.cornerTest {
	background: url(http://robnor.se/gfx/InBusiness_logo_12px.jpg);
	float:left;
	width:200px;
	height:50px;
	padding:10px;
	color:red;
}

.pngTest {
	background: url(http://robnor.se/gfx/sprites/sprites.png) red;
	float:left;
	width:200px;
	height:50px;
	padding:10px;
	color:white;
}