/*#############################################################
Modified from Transparentia-style by Viktor Persson (http://templates.arcsin.se)

#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #CD6600; 
}
a:any-hover {
	color: #06F;
}
body {
	background: #F0E4D7;
	color: #444;
	font: normal 14px "Lucida Sans Unicode",sans-serif;
	margin: 0;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code{
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

ul{
	font-size: 1.2em;
}

ul li ul{
	font-size: 1em;
}

h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}

h1,h2,h3 {
	color: #CD6600;  
	padding-top: 6px;
	}

h2,h3{
	font-size: 1.2em;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: white;
	margin: 0 auto;
	padding-bottom: 6px;
	width: 767px;
}

.header {
	background: url(img/header.gif) repeat-x;
}

/* title */
.title h1 {
	color: #FFF;
	font: normal 2.5em Verdana,sans-serif;
	height: 150px;
	line-height: 150px;
	margin-bottom: 8px;
	text-align: center;
}

.title h2 {
	color: #FFF;
	font: normal 1.5em Verdana,sans-serif;
	height: 150px;
	line-height: 150px;
	margin-bottom: 8px;
	text-align: center;
}

/* navigation */
.navigation {
	margin-bottom: 4px;
}

.navigation a {
	background-color: #4A91C3;
	color: #FFF;
	float: left;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	padding: 8px 0;
	width: 19%;
	border-right: 1px solid #FFF;
	text-align: center;
	text-decoration: none;
}
.navigation a:any-hover {
	background-color: #000;
	color: #FFF;
}

/* main */
.main {
	clear: both;
	padding: 8px 18px;
}

/* main left */
.sidenav h1,.sidenav ul,.sidenav p {
	padding-left: 12px;
}

.sidenav {
	background: #FCE6C9;
	border: 1px solid #E5E5E5;
	float: left;
	width: 200px;
	clear: left;
}

.sidenav p {
	color: #EE7600;
	font-size: 1em;
}

.sidenav h1 {
	color: #CD6600;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}

.sidenav ul {
	border-top: 1px solid #FAFAFA;
	background:  #FCE6C9;
	margin: 0;
	padding: 0;
}

.sidenav li {
	border: 1px solid #FAFAFA;
	border-top: none;
	list-style: none;
	margin: 0;
}

.sidenav li a {
	color: #EE7600;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
}

.sidenav li a:any-hover {
	color:  #8B4500;
}


/* sIDE BOX */
.sidebox {
	background: url(img/bgbase.gif);
padding: 6px 0px;
	border: 0px solid #E5E5E5;
	float: left;
	width: 200px;
	clear: left;
}



/* content without sidenav or sidebar*/
.content {
	float: right;
	width: 520px;
}

.content .item {
	padding: 6px 12px;
	border: 1px solid #EEE;
	background: #FFF;
	margin-bottom: 8px;
}

.content .descr {
	color: #333;
	margin-bottom: 6px;
}

.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

.content img.floatRight {
  background: #fff;
  border: 0px solid #000;
  float: right;
  margin: 0.2em 0.2em;
  padding: 1px;
}

/* text content with sidenav or sidebar*/
.textenv {
	float: left;
	width: 97%;
	padding: 6px 10px;
	border: 1px solid #EEE;
	background: #FFF;
	margin-bottom: 8px;
}

.textenv ul {
	padding-left: 12px;
}

.botnav {
        display: none;
    }


/* Responsive css */

@media (max-width: 768px) {
    .sidenav {
        display: none;
    }
.sidebox {
        display: none;
    }
 .content {
	float: left;
	width: 100%;
}


.header {
 position: relative;
 display: block;
	background: url(img/header_small_dark.gif) repeat;
	width: 102%;
}

.title h1 {
	color: #FFF;
	font: normal 2.5em Verdana,sans-serif;
	margin-bottom: 8px;
	height: auto;
	line-height: 60px;
	text-align: center;
	padding: 6px 12px;
}

.title h2 {
	color: #FFF;
	font: normal 1.5em Verdana,sans-serif;
	height: auto;
	line-height: 30px;
	margin-bottom: 8px;
	text-align: center;
	padding: 6px 12px;
}

.container {
	background: url(img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	padding-bottom: 6px;
	width: 100%;
}

    .botnav {
 display: block;
  margin: 0;
  padding: 0;
  overflow: auto;
   width: 100%;
    height: auto;
    position: relative;
color: #EE7600;
	background:  #FCE6C9;

    }
.botnav a {
 display: inline-block;
  padding: 1px;
  text-decoration: none;
}

}

