/* @override 
	http://www.vekkelseskonferanse.no/fileadmin/templates/bov/bov.css
	http://vekkelseskonferanse.no/fileadmin/templates/bov/bov.css
*/

/* 

Main stylesheet for Bønn og Vekkelseskonferansen
Author: redvald@hjulstad.no

Web designed and implementet in TYPO3 (www.typo3.com) by: hjulstad.no
Updated: 28.08.2008

*/

/* ####### DEFAULT CSS - RESET OF CSS ####### */


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,
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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1.5;
	color: black;
	background: white;
	text-align: center;
}

ol, ul {
	list-style: disc;
}

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

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

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

html {
/*	overflow: scroll; */
/* Puts a scrollbar on FF like in IE, even when not neccessary */
}

/* ####### GENERAL LAYOUT AND DESIGN ####### */

body {
	background: url(images/back.jpg) repeat-x;
	text-align: center;
}

#wrap {
	width: 747px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#topbanner {
	float: left;
	width: 725px;
	margin-right: 11px;
	margin-left: 11px;
	margin-top: 20px;
	height: 140px;
	overflow: hidden;
}

#menu {
	margin-top: 20px;
	height: 20px;
	float: left;
	width: 725px;
	margin-right: 11px;
	margin-left: 11px;
}

#maincontent-wrap {
	width: 747px;
	float: left;
	background: url(images/content-bottom-back.png) no-repeat center bottom;
	_background: url(images/content-bottom-back.gif) no-repeat center bottom;
	padding-bottom: 70px;
}

#maincontent {
	margin-right: 11px;
	margin-left: 11px;
	width: 685px;
	float: left;
	background-color: white;
	padding-right: 20px;
	padding-top: 20px;
	padding-left: 20px;
}

#bottom {
	float: left;
	width: 725px;
	margin-right: 11px;
	margin-left: 11px;
	text-align: center;
}

/* ####### MENUS ####### */

ul#nav {
	list-style-type: none;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font: 0.75em "Lucida Grande", Lucida, Verdana, sans-serif;
}

ul#nav a {
	color: white;
	text-decoration: none;
}

#nav li {
	float: left;
	margin-right: 30px;
	padding-right: 4px;
	padding-left: 4px;
	cursor: pointer;
	height: 20px;
}

#nav li.active a {
	background: url(images/menu-bottom-line.jpg) repeat-x 0 bottom;
	padding-right: 4px;
	padding-left: 4px;
	margin-left: -4px;
	margin-right: -4px;
	height: 20px;
	float: left;
}

/* ####### FCE THREE COLUMN ####### */

div.three-column-wrap {
	margin-top: 20px;
	float: left;
}

div.three-column-wrap .column-one {
	width: 215px;
	float: left;
	margin-right: 20px;
}
	
div.three-column-wrap .column-two {
	float: left;
	width: 215px;
	margin-right: 20px;
}
	
div.three-column-wrap .column-three {
	width: 215px;
	float: left;
}

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

p {
	font: 1em/1.4em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0.6em;
}

h1 {
	text-transform: uppercase;
	font: 2em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #7e7e7e;
	margin-bottom: 1em;
	letter-spacing: 0.1em;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 5px;
}

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

div.csc-mailform-field label {
	width: 139px;
	float: left;
	clear: left;
}

div.csc-mailform-field {
	margin-bottom: 5px;
}

div.csc-frame.csc-frame-frame1 {
	float: left;
	width: 100%;
	border-top: 1px solid #a8a8a8;
	border-bottom: 1px solid #a8a8a8;
}

div.csc-frame.csc-frame-frame1 a {
	text-decoration: none;
	color: #9f4b3f;
}

div.csc-frame.csc-frame-frame1:hover {
	background-color: #a8a8a8;
}

