﻿/*   
Theme Name: FKS theme
Theme URI: http://www.fks.org.se
Description: Simple design by Pontus Berglund
Author: Pontus Berglund
Author URI: none
Version: 1.0
.
General GNU/Public License - contact me for info.
.
*/

* {
	padding: 0;
	margin: 0;
}

:root {
	overflow-y: scroll;
}

body,html {
	text-align: center;
	width:auto;
	margin: 0;
	padding: 0;
	height: 100%;
	background: #d0d0d0;
	font: normal 11px/18px Verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
	color: #555555;
}
img {
	border: none;
}

.alignright {
	float: right;
}

.linkimages {
	
	border: 1px solid #d0d0d0;
	margin-top: 7px;
}

.styrelsebilder {
	border: 1px solid #a4a4ac;
	margin-right: 10px;
}


#container {
	text-align: left;
	position: relative;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	margin: 0 auto;
	width: 937px;
	background: #fff url(img/bg_fade.gif) top left repeat-y;
}

#innerContainer {
	background: #d0d0d0 url(img/bg_top2.gif) top left no-repeat;
	width: 937px;
	height: 57px;
}




/* MENU */
#menu {
	list-style-type: none;
	position:relative;
	left: 14px;
	top: 25px;
	height: 32px;
	width: 904px;
}

ul{
	list-style-type: none;
}

#menu li a{
	display: block;
	height: 32px;
	width: 180px;
	color: #555555;
	text-decoration: none;
}

#menu .menu {
	padding-top: 8px;
}


li#menu1 {
	margin-right: 1px;
	float: left;
	background:	#fff url(img/menu/menu1_off.gif) top left no-repeat;
}

li#menu1 a:hover {
	float: left;
	background:	#fff url(img/menu/menu1_on.gif) top left no-repeat;
}

li#menu1.selected {
	float: left;
	background:	#fff url(img/menu/menu1_on.gif) top left no-repeat;
}

li#menu2 {
	margin-right: 1px;
	float: left;
	background:	#fff url(img/menu/menu2_off.gif) top left no-repeat;
}

li#menu2 a:hover {
	float: left;
	background:	#fff url(img/menu/menu2_on.gif) top left no-repeat;
}

li#menu2.selected {
	float: left;
	background:	#fff url(img/menu/menu2_on.gif) top left no-repeat;
}

li#menu3 {
	display: block;
	height: 29px;
	width: 542px;
	float: left;
	margin-left: 1px;
	border-bottom: 2px solid #a4a4ac;
}

li#menu4 {
	
	float: left;
	background: url(img/menu/menu4.gif) top left no-repeat;
	
}
li#menu4 a:hover {
	float: left;
	background: url(img/menu/menu4.gif) top left no-repeat;
	background-position: 0 -32px;

}

li#menu4.selected {
	float: left;
	background: url(img/menu/menu4_on.gif) top left no-repeat;
}

li#menu5 {
	margin-right: 1px;
	float: left;
	background: url(img/menu/menu5.gif) top right  no-repeat;
}

li#menu5 a:hover {
	float: left;
	background: url(img/menu/menu5.gif) top right no-repeat;
	background-position: 0 -32px;
}

li#menu5.selected {
	float: right;
	background:	#fff url(img/menu/menu5_on.gif) top right no-repeat;
}


/* MENU END */

#headimage {
	/*background: transparent url(img/header.png) top left no-repeat;*/
	position:absolute;
	left: 376px;
	top: 57px;
	height: 264px;
	width: 542px;
/*	border: 1px solid #000;*/

}

#headimage h1 a:link, #headimage h1 a:visited {
	display: block;
	height:	70px;
	width: 130px;
	margin-top: 180px;
	margin-left: 0px;
}

#headimage h1 span {
	display: none;
}

/* Header */
#header {
	position:absolute;
	left: 14px;
	top: 57px;
	height: 264px;
	width: 361px;
	background-color: #bddec6;
}

#headerContainer {
	margin-top: 15px;
	margin-left: 15px;
}


.headerOne {
	font: normal 20px/1em Arial, Helvetica, Verdana, sans-serif;
	color: #555555;
	margin: 0px;
	padding-bottom: 10px;
}

.headerTwo {
	font: normal 30px/1em Arial, Helvetica, Verdana, sans-serif;
	color: #fff;
	margin: 0px;
	margin-top: 29px;
	padding-bottom: 10px;
}

#header .headerText {
	margin: 0px;
	padding: 0px;
	color: #fff;
	text-decoration: none;
	line-height: normal;
}

#header .headerText A {
	margin: 0px;
	padding: 0px;
	color: #fff;
	text-decoration: none;
}

#header .headerText A:hover {
	margin: 0px;
	padding: 0px;
	color: #fff;
	text-decoration: underline;
}
/* Header END */



/* Blocks */
#blocks {
	font-size: 95%;
	border-bottom: 1px solid #fff;
	position:absolute;
	left: 14px;
	top: 322px;
	width: 904px;
	height: 90px;
	clear: right;
}

#block1, #block2, #block3, #block4 {
	margin-right: 1px;
	width: 180px;
	height: 90px;
	float: left;
	background-color: #a4a4ac;
	color: #fff;
	line-height: 16px;
}

#block5 {
	padding: 0;
	width: 180px;
	height: 90px;
	float: left;
	background-color: #a4a4ac;
	color: #fff;
	line-height: 16px;
}

.temp {
	padding: 10px 0 0 14px;
}

.selectBlock {
	background-color: #8e8e96 !important;
}

.selected_blockheading {
	color: #fff;
	font: normal 24px/1em Arial, Verdana, sans-serif;
}

.blockheading {
	color: #fff;
	font: normal 24px/1em Arial, Verdana, sans-serif;
}


.blocktext {
	line-height: normal;
	color: #fff;
	padding-top: 2px;
	margin: 0;

}

.block2text {
	padding-top: 5px;
	line-height: normal;
	color: #fff;
}

#projektBox {
	margin-top: 1px;
	padding: 0;
	background-color: #a4a4ac;
	color: #ffffff; 
	width: 155px;
	font: normal 11px/1em Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #d0d0d0;
	/* border: 1px solid #868f98; */
}

/* Blocks end */

#footer {
	margin: 0;
	padding: 0;
	position:absolute;
	/*border: 1px solid #555; */
	height: 15px;
	left: 14px;
	width: 904px;
	bottom: 0; /* stick to bottom */
}

#content {
	position: relative;
	float: left;
	padding-left: 48px;
	margin-top: 380px;
	width: 490px;
	padding-bottom: 25px;
}


#right {
	float: right;
	position:relative;
	margin-right: 19px;
	margin-top: 356px;
	width: 361px;
	padding-top: 5px;
	background-color: #e9e9ee;
	clear: right;
}

#right ul {
	width:150px;
	border: 1px solid #d0d0d0;
	background-color: #e9e9ee;
	padding-bottom: 5px;
	font-size:95%;
}

#right li {
	margin-left: 5px;
	margin-top: 3px;
	vertical-align: middle;
}
.rightbox {
	margin: 0px;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	border-bottom: 1px solid #fff;
}
#attribute1 {
	margin-left: 15px;
	margin-bottom: 5px;
}
.phplist .required {
	vertical-align: middle;

}
#email {
	margin-left: 10px;
	margin-bottom: 7px;
}
#contactsubmit {
	padding: 2px;
	margin-left: 182px;
	background-color: #cdcdd0;
	color: #808081;
	border: 1px solid #a4a4ac;
	
}
#contactsubmit:hover {
	color: #000;
}
#contactsubmit2 {
	float: right;
	margin-right: 59px;

	padding: 2px;
	background-color: #cdcdd0;
	color: #808081;
	border: 1px solid #a4a4ac;
	
}
#contactsubmit2:hover {
	color: #000;
}

h2 {
	color: #a4a4ac;
	font: normal 32px Arial, Helvetica, Verdana, sans-serif;
}

h3 {
	color: #747474;
	font: normal 18px Arial, Helvetica, Verdana, sans-serif;
}

h4 {
	color: #a4a4ac;
	font: bold 110% Arial, Helvetica, Verdana, sans-serif;
}

h5 {
	color: #fff;
	font: normal 24px Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
}

h5:hover {
	text-decoration: none;
}

h6 {
	color: #a4a4ac;
	font: normal 30px Arial, Helvetica, Verdana, sans-serif;
}

h1 {
	color: #747474;
	font: normal 18px Arial, Helvetica, Verdana, sans-serif;
}

.gray {
	color: #8b8b8b;
	font-size: 95%;
}

.storabokstaver {
	padding-bottom: 5px;
	text-transform: uppercase;
}

.small {
	font-size: 95%;
	margin-bottom: 5px;
}


/* LINKS */



#blocks A {
	color: #fff;
	text-decoration: none;
}

#blocks A:hover {
	color: #fff;
	text-decoration: underline;
}


#content A {
	font-weight: bold;
	color: #519330;
	text-decoration: none;
}

#content A:hover {
	font-weight: bold;
	color: #519330;
	text-decoration: underline;
}

#right A {
	font-weight: bold;
	color: #519330;
	text-decoration: none;
}

#right A:hover {
	font-weight: bold;
	color: #519330;
	text-decoration: underline;
}

#right .news {
	padding: 0px;
	margin-top: 5px;
}

#right .newsdate {
	color: #a4a4ac;
	font: normal 11px/18px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	padding:0;
}

#right .newslink {
	padding-top: 10px;
}

.gut, .gut a {
	color: #555555;
	font: normal 11px/18px Verdana, Arial, Helvetica, sans-serif;

}
.topic, topic a, topic a:hover {
	text-decoration:none;
	color: #519330;
	font: normal 11px/18px Verdana, Arial, Helvetica, sans-serif;
}
.right {
	float: right;
	padding-right: 15px;
	padding-bottom: 20px;
	font: normal 11px/18px Verdana, Arial, Helvetica, sans-serif;
}
#right .news A {
	display: block;
	font: normal 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	text-decoration: none;
}

#right .news .p a{
	display: block;
	font: normal 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	text-decoration: none;
}

#right .news A:hover {
	font: normal 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	text-decoration: underline;
}

#content h3 {
	padding-top: 20px;
}


#content p {
	padding-top: 10px;
}

#content table th {
	background-color: #eeeeee;
	text-align: left;
	padding-left: 2px;
	font-weight: bold;
	vertical-align: top;
}

#content table tr {
	background-color: #fcfcfc;
}
#content table tr.odd {
	background-color: #f4f4f4;
}
#content table td {
	vertical-align: top;
}

#content table.projekt {
	width: 468px;
}
#content table.projekt tr td {
	text-align: center;
	width: 117px;
}
#anmform {
	width: 85%;
	margin-top: 10px;
	padding: 10px;
	background-color: #e9e9ee;
	border: 1px solid #d0d0d0;
}

#lankruta {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #e9e9ee;
	border: 1px solid #d0d0d0;
}

#dokumentruta {
	width: 97%;
	margin-top: 10px;
	padding: 10px 10px 10px 10px;
	background-color: #e9e9ee;
	border: 1px solid #d0d0d0;
}

#styrelseruta {
	float: left;
	width: 100%;
	margin-top: 10px;
	padding: 10px 0 10px 0;
	background-color: #e9e9ee;
	border: 1px solid #d0d0d0;
}
#styrelseruta:hover {

	background-color: #bddec6;
}
#styrelseruta p {
	padding-top: 10px;
}
#styrelseruta img {
	margin-left: 10px;
}

optgroup option {
	margin-left: 10px;
}

/* COMMENTS */

textarea#comment { 
	width: 400px; 
	padding: 5px; 
}

.commentmetadata { 
	font-size: 10px; 
}

/* FORUM */

#forumcontent {
	float: left;
	margin-top: 380px;
	padding-bottom: 25px;
	border: 2px solid #000000;	
}


#forumcontent A {
	font-weight: bold;
	color: #519330;
	text-decoration: none;
}

#forumcontent A:hover {
	font-weight: bold;
	color: #519330;
	text-decoration: underline;
}

.clear {
   clear: both;
} 
