/*
  Original design by Free CSS Templates (http://www.freecsstemplates.org/)
  Modifications by x-f (http://x-f.lv/)
*/

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #333333;
	background-image: url('../i/header-bg.png');
	background-repeat: repeat-x;
}

h1 { font-size: 2.2em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #3E3E3E;
}
h1 {
  text-shadow: 3px 3px 4px rgba(30, 30, 30, 0.3);
}
h2 {
  text-shadow: 3px 3px 5px rgba(30, 30, 30, 0.3);
}

p, blockquote, ul, ol {
	line-height: 1.6em;
	text-align: justify;
}

blockquote, ul, ol {
}

blockquote {
}

ul {
  list-style-image: url('../i/list-bullet.gif');
  margin-top: 0px;
  padding-top: 0px;
}

dt {
  background-image: url('../i/list-bullet.gif');
  background-position: 0px -5px;
  background-repeat: no-repeat;
  margin-top: 5px;
  padding-top: 0px;
  padding-left: 14px;
}
dl.nobullets dt {
  background: none;
  padding-left: 0px;
}


a:link, a:visited {
	text-decoration: none;
	color: #7EAF10;
}
a:hover, a:active,
a.active {
  text-decoration: none;
  color: #F8604B;
}
/*a:visited {
  color: #333333;
}*/

img {
  border: none; 
}

img.left, .left {
	float: left;
	margin: 0 1em 1em 0;
	clear: both;
}

img.right, .right {
	float: right;
	margin: 0 1em 0 1em;
}

acronym {
  border-bottom: 1px dotted gray;
}


/* Page */
#page {
	padding: 20px;
}

/* Content */
#content {
	margin-right: 220px;
	float: left;
	min-height: 220px;
}

#header {
	height: 40px;
	margin: 0 auto 40px auto;
	border: 1px solid transparent;
}

#logo {
	float: left;
	margin: 10px 0px 0px 20px;
}

#logo h1 {
	font-size: 38px;
	color: #494949;
}

#logo h1 sup {
	font-size: 9px;
	padding-top: 0px;
}

#logo h1 a {
	color: #7EAF10;
	text-transform: lowercase;
}

#logo h2 {
	margin-top: -8px;
	font-size: 12px;
	color: silver;
	text-transform: lowercase;
	text-shadow: none;
}

#logo a {
	text-decoration: none;
}


#topmenu {
	float: right;
	margin-right: 10px;
}

#topmenu ul {
	margin: 0;
	padding: 0px 0 0 0;
	list-style: none;
}

#topmenu li {
	display: inline;
}

#topmenu a {
	display: block;
	float: left;
	margin-left: 10px;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
	font-size: 13px;
	color: #000000;
}


#topmenu .active a,
#topmenu a:hover {
	background: url('../i/topmenu-bg.gif') repeat-x left bottom;
}
#topmenu a img {
  border: none;
  padding: 0px;
  vertical-align: middle;
}


/* Sidebar */
#sidebar {
	position: absolute;
	right: 0;
	top: 90px;
	padding: 20px;
	float: right;
	width: 200px;
}

#sidebar h2 {
	font-size: 1.2em;
}

#sidebar blockquote {
	margin-left: 0;
	margin-right: 0;
}

/* Menu */
#menu {
	margin-bottom: 19px;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	border-top: 1px dotted silver;
	text-align: left;
	list-style-image: none;
}

#menu li.first {
	border: none;
}

#menu li {
	display: block;
	padding: 7px 0px 7px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: x-small;
	font-weight: bold;
}
#menu li a {
	display: block;
}

/* Footer */
#footer {
	clear: both;
	padding: 10px 0px 10px 0;
  /*  border-top: 1px dotted silver;*/
	margin-top: 10px;
}
#footer.keepfooteronbottomofthepage {
  position: absolute;
  bottom: 0;
  width: 100%;
}


#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
}

#footer a {
}


/* full size page */
.wrapper-fullsize #content {
	margin-right: 10px;
	float: none;
}
.wrapper-fullsize #sidebar {
	display: none;
}

/*#page {
  border: 1px solid red;
}
#sidebar {
  border: 1px solid blue;
}
#content {
 border: 1px solid black;
}*/
#dev {
  border: 1px dotted red;
  padding: 3px;
  position: fixed;
  top: 0px;
  right: 0px;
  font-size: 10px;
  background-color: white;
}