/* 

XHTML & CSS author: Jan Sandahl
www.jansandahl.se
untitled.se
bildretusch.se 
jan.sandahl@gmail.com

*/


div#container{
width:832px;
margin:0 auto;
}

div#menu{
	float:left;
	width:100%;
}
div#content{
	float:left;
	width:530px;
	margin:50px 0 20px 30px;
}


/* SIDEBAR */

div#sidebar{
	float:right;
	width: 210px;
	margin:30px 30px 0 0;
	font-size:12px;
}
div#sidebar p{
	font-size: 12px;
}
div#sidebar ul#lang{
	margin-bottom:2em;
}
div#sidebar ul#lang li{
	float: left;
}
div#sidebar form#login{
	clear: both;
	width:210px;
	/*height:115px;*/
	background-image: url(../sitegraphic/bg-login.png);
	background-repeat: no-repeat;
	padding:17px;

}
form#login input.textfield{
	border: 1px solid #d7d7d7;
	width:172px;
	margin-bottom: 10px;
}
form#login input.button{
	float:right;
	margin-right:35px;
	border: 1px solid #636361;
	background-color: Black;
	color: White;
	/*font-size:11px;*/
	font-weight:bold;
	padding-bottom:3px;
}
div#sidebar h2{
	clear: both;
	width:200px;
	color:#fff;
	background-color:#009ADF;
	padding:5px;
	margin:0 0 5px 0;
	display: block;
}
div#sidebar ul#aktuellt{
	width: 210px;
	/*margin-top:-15px;*/
	margin-bottom: 30px;
}
div#sidebar ul#aktuellt li{
	border-bottom: 1px dotted #d7d7d7;
	padding: 5px 0 5px 0;
}
span.date{
	display:block;
	/*font-weight: bold;*/
}
div#sidebar form#c-form{
	margin-bottom: 30px;
	
}
div#sidebar form textarea{
	width:200px;
	height:80px;
	margin-bottom: 10px;
	font-size: 12px;
	overflow: auto;
}
div#sidebar form#c-form input#c-button{
	float:right;
	display: block;
	margin-right:5px;
}

/* END OF SIDEBAR */


div#footer{
	margin-top:60px;
	clear: both;
}
body{
	background-color:#212120;
	color:#000;
	font: 1em normal Arial, Helvetica, sans-serif;
}
form input.textfield, textarea{
		border: 1px solid #d7d7d7;
		background-image: url(../sitegraphic/bg-formfields.png);
		color:#777;
		padding:2px;
}
form input.button{
		border: 1px solid #636361;
	background-color: Black;
	color: White;
	font-weight:bold;
	padding-bottom:3px;
}
div#container{
	background-color: #fff;
	border:1px solid #fff;
}
div#menu, div#footer{
	background: url(../sitegraphic/bg-menu.png) repeat-x;
	width:100%;
	height:50px;
}
div#footer ul{
	width:100%;
}
div#footer ul li{
	float: left;
	font-size:13px;
	color:#fff;
	margin-right:1.4em;
}
div#footer ul li#footer-first{
	margin-right: 0;
}
div#footer ul li p{
	padding-top:1.5em;
}
div#menu ul li{
		float: left;
	}
div#menu ul li a{
	font: bold 13px Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration: none;
}
div#menu ul li a:hover{
	border-bottom:1px solid white;
}
	a{
		
	}
div#menu ul li a{
	display:block;
	padding:16px 15px 0px 15px;
	height:29px;
width:110px;
line-height:12px;
}
div#menu ul li a:hover{
	background-image: url(../sitegraphic/bg-menu-hover.png);
}
/*F&ouml;ljande regel nollst&auml;ller marginelen p&aring; menylistans logotyp. */
div#menu ul li#first a{
	padding:0;
}
div#menu ul li a.selected{
	background: url(../sitegraphic/bg-menu-selected.png) repeat-x;
	color:black;
}
div#menu ul li a{
	display:block;
	padding:21px 15px 0px 15px;
	height:29px;
}
div#menu ul li a:hover{
	background-image: url(../sitegraphic/bg-menu-hover.png);
}
/*Following selectors sets selected state for a menu by combining two ID: body AND the link id */
body#b-index ul li a#one, 
body#b-two ul li a#two,
body#b-three ul li a#three,
body#b-four ul li a#four,
body#b-five ul li a#five,
body#b-six ul li a#six,
body#b-six ul li a#seven,
body#b-six ul li a#eight {
	background-image: url(../sitegraphic/bg-menu-selected.png);
	color:#000;
		}
/*End of selected state control for menu */

/*Main typography*/
body, ul, li, p, table, tr, td, em, li p, textarea, input{
	font-family: Arial, Helvetica, sans-serif;
}
h1{
	font-size: 1.6em;
	margin-bottom: 1em;
}
h2{
margin-bottom: 1em;
font-size:18px;
font-weight:normal;
}
h3{
	/*font-weight: bold;*/
	line-height: 1em;
	font-size: 0.95em;
	color:#009ADF;
	/*margin-bottom: 1em;*/
}
p{
	font-size: 0.9em;
	margin-bottom: 1em;
	line-height: 1.2em;
}
a{
	color: #009adf;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.bold{
	font-weight: bold;
}
.clear{
	clear: both;
}
/*End of Main typography*/

/* LIST STYLING INDEX PAGE*/
/* PITCH LIST STYLING */
ol#pitch-list{
		width: 530px;
		height: 303px;
		background-image: url(../sitegraphic/pitch-list-index.png);
		float:left;
		padding-top:10px;
		background-repeat: no-repeat;
		margin-bottom:10px;
		list-style-type:decimal;
list-style-type:none;
	}
	ol#pitch-list li{
		display:block;
		width:410px;
		height:90px;
		margin-left:110px;
		margin-bottom:10px;
		color:#fff;
		font-size: 1.1em;
		font-weight: bold;
list-style-type:none;


	}
	ol#pitch-list li em{
		color:#b7de01;
		font-style: normal;
	}
	ol#pitch-list li span#paranthesis{
		font-weight:normal;
		font-size:13px;
		color:#A2A29D;
	}
/* END OF PITCH LIST STYLING */


/* "PER FUNCTION ETC-LIST " */
ul.per {
	float: left;
	/*background-color: Fuchsia;*/
	width:264px;
	margin-top:0.5em;
	margin-bottom:1.6em;
}
ul.per li h2{
	margin-bottom:0.6em;
}
ul.per li p{
background: url(../sitegraphic/list-arrow.png) no-repeat left;
padding-left: 20px;
/*font-weight:bold;*/
font-size:13px;
/*line-height: 5px;*/
}
ul.per li.first{
background-image: none;
padding: 0;
font-weight:normal;
}
/* END OF "PER FUNCTION ETC-LIST " */

/* "COMMON LIST " */
ul.common{
	width:90%;
	margin-top:0.5em;
	margin-bottom:1.6em;
	margin-left:20px;
}
ul.common h2{
	margin-bottom:0.6em;
}
ul.common li p{
background: url(../sitegraphic/list-arrow-common.png) no-repeat top left;
padding-left: 20px;
/*font-weight:bold;*/
font-size:13px;
/*line-height: 85%;*/
}
/*ul.common li#first{
background-image: none;
padding: 0;
font-weight:normal;
}*/
/* END OF COMMON LIST " */

/* ORDERED LIST */
ol.common{
	/*width:90%;*/
	margin-top:0.5em;
	margin-bottom:1.6em;
	font-size:13px;
	padding-left: 20px;
	margin-left:20px;
list-style: decimal;
}
ol li{
list-style: decimal;
}
ol.common li p{
/*	line-height: 85%;*/
}

/* END OF ORDERED LIST */

/* THE "PUFF" LINK */
a.puff{
	clear: both;
	width:510px;;
	display:block;
	background-color:#009adf;
	color:#fff;
	padding:10px;
	font-size: 18px;
}
a.puff:hover{
	background-color:#B7DE01;
	color:#1B5500;
	text-decoration:none;
}
/* END OF THE "PUFF" LINK */

/* FIXES */
.floatleft{
	float: left;
}
body#b-six div#content h3,
body#b-six div#content p{
	padding-left:20px;
	width:510px;
	font-weight: normal;
}
body#b-six div#content h2{
	/*border-bottom:1px dotted #888;*/
	padding:6px;
	background-color: #3E3E3E;
	color:#fff;
}

/* FIXES */


a.loglinks{
	display:block;
	clear:both;
	font-weight:bold;
	padding:5px;
	background-color:#B7DE01;
	color:#1B5500;
	margin:5px 0 5px 0;
	text-decoration:none;
}
a.loglinks:hover{
	background-color:#009adf;
	color:#fff;
}
a.loglinks#sl2{margin-bottom:1em;

ol {
behaviour: url("ol.htc");
}
}
