﻿@import url(https://fonts.googleapis.com/css?family=Oxygen:400,700);

/** global **/
body {
	margin:0px auto;
	padding:0;
	background: #222;
	font-family: 'Oxygen', 'sans-serif';
	font-size: 1.0em;
	color:#555;
}
* {
	margin:0;
	padding:0;
}


/** element defaults **/
table {
	width:100%;
	text-align:left;
}
th, td {
	padding:5px 10px;
}
th {
	color:#fff;
	border-top:1px solid #222;
	background-color:#2F2F2F;
}
td {
	border-bottom:1px solid #f4f4f4;
}
code, blockquote {
	display:block;
	border-left:5px solid #ddd;
	padding:10px;
	margin-bottom:20px;
}
blockquote p {
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	height: 1%;
}
p {
	line-height:2.0em;
	margin-bottom:20px;
}
a {
	color:#B80000;
}
a:hover {
	color:#000;
}
a:focus {
	outline:none;
}
    a.button {
        background-color: #D20000;
        border-radius: 5px;
        color: #FFFFFF;
        display: inline-block;
        font-weight: bold;
        padding: 8px 22px;
        font-size: 0.9em;
        letter-spacing: 1px;
        text-decoration: none;
        /*text-transform: uppercase;*/
    }

a.button-reversed { 
    background-color: #333;
}


fieldset {
	display:block;
	border:none;
	border-top:1px solid #e0e0e0;
}
fieldset legend {
	font-weight:bold;
	font-size:13px;
	padding-right:10px;
	color:#222;
}
fieldset form {
	padding-top:15px;
}
fieldset p label {
	float:left;
	width:150px;
	font-family:Oxygen, Arial, Helvetica, sans-serif;
}
fieldset form input, fieldset form select, fieldset form textarea {
	padding:5px;
	color:#333333;
	font-size:13px;
	font-family:Oxygen, Arial, Helvetica, sans-serif;
	border:1px solid #ddd;
}
fieldset form input.formbutton {
border:none;
    background-color: #D20000;
    border-radius: 5px;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    padding: 8px 22px;
    font-size: 0.9em;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}
h1 {
	font-size:2.4em;
    padding-top: 10px;
}
h2 {
    color: #2F2F2F;
    font-size: 1.8em;
    font-weight: bold;
    padding: 70px 0 5px;
    margin: 0;
}
h3 {
    color: #D20000;
    color: firebrick;
    font-size: 1.4em;
    padding-bottom: 10px;
    padding-top: 15px;
}
h4 {
	padding-bottom:10px;
	font-size:1.2em;
	color:#000;
}
h5 {
	padding-bottom:10px;
	font-size:1.2em;
	color:#666666;
}
ul, ol {
	margin:0 0 35px 35px;
}
li {
	padding-bottom:5px;
}


/** wrapper **/
div#wrapper {
	margin:0px auto;
	padding:0;
}

.width {
    /**uur: width: 920px;*/
    /*width: 1220px;*/
    width: 100%;
    margin: 0 auto;
}




/** header **/
header {
	padding:10px 0 10px;
	margin:0 auto;
}
header h1 { 
	text-align: center;
}

header h1 a,
header h1 a:hover,
header h1 a:visited {
	color: #fff;
	text-decoration: none;
}

    header h2 {
        color: #00FFFF;
        text-align: center;
        font-size: 0.8em;
        font-weight: normal;
        padding-bottom: 0;
        letter-spacing: 0;
        padding: 10px 0 10px 0;
        /*text-transform: uppercase;*/
    }
header div.tagline {
	color:#C2D7F9;
	font-size:0.9em;
}
header div.tagline a {
	color:#ffffff;
}



/** body **/
section#body {
	padding: 0;
	background: #2f2f2f;
}


/** content+sidebar styles **/
section#content {
    /**uur: width:580px;*/
    /*width: 880px;*/
    /*padding: 20px;*/
    padding: 1%;
    background-color: #fff;
}
.column-left {
    float: left;
    width: 20%;
}
.column-right {
    float: right;
    width: 78%;
}
aside#sidebar {
    /**uur: width:300px;*/
    
    position: fixed;
}
nav#mainnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

nav#mainnav li {
	padding:0;
	border-bottom: 1px solid #333;
}
nav#mainnav li.selected-item  {
	border-bottom:none;
}
nav#mainnav li.selected-item a,
nav#mainnav li.selected-item a:hover {
	color:#fff;
	font-weight:bold;
	background: #D20000;
}
nav#mainnav li a:hover {
	background:#292929;
	color: #eee;
	text-decoration:none;
}
    nav#mainnav li a {
        color: #ccc;
        display: block;
        /**uur: padding: 22px 17px;*/
        padding: 7px 12px;
        padding-left: 20px; /*uur: I added the line*/
        /**uur: text-align: center;*/
        text-align: left;
        /*text-transform: uppercase;*/
        font-weight: bold;
        text-decoration: none;
        letter-spacing: 0.5px;
        font-size: 0.78em;
    }

aside#sidebar h4 { 
	color:#0C367E;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	margin:0;
	padding:7px 10px;
}


article {
    padding: 10px 10px 30px;
	font-size: 0.95em;
border-bottom: 1px solid #eee;
 }

article h2 {
    padding-bottom: 0;
   font-size: 2.0em;
}

article .article-info {
  color: #CCC;
font-size: 0.8em;
padding: 0px 0px 10px;
text-transform: uppercase;
}

article .article-info a { 
	color: #ccc;
}



/** footer **/
footer {
	padding:20px 0px;
}

footer p {
	color:#666;
	margin:0;
	font-size:0.8em;
	text-align: center;
}
footer p a {
	color:#666;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #999;
}
footer p a:hover { color:#333; border-bottom-color: #333; }


/** clear fix **/
.clear:after {
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clear {
	clear: both;
	display: inline-block;
}
.clear {
	display: block;
}





@media screen and (max-width: 740px) {

	body { font-size: 0.9em; }	


	.width { width:auto; padding-left: 10px; padding-right: 10px; }

	.column-left, .column-right { margin:0 5px; }
	
	section#content, aside#sidebar { position: relative; float: none; width: auto; }

	
}


@media screen and (max-width: 540px) {

	body { font-size: 0.8em; }

	header, header h1 a, header h1 a:hover { text-align: center; padding: 10px 0 0 0; font-size: 1.1em; }


	nav#mainnav ul li a { margin-top: 0; padding: 1em; }


}





/*UUR*/

p {
    text-align: justify;
}
li {
    text-align: justify;
}


.image {
    margin: 10px 0 10px;
    padding: 0px 0 0px;
    /*max-width: 760px;*/
    max-width: 95%;
    border: solid;
    border-top-width: 2px;
    border-right-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 2px;
    border-top-color: #686868;
    border-right-color: #202020;
    border-bottom-color: #202020;
    border-left-color: #686868;
    display: block;
}

a.button-link {
    background-color: #333;
}
a.button-link-inline {
    background-color: #333;
    padding: 4px 10px 4px 10px;
}
p a.button-link-inline {
    background-color: #333;
    padding: 0px 10px 0px 10px;
}
a.button-link-outline {
    background-color: #333;
    display: grid;
    padding: 10px 20px 10px 20px;
    margin: 1px;
}
a.button-link-top {
    background-color: gray;
    display: grid;
    padding: 7px 20px 7px 20px;
    margin: 1px;
}




body {
    counter-reset: item;
}
ol.execute {
    list-style: none;
}
li.execute {
    counter-increment: item;
    margin-bottom: 5px;
}
    li.execute:before {
        margin-right: 10px;
        content: counter(item);
        background-color: seagreen;
        padding: 3px;
        border-radius: 30%;
        color: white;
        width: 1.2em;
        text-align: center;
        display: inline-block;
    }
div.execute {
    padding-top: 10px;
    border-left: dotted;
    border-color: seagreen;
    border-width: 2px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 30px;
}





ul.sidequest {
    list-style: none;
}

li.sidequest {
    counter-increment: none;
    margin-bottom: 5px;
}
    li.sidequest:before {
        margin-right: 10px;
        content: "▣";
        background-color: firebrick;
        padding: 3px;
        border-radius: 10%;
        color: white;
        width: 1.2em;
        text-align: center;
        display: inline-block;
    }
div.sidequest {
    padding-top: 0px;
    border-left: dotted;
    border-color: firebrick;
    border-width: 2px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 30px;
}



li.submenu {
    font-size: 0.85em;
    margin-left: 15px;
    padding: 0;
    /*font-style: italic;*/
}

.quote {
    padding: 50px;
    border: dotted;
    border-radius: 20px;
    border-color: seagreen;
    border-width: 2px;
    margin-top: 50px;
}

a.authors {
    text-decoration: none;
    color: white;
}
