a
{
	color: #009dff;
	text-decoration: none;
}
a:hover
{
	background: #009dff;
	color: #003251;
}
.floatleft
{
	float: left;
}
.floatright
{
	float: right;
}

#container
{
	min-width: 40em;
	max-width: 50em;
	margin: 2em auto 3em auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: white;
}
html
{
	background-color: black;
}
h1
{
	font-weight: normal;
	font-style: normal;
	margin: 0em 0em 0.5ex 0em;
	padding: 0em;
}
/* Header styling */
#header
{
	background-color: black;
	text-transform: lowercase;
	padding: 0ex;
	margin: 0ex;
	height: 2.9ex;
	font-size: 5.0ex;
	line-height: 3ex;


}
#header ul
{
	margin: 0ex;
	padding: 0ex;
	list-style: none;
}
#header li
{
}

#header a
{
	backgroun.d: #181818;
	color: #7d7d81;
	padding: 0.3ex;
	margin: 0ex 0ex;
}

#header a:hover
{
	background: #009dff;
	color: white;
}

#header a.active_navigation
{
	color: black;
	font-style: italic;
	background: white;
	position: relative;
	top: -.5ex;
	padding-bottom: 1ex;
	font-size: 110%;
}

#header a.active_navigation:hover
{
}

/* Content stying */

#post_info p{
	background-color: #f1f1f1;
	font-size: 0.8em;
	padding: 0.2ex 0.2ex 0.2ex 0.8ex;
	margin: 0em;
	border-left: 1.5ex solid #b5b5b5;
	font-style: italic;
}

#content pre {
	margin: 1.5em 0px;
	padding: 10px 10px 10px 10px;
	color: #fafafa;
	background: #4d6b74;
	font-family: monaco, monospace;
	border-left: solid #ccc 1px;
	overflow: auto;
}

#content {
	margin: 1em 0em;
	float: left;
	width: 72%;
	padding: 0ex 1ex 1ex 1ex;
	border-right-style: solid;
	border-right-width: 0.3ex;
	border-right-color: #a7a7a7;
}

#content h2 {
	color: #7d7d81;
	font-size: 1.5em;
	font-style: italic;
	font-weight: normal;
}

#content h1 { 
}

/* Side menu styling */

#menus {
	background: white;
	float: right;
	width: 25%;
	margin-top: 1.2em;
	padding:  0em;
	color: #7d7d81;
}

#menus a {
	
}

#menus ul{
	margin: 0em;
	list-style-type: none;
	padding: 0em;
	list-style-position: inside;
}

#menus li{
	padding: 0.3ex 0ex 0.3ex 2ex;
}

#menus .sidemenu {
	margin: 0em 0em 1em 0em;
}
#menus h1
{
}
/* Footer styling */
#footer
{
	color: gray;
	background: black;
	padding: 3ex 1ex 0ex 1ex;
	clear:both;
}

#licence {
	float: right;
	color: #009dff;
}

#licence_info {
	display: none;
}