@charset "utf-8";
/* CSS Main Document for dosspot.com */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: url(../images/background_gray_fade.png) top left repeat-x #d7d7d7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #969696;
	text-align: center;
}

a {
	color: #4774ab;
}

a:hover {
	color: #8bb3e3;
}

.a-black-large {
	color: #313131;
	text-decoration: none;
}

.a-black-large:hover {
	color: #909090;
}

.text-gray-small {
	font-size: 10px;
	color: #8b8b8b;
	font-variant: normal;
	
}

.text-small {
	font-size: 10px;
}

.text-red {
	color: #600;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.text-green {
	color: #060
}

.text-bold {
	font-weight: bold;
}

.height-22 {
	height: 22px;
}

.tr-gray {
	background:url(../images/table_background_gray.png);
}

.padding-4 {
	padding: 4px;
}

.game-large {
	padding: 0 10px 25px 0;
}

.game-small {
	padding: 0 10px 20px 0;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #313131;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 7px 0
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #313131;
	font-weight: normal;
	margin: 0 0 7px 0
}

#wrapper {
	width: 903px;
	margin: 0 auto;
	text-align: left;
}

#top {
	width: 903px;
	height: 30px;
}

#foot {
	padding: 0 0 40px 0;
}

#top-blob {
	width: 585px;
	height: 22px;
	background: url(../images/icon_blob.png) top left no-repeat;
	padding: 3px 0 0 30px;
	margin-left: 35px;
}

#top-search {
	width: 185px;
	height: 25px;
	margin: 0 35px 6px 0;
}

#search {
	width: 180px;
	background: url(../images/icon_search.png) center left no-repeat;
	padding: 0 0 0 30px;
}

#searchField {
	width: 170px;
	height: 13px;
	background: url(../images/input_search_background.png);
	padding: 5px;
	border: 1px solid #d8d8d8;
	color: #9b9b9b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#shoutbox {
	width: 180px;
	background: url(../images/icon_talk.png) bottom left no-repeat;
	padding: 0 0 0 30px;
	height: 25px;
}

#shoutboxField {
	width: 144px;
	height: 13px;
	background: url(../images/input_search_background.png);
	padding: 5px;
	border: 1px solid #d6d6d6;
	color: #9b9b9b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input {
	width: 170px;
	height: 13px;
	background: url(../images/input_search_background.png);
	padding: 5px;
	border: 1px solid #d6d6d6;
	color: #9b9b9b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#login-box {

	width: 250px;
	margin: 0 auto;

}

#settings-box {
	width: 300px;
	margin: 0 auto;
}

#site-top {
	width: 903px;
	height: 5px;
}

#site {
	width: 903px;
	background: #ffffff;
	text-align: center;
}

#site-main {
	background: url(../images/site_background_fade.png) top left repeat-x #ffffff;
	margin: 0 auto;
	color: #4a4a4a;
	width: 829px;
	text-align: left;
	min-height: 500px;
	padding: 0 35px 10px 35px;
}

#site-left {
	width: 574px;
	margin-right: 20px;
}

#site-right {
	width: 235px;
}

#site-main #logo {
	padding-top: 30px;
	padding-bottom: 55px;
	width: 221px;
}

#site-main #nav {
	padding-top: 18px;
	width: 608px;
	text-align: right;
}

#site-foot {
	height: 5px;
	width: 903px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

input {
	background: url(../images/input_search_background.png) top left repeat-x #FFF;
	padding: 5px;
	border: 1px solid #d8d8d8;
	color: #9b9b9b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

select, textarea {
	background: url(../images/select_background.png) top left repeat-x #FFF;
	padding: 5px;
	border: 1px solid #d8d8d8;
	color: #9b9b9b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
