/*
	Theme Name: SB tema
	Description: Tema till Skelleftebranslen

*/

body {
	font: 9pt Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0 0 10px 0;
        padding: 0;
	text-align:left;
	padding: 0;
	background-color:#ffffff;
        background-image:url(images/sb-bg.jpg);
	background-repeat:repeat-x;
	line-height: 160%;
}
img {
    border: none;
}
#wrapper{
	width: 765px;
	padding: 0;
	margin: 0 auto; 
    text-align: left;
}
#header{
	padding: 0;
	width: 765px;
	background-image:url(images/sb-top.jpg);
} 
#content{
   padding: 10px 0;
}
#footer{
   width: 765px;
   border: 1px solid #dadbdb;
   margin: 0 auto;
   padding: 10px 0;
   text-align: center;
}
a:link, a:active, a:visited {
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
#content h1 {
	font: 11pt Arial, Helvetica, sans-serif;
	font-weight: bold;
        color: #408fc8;
}
.nyhet {
	font: 11pt Arial, Helvetica, sans-serif;
	font-weight: bold;
        color: #408fc8;
        margin-left: 55px;
}
h2 {
	font: 10pt Arial, Helvetica, sans-serif;
	font-weight: bold;
        color: #408fc8;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;  
}
input, textarea {
	font: 9pt Arial, Helvetica, sans-serif;
	color: #ffffff;	
        background-color: #00538e;
        border: 0;
        padding: 3px;
}
span.wpcf7-list-item { display: block; margin: 10px 0 }
/*------------------------------------------------------ */

/*                                       meny            */

/*------------------------------------------------------ */

#meny {
   margin: 0;
   padding: 0;
   height: 38px;
   background: url(images/sb-meny.png) repeat-x;
   font: 8pt Arial, Helvetica, sans-serif;
   color:#ffffff;
   text-transform:uppercase;
}
#meny ul{
   margin: 0;
   padding: 0;
   list-style-type: none;
   text-align: center;
}
#meny li {
   margin: 0;
   padding: 0;
   display: inline;
   line-height: 38px;
   background: none;
   list-style-type: none;
}
#meny li a {
   color: #ffffff;
   text-decoration: none;
   font-weight: normal;
   padding: 12px 25px;
}
#meny li a:hover {
   color: #ffffff;
   background-image:url(images/sb-meny2.png);
}

/*   meny 2   
/*------------------------------------------------------ */

#meny2 {
   margin: 0;
   padding: 0;
   height: 38px;
   font: 8pt Arial, Helvetica, sans-serif;
   color:#666666;
   border-left: 1px solid #dadbdb;
   border-right: 1px solid #dadbdb;
   border-bottom: 1px solid #dadbdb;
   text-transform:uppercase;
}
#meny2 ul{
   margin: 0 0 0 82px;
   padding: 0;
   list-style-type: none;
   text-align: left;
}
#meny2 li {
   margin: 0;
   padding: 0;
   display: inline;
   line-height: 38px;
   background: none;
   list-style-type: none;
}
#meny2 li a {
   color: #666666;
   text-decoration: none;
   font-weight: normal;
   padding: 12px 15px;
}
#meny2 li a:hover {
   color: #cccccc;
}

/*-----------------------*/

#content ul{
    list-style: none;
}
#content li{
    list-style: none;
    background-image: url(images/sb-bullet.gif);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 15px; 
    margin: 15px 0;
}
.post-info {
   color: #dadbdb;
}
#trackbacks blockquote, #comments blockquote {
	background: #CCCCCC;
    border-left: double #666666;
	padding: 5px;
}
#comments form{
	font-size: 10px;
}
fieldset{
	border: none;
}
.titleul{
	list-style: none;
}