body {
	background: #111;
	color: #eee;
	font-family: helvetica, arial;
  margin:0;
  padding: 0;
	width: 100%;
	height: 100%;
	letter-spacing: -.02em;
}

img {
  border: none 0;
  }



input, textarea,label {
  width: 50%;
  float: left;
}

label {
	clear: left;
}

input {
	width: auto;
	clear: left;
}

.inputgroup {
	float: left;
	clear: left;
}
.inputgroup select, .inputgroup input {
	float: left;
	clear: none;
}

textarea {
  width: 100%;
  height: 300px;
}

input.submit, input[type=submit] {
  width: auto;
	clear: both;
	margin-top: 1em;
}

br {
	clear: both;
	float: left;
	width: 100%;
}

strong {
  font-weight: normal;
  font-size: 1.5em;
}

h1 {
  font-weight: normal;
  color: #f00;
  font-size: 3em;
  margin:0;
}

h2 {
	font-weight: normal;
  color: #f00;
  font-size: 2em;
	margin-bottom: 0;
}

h2 a {
	color: #f00;
}

.tbContactform {
  float: left;
  width: 100%;
}

a {
  color: #5af;
}

a:hover {
  text-decoration: underline;

}

#homelogo {
	margin: -12em 0 0 0;
	padding: 0;
	background: url('/images/logo.gif');
	width: 72px;
	height: 281px;
}

.logo {
  float: right;
  margin: -2em 0 0 0;
  padding: 0;
}

.menu, .menu ul {
  float: left;
  list-style: none;
  padding: 0;
	margin: 0;
}

ul.menu ul {
	margin-top: 2em;
	margin-left: -1em;
	font-size: .8em;
	float: right;
	background: #fff;
	border-bottom: 4px solid #ccc;
}

#major .menu {
  margin: 2em 0 0 0;
	border-top: 2px solid #f00;
  
}

.menu li {
  float: left;
  margin-right: .5em;
	margin-left: .5em;
}

.menu li a {
  color: #f00;
}

.menu a.selected {
	text-decoration: none;
}

.group {
  display: inline;
}

.vevent.meta {
  display: none;
}

.vevent {
  float: right;
	margin: 0 .7em;
	font-size: .8em;
	width: 22%;
}

.vevent span, .vevent a {
  float: left;
  padding: 0;
}

.vevent .dtstart {
	border-top: 1px solid #333;
  padding-left: 5px;
  font-size: .7em;
  float: left;
}
.vevent .source {
	font-size: .7em;
	border-top: 1px solid #333;
  float: left;
}	

.vevent a {
  clear: both;
  float: left;
  width: 100%;
}

/* delicious */
.vevent.delicious a {
  font-family: arial,helvetica,clean,sans-serif;
  font-weight: bold;
  font-size: .9em;
}

.vevent.lastfm a {
  font-family: "Lucida Grande",Arial,Helvetica,Verdana,sans-serif;
  font-size: 1.1em;
}

.vevent.twitter a {
  font-family: georgia, serif;
  line-height: 1.25em;

  font-size: .75em;
}

.vevent.shared a {
  font-family: Impact, arial,sans-serif;
  font-size: 1.3em;
}

.vevent.murbed a {
  font-size: 1.7em;
  letter-spacing: -.02em;
}
.wym_box {
	float: left;
}

.meta {
	font-size: .8em;
	color: #aaa;
	margin-bottom: 1em;
}


#major {
	position: absolute;
	top: 5em;
	right: 2em;
	padding: 1.2em 2em;
	background: #fafafa;
	color: #222;
	z-index: 10;
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	border: 2px #fff solid;
	width: 33em;
  opacity: .8;
}

#content {
	position: absolute;
	top: 0em;
	right: 2em;
	padding: 1.2em 2em;
	background: #fafafa;
	color: #222;
	z-index: 10;
	border: 2px #fff solid;
	width: 33em;
  opacity: .8;
}

#content .meta {
	margin-bottom: 1em;
}


#background {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	color: #777;
	font-size: 1.2em;
}

#feeds {
  width: 100%;
  float: left;

 	letter-spacing: 0;
  left:0;
  top:0;
}

#background a {
	color: #444;
	text-decoration: none;
}

#background a:hover {
  color: #aaa;
  
}

#header {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 10;
}

#header .menu {
	background: #fff;
	padding: 10px 6px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	height: 1.1em;
}

#header img {
	margin: -200px 0 0 10px;
}

#menu_home {
}