/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* SSF styles */
/*Force a Vertical Scrollbar on Your Site. http://www.communitymx.com/content/article.cfm?cid=528A0*/
html
{
	min-height: 100%;
	margin-bottom: 0.0833333em;
}

body
{
	margin:0 auto;
	color: #000000;
	font-size: 75%;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
	line-height:1.3em;
	
	background: #EBF5FF url(bg-10.png) repeat-x fixed left top;
}

h1, h2, h3
{
   text-align: left;
   padding:0;
}
h1
{
	font-size:2em;
	margin:0.8333333em 0 0.8333333em 0;
	line-height:0.8em;
}

h2
{
	font-size:1.5em;
	margin:0 0 0.4em 0;
	font-weight: bold;
}

h3
{
	font-size:1.17em;
	margin:0 0 0.4166667em 0;
}


div
{
	margin: 0;
	padding: 0;
}

ul,ol
{
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 1.8em;
	list-style-type:none;
}
li
{
	margin: 0 0 0.25em 0.25em;
	padding: 0;
}
p 
{
	margin-bottom: 0.6em;
}

:focus {
	outline-style: dotted;
	outline-width: 1px;
}
/*Template*/
#wrapper{
	margin:0 auto;
	max-width:960px;
 	border: solid 0.1em #003366;
 	background-color:#FFFFFF;
 	position:relative;
	
}
/*Skiplink*/
#skip 
{
	text-align: right;
	color:#ffffff;
	padding-right: 1em;
}
#skip a:active,
#skip a:hover,
#skip a:link,
#skip a:visited,
#skip a:focus 
{
	color:#ffffff;
	background-color:inherit;
	font-weight:normal;
	font-size:0.833333em;;
}

/*Branding*/
#branding
{
	background-color: #EBF5FF;
	color: #ffffff;
	height:8.5em;
	background: #003366 url(branding.png) repeat-x fixed left top;
}
#branding-logo
{
	text-align: center;
	font-size: 2em;
	padding-top:0.6em;
}
#branding-logo a:active,
#branding-logo a:hover,
#branding-logo a:link,
#branding-logo a:visited,
#branding-logo a:focus 
{
	text-decoration:none;
	color:#ffffff;
	background-color:inherit;
}

#branding-tagline
{
	text-align: center;
	padding: 1em;
}

/*Container*/
#container
{
	padding: 0;
	margin: 0;
 	border: solid 0.1em #003366;
 	background-color:#FFFFFF;
}

/*Navigation*/
/*Leftmenu*/
#nav-main
{
	float: left;
	margin-top: 2.6em;
	width:15em;
}
#nav-main h2
{
	margin-left:0.4em;
}
#nav-main ul
{
   margin: 1em 0 1em 0;
	list-style: none;
	list-style-image: none;
	
}
#nav-main ul li
{
   padding: 0.02em 0 0.1em 0.5em;
   border: 1px solid transparent;
   margin-bottom:0;
   margin-left:0;
}
#nav-main ul li:hover
{
   background-color:#F7F8FA;
   border-top: 1px solid #809DB9;
   border-right: 1px solid #003366;
   border-bottom: 1px solid #003366;
   border-left: 1px solid #809DB9;
   margin-bottom:0;
}

.nav-section
{
	margin-top: 0.8em;
}
/*Needs space for selected.png*/
#nav-main a 
{
	margin-left: 1em;
}
#selected-item 
{
	background-image: url(selected.png);
	background-repeat: no-repeat;
	background-position:0.4em 0.3em;
}


/*Main content*/
#content-main
{
	background-color: #ffffff;
	color: #000000;
	min-height: 32em;
	margin: 0;
	border-left: solid 0.1em #003366;
   padding: 1.1em;
   float:left;
	max-width:48.5em;
}
#content-secondary {
    float: right;
    padding-top: 2.8em;
    padding-right: 1.5em;
}

/*Template Footer*/
#footer
{
	background-color: #0D3E6E;
	color: #ffffff;
	height: 5em;
	padding-top: 1.2em;
	clear: both;
}

#footer a:active,
#footer a:hover,
#footer a:link,
#footer a:visited,
#footer a:focus 
{
	color: #ffffff;
}

/*Text links*/
a
{
	font-weight: bold;
}
a:link
{
	color: #003366;
	background-color:inherit;
}
a:visited
{
	color: #6685A3;
	background-color:inherit;
}
a:hover
{
	color: #880022;
	background-color:inherit;
}
a:active
{
	color: #003366;
	background-color:inherit;
}
hr {
	text-align: center;
	color: inherit;
	background-color: #003366;
	width: 100%;
	height: 0.25em;
	margin-top: 2em;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
}
/*ssf*/
#news li.news-item {
    margin-bottom: 1.5em;
}
.news-last {
    margin-bottom: 3em;
}

/*ssf_medlemsskap*/
p.memberadmin {
	text-align: center;
}
table#membership-fee
{
	width: 70%;
	margin-bottom: 1em;
}
table#membership-fee th, table#membership-fee td
{
	text-align: left;
}
caption
{
	font-size:1.5em;
	margin:0 0 0.8333333em 0;
	font-weight: bold;
	text-align: left;
}
/*ssf_noter*/
#tunes h2
{
	padding:0;
}
#tunes li
{
	margin:0 0 1.8em 0;
	padding:0;
}
/*ssf_spelmanslag*/
.vkort
{
	margin-bottom: 1em;
}
/*ssf_brunaparmen*/
.bpitem-no
{
	text-align: left;
	margin: 0 0.8333333em 0 0;
}
.bpitem
{
	text-align: left;
}

/*ssf_styrelse*/
ul.board-category
{
	margin-bottom: 3em;
}
ul.board-category li
{
	margin-bottom: 1.8em;
}
.indicate
{
	border: dotted 1px red;
}
/*ssf_kalendarium*/
/*ul och li gör att vid lång text så skjuts rad 2 in så att man tydligare ser datum*/
ul.calendar
{   
   width:100%;
   padding: 0 0 0.75em 0;
   margin:0;
   list-style:none;
}
ul.calendar li
{
   text-indent: -5.8em; /*Denna ger läget på datum första raden*/
   margin: 0.33em 0.5em 0.5em 5.9em; /*margin-left ger läget på li*/
}
h3.calendar
{
	display:inline;
	font-size:100%;	
}

/*hCard*/
.organisation
{
margin-bottom: 0.25em;
}
.gatuadress
{
display:inline;
}
.postnummer
{
display:inline;
}
.ort
{
display:inline;
}

/**/
div.aboutpage 
{
	text-align: center;
	font-size: 0.8333333em;
}
a.brev,  a.brev:link,  a.brev:visited,  a.brev:hover,  a.brev:active,  a.brev:focus,
a.email, a.email:link, a.email:visited, a.email:hover, a.email:active, a.email:focus
{
	font-weight: normal;
	color: #FFFFFF;
	background-color:inherit;
}
a.brev,  a.brev:link,  a.brev:visited,  a.brev:hover,  a.brev:active,  a.brev:focus
{
	text-decoration:none;
}

//Use when hiding/displaying parts of page with javascript
.visible
{
display:block;
}
.hidden
{
display:none;
}


