/*  
Theme Name: Wabbit
Theme URI: http://www.wabbit.se/blog
Description: Wabbit theme.
Version: 0.0.1
Author: Hanna Scott
Author URI: http://www.wabbit.se/blog
*/
* {
    box-sizing: border-box;
}
body
{
    margin-top: 0px;
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
	background-color:#a2c17d;
	font-family: Arial, Helvetica, sans-serif,Times, serif;
	text-align: center;
}

#container {
	/* position: abosolute;*/
	margin-left: 0px;
	margin-right: auto;
	/* max-width: 790px; */
	text-align: left;
	font-size: x-large;
	border-left:  2px solid #000000; 
	padding-left: 0px;
	}

div.heading
{
	/* height:220px; */
	vertical-align: top;
	width: auto;
	background-color: #bdd99c;
	font-family: Arial, Helvetica, sans-serif,Times, serif;
	font-size: 16px;
	color: #000000;
	text-align: right;
	/* border-bottom: 2px solid #000000; */
    padding: 5px 15px 5px 15px;
}

div.column 
{
	float: left;
}

div.content
{
	width: 50%;
	padding: 20px;
}

div.content input,
div.content textarea
{
	width: 100%;
	font-size: larger;
}

div.content table
{
	width:100%;
}

div.content table td
{
	padding: 0px;
}
div.content p
{
	/* display: block; */
	/* white-space: nowrap; */
	/* overflow:hidden; */
	margin: 0.5em;
}
hr
{
    background-color: #bdd99c;
}

ul 
{
    list-style-type: none;
    -webkit-padding-start: 0;
}

.mainwindow
{
	padding-bottom:230px;
	background-color: #bdd99c;
	color: #000000;	
	padding-left: 10px;
	border-left: 0px solid #bdd99c;
	border-right: 20px solid #bdd99c;
	border-top: 20px solid #bdd99c;
}
¨
table.mainwindow
{
	vertical-align: top;
	padding-bottom:230px;
	background-color: #bdd99c;
	color: #000000;	
	list-style-type: none;
	border-left: 10px solid #bdd99c;
	border-right: 10px solid #bdd99c;
	border-top: 10px solid #bdd99c;
}

table.program
{
	vertical-align: top;
	padding-bottom: 10px;
	background-color: #bdd99c;
	    border-spacing: 0px;
	color: #000000;	
	list-style-type: none;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
}

TD.program
{
	vertical-align: top;
	padding: 15px 15px 15px 15px;
	background-color: #bdd99c;
    color: #000000;	
	list-style-type: none;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 0px solid #000000;
}

TD.program-last
{
	vertical-align: top;
	padding: 15px 15px 15px 15px;
	background-color: #bdd99c;
    color: #000000;	
	list-style-type: none;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}


table.schedule
{
	vertical-align: top;
	padding-bottom: 10px;
	background-color: #f0f0f0;
	border-spacing: 0px;
	color: #000000;	
	list-style-type: none;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
    width: 400px;
}

TD.schedule
{
	vertical-align: top;
	padding: 5px 5px 5px 5px;
    color: #000000;	
	list-style-type: none;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 0px solid #000000;
}

TD.schedule-week
{
	font-weight: bold;	
}

TD.schedule-slot1
{
}
TD.schedule-slot2
{
}
TD.schedule-slot3
{
    background-color: yellow;
}
TD.schedule-slot4
{
}
TD.schedule-slot5
{
}
TD.schedule-slot6
{
}

TD.schedule-red, .redbg
{
	background-color: #FFCCCC;
}

TD.schedule-brown
{
	background-color: #DDDDBB;
}

TD.schedule-green
{
	background-color: #CCDDCC;
}

TD.schedule-last
{
	border-bottom: 1px solid #000000;
}

div.pictureleft
{
	width: 25%;
	max-width: 25%;
}

div.picturelist ul
{
}

div.picturelist ul li
{
}

div.picturelist ul li img
{
	width: 100%;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	border-left: 5px solid #9fb585;
	border-right: 5px solid #9fb585; 
	border-top: 5px solid #9fb585;
	border-bottom: 5px solid #9fb585;
}

div.pictureright
{
	width: 25%;
}

div.pictureframe
{
    float: right;
	vertical-align: top;
	padding: 0 0 0 0;
	margin: 0px;
	width: 200px;
	height: 1500px;
	background-color: #bdd99c;
	color: #000000;	
	list-style-type: none;
	border-left: 500px solid #000000;
	border-right: 20px solid #000000; 
	border-top: 5px solid #000000;
	border-bottom: 0px solid #000000;
}
div.navbar {
/*
    position: absolute;
 */
    position: fixed;
    top: 20px;
    left: 0px;
	float: clear;
	vertical-align: top;
	padding: 0 0 0 0;
	width: 170px;
	/* height: 350px; */
	margin-left: 5px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 18px;
	background-color: #a2c17d; /* this is same as page, dark green */
	/* background-color: #bdd99c; */ /* this is same as content, lighter green */
	list-style-type: none;
	border-right: 0px dotted #a2c17d;
	border-left: 0px solid #000000; 
	border-top:  0px solid #000000; 
	border-bottom: 0px solid #000000;
}
div.navbar ul 
{
	margin: 0px 0px 0px 15px;
	padding: 0 0 0 0;
	border-left: 0px solid #bdd99c;
	border-right: 0px solid #bdd99c;
	border-top: 0px solid #bdd99c;
	border-bottom: 0px solid #bdd99c;
	text-decoration: none;
}


div.navbar li
{
	margin: 0px 0px 0px 0px;
	/* padding: 2px 0px 2px 4px; */
	text-decoration: none;
}

.unselected {

	padding: 2px 0px 2px 6px;

	border-top: 2px solid #a2c17d;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #a2c17d;
	border-left: 2px solid #a2c17d;
    background-color: rgb(235, 160, 30);
    
    
}

.selected {
	padding: 0px 2px 0px 4px;
	border-top: 2px solid #000000;
	border-right: 0px none #bdd99c;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
    /* this is same as content, lighter green */
	background-color: #bdd99c; 
    /* background-color: #f17084; */
}


div.navbarsub li 
{
	margin: 3px 0px;
	padding: 0px 0px 0px 0px;
	border-left: 0px solid #bdd99c;
	border-right: 0px solid #bdd99c;
	border-top: 0px solid #bdd99c;
	border-bottom: 0px solid #bdd99c;
	text-decoration: none;
	font-size: 14px;
}
div.navbar div.navbarsub a
{
	margin: 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	text-decoration: none;
	font-size: 14px;
}

div.navbar a
{
	padding: 0 0 0 0;
	margin: 0;
	text-decoration: none;
}
img.b 
{/* replacement for <br /> after images */
	display: block; /* forces line break for content after */
}

img.b46860 
{/* scalable em size class 468px/60px banners */
	width: 7em; /* replaces 468px width */
	height: 7em; /* replaces 60px height */
	border-left: 5px solid #9fb585;
	border-right: 5px solid #9fb585; 
	border-top: 5px solid #9fb585;
	border-bottom: 5px solid #9fb585;
}

img.headingimage
{
	display: block;
	float: none;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 0 0;
	border-left: 0px solid #bdd99c;
	border-right: 0px solid #bdd99c; 
	border-top: 0px solid #bdd99c;
	border-bottom: 10px solid #bdd99c;

}
img.pictureimage
{
	float: right;
	/* vertical-align: top; */
	margin: 0;
	border-left: 5px solid #9fb585;
	border-right: 5px solid #9fb585; 
	border-top: 5px solid #9fb585;
	border-bottom: 5px solid #9fb585;
}
img.picturemiddle
{
    float: left;
	margin: 0;
	padding: 0 0 0 0;
	border-left: 5px solid #9fb585;
	border-right: 5px solid #9fb585; 
	border-top: 5px solid #9fb585;
	border-bottom: 5px solid #9fb585;
}

div.navbar a:visited, div.navbar a:link
{
	color: #000000;
}
    
a.menu:link
{
	text-decoration: none;
	color: #000000;
}
a.menu:visited
{
	text-decoration: none;
	color: #000000;
}

a.program:link
{
	text-decoration: underline;
	color: #0000FF;
}
a.program:visited
{
	text-decoration: underline;
	color: #0000FF;
}
.pageheading
{
    color: #4444ff;
}

h1
{
	/* float: right; */
	font-family: Arial, Helvetica, sans-serif, Times, serif;
	/* vertical-align: bottom; */
	font-size: xx-large;	
	text-decoration: none;
	margin: 0px;
  	padding: 0px;
	color: #006400;
	text-align: center;
}

h2
{
	font-family: Arial, Helvetica, sans-serif, Times, serif;
	font-size: 16px;
	text-decoration: none;
	margin: 0px;
  	padding: 0px;
	color: #006400;
	text-align: center;
	
}

p.ingress
{
	font-family: Arial, Helvetica, sans-serif, Times, serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	text-decoration:normal;
	margin: 0px;
  	padding: 0px;
	color: #006400;
	display: inline;
	text-align: center;
}

p.brod
{
	font-family: Arial, Helvetica, sans-serif, Times, serif;
	font-size: 18px;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	margin: 0px;
  	padding: 0px;
	display: inline;
}

p.bildtext
{
	font-family: Arial, Helvetica, sans-serif, Times, serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	margin: 0px;
  	padding: 0px;
	display: inline;
	text-align: center;
}

div.footer
{
	vertical-align: bottom;
	text-align: center;
	width: auto ;
	color: #768a5e;
	font-size: 10px;
	float: right;
	margin-left: auto;
	margin-right: auto;
	border-right: 2px;
	border-left: 2px;
	border-top: 2px;
	border-bottom: 2px;
}

div.row span.label {
  float: left;
  width: 250px;
  text-align: left;
  }
div.row span.formw {
  float: right;
  width: 250px;
  text-align: left;
 } 

table.prislista
{
	background-color:#a2c17d;
	padding: 1 1 1 1;
	margin:0;
	border-left: 0px solid #a2a2a2;
	border-right: 0px solid #a2a2a2; 
	border-top: 0px solid #a2a2a2; 
	border-bottom: 0px solid #a2a2a2;
	width: 500px;
}

table.invigning
{
	background-color:#a2c17d;
	padding: 1 1 1 1;
	margin:0;
	border-left: 0px solid #a2a2a2;
	border-right: 0px solid #a2a2a2; 
	border-top: 0px solid #a2a2a2; 
	border-bottom: 0px solid #a2a2a2;
	width: 500px;
}

.heading1 
{
    font-size: 24px; 
    color: #006400;
}

div.l2
{
	width: 520px;
}

div.section
{
	padding-top: 10px;
	padding-left: 10px;
	background-image:url('Bilder/design/gradient-bluer-to-foreground-green.png');
	background-repeat:repeat-x;
	width: 520px;
}


div.l2 p
{
	margin: 0px;
	padding-left: 20px;
}
div.l2 table
{
	/* margin: 0px;  */
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
}

div.l3
{
	padding-left: 20px;
}

div.l3 h4
{
	padding-left: 20px;
}

a.button,
input.button
{
    /* -webkit-appearance: button; */
    /* -moz-appearance: button; */
    /* appearance: button; */
    /* width: 50%; */
	/* align: center; */
    text-decoration: none;
    color: initial;
	margin: 10px 0px 10px 0px;
	display: block;
	padding: 10px;
	border: 10px outset white;
	border-width: 10px;
	border-style: outset;
	border-radius: 30px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	background: linear-gradient(to bottom, #efefef 0%, #dfdfdf 100%);
}

#container > div.mainwindow > div > div.content.column > table > tbody > tr > td > a > h1 > p
{
	font-size: 2.5vw;
	margin: 0;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

div.text {
	padding: 10px;
	padding-top: 30px;
	border: 3px solid #000000;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}