/* `Basic HTML, Fonts by Jos Buivenga (exljbris), code by 960gs
-----------------------------------------------*/
@font-face {
	font-family: "Museo Sans 300";
	src: url("http://www.zubr.info/type/MuseoSans_300.otf");
	src: local("Museo Sans 300"), local("MuseoSans-500"),
		url("http://www.zubr.info/type/MuseoSans_300.otf") format("opentype"),
		url("http://www.zubr.info/type/MuseoSans_300.svg#MuseoSans-500") format("svg");
	}
@font-face {
	font-family: "Museo Sans 500";
	src: url("http://www.zubr.info/type/MuseoSans_500.otf");
	src: local("Museo Sans 500"), local("MuseoSans-500"),
		url("http://www.zubr.info/type/MuseoSans_500.otf") format("opentype"),
		url("http://www.zubr.info/type/MuseoSans_500.svg#Muse                 oSans-500") format("svg");
	}
@font-face {
	font-family: "Museo Sans 500 Italic";
	src: url("http://www.zubr.info/type/MuseoSans_500_Italic.otf");
	src: local("Museo Sans 500 Italic"), local("MuseoSans-500Italic"),
		url("http://www.zubr.info/type/MuseoSans_500_Italic.otf") format("opentype"),
		url("http://www.zubr.info/type/MuseoSans_500_Italic.svg#MuseoSans-500Italic") format("svg");
	}
@font-face {
	font-family: "Museo 300";
	src: url("http://www.zubr.info/type/Museo300-Regular.otf");
	src: local("Museo 300"), local("Museo-300"),
		url("http://www.zubr.info/type/Museo300-Regular.otf") format("opentype"),
		url("http://www.zubr.info/type/Museo300-Regular.svg#Museo-300") format("svg");
	}
@font-face {
	font-family: "Museo 500";
	src: url("http://www.zubr.info/type/Museo500-Regular.otf");
	src: local("Museo 500"), local("Museo-500"),
		url("http://www.zubr.info/type/Museo500-Regular.otf") format("opentype"),
		url("http://www.zubr.info/type/Museo500-Regular.svg#Museo-500") format("svg");
	}
@font-face {
	font-family: "Museo 700";
	src: url("http://www.zubr.info/type/Museo700-Regular.otf");
	src: local("Museo 700"), local("Museo-700"),
		url("http://www.zubr.info/type/Museo700-Regular.otf") format("opentype"),
		url("http://www.zubr.info/type/Museo700-Regular.svg#Museo-700") format("svg");
	}


body {
     font: 13px/1.5 "Museo 300", Helvetica, Arial, FreeSans, sans-serif;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset { 	margin-bottom: 10px;
    font: 13px/1.5 "Museo 300", Helvetica, Arial, FreeSans, sans-serif;
}

strong {font: 13px/1.5 "Museo 700", Helvetica, Arial, FreeSans, sans-serif; }

a:focus {
	outline: 0px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

.leka { margin-left: 0; }

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font: 17px "Museo 500", Helvetica, Arial, FreeSans, sans-serif; ;
}

h2 {
	font: 15px  "Museo 500", Helvetica, Arial, FreeSans, sans-serif; margin-bottom: 0;
}

h3 {
	font-size: 15px; background-color: #333; color: #F5F3E9; 
}

h4 {
	font-size: 13px; text-decoration:underline;
}

h5 {
	font-size: 13px; font-weight: bold;
}

h6 {
	font-size: 13px; margin: 10px 0 10px; font-weight: bold;
}


/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}


