@charset "UTF-8";

#projects{ display:none;}
:focus {
	outline:none;
}
body {
	background: url(../images/brklyn_bg.gif) #090909;
	font: 11px "Lucida Grande", Tahoma, sans-serif;
	color:#fff;
	margin:70px 0;
}
a {
	color:#fff;
	text-decoration:none;
}
img{ border:0px;}
h1 a {
	background: url(../images/brklyn_logo.gif) no-repeat center center;
	width:161px;
	height:35px;
	text-indent:-999px;
	display:block;
}
ul, li {
	padding:0;
	margin:0;
	list-style:none;
}/*
#horizon {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -200px;
	text-align: center;
	min-width: 362px; 
}*/
#container {
	
	position: relative;
	text-align: left;
	width:362px;
	/*height: 400px;*/
	margin: 0px auto;
	
	}
	/*
#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance * /
	text-align:left;	
	width:362px;
}*/
#twitterFeed {
	margin-bottom:15px;
	background-color:#090909;
	border:1px solid #1c1c1c;
}
#twitterFeed li {
	padding:5px 0;
}
#twit-twit {
	
	width:310px;
	padding:10px 15px;
	
	overflow:hidden;
	
}
h2 {
	font-size:12px;
}
#twit-twit a {
	color:#999;
	max-width:100px;
}
a.twit{display:none}
#twit-twit a:hover {
	color:#fff;
}
#twit-twit li a.twit, a.email {
	color:#666666;
	background:none;
	font-size:9px;
	padding:2px;
}
#twit-twit li a.twit:hover, a.email {
	background:#afd403;
	color:#000000;
}
#footer {
	font-size:9px;
	margin-bottom:70px;
}
#footer a {
	padding:2px;
	font-size:9px;
}
#footer a:hover{
	color:#000!important;
}
#footer a.markup {
	color:#55B05A;
}
#footer a.markup:hover {
	background:#55B05A;
}
#footer a.dreamhost {
	color:#95bef0;
}
#footer a.dreamhost:hover {
	background:#95bef0;
}
#footer a.twitter {
	color:#33ccff;
}
#footer a.twitter:hover {
	background:#33ccff;
}
#footer a.feed {
	color:#ff9833;
}
#footer a.feed:hover {
	background:#ff9833;
}
#postForm textarea {
	background-color:#090909;
	border:1px solid #1c1c1c;
	padding:10px;
	width:340px;
	color:#fff;
	font: 11px "Lucida Grande", Tahoma, sans-serif;
}
#postForm input, #post {
	margin-top:3px;
	background-color:#090909;
	border:1px solid #1c1c1c;
	padding:4px;
	color:#fff;
	font: 11px "Lucida Grande", Tahoma, sans-serif;
}
#post {
	padding:4px 7px;
}
#toggleForm{ color:#000000; cursor:pointer;}
#toggleForm:hover{ color:#444}

