html,body {
	border: none;
	margin: 0 10px;
	padding: 0;
	font-family: tahoma;
    font-size: 13px;
}
input {
	border: 1px solid #999;
}
i {
	font-style: normal;
	background: yellow;
}
#header {
    width: 980px;
    margin: 0 auto 10px;
	height: 30px;
	padding: 10px;
	background: #ccc;
	border: 1px solid #999;
	position: relative;
	overflow:hidden;
	box-shadow: 5px 5px 20px rgba(0,0,0,0.5);
}
#header a {
	position: relative;
	top: 5px;
	font-size: 120%;
	text-decoration: none;
	
}
.quote {
	position:relative;
	top: 5px;
	left: 100px;
}
.search {
	position:relative;
	float:right;
}
.element {
	position: relative;
	margin-top:10px;
	padding: 10px;
	background: #eee;
	border: 1px solid #999;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}
pre {
    white-space: pre-wrap;
}
#content {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.left_col {
	position: relative;
	float:left;
	width: 800px;
}
.right_col {
	position:relative;
	float: left;
}
.widget {
	width: 168px;
	margin: 10px 0 0 10px;
	padding: 10px;
	background: #eee;
	border: 1px solid #999;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}
#footer {
	height: 30px;
	width: 980px;
	margin: 10px auto 10px;
	padding: 10px;
	background: #ccc;
	border: 1px solid #999;
	position: relative;
	box-shadow: 5px 5px 20px rgba(0,0,0,0.5);
}
#disqus_thread {
	margin-top: 10px;
	position: relative;
}
#edit_form {
	display: block;
	margin: 0 auto;
	width: 700px;
}
#edit_form input, #edit_form textarea {
	font-size: 120%;
	border: 1px solid #ccc;
	padding: 5px;
	margin-top: 10px;
	width: 700px;
	border-radius: 10px;
	color: #ccc;
	box-shadow: inset 1px 1px 3px 0 #000;
	display: block;
}
#edit_form textarea {
	font-size: 100%;
	height: 200px;
	color: #333;
	display: block;
}
#edit_form #subm {
	color: #000;
}
h2 a {
	color: #ccc;
}
#micro {
	width: 170px;
	overflow-x: scroll;
}
#micropost {
	width: 170px;
	height: 50px;
}
.time {
	color: #999;
}
.action {
	color: #0c0;
}
.kill {
	cursor: pointer;
}
.code {
	margin: 10px 20px;	
	padding: 5px;
	font-family: monospace;
	background: #ddd;
}
