/*
	CSS Document
	GPublish &copy; Sircon Norge AS
	http://www.sircon.no
*/

@import url("reset.css");
@import url("menu.css");

/* General layout
----------------------------------------------------*/
body {
	background:#f7f7f7;
}

#wrapper {
	width:960px;
	margin:0 auto;
}

#content-top,
#content-bottom {
	width:960px;
	height:14px;
	background-image:url("../images/content-top-bottom.png");
}

#content-bottom {
	background-position:0px -14px;
}

#content {
	width:900px;
	padding:15px 30px;
	position:relative;
	background:url("../images/content.png");
}

#header {
	margin-bottom:10px;
}

#banner {
	margin-bottom:10px;
}

#date {
	padding:5px;
	/* background:#f7f7f7; */
	background:#0079c2 ;
}

#breadcrumbs {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
}

.breadcrumbs-level1 a,
.breadcrumbs-level2 a {
	text-decoration:none;
	color:#999;
}

.breadcrumbs-level1 a:after {
	content:"\00a0\00bb";
}

.breadcrumbs-level1 a:hover,
.breadcrumbs-level2 a:hover {
	color:#B57315;
}

#content-title {
	margin-bottom:20px;
}

#leftcolumn {
	width:150px;
	float:left;
	padding-right:10px;
}

#rightcolumn {
	width:150px;
	float:left;
}

#middlecolumn {
	width:580px;
	padding-right:10px;
	float:left;
	overflow:hidden;
}

#doublecolumn {
	width:740px;
	float:left;
	overflow:hidden;
}

.content-article {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
}

.side-content {
	margin-bottom:10px;
	background:#f7f7f7;
	min-height:100px;
	height:auto!important;
	height:100px;
}

.side-content img {
	margin-bottom:5px;
	border:1px solid #ccc;
}

#footer {
}

#admintoolbar {
	position:fixed;
	z-index:99;
	width:100%;
	background:#003C49;
	left:0;
	top:0;

}

#admintoolbar ul {
	text-align:center;
	padding:2px 0;
}

#admintoolbar ul li {
	list-style-type:none;
	display:inline;
	line-height:20px;
}

#admintoolbar ul li a {
	text-decoration:none;
	padding:2px 5px;
	background:#003C49;
	color:#fff;
}

#admintoolbar ul li a:hover {
	text-decoration:underline;
}

/* Type and links
----------------------------------------------------*/
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

p {
	margin-bottom:10px;
	line-height:1.25em;
}

h1 {
	padding:.2em 0 0;
}

h3.side-title {
	line-height:2em;
	padding:0 5px;
	background:#f0f0f0;
}

a {
	color:#1f5ec6;
}


#date p {
	margin:0;
	line-height:1.5em;
	color:#fff;
}

#breadcrumbs p {
	margin:0;
	padding-top:.2em;
	}

#content-ingress p {

}

#content-bodytext {
	color:#555;
	line-height:1.5em;
}

#footer p {
	text-align:center;
	color:#666;
}

/* Forms
----------------------------------------------------*/


/* Guestbook
----------------------------------------------------*/
.gbmessage {
	padding:10px;
	border-bottom:1px solid #ccc;
}

.messageheader {
	font-weight:bold;
}

.messagetext p {
	padding:10px;
}

.messagefrom {
	font-style:italic;
	display:block;
	color:#555;
}

#gbform,
#contactform {
	margin:1.25em 0;
}

#gbform form fieldset,
#contactform form fieldset {
	border:1px solid #ccc;
	padding:10px;
}
#gbform form fieldset label,
#contactform form fieldset label {
	font-weight:bold;
	width:200px;
	float:left;
}

#gbform form fieldset label.captcha {
	width:200px;
	float:none;
}

#gbform form fieldset input,
#gbform form fieldset textarea,
#contactform form fieldset input,
#contactform form fieldset textarea {
	border:1px solid #ccc;
	padding:5px;
	font:11px Verdana, Geneva, sans-serif;
}

.gbmax200 {
	display:block;
	margin-left:200px;
	color:#666;
}

.gbsend,
.contactsend {
	padding-left:200px;
}

.gbfooter {
}

#gbform form fieldset .gbsend input,
#contactform form fieldset .contactsend input {
	background:#0079c2;
	font-weight:bold;
	color:#fff;
	border:1px solid #965f12;
}

#gbform form fieldset .gbsend input:hover,
#contactform form fieldset .contactsend input:hover {
	cursor:pointer;
	background:#c77d14;
}

/* Lib
----------------------------------------------------*/
.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

