/************ Wikifarmen special CSS Folkbildningsnätet **********/ 
/* Activated in localsettings wgSpecialSkinStyle */

/* General */ 

body {
	font-family: 'Arial', sans-serif;
	background-image: url('images/bakgrund.jpg');
	background-repeat: repeat;
}

div#column-content,
div#column-one {
	padding-top: 0px;
}

#content.mw-body-primary {
	/*padding-top: 40px;*/
	margin-top: 140px;
}


#wikiheader {
	height: 130px;
}

p {
	line-height: 21px;
}

#p-logo {
	padding-top: 30px;
	position: static;
	top: none;
	left: none;
	width: inherit;
	/*left: 0;*/
}

h1#firstHeading {
	margin-top: -4em;
	margin-bottom: 4em;
	font-weight: bold;
}

.suggestions-result.suggestions-result-current,
.suggestions-special.suggestions-result-current {
	background-color: #58a618;
}

/* links */ 

a:link, a:visited {
	color: #0073ac;
	text-decoration: underline;
	/*color: #58a618;*/
}

a:hover {
	color: #333;
	text-decoration: underline;
}

/*ul li:before {
	color: #58a618;
}*/

/* lists */

li {
	padding-left: 13px;
	text-indent: 0;
	background-image: url(images/pil.png);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

ul li:before {
	content: none;
	/*color: rgb(248,118,19);*/
	/*position: relative; */
	/*left: -10px;*/
	/*padding-right: 10px;*/
}

/* Remove special bullet horizontal lists */
/* #p-personal .pBody ul li:before, */ 
#p-cactions.portlet ul li,
#footer ul#f-list li,
#mw-normal-catlinks ul li,
div.mw-search-formheader ul li {
	background-image: none;
	padding-left: 0;
}


/* Sidebar */


#sidebartop {
	border-top: none;
	border-bottom: 1px solid rgb(102,102,102);
	height: 2em;
	margin-top: 20px;
}

#sidebartop.generated-sidebar h3#sitesub {
	position: static;
	top: 0;
	/*display: block;*/
	margin-top: 0;
	/*font-size: 85%;*/
	color: rgb(102,102,102);
	/*font-weight: 200;*/
}



.generated-sidebar, 
.generated-sidebar a,
#p-personal.portlet,
#p-personal.portlet a {
	text-decoration: none;
	color: #000;
}

.generated-sidebar a:hover,
#p-personal.portlet a:hover {
 	color: #0073ac;
 	text-decoration: underline;
}

/*#sidebar-top.generated-sidebar {
	margin-top: 3.5em;
}*/


/* p-cactions */ 

#p-cactions.portlet ul li {
	margin-left: 10px;
}
/*#column-one h3 {
	position: static;
	top: 0;
}*/

/*#p-cactions.portlet h3 {
	position: absolute;
	top: -9999px	;
}*/

/* header */ 

#p-search {
	top: 65px;
	right: 0;
}

#p-search input#searchInput {
	border: 1px solid rgb(234,234,234);
}

#p-search input#searchInput {
	/* rounded corners */
	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
  	border-radius: 3px;
  	outline: 0;

  	width: 300px;
  	/*padding: 7px 8px;*/
	border: 1px solid rgb(219,219,219);
	margin-top: 0.5em;

	# iOS rendering
	-webkit-appearance: none;
}

#p-search button {
	top: 11px;
	right: 2px;
}



#fb-logo {
	right: 0px;
}


/* Footer */ 
#footer {
	border-top: none;
}

#footer ul#f-list {
	margin-right: 30px;
}



/* content */

h1#firstHeading {
	margin-bottom: ;
}

/* misc */ 
#p-cactions {
	top: 105px;
}

#toc a span.toctext {
	color: #0073ac;
	/*color: #58a618;*/
}

/* user action */
#p-cactions {
	top: 97px;
}

#p-cactions a {
	color: #0073ac;
	text-decoration: underline;
}

#p-cactions a:hover {
	color: #333;
	text-decoration: underline;
}


#p-cactions li.selected a,
#p-cactions li.selected
{
	/*z-index: 3;*/
	color: #000;
	text-decoration: none;
}



/*#globalWrapper {
	background-color: #fff;
}*/

/*#wikiheader {
	background: none;
	width: 100%;
	height: 25em;
	position: absolute;
	top: 0;
	left: 0;
}*/