h1, h2, h3 {
	line-height: 1.6em;
	border-bottom: 1px dashed #080808;
}
h1 {
	font-size: 26px;
	margin-bottom: 12px;
}
h2 {
	font-size: 20px;
	margin-bottom: 10px;
}
h3 {
	font-size: 14px;
	border: 0;
}
p {
	padding-top: 6px;
}
a {
	color: #4e4e4e;
}
input, textarea, select {
	background: url("../images/input_bg.png") top repeat-x #fff;
	padding: 2px 4px;
	border: 1px solid #a9a9a9;
}
label {
	display: block;
	padding-bottom: 2px;
}
body {
	background: url(../images/bg.png) repeat-x #e4e4e4;
	font-size: 13px;
	font-family: Tahoma, sans-serif;
	line-height: 1.4em;
	direction: rtl;
}
pre {
	direction: ltr;
	color: #3a3a3a;
	font-size: 11px;
	border: 1px dashed #000;
	padding: 10px;
	margin: 10px 0 10px 0;
}
.logo {
	float: left;
}
.button {
	width: 80px;
}
.inputtext {
	width: 180px;
}
.clear {
	clear: both;
}
.banned {
	text-align: center;
	color: #ec0606;
}
.link_out {
	background: url("../images/link_out.gif") no-repeat;
	padding-left: 9px;
}
#header, #inside, #footer {
	width: 800px;
	margin: 0px auto;
	padding: 10px;
}
#header {
	border-bottom: 1px solid #5f5f5f;
}
#user {
	width: 350px;
	float: right;
	padding: 10px;
}
#user .inputtext {
	margin-top: 2px;
	width: 140px;
}
#user img {
	margin-left: 5px;
	width: 64px;
	height: 64px;
}
#user .name {
	color: #3b3b3b;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
}
#user .name a {
	text-decoration: none;
}
#user .links {
	font-size: 12px;
	padding: 0;
}
#user .gravatar {
	width: 60px;
	height: 60px;
	padding: 2px;
}
#message {
	text-align: center;
	border: 1px dashed #5f5f5f;
	padding: 5px 0;
	margin-bottom: 10px;
}
#message p {
	padding: 0;
}
#message .success {
	color: #14a700;
}
#message .error {
	color: #ff0000;
}
#inside {
	padding: 20px;
}
#inside ul li:before {
	list-style-type: none;
	content: "\00BB \0020";
}
#page {
	width: 100%;
}
#content, #sidebar {
	padding:0 10px 20px 10px;
}
#content {
	width: 65%;
	float: right;
}
#content form {
	width: 410px;
	/*margin: 0px auto;*/
}
#content form p {
	padding-top: 6px;
}
#content form textarea {
	width: 400px;
}
#content form select {
	width: 190px;
}
#content form .checkbox {
	float: right;
	border: 0;
	background: none
}
#content #right_col {
	width: 50%;
	float: right;
}
#content #left_col {
	width: 46%;
	float: left;
}
#right_col .button, #left_col .button {
	width: 66px;
}
#left_col .inputtext {
	width: 158px;
}
#text {
	margin-bottom: 18px;
}
#text .notes {
	width: 510px;
}
#hacker p strong {
	line-height: 1.8em;
}
#hacker img {
	width: 90;
	height: 90;
}
#hacker .left {
	width: 200px;
	float: left;
}
#hacker .left p {
	text-align: right;
}
#hacker #twitter .twtr-hd {
	text-align: right;
}
#hacker #twitter .twtr-hd h3 {
	border: none;
}
#hacker #twitter h4 a {
	font-size: 14px;
}
#hacker #twitter .twtr-tweet-text {
	direction: rtl;
	text-align: right;
}
#hacker #twitter .twtr-tweet-text p i {
	text-align: left;
	direction: ltr;
}
#hacker #twitter .twtr-profile-img {
	width: 0;
	height: 0;
	display: none;
}
#sidebar {
	width: 30%;
	float: left;
}
#sidebar p {
	padding: 0;
}
#sidebar .gravatar {
	width: 50px;
	height: 50px;
	padding: 4px;
}
#stats {
	text-align: center;
}
#stats .missions {
	background: url("../images/missions.png") no-repeat right center;
	padding: 3px 25px 2px 15px;
}
#stats .players {
	background: url("../images/players.png") no-repeat right center;
	padding: 3px 25px 2px 15px;
}
#stats .teams {
	background: url("../images/teams.png") no-repeat right center;
	padding: 3px 25px 2px 15px;
}
#stats .current_players {
	background: url("../images/current_players.png") no-repeat right center;
	padding: 3px 25px 2px 0;
}
#footer {
	border-top: 1px solid #5f5f5f;
	font-size:12px;
}
#footer .copyright {
	direction: ltr;
	float: left;
	padding: 5px 0;
}
#footer .copyright a {
	text-decoration: none;
}
#footer .footerlinks {
	float: right;
	padding: 5px 0;
}

