html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}


/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:link,
a:visited,
a:hover,
a:active{
  color: black;
  font:normal;
}

a.available{
	color: green;
}

a.taken{
	color: red;
}

em{
/*	font-style: normal;*/
}

body{
  color: #DFDFDF;
  font-family: Georgia;
  font-size: 62.5%;
  /*background-image:url(http://fast.mediamatic.nl/f/mnjj/image/529/3656-964-787.jpg);*/
  /*background-image:url(http://fast.mediamatic.nl/f/mnjj/image/788/7915-990-412.jpg);*/
  /*background-image:url(http://fast.mediamatic.nl/f/mnjj/image/831/7916-964-412.jpg);*/
  /*background-image:url(walled-bg.png);*/
  background-repeat:no-repeat;
  background-position:top center;
}
#outer{
  width: 900px;
  margin: 0 auto;
  background-image:url(http://leakygarden.net/walled-bg.png);
  background-repeat:no-repeat;
    background-position:top center;
}
#usernameCheck{
  margin: 0 auto 20px;
  padding: 50px 0 10px;
  font-size: 2em;
  color: black;
  /*background: #95258C;*/
  /*background:#e9cbae;*/
  background:transparent;
  text-align:left;
}
#usernameCheck input[type=text]{
  border: 1px dotted #666;
  font-size: 15px;
  width: 200px;
  padding-left: 5px;
  -moz-border-radius: 5px;
  background-color: #fff;
  padding-right: 5px;
  font-family: Georgia;
}
#usernameCheck input[type=submit]{
  border: 1px solid #666;
   margin-left: 5px;
  -moz-border-radius: 6px;
  font-size:15px; 
  padding: 1px 8px;
  background-color: #333;
  color: #fff;
   font-family: Georgia;
}
label{
  /*background: #95258C;*/
  /*background:#e9cbae;*/
  background:transparent;
  /*padding: 5px 0 5px 20px;*/
  padding:10px;
  font-size:15px;
}
.html-content{
  float: left;
  width: 290px;
}
li{
  margin-bottom: 10px;
  font-size: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dotted #515151;
  margin-right:20px;
}
li a {
	text-decoration:none;
}
.columns{
  overflow: hidden;
  padding: 10px;
  font-family: Georgia;
}
#footer{
	font-size: 1.2em;
  padding: 20px 10px 10px;
color: #666 !important;
}

h3{
	padding-left: 20px;
}

.static p{
font-size: 1.6em;
line-height: 2em
}

.static li{
font-size: 1.6em;
}

.static a{
	color: #FBFFCE !important;
}

span {
	margin-left:8px;
	}

