/* CSS reset */
html { height:100%; -ms-text-size-adjust:100%; -webkit-text-size-adjust:100%; }
body { height:100%; -moz-osx-font-smoothing:grayscale; -webkit-font-smoothing:antialiased;}
div,html,body,p,ul,ol,li,a,form,img,table,td,h1,h2,h3,h4,h5,h6,blockquote,header,section,footer,aside {margin:0;padding:0;}
header,section,footer,aside,nav,article,figure,figcaption {display: block;}
table {border-collapse:collapse;}
img {border:none;}
ul,li {list-style:none;}

/* Custom elements */
a { outline: 0px;	}
a:link {
	color: Blue;
  text-decoration: none;
}
a:visited {
	color: Blue;
  text-decoration: none;
}
a:hover {
	color: Blue;
	text-decoration: underline;
}
a:active {
	color: Blue;
	text-decoration: underline;
}

/* CSS for the page */
body {
	background: #fbeec7;
}
.page {
	margin: auto;
	padding: 20px;
	min-width: 960px;
	max-width: 1200px;
}
p {
 display: block;
 margin-top: 1em;
 margin-bottom: 1em;
}
.header-image {
	width: 240px;
	padding-left: 0px;
}
.header-image img {
	border-color: #fbeec7;
	border-style: solid;
	border-width: 0px;
	border-radius: 8px;
}
.page-border {
	padding: 0px;
	background: #fff;
	border-color: DarkGrey;
	border-style: solid;
	border-width: 1px;
	border-radius: 8px;
	box-shadow: 1px 1px 7px grey;
	overflow: auto;
}
.page-content {
	padding: 20px 20px;
	font: 14px Arial, Verdana, Tahoma, sans-serif;
}
.page-content p {
	text-align: justify;
}
.top-gap {
	padding-top: 16px;
}

.page-footer {
	clear: both;
}
.grey-block {
	background: LightGrey;
}
.menubar {
	font-weight: 100;
}
.menubar .menu-header {
	font-weight: 100;
	padding: 0px 4px 0px 20px;
}
.menubar li {
	color: #fff;
	float: left;
	font-size: 20px;
	list-style: none;
}
.menubar li a {
	color: #fff;
	display: block;
	padding: 0px 20px;
	border-radius: 8px;
	text-decoration: none;
}
.menubar li a.active, .menubar li a.active:hover {
  background: -webkit-linear-gradient(#4BA6FF, DodgerBlue); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#4BA6FF, DodgerBlue); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#4BA6FF, DodgerBlue); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#4BA6FF, DodgerBlue); /* Standard syntax */
}
.menubar li a:hover {
  background: -webkit-linear-gradient(MediumVioletRed, Maroon); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(MediumVioletRed, Maroon); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(MediumVioletRed, Maroon); /* For Firefox 3.6 to 15 */
  background: linear-gradient(MediumVioletRed, Maroon); /* Standard syntax */
}
.menu-background {
	position: relative;
	height: 40px;
	line-height: 40px;
	border-radius: 8px;
	margin: 4px 0px;
  background: -webkit-linear-gradient(DodgerBlue, #1873CC); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(DodgerBlue, #1873CC); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(DodgerBlue, #1873CC); /* For Firefox 3.6 to 15 */
  background: linear-gradient(DodgerBlue, #1873CC); /* Standard syntax */
}

.main-column {
	width: 600px;
	float: left;
}
.right-advert {
	width: 300px;
	float: right;
	padding: 4px 0px;
}
.underline {
	text-decoration: underline;
}

.content-header {
	font-size: 20px;
	margin-top: 20px;
}
.content-image {
	width: 350px;
}
.content-image img {
	width: 350px;
}
.content-text {
	width: 500px;
	margin-top: 10px;
	text-align: justify;
}

.imagecycler {
	position: relative;
	overflow: hidden;
}
.imagecycler img {
	position: absolute;
	z-index: -1;
}
.imagecycler img.top {
	z-index: 1;
}

.download-link {
	font-size: 20px;
	vertical-align: middle;
}
.download-link img {
	vertical-align: middle;
}
.license {
	line-height: 150%;
	text-align: justify;
}
.license li {
	padding-top: 6px;
	padding-left: 0px;
	list-style-type: lower-alpha;
	list-style-position: outside;
}

.donate {
	display: none;
}

.history {
	padding-top: 40px;
	line-height: 200%;
}
.history  td {
	padding: 8px;
}
.history-date {
	color: #448;
	font-size: 120%;
	font-style: bold;
}

.faq-question {
	color: #66a;
	padding-top: 16px;
	font-weight: bold;
	font-style: italic;
}
.faq-answer {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: justify;
}
.faq-answer ul {
	padding-left: 20px;
}
.faq-answer li {
	list-style-type: decimal;
	list-style-position: outside;
}
.red {
	color: Red;
	font-family: "Lucida Console", Monaco, monospace;
}
.blue {
	color: Blue;
	font-family: "Lucida Console", Monaco, monospace;
}
.eaddr {
	height: 50px;
	display: inline-block;
	vertical-align: middle;
}
.eaddr img {
	display: inline-block;
	vertical-align: middle;
}
