/* @override 
	http://katarinaaneer.local/css/tops.css
*/

.dikten ul+ul{
	margin-top: 1em;
}

body{
	background-color: rgba(94,94,94,.1);
	font-size: 12px;
}
body>.row>.cover{
	padding: 0;
}

a, a:visited{
	color: #777;
	text-decoration: underline;
}

a:hover{
	color: #111;
}

.cover img{
	display: block;
	margin: 0 auto;
}

.main h1 {
	font-size: 2em
}
.main h2 {
	font-size: 1.4em;
	margin: 1em 0;
}
.main h3 {
	font-size: 1em
}
.main h4 {
	font-size: 1em
}
.main h5 {
	font-size: 1em
}
.main h6 {
	font-size: 1em
}



.main,
.main p,
.main h1,
.main h1 a,
.main h2,
.main h2 a,
.main h3,
.main h3 a,
.main h4,
.main h4 a,
.main h5,
.main h5 a,
.main h6,
.main h6 a,
.nav li a
 {
	color: #666; font-family: Courier, serif;
}
ul.nav {
	list-style-type: none;
	text-align: center;
}
ul.nav li{
	text-align: center;
		display: inline;
		padding: 12px;
}

ul.nav li.active a{
	text-decoration: underline;
	color: #000;
}

.top-bar .name h1 a {
        font-weight: bold;
        color: #666;
        width: 50%;
        display: block;
        padding: 0 15px;
}

.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #111111;
  margin-bottom: 1.875em; }
  
nav.top-bar, nav.top-bar.expanded{
    background: white;
}

.top-bar a, .top-bar-section a, .top-bar .toggle-topbar.menu-icon a{
	color: #666; font-family: Courier, serif;
}

.top-bar a, .top-bar-section ul.left li a{
	color: #666;
	font-family: Courier, serif;
    background: none;
}
  .top-bar-section ul.left li, ul.title-area li , ul.title-area li.toggle-topbar.menu-icon a{
	background-color: #fff;
	color: #666;
    border: none;
}

.top-bar-section ul li a{
	background-color: rgba(94,94,94,.1);
}

/* @group sections */

.tabs section p.title{
	font-size: 14px;
}

.tabs section p.title a{
	text-decoration: none;
}

.tabs section.active p.title a, .tabs section:hover p.title a{
	text-decoration: underline;
	background-color: transparent;
}



/* @end */


span.asterisk{
	display: block;
	padding: 5em 0 ;
	text-align: center;
}

.main p{
	color: #444;
	font-size: 1;
	margin: 0 0.1em;
	padding: 0;
	line-height: 1.7;
}

.main p+p{
	text-indent: 1.5em;
}