* {
	margin: 0;
	padding: 0;
}

html,body {
	height: 100%;
}

body {
	color: #FFFFFF;
	background: #000000 url(../images/site/background.png) repeat-x scroll 0px 0px;
}

#header {
	background: url(../images/site/header.png) no-repeat;
	width: 950px;
	height: 860px;
}

body > #wrap {
	margin: 0 auto; 
	width: 950px;
}

/* CLEAR FIX */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Content */
#content {
	position: absolute;
	top: 15px;
	padding-left: 575px;
	width: 375px;
}

p {
	margin-bottom: 0.5em;	
}

#content > div {
	clear: both;
	padding-bottom: 15px;
	border-bottom: 1px dotted #D20101;
	margin-bottom: 10px;
}
#content > div.last {
	border-bottom: none;
}

#content h1 {
	float: right;
	text-align: right;
	font-size: 1.5em;
	font-weight: bold;
	clear: both;
	margin-left: 15px;
}

#content div ul {
	list-style-type: none;
	padding-left: 0em;
}

#content div ul li h3 {
	margin-bottom: 0px;
	font-weight: bold;
	color: #FFFFFF;
}

#signup input {
	display: inline;
	height: 16px;
	background: none;
	padding: 3px 0px 0px 3px;
	border: 1px dotted #420000;
}
#signup input:focus {
	border: 1px dotted #FFFFFF;
	color: #FFFFFF;
}
button {
	background: none;
	border: 1px dotted #420000;
}
#signup button {
	padding: 2px 7px 2px 7px;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin: 0px;
	color: #FFFFFF;
}
.error, .box {
	background: #3e0000 url(../images/site/background.png) repeat-x;
}
#signup button:hover, #signup a.button:hover {
  background: none;
  border: 1px dotted #EEEEEE;
  color: #333;
}

#signup a.button:active {
  background: none;
  border: 1px dotted #FFFFFF;
  color: #333;
}

ul.networks {
	list-style-type: none;
	padding-left: 0em;
}

ul.networks li {
	float: left;
	font-size: 90%;
	color: #FFFFFF;
	margin-right: 3px;
}

ul.networks li img {
	margin-right: 3px;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

#signup ul.networks {
	display: inline;
}

.defaultText { }
.defaultTextActive { color: #EEEEEE; font-style: italic; }

#noise h1 {
	float: right;
}
#noise .twtr-hd, #noise .twtr-ft {
	display: none;
}
#noise .twtr-timeline {
	background: none;
	height: auto;
}
#noise .twtr-widget {
	padding-top: 28px;	
}
#noise .twtr-widget .twtr-tweet {
	border-bottom: none;
	margin-left: 0px;
	margin-bottom: 8px;
}
#noise .twtr-widget .twtr-avatar {
	display: none;	
}
#noise .twtr-widget .twtr-tweet-wrap {
	padding: 0px;
}
#noise .twtr-tweet-text a.twtr-user {
	display: none;
}
#noise .twtr-tweet-text a.twtr-hyperlink {
	color: #333333 !important;
}
#noise .twtr-tweet-text {
	margin-left: 0px !important;
}