/*
Theme Name: RolfSvensson
Theme URI:
Author: Janne Lindström
Author URI:
Description:
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
html
{
	height:100%;
}
body
{
	margin:0px;
	font-size:17px;
	font-family:sans-serif;
	height:100%;
}
#page
{
	height:100%;
}
.site-main
{
	width:100%;
	max-width:900px;
	margin:0 auto;
}
.menu
{
	background-color:#cce2ea;
	width:100%;
	height:40px;
	padding:0px;
	text-align:center;
	font-family:bevan;
}
.menu ul
{
	list-style:none;
	height:40px;
	padding:0px;
	margin:0px;
}
.menu li
{
	display:inline-block;
	font-size:20px;
	line-height:20px;
	padding:0px;
	margin:0px;
	padding:10px;
	color:#8d8d8d;
}
.menu ul li a
{
	margin:0px;
	color:#8d8d8d;
	text-decoration:none;
}
.site-main
{
	margin-top:130px;
	min-height:100%;
}
#page
{
	margin-top:10px;
}
#masthead
{
	background-color:white;
	width:100%;
	padding:0px;
	
}
#title
{
	display:block;
	margin:0 auto;
	text-align:center;
	padding:0px;
	font-family:bevan;
}
#title h1, h3
{
	display:inline-block;
	color:#8d8d8d;
	padding:0px;
	margin:0px;
}
#title h1
{
	font-size:50px;
	line-height:45px;
}
#title h3
{
	font-size:16px;
	text-decoration:underline;
}
.current_page_item
{
	background-color:white;
}
.column-full
{
	width:calc(100% - 40px);
	margin:20px;
}
.column-half
{
	width:calc(50% - 45px);
	display:inline-block;
	margin:20px;
	vertical-align:top;
}
.column-half img
{
	width:100%;
}
.column-twothirds
{
	width:calc(66% - 40px);
	display:inline-block;
	margin:20px;
}
.column-onethird
{
	width:calc(33% - 40px);
	display:inline-block;
	margin:20px;
}
.site-footer
{
	height:60px;
	width:100%;
	background-color:#9cb2ba;
	position:relative;
}
.contactinfo
{
	text-align:center;
	font-size:18px;
	padding-top:20px;
	padding-bottom:20px;
	height:20px;
	display:block;
}
#masthead
{
	position:fixed;
	top:0px;
	left:0px;
	padding-top:20px;
}
