/* CSS Document */

body {
	background: #5f616a url(images/bg.gif);
}
td {
	text-decoration: none;
	color: #a0a5bd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align:center;
}
h1 {
	color: #cfd2e3;
	font-size: 18px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #cfd2e3;
}
a:hover {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #a0a5bd;
}
.nick {
	color: #a0a5bd;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
}

.nav1 {
	text-decoration: none;
	color: #a0a5bd;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding-left: 30px;
}

.nav1 a {
	text-decoration: none;
	color: #a0a5bd;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.nav1 a:hover {
	text-decoration: none;
	color: #cfd2e3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

.thumbbox {
	border: #51535d 1px solid;
	background-color: #75777e;
}

.tabbox {
	border: #75777e 1px solid;
	background-color: #505259;
}

.footer {
	color: #cfd2e3;
	font-family: "Small Fonts", VT100, Arial, Helvetica;
	font-size: 9px;
	text-align: center;
	text-transform: uppercase;
}

.footer a {
	text-decoration: none;
	font-family: "Small Fonts", VT100, Arial, Helvetica;
}

.footer a:hover {
	text-decoration: none;
	font-family: "Small Fonts", VT100, Arial, Helvetica;
}

li {
	display: list-item;
	list-style-type: none;
}
		
ul, ol {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
textarea, input, select {
	background-color: #d8dddd;
	font-size: 10px;
	color: #676767;
	font-family: Verdana;
	border: 1px solid #6a6a6a;
}

.post-date {
	float: left;
	font-family: Georgia,'Lucida sans ms', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	margin: 3px 10px 0 0;
	padding: 8px 3px;
	width: 55px;
	background: #646772;
	line-height:1em;
}