/* @override 
	http://www.actnns.no/fileadmin/templates/actnns2/actnns.css
	http://www.actfestival.no/fileadmin/templates/actnns2/actnns.css
*/

/******************************/

/* ####### CSS RESET ####### */

/****************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

body {
	background: url(grafikk/bak.jpg) repeat-x;
	font: 62.5% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/****************************/

/* ####### DESIGN ####### */

/************************/

div#allwrap {
	font-size: 1.4em;
	line-height: 1.5em;
	margin-bottom: 20px;
}

div#header {
	margin: 10px auto 0;
	min-width: 900px;
	min-height: 70px;
	width: 64.29em;
	position: relative;
	border-bottom: 1px solid #DDD;
}

div#logo {
	right: 0;
	position: absolute;
}

div#topcontent {
	margin: 20px auto 0;
	min-width: 900px;
	width: 64.29em;
}

div#maincontent {
	margin: 40px auto 0;
	min-width: 900px;
	width: 64.29em;
}

/**************************/

/* ####### MENU ####### */

/**********************/

ul#menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	list-style: none;
	font-size: 0.9em;
}

ul#menu li {
	margin: 0 20px 0 0;
	float: left;
	text-transform: lowercase;
}

ul#menu a {
	float: left;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

ul#menu a:hover {
	color: #000;
	border-bottom: #DDD 4px solid;
}

#menu li.aktiv a {
	color: #000;
	border-bottom: #DDD 4px solid;
}

/**************************/

/* ####### TYPO ####### */

/**********************/

p {
	margin-bottom: 1.2em;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#topcontent h1 {
	margin: .6em 0 15px;
	color: #D90000;
	font: normal 57px/120% Georgia, "Times New Roman", Times, serif;
}

div#topcontent p {
	display: block;
	color: #666;
	line-height: 1.8em;
	font-size: 1.5em;
}

h2 { color: #D90000;
	text-transform: uppercase;
	font: normal 1.1em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	margin-top: 40px;
	border-color: #f7f7f7;
}

h2.csc-firstHeader {
	margin-top: 0;
}

div.grey-content h1 {
	color: #444;
	margin-bottom: 10px;
	font: 1.4em Georgia, "Times New Roman", Times, serif;
}

/****************************/

/* ####### IMAGES ####### */

/************************/

div.grey-content div.csc-textpic img {
	padding: 5px;
	background-color: white;
	border: 1px solid #ddd;
}

div.grey-content DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
		margin-right: 20px !important;
	}

/*************************/

/* ####### FCE ####### */

/*********************/

div.two-col {
	display: inline-block;
	width: 100%;
}

div.two-col-1 {
	float: left;
	width: 60%;
	height: auto;
	position: relative;
}

div.two-col-2 {
	float: right;
	width: 35%;
	position: relative;
}

div.grey-content {
	padding: 20px;
	background-color: #f7f7f7;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

/******************************/

/* ####### EXT CHAT ####### */

/**************************/
#shout_container { width: 100%;
	border-style: none;
}

div#shout_contentwrap {
	background-color: white;
	font: 1.3em/1.5em Georgia, "Times New Roman", Times, serif;
	color: #444;
	height: 350px;
}

div#entry {
	border-bottom: 1px solid #ddd;
	padding-bottom: 4px;
	margin-bottom: 10px;
}

div#entry strong {
	text-transform: uppercase;
	font: normal normal 0.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#shout_input .text { border: 1px solid #ddd; width: 100%; background-color: #f7f7f7;
	padding: 3px;
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	color: #d90000;
}

textarea#text.text {
	height: 100px;
}

#shout_input .button { width: 150px; background-color: #d90000; color: white; border: 1px solid #888888;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0;
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	cursor: pointer;
}

/******************************/

/* ####### MAILFORM ####### */

/**************************/

input#mailformformtype_mail.csc-mailform-submit { width: 150px; background-color: #d90000; color: white; border: 1px solid #888888;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0;
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	margin-left: 100px;
	cursor: pointer;
}


#mailform fieldset.csc-mailform div.csc-mailform-field label {
	font: 1.3em/1.5em Georgia, "Times New Roman", Times, serif;
	color: #444;
	width: 100px;
	float: left;
	clear: left;
}

#mailform fieldset.csc-mailform div.csc-mailform-field {
	margin-bottom: 10px;
}

input#mailformNavn, input#mailformEpost, textarea#mailformMelding { border: 1px solid #ddd; width: 400px; background-color: #f7f7f7;
	padding: 3px;
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	color: #d90000;
}

div#menu {
	float: left;
	margin-top: 80px;
}

div#barnas {
	background: url(grafikk/barnasbak.jpg) no-repeat right top;
	width: 430px;
	float: left;
	display: inline-block;
	height: 250px;
	margin-top: -40px;
	margin-bottom: 5px;
}

#maincontent div.two-col div.two-col-1 p strong img {
	padding-top: 4px;
}
