html, body { height: 100%; }
body {
  background: #fbfbfb;
  color: rgb(51, 51, 51);
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin:0ex;
}

a {
  color: #090;
}

.content {
  padding: 1em;
  min-height: 10em;
  text-align: left;
  margin: auto;

}
.page-container {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -2em; /* the bottom margin is the negative value of the footer's height */
}

footer, .push {
    height: 2em; /* .push must be the same height as .footer */
}
.footer {
  border-top: 1px solid #aaa;
  font-size: 80%;
  text-align: center;
  padding: 1ex;
  color: #555;
}
.footer .container {
  border-top: 1px solid #aaa;
}
h1 {
  text-align: center;
  font-size: 220%;
}

h2 {
  font-size: 150%;
  margin-bottom:0;
}

p.helptext {
  margin-top: 0.1ex;
}


.hint {
  font-size: 70%;
  /*
  text-align: right;
  */
}

/**
 * Topmenu
 */
div.topmenu {
  text-align: center;
  border-bottom: 1px solid rgb(212, 212, 212);
  background: #fff;
  background-image: linear-gradient(rgb(255, 255, 255), rgb(242, 242, 242));
  color: rgb(119, 119, 119);
  padding: 1em;
  /*
  text-align: right;
  */
  overflow:hidden;
}
div.topmenu a {
  color: rgb(119, 119, 119);
  padding: 1ex;
}

div.topmenu a { 
  height:100%;
}

div.topmenu a:hover { 
  text-decoration: underline;
}

div.topmenu ul {
  padding: 0;
  margin: 0;
}

div.topmenu ul li {
  display: inline;
  border: 0px solid #f00;
  padding: .5em;
  margin: 0 0.5em 0 0.5em;
}

div.topmenu ul li a {
  text-decoration: none;
}

.topmenu .current {
  font-weight: bold;
}

/* 
 * Form
 */
form label {
  font-weight: bold;

}
form.paste label {
  width: 15ex;
}
input.text {
  width: 30ex;
  margin-right: 1em;
  margin-bottom: 1ex;
}
input {
  margin-bottom: 1ex;
}

.button {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  background-color: rgb(91, 183, 91);
  background-image: -moz-linear-gradient(center top , rgb(98, 196, 98), rgb(81, 163, 81));
  background-repeat: repeat-x;
  display: inline-block;
  line-height: 2em;
  padding: 1ex;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

.downloadlink {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.downloadbutton {
  font-size: 120%;
  font-weight: bold;
  border: 1px solid #494;
  padding: 1ex;
  background: rgb(095, 195, 095);
  background-image: linear-gradient(rgb(095, 195, 095), rgb(081, 164, 081));
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  margin: 1em;
}

a:hover {
  text-decoration: none;
}

/* no border on img links */
a:link img, a:visited img { 
  border-style: none 
} 

/* Headings */
h1, h2, h3, h4, h5, h6 { text-align: left }



.hide { display: none }


pre, table { 
  margin-left: 2em 
}
pre {
  padding: 1em;
  background: #eee;
}

code {
  background: #eee;
  padding: 1px;
}

pre, code { font-family: monospace } /* navigator 4 requires this */

table {
  border-collapse: collapse;
}

/**
 * For debugging
 */
.debug_info {
	font-family: 'Courier New', Monospace;
	border: 1px solid #ff0;
	background: #ffd;
	margin:2px;
	padding:3px;
}

.debug_sql {
	font-family: 'Courier New', Monospace;
	border: 1px solid #00f;
	background: #99f;
	margin:2px;
	padding:3px;
}

.debug_error {
	font-family: 'Courier New', Monospace;
	border: 1px solid #f00;
	background: #f66;
	font-weight: bold;
	margin:2px;
	padding:3px;
}



.center {
  text-align: center;
}
.small {
  font-size: 75%;
}






/* Pastebin */
textarea.pastebin {
  width: 99%;	
  height: 30em;
}

ul.tagcloud li {
  display: inline;
  margin: 0.1em;
}


fieldset {
  border: 0;
}



form.contact {
  border: 1px solid #ccc;
  padding: 1ex;
}

form.contact label {
  width: 200px;
}

form.contact input {
  width: 200px;
}

form.contact textarea {
  width: 400px;

}
