body {
	background: #000;
	color: #fff;
	font-family: 'helvetica neue', helvetica, arial;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

h1 {
	font-weight: 300;
	font-size: 21px;
	color: #fff;
}

h2, .post .title {
	font-weight: 100;
	font-size: 36px;
	color: #ffbc00;
	margin: 0;
	padding: 0;
}

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

#container {
	width: 950px;
	margin: 20px auto;
}

#logo {
	display: block;
	width: 293px;
	height: 69px;
	/*background: url(../i/logo.png);*/
}

#logo img {
	border: none;
}

#foot {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 20px;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	clear: both;
}

.post {
	margin-top: 20px;
}

.post .title {
	float: left;
}

.tags {
	float: left;
	padding-top: 15px;
	margin-left: 10px;
}

.tags a, .ed_nav {
	background: #ffbc00;
	color: #000;
	font-weight: bold;
	margin-left: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	font-size: 14px;
}

.post .content {
	clear: both;
	line-height: 20px;
}

.msg {
	background: #ffbc00;
	padding: 5px;
	color: #000;
	margin: 10px 0;
}

.msg a {
	color: #fff;
}

form label {
	display: block;
	margin-top: 10px;
}

form input[type=text], form textarea {
	padding: 5px; 
	width: 590px;
	font-size: 18px;
	border: 1px solid #666;	
}

form textarea {
	height: 400px;
}

form input[type=submit], form input[type=button] {
	border: none;
	padding: 5px;
	background: #ffbc00;
	font-size: 24px;
	font-weight: 100;
	font-family: 'helvetica neue', helvetica, arial;
	margin-top: 10px;	
}

.ed_sidebar {
	width: 330px;
	float: left;
}

.ed_sidebar input[type=text] {
	width: 300px;
}

.ed_nav {
	vertical-align: middle;
}

#comments {
	margin-top: 20px;
}

#disqus_thread {
	width: 620px;
	float: left;
}

#fanbox {
	margin-left: 20px;
	width:  300px;
	float: left;
}