body, html {
  background: #fff;
	font:1em Arial, Helvetica, sans-serif;
	color:#000;
	}

a:link, a:visited {
 	background: transparent;
	font-weight: normal; /*Original: bold*/
	text-decoration: underline;
	color:#000;
	}	
	
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif
	}

h1 {
	font-size:2em;
	}

h2 {
	font-size:1.8em;
	}

h3 {
	font-size:1.5em;
	}

h4 {
	font-size:1.2em;
	}
				
img {
	display:block;
	border:0;
	}

#nav, #searchform, #branding, #commentform, #footer, #sidebar {
	display:none
	}

hr {
	height:1px;
	background:#000;
	}

blockquote { 
 	margin:1.5em 0; 
 	padding:1em; 
 	border:1px solid #ccc; 
 	font-style:italic; 
 	font-size:0.9em; 
	}

/*  TILLÃ„GG  */


/* Lagt pÃ¥ is, tills vidare ...
.entry a[href]:after {
        content: " (" attr(href) ")";
        font-size: 75%;
        }
.entry a[href^="/"]:after {
        content: " (http://laajala.se/wp" attr(href) ")";
        font-size: 75%;
        }
... tas ev. upp senare igen */


#toppmeny {
	display:none
	}

.breadcrumb {
   font-size:.75em;
}
.breadcrumb a {
    text-decoration: none;
}

#writer {
    border-top: 1px solid #000;
    clear: both;
    font-size: .75em;
}



/* START: Bildpriser (tabell) */

#bildpriser table {
   border: 1px solid #000;
   border-collapse: collapse;
   width: 98%;
}
#bildpriser table th, #bildpriser table td {
   border: 1px solid #000;
   padding: 3px;
}
#bildpriser table th {
   font-size: 1.2em;
   text-align: left;
}
#bildpriser table td {
   vertical-align: top;
}
#bildpriser table td.summa {
   font-size: 200%;
   font-weight: bold;
}
#bildpriser table td.forklaring, #bildpriser table td.eller {
   font-size: 75%;
   line-height: 1.4em;
   color: #666;
}
#bildpriser table td.forklaring {
   width: 33%;
}
#bildpriser table td.eller {
   vertical-align: middle;
   font-weight: bold;
}
/* END: Bildpriser (tabell) */


/* LÃ¥na (tabell) */

#lanetabeller table {
   font-size: 90%;
   line-height: 1.5em;
   border-bottom: 1px solid #666;
   border-collapse: collapse;	 	 
}

#lanetabeller table th, #lanetabeller table td {
   border-left: 2px solid #000;
   border-right: 2px solid #000;
   border-bottom: 1px solid #666;
	 text-align: left;
	 vertical-align: top;
}

table th {  
   border-top: 1px solid #000;
}

table.laneregler th, table.laneregler th.materialtyp {
   background-color: #006666;
   color: #fff;

}

table.laneregler th, table.hamtningstider th {
   border-top: 2px solid #000;

}

table.hamtningstider th, table.hamtningstider th.vardag {
   background-color: #99ADC2;
}

table.hamtningstider th.vardag  {
   height: 90px;
}

table.laneregler th.materialtyp {
   border-top: 1px solid #666;
}

table.hamtningstider th.vardag, table.hamtningstider th.helg {
   border-top: none;
}

table.hamtningstider td  {
   padding: .5em;
}

th.vardag  {
   height: 90px;
}

td.helg  {
   background-color: #ccc;
}

td.vecka  {
   background-color: #f9f9f9;
   font-weight: bold;
}


/* Kopierat från style.css, för att få samma placering av bilder även i utskrifterna. */

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f2f2f2;
	}
	
.alignleft {  /* Tillagt för att få wp-caption att hamna rätt */
	float: left;
	margin: auto 14px 10px 0;	
	}		

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f2f2f2;
	}
	
.alignright {  /* Tillagt för att få wp-caption att hamna rätt */
	float: right;
	margin: auto 0 10px 14px;		
	}	

	
/* Tillägg för NextGEN Gallery */	
	
.ngg-left { 
	float: left;
	}		
		
.ngg-right { 
	float: right;
	}	
	
.ngg-galleryoverview {
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-gallery-thumbnail-box {
	float: left;
}

.ngg-gallery-thumbnail img {
	display:block;  
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}
	
