/*
 *----------------------------------------------------------------------
 * Jonas Åkerlund
 * Copyright Sector 5 AB 2009
 * ---------------------------------------------------------------------
*/

@import "default.css";
@import "nav.css";
@import "templates.css";

/*--------------------------------------------------------------------*/
/* Common typography */
/*--------------------------------------------------------------------*/

body, table, td, input, textarea, select, fieldset, legend { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cccccc;
}

h1, h2, h3, h4, h5, h6 { font-family: Arial, Verdana, sans-serif; color: #ffcc00; }

h1 { font-size: 2.4em; line-height: 1em; font-weight: normal; text-transform:uppercase; margin-bottom: .7em;}
h2 { font-size: 1.8em; line-height: 1.2em; }
h3, h4, h5, h6 {font-size: 1.4em; line-height: normal; }

a { text-decoration: none; color: #ffcc00;}
a:hover { text-decoration: none; color: #fff;}

ul { list-style-type: none;}

p { line-height: 1.4em;}

input, textarea { font-size: 1.1em; padding: 1px 2px;}

input:focus {
	background: #fafafa; /* only applicable in good browsers. PS. IE sucks DS. */	
}

.help { color: #2eace1; }

/*--------------------------------------------------------------------*/
/* Common layout */
/*--------------------------------------------------------------------*/
.clear { clear: both;}
.left { float: left;}
.right { float: right;}

#wrapper {
	width: 929px;
	margin: 0 auto;
	background: url(../img/bg-repeat.gif) left top repeat-y;
}

#container {
	background: url(../img/bg-bottom.gif) left bottom no-repeat; 
	width: 929px;
	position: relative;
	padding-bottom: 100px;
}

#content-mask {
	width: 929px;
	background: url(../img/bg-top-mask.gif) left top no-repeat;
}

#content {
	margin: 0 25px;	
}

#top {
	height: 27px;
	font-size: 1.1em;
	background: url(../img/pattern-top.gif) left top no-repeat;
	padding: 12px 20px 0 0; 
}

#top ul { float: right; }

#top a { color: #fffffe;}
#top a:hover { color: #ffcc00; }

#top ul li {
	display: inline;
	padding-left: 10px;
}

#header {
	height: 110px;
	border-top: 1px solid #868686;
	border-bottom: 1px solid #868686;
}

#header img {
	float: left;	
}

#main {
	background: url(../img/pattern-bottom.gif) left top no-repeat;
	width: 879px;
	padding-top: 42px;
	clear: both;
}

#nav {
	width: 174px;
	float: left;
	padding-bottom: 300px;
}

#main-content {
	padding: 0 20px;
	width: 423px;
	float: left;
	border-left: 1px solid #2d2c2a;
	border-right: 1px solid #2d2c2a;
	margin-top: 5px;
}

.rte p {
	font-size: 1.1em;
	margin-bottom: 1.2em;
	line-height: 1.5em;
}

.rte a:hover {
	text-decoration: underline; 	
}

.rte ul {
	font-size: 1.1em;
	line-height: 1.5em;
	margin: .3em 0 1.2em 0;
}

.rte ul li {
	background: url(../img/bullet.gif) left 5px no-repeat;
	padding-left: 12px;
}

.rte table {
	font-size: 1.1em;
	margin: .5em 0 1.2em 0;
	border-collapse: collapse;
}

.rte table td,
.rte table th {
	padding: 0 5px 10px 0;
	vertical-align: top;
}

.rte table.border td,
.rte table.border th {
	border: 1px solid #2d2c2a;
	padding: 5px;
}

.rte table p,
.rte ul p,
.rte table ul {
	font-size: 1em;	
	margin: 0;
}

#related {
	width: 194px;
	float: left;
	padding: 0 22px;
}

#related ul {
	clear: both;
	padding-top: 15px;
	font-size: 1.1em;
	line-height: 1.3em;
}

#related li {
	padding-bottom: 15px;	
}

#related ul a { color: #909090;}
#related ul a:hover { color: #ffcc00; }

#related ul a img { padding-left: 6px; }

.yellow-box {
	float: left;
	height: 20px;
	background: url(../img/yellow-box-vertical.gif) left top no-repeat;
	padding-left: 1px;
}

.yellow-box .wrap {
	background: url(../img/yellow-box-vertical.gif) right top no-repeat;	
	float: left;
	height: 20px;
	padding-right: 1px;
}

.yellow-box .content {
	background: url(../img/yellow-box-repeat.gif) left top repeat-x;	
	float: left;
	height: 16px;
	padding: 4px 8px 0 8px;
}

.yellow-box h2 {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #000;
	font-weight: normal;
}

ul.events li {
	background: none;
	padding: 0;
	margin-bottom: 10px;
}


ul.events .date { width: 50px; float: left;}
ul.events .text { width: 350px; float: left;}

#footer {
	font-size: 1.1em;
	position: absolute;
	bottom: -5px;
	left: 45px; 
	color: #6e6e6e;	
}

#social {
	position: absolute;
	right: 45px;
	bottom: 0;
}

