﻿/*
Theme Name: 
Theme URI: 
Description: 
Version: 
Author: 
Author URI: 
Tags: 
*/

/*Inkluderad CSS*/
@import url(reset.css);
@import url(forms.css);
@import url(typography.css);
/* då kör vi*/

body{
font-family:Verdana, Geneva, sans-serif;
font-size:16px;
background:url(images/BG.jpg);
height:100%;
text-align:center;
}

h1, h2, h3, h4, h5, h6 {
	font-family:"Times New Roman", Times, serif;
}

#wrapper{
width:841px;
height:100%;
margin-left:auto;
margin-right:auto;

}

#header{
width:832px;
height:209px;
background:url(images/header.png);
background-repeat:no-repeat;
margin-left:2px;
cursor:pointer;
}

#sidebar{
width:841px;
height:90px;
}

#main{
width:725px;
min-height:350px;
margin-left:55px;
}

#footer{
width:827px;
height:108px;
background:url(images/footer.png);
background-repeat:no-repeat;
margin-left:8px;
}

#map {
	margin-left:auto;
	margin-right:auto;
}

/*A link med class <a class="whatever" href="whatever"></a>*/
#länkknapp{
margin-top:;
margin-left:;
height:;
width:;
display:block;
background: url(grafik/) no-repeat;
}
#länkknapp:hover {
background: url(grafik/) no-repeat;
}

A#ung{
	height:90px;
	width:279px;
	background:url(images/meny_01.png);
	display:inline-block;
}

A#ung:hover{
	height:90px;
	width:279px;
	background:url(images/meny-h_01.png);
	display:inline-block;
}

A#herr{
	height:90px;
	width:168px;
	background:url(images/meny_02.png);
	display:inline-block;
	margin-left:-9px;

}

A#herr:hover{
	height:90px;
	width:168px;
	background:url(images/meny-h_02.png);
	display:inline-block;
}

A#dam{
	height:90px;
	width:190px;
	background:url(images/meny_03.png);
	display:inline-block;
	margin-left:-7px;
}


A#dam:hover{
	height:90px;
	width:190px;
	background:url(images/meny-h_03.png);
	display:inline-block;

}

A#info{
	height:90px;
	width:204px;
	background:url(images/meny_04.png);
	display:inline-block;
	margin-left:-7px;

}

A#info:hover{
	height:90px;
	width:204px;
	background:url(images/meny-h_04.png);
	display:inline-block;

}

A#pfoot {
	font-size:12px;
	color:#999;
	text-align:center;
}

A#pfoot:hover {
	font-size:12px;
	color:#666;
	text-align:center;
	text-decoration:underline;
	
}

A:hover {
	font-size:120%;
	text-decoration:underline !important;
	}


/*Clear class för att rensa upp <div class="clear"></div> */
.clear{
clear:both;
margin:0;
padding:0;
}

.pfoot {
	font-size:12px;
	color:#999;
	text-align:center;
}

.psmall {
	font-size:10px;
	color:#999 ;
	text-align:right;
}

/* kommentar skillnader admin, gämn, ogämn  defineras i comments.php*/
.highlight{ 
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;	
-moz-border-radius: 10px;
border-radius: 10px;
border:solid;
background-color:red;
margin-bottom:5px;
min-height:100px;
width:500px;
}

.odd{ 
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;	
-moz-border-radius: 10px;
border-radius: 10px;
border:solid;
background-color:blue;
margin-bottom:5px;
min-height:100px;
width:500px;
}

.even{ 
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;	
-moz-border-radius: 10px;
border-radius: 10px;
border:solid;
background-color:green;
margin-bottom:5px;
min-height:100px;
width:500px;
}

/*Text-layouten, olika classer m.m. */

.small {
font-size:8px;
text-align:center;
margin-top:0px;
}

.small-right {
font-size:8px;
text-align:right;
margin-top:0px;
}

.small-left {
font-size:8px;
text-align:left;
margin-top:0px;
}

/* Länkar  */

A#lankar {
	display:inline-block;
	width:70px;
	background-image:url(http://localhost/mannebusk/wp-content/themes/Mannebusk/images/lankar.png);
	background-repeat:no-repeat;
	margin-left:80px
}

A#lankar:hover {
	background-image:url(http://localhost/mannebusk/wp-content/themes/Mannebusk/images/lankar_hover.png);
	margin-left:80px
}

A:link {
	text-decoration:none;
	color:#000;
}
A:visited {
	text-decoration:none;
	color:#000;
}
A:active {
	text-decoration:none;
	color:#000;
}
A:hover {
	text-decoration:none;
	font-weight:bolder;
	color:#000;
}

/* Bilder */

img {
	border-style:none;
}
