body {
	background: #424346;
	margin: 0;
	padding: 0;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	text-align: center;
	color: #fff;
}

#top {
	padding-top: 4px;
	text-align: center;
	height: 20px;
	background: url(/img/top.png);
	border-bottom: 1px solid #fff;
	display: none;
}

#container {
	padding-top: 50px;
	width: 790px;
	margin: auto auto;
	text-align: left;
	overflow: auto;
}

#header {
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}

#header a {
	font-size: 150%;
	color: #ff6a00;
	text-decoration: none;
}

#menu {
	border-right: 1px solid #fff;
	width: 180px;
	float: left;
	margin-right: 10px;
}

#menu a {
	display: block;
	color: #fff;
	text-decoration: none;
	background: #535558;
	padding: 2px 0 2px 10px;
	margin-right: 7px;
}

#menu a:hover {
	background: url(/img/hover.png);
}

#menu .selected {
	font-weight: bold;
}

#contents {
	margin-left: 180px;
	border-left: 1px solid #fff;
}

#contents > div {
	margin-left: 10px;
	padding: 10px;
	background: #535558;
	display: block;
}

#footer {
	border-top: 1px solid #fff;
	font-size: 90%;
	margin: auto auto;
	margin-top: 10px;
	text-align: right;
	width: 790px;
	padding-top: 2px;
	padding-bottom: 10px;
}

#footer div {
	float: right;
}

#twitter_badge {
	background: url(/img/twitter_small.png);
	background-position: 0% 100%;
	width: 20px;
	height: 15px;
	display: block;
	margin-left: 7px;
}

#twitter_badge:hover {
	background-position: 0% 0%;
}

/* Root */

#root a {
	color: #fff;
}

/* Gas Mask */

#gasmask > p {
	font-size: 120%;
}

#download {
	float: right;
	width: 200px;
	height: 100px;
	margin-left: 20px;
	background: #424346;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#download a {
	background: url(/img/gasmask/download_bg.png) no-repeat;
	color: #fff;
	text-decoration: none;
	height: 25px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	display: block;
	font-size: 140%;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}

#download a:hover {
	background-position: 0% 100%;
}

#download > img {
	float: right;
	margin: 10px;
}

#download p {
	margin: 10px 0px 5px 10px;
}

#features img {
	float: left;
	padding: 10px 0 0 10px;
	margin: 0;
}

#features > div {
	overflow: hidden;
}

#features h3 {
	font-weight: bold;
	margin: 10px 0 0 0;
	padding-left: 50px;
}

#features p {
	margin: 0;
	padding-left: 50px;
}

.screenshots a img {
	border: 0;
}

/* Contact */

#contact a {
	color: #fff;
}

#contact a:hover {
	color: #ff6a00;
}

#contact #twitter {
	height:26px;
	background: url(/img/contact/twitter.png) no-repeat;
	margin-top: 25px;
	padding-top: 12px;
	padding-left: 60px;
}

#contact #twitter a {
	text-decoration: none;
	font-size: 110%;
}

/* Error 404 */

#error404 {
	background: #535558;
	font-size: 150%;
	position: absolute;
	top:50%;
	left: 50%;
	width: 400px;
	height: 100px;
	margin: -50px 0 0 -200px;
	display: block;
}

#error404 span {
	color: #ff6a00;
}

#error404 a {
	color: #fff;
	text-decoration: none;
	font-size: 70%;
}

#error404 a:hover {
	color: #ff6a00;
	text-decoration: underline;
}

/* Articles List */

#articles a {
	color: #fff;
	text-decoration: none;
}

#articles .comments {
	width: 100%;
	text-align: right;
}

#articles .comments a {
	margin-right: 30px;
	font-size: 90%;
}


/* Article */

#no_comments {
	background-color:#626568;
	border:1px solid #424346;
	padding:20px;
	position:relative;
	text-align: center;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#comments-title {
	margin: 30px 0 5px 15px;
}

#comments .author {
	font-weight: bold;
	margin-left: 20px;
}

#comments .contents {
	background-color:#626568;
	border:1px solid #424346;
	padding:10px;
	position:relative;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#comments .contents-arrow {
	border-color: transparent transparent #626568 transparent;
	border-style: solid;
	border-width: 10px;
	height:0;
	width:0;
	position:absolute;
	top:-20px;
	left:24px;
}

#comments .contents-arrow-border {
	border-color: transparent transparent #424346 transparent;
	border-style: solid;
	border-width: 10px;
	height:0;
	width:0;
	position:absolute;
	top:-21px;
	left:24px;
}

#comments .date {
	text-align:right;
	font-size:80%;
	margin-bottom: -5px;
}

#errors {
	display: none;
	background: #ff6046;
	padding: 1px 10px;
	font-size: 13px;
	text-align:left !important;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#errors  p {
	margin:3px;
}

#leave_comment_button {
	position: relative;
	width: 140px;
	color: #fff;
	margin-top: 20px;
	padding: 5px 10px;
	text-decoration: none;
	text-align: center;
	border:1px solid #424346;
	background: #626568;
	display: block;
	z-index: 2;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#comments .expanded {
	border-bottom: none !important;
	border-radius: 5px 5px 0px 0px !important;
	-moz-border-radius: 5px 5px 0px 0px !important;
	-webkit-border-radius: 5px 5px 0px 0px !important;
}

#comments .expanded:hover {
	color: #fff;
}

#leave_comment_button:hover {
	color: #ff6a00;
}

#add_comment {
	position: relative;
	display: none;
	background: #626568;
	border:1px solid #424346;
	margin-top: -1px;
	padding: 20px 10px 10px 40px;
	z-index: 1;
	border-radius: 0px 5px 5px 5px;
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
}

#add_comment label {
	width: 60px;
	display: block;
	float: left;
	padding-left: 10px;
}

#add_comment input {
	width: 400px;
}

#add_comment textarea {
	width: 470px;
	height: 150px;
}

#add_comment .buttons,
#add_comment #errors {
	margin: 15px 55px 15px 0px;
	text-align: right;
}

#add_comment a {
	color: #fff;
	margin-top: 30px;
	margin-left: 10px;
	padding: 5px 10px;
	text-decoration: none;
	border:1px solid #424346;
	background: #535558;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#add_comment a:hover {
	color: #ff6a00;
	background: #494b4e;
}

#add_comment #post_button {
	padding-left: 30px;
	padding-right: 30px;
	font-weight: bold;
}

/* Gas Mask Beta Article */

#beta_container {
	overflow: hidden;
	margin-bottom: 20px;
	margin-right: 30px;
}

#beta_container p {
	width: 310px;
	float: left;
}

#download_beta {
	background: #424346;
	width: 200px;
	float: right;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 15px 5px 5px;
}

#download_beta a {
	color: #fff;
	background: url(/img/gasmask/gasmaskbox.png) no-repeat;
	text-decoration: none;
	display: block;
	height: 103px;
	padding-left: 110px;
}

#download_beta a:hover {
	background-position: 0% 100%;
	color: #e47632;
}

#download_beta .dl_text {
	font-size: 150%;
	margin-top: 20px;
}

#download_beta span {
	margin-top: 40px;
	position: absolute;
}
