body {
	text-align: center;
}
#wrapper {
	text-align: left;
	width: 90%;
	width: expression(document.body.clientWidth > 910? "900px" : '100%');
}
#glass {
	width: 100%;
}
#navbar li a {
	height: 27px;
	margin: 1px 0 0 0;
}
#navbar li a.active, #navbar li a:hover {
	background: url(../images/nav_current.gif) transparent top repeat-x;
	color: #F8F8F8;
}
#right #other ul#subscribe li a {
	width: 100%;
}
.post {
	padding-bottom: 20px;
}
.postDetails {
	border-bottom: 1px dashed #CCC;
	clear: both;
	color: #888;
	font-size: 1em;
	padding: 0px;
	padding-bottom: 2em;
	width: 95%;
}
.column {
	display: inline;
	float: left;
	margin: 0 0 0 3%;
	width: 27%;
}
#footer {
	clear: both;
	margin-top: 0px;
	padding: 10px 20px 40px 20px;
	text-align: left;
	width: auto;
}
#innerFooter {
	margin: 0 auto;
	margin-top: 10px;
	width: 90%;
}
#left {
	width: 60%;
}
#right {
	width: 30%;
}
#right #other #search {
	right: 0px;
	top: 15px;
	width: 300px;
}
#topBar {
}