/* Created by http://freehtml5templates.com */

/* reset */
* {
margin: 0;
padding: 0;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article, details {
display: block;
}

body {
line-height: 1;
background: #555 url(images/background.png) repeat;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #555;
font-size: 14px;
line-height: 18px;
}
	
/* layout */

#wrapper {
width: 940px;
margin: 0 auto;
margin-top: 20px;
margin-bottom: 20px;
border: 3px solid #888;
background: #fff;
/* curved border radius */
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

nav {
width: 940px;
height: 70px;
margin: 0 auto;
background: #555;
margin-top: -6px;
}

#main {
width: 940px;
margin: 0 auto;
padding-top: 30px;
background: #FFF;
overflow: hidden;
}

#content {
float: left;
margin-left: 30px;
margin-right: 30px;
}

#sidebar1 {
float: left;
padding-left: 20px;
width: 180px;
}

#sidebar2 {
float: right;
padding-right: 30px;
width: 180px;
}

footer {
width: 940px;
margin: 0 auto;
clear: both;
}

/* basics */

h1,h2,h3,h4,h5,h6 {
font-weight: bold;
clear: both;
color: #555;
}

a:link, a:visited {
color:#000;
}

a:hover, a:active {
color: #C3A26B;
}

p {
margin-bottom: 18px;
}

li {
padding-left: 5px;
}

/* nav */

nav .menu {
font-size: 14px;
font-weight: bold;
}

nav .menu ul {
margin: 0;
padding: 15px 0 0 10px;
list-style: none;
line-height: normal;
}

nav .menu li {
display: block;
float: left;
}

nav .menu a {
display: block;
float: left;
margin-right: 5px;
margin-bottom: 10px;
padding: 0px 10px;
text-decoration: none;
color: #FFF;
}

nav .menu a:hover {
text-decoration: underline;
}

/** HEADER */

header {
padding: 20px 0 0 0;
}

header>h1 {
float: left;
margin: 0 0 18px 10px;
width: 600px;
font-size: 24px;
line-height: 16px;
}

header>h1 a {
color: #555;
font-weight: bold;
text-decoration: none;
text-shadow: 0px 2px 3px #ddd;
}

header>h2 {
color: #555;
clear: right;
float: right;
font-style: italic;
font-size: 14px;
margin: 14px 10px 18px 0;
}

/** ARTICLES **/
article img {
border: none;
/* curved border radius */
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

#content ul, ol, hr {
margin-bottom: 15px;
}

p {
margin-bottom: 15px;
}

#content ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
}

#content h1, h2, h3, h4, h5, h6 {
color: #555;
margin: 0 0 20px 0;
line-height: 1.5em;
}

.alignleft, img.alignleft {
display: inline;
float: left;
margin-right: 10px;
}

.alignright, img.alignright {
display: inline;
float: right;
margin-left: 10px;
}

.alignbottom, img.alignbottom {
display: inline;
float: bottom;
margin-left: 3px;
margin-bottom: -3px;
}

.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

img {
margin-bottom: 2px;
}

/* sidebar and footer widget blocks */

aside h3 {
font-size: 18px;
text-shadow: 0px 2px 3px #ddd;
}

aside ul {
list-style: square;
color: #bbb;
margin: -15px 0 15px 25px;
}

#footer-area {
background: #555;
color: #FFF;
font-size: 90%;
overflow: hidden;
/* curved border radius */
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
-webkit-border-bottom-left-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
}

.footer-segment {
float: left;
margin-right: 20px;
margin-left: 20px;
width: 300px;
}

footer aside h4 {
color: #faf0e6;
font-size: 16px;
line-height: 1.5em;
}

footer ul {
list-style: none;
margin: 0px 0;
}

footer a:link, footer a:visited {
color: #fff;
}

footer a:hover { 

color:#C3A26B;
}

footer p {
margin-top: 10px;
margin-right: 25px;
margin-left: 25px;
color: #faf0e6;
font-style: normal;
}

/* added classes by Jan Sadek */

.assignment  {
font-size: 20px;
font-weight: bold;
}

.h {
font-size: 16px;
font-weight: bold;
}

.margin {
margin-left: 15px;
margin-right: 15px;
margin-top: 15px;
margin-bottom: 15px;
}

.codeframe {
border-style: solid;
border-width: 1px;
}

p.code {
font-family: monospace;
white-space: pre-wrap;
font-size: 12px;
margin-left: 3px;
margin-right: 3px;
margin-top: 3px;
margin-bottom: 3px;
}

p.txt {
white-space: pre-wrap;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
}

img.severity{
margin-bottom: -4px;
margin-right: 6px;
}

details {
margin-bottom: 20px;
}

summary:hover {
text-decoration: underline;
cursor:pointer;
}

table {
border-collapse: collapse;

}

td, th {
border-style: solid;
border-width: 1px;
padding: 3px 5px;
}