/*
Theme Name:     Kristofferskolan 2014
Theme URI:      http://www.kristofferskolan.se/
Description:    Tema för Kristofferskolan
Author:         Lukas Mattsson
Author URI:     http://www.lukasmattsson.com/
Version:        0.1.0
*/
html, body, #global_wrap {
/*	height: 100%;*/
}
body {
	background: #EEEEEE;
	color: #666666;
	font-size: 12px;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 1.3em;
	text-transform: uppercase;
}
h2 {
	font-size: 1em;
	text-transform: uppercase;
	margin-bottom: 0;
}
p {
	margin-top: 0;
	line-height: 15px;
}
a {
	text-decoration: none;
}
a:visited {
	
}
a:hover {
	text-decoration: underline;
}
ul {
	margin: 0;
	padding-left: 1.5em;
}
a.logo {
	background:url(images/logga_vit-small.png);
	width: 121px;
	height: 72px;
	display: block;
}
/* Structure */
#global_wrap {
	display:flex;
}
.home #global_wrap {
	display: block;
}
div.inner {
	max-width: 880px;
	margin:auto;
	padding: 20px 0 20px 0;
}
#header {
	background: white;
}
#header div.menu {
	float: right;
	margin-top: 30px;
}
#header div.menu ul{
	list-style: none;
}
#header div.menu ul li {
	display: inline-block;
	margin-left: 50px;
}
#header div.menu ul li a {
	color: #004b96;
	text-transform: uppercase;
	padding: 10px 0 10px 10px;
	font-weight: bold;
}
#blurbs {
	background: white;
}
div.blurb {
	width: 20%;
	margin-left: 20%;
	display: inline-block;
	text-align: center;
	line-height: 18px;
}
div.blurb.first {
	margin-left: 0;
}
div.blurb h2 {
	color: #004b96;
	text-transform: uppercase;
	font-size: 1em;
	margin-bottom: 0;
}
#footer {
	background: #eeeeee;
	color: #004b96;
	line-height: 18px;
}
#footer h2 {
	color: #004b96;
	text-transform: uppercase;
	font-size: 1em;
	margin-bottom: 0;
}
/* backgrounds */
div.background {
	background-size: cover;
}
div.background div.background_fade {
	background: rgba(255,255,255,0.6);
}
/* Navigation */
ul.navigation {
	list-style-type: none;
	text-transform: uppercase;
	padding-left: 0;
	margin: 60px 0 90px 0;
	line-height: 20px;
}
ul.navigation.not-first {
	margin-top: 132px;
}
ul.navigation a {
	color: inherit;
}
/* columns */
.column {
	padding: 15px;
}
.slim.column {
	width: 155px;
}
.col-1 { 
	background-color: rgba(0,82,163,1);
	color: white;
}
.col-2 { 
	background-color: rgba(138,187,219,0.9); 
	color: #0052a3;
}
.col-3 { 
	background-color: rgba(138,187,219,0.7); 
	color: #0052a3;
}
#main_content {
	width: 400px;
	background-color: rgba(255,255,255,0.8);
}
.right.column {
	background:rgba(138, 187, 219, 0.6);
}
/* colors */
.red .col-1 { background-color: #ff3b3c; }
.red h1 { color: #ff3b3c; }
.red .col-2 { background-color: #ff8c8c; color: white;}
.red .col-3 { background-color: #ff8c8c; color: white;}
.red .right.column { background-color: #ff8c8c}

.gray .col-1 { background-color: rgba(171,161,167,1);}
.gray .col-2 { background-color: rgba(196,184,193,0.9);color:#80797d}
.gray .col-3 { background-color: rgba(222,218,220,0.7);color:#80797d}
.gray h1 { color: #80797d; }
.gray .right.column { background-color: rgba(222,218,220,0.6);color:#80797d}

.lightred .col-1 { background-color: rgba(255,135,129,1);}
.lightred .col-2 { background-color: rgba(255,175,176,0.9);color:rgba(255,135,129,1); }
.lightred .col-3 { background-color: rgba(255,215,213,0.7);color:rgba(255,135,129,1); }
.lightred h1 { color:rgba(255,135,129,1); }
.lightred .right.column { background-color: rgba(222,218,220,0.6);color:#80797d}