body {
	background-color: #F2F0D7;
}

div, p, input, select {
	font-family: 'Lucida Sans', Tahoma, Verdana, Arial;
	font-size: 9pt;
	color: #594036;
}

p {
	text-align: justify;
}

a {
	font-weight: normal;
}
a:hover {
	text-decoration: none;
}

.messagePrompt {
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

.messageError {
	width: 100%;
	overflow: hidden;
	padding: 10px;
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	background-color: #FFADAD;
	border: 1px dashed #ff0000;
}
.messageSuccess {
	width: 100%;
	overflow: hidden;
	padding: 10px;
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	background-color: #ADFFAD;
	border: 1px dashed #00ff00;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 800px;
}

.headerWrapper { /* Because IE6 sucks! */
	width: 100%;
	position: relative;
	background-color: #594036;
}

#headerRight {
	position: relative;
	float: right;
	overflow: hidden;
	height: 30px;
	width: 147px;
	color: #F2F0D7;

	line-height: 30px;
	text-align: right;
	font-weight: bold;

	background-color: #594036;
}
#headerLeft {
	height: 30px;
	width: 650px;
	color: #F2F0D7;

	line-height: 30px;
	font-weight: bold;

	background-color: #594036;
}

#submenu {
	position: relative;
	overflow: hidden;
	height: 30px;
	width: 100%;
	color: #594036;
	text-indent: 10px;

	line-height: 25px;
}

#submenu a {
	color: #000000;
	text-decoration: none;
	padding: 7px;
}
#headerRight a, #headerLeft a {
	color: #B6C15B;
	text-decoration: none;
	font-weight: bold;
	padding: 7px;
}
#footer a {
	color: #b6c15b;
	text-decoration: none;
}
#headerRight a:hover, #headerLeft a:hover, #footer a:hover, #submenu a:hover {
	text-decoration: underline;
}

#colRight {
	float: right;
	width: 150px;
	margin-top: 20px;
	margin-bottom: 20px;

	text-align: center;
}

#content.show {
	margin: 10px auto;
	float: left;
	width: 635px;
}
#content.hide {
	margin: 10px auto;
	width: 100%;
}

#footer {
	clear: both;
	height: 30px;
	line-height: 30px;
	color: #F2F0D7;
	text-align: center;

	background-color: #594036;
}

.small {
	font-size: 8pt;
}

.admin  {
	color: #880000;
	font-weight: bold;
}

/* Blog */
.blogMessage {
	margin-bottom: 15px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	line-height: 17px;
	font-size: 10pt;
}
.entryPost {
	width: 90%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	border-bottom: 2px solid #594036;
}
.entryPost a {
	color: #594036;
}

h2 {
	font-size: 14pt;
	font-weight: bold;

	background-color: #ffffff;
	border: 1px solid #594036;
	padding: 5px;
}
p.entryMeta {
	margin-top: 10px;
	margin-right: 5px;
	padding-bottom: 5px;
	text-align: right;
}
p.entryMessage {
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.entryAuthor {
	font-weight: bold;
}

#addFrame {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#addFrame  input, #addFrame textarea, #registerFrame input, #registerFrame textarea {
	border: 1px solid #594036;
	margin-top: 5px;
}

#addFrame .subject {
	width: 100%;
}
#addFrame .tags {
	width: 300px;
}
#addFrame .submit {
	width: 75px;
	font-weight: bold;
}
#addFrame .message {
	font-size: 8pt;
	font-family: 'Courier New','Lucida Sans',Tahoma,Verdana,Arial;
	width: 100%;
}

#addFrame p.alignRight {
	text-align: right;
}

#addFrame p {
	margin-top: 15px;
	font-weight: bold;
}
/* Blog */

/* Register */
#registerFrame {
	width: 40%;
	margin-left: auto;
	margin-right: auto;
}
#registerFrame  input, #registerFrame textarea {
	border: 1px solid #594036;
	margin-top: 5px;
}

#registerFrame p.alignRight {
	text-align: right;
}

#registerFrame p {
	margin-top: 15px;
	font-weight: bold;
}

#registerFrame .textbox {
	width: 100%;
}
/* Register */

/* Login */
#loginFrame {
	width: 40%;
	margin-left: auto;
	margin-right: auto;
}
#loginFrame  input, #loginFrame textarea {
	border: 1px solid #594036;
	margin-top: 5px;
}

#loginFrame p.alignRight {
	text-align: right;
}

#loginFrame p {
	margin-top: 15px;
	font-weight: bold;
}

#loginFrame .textbox {
	width: 100%;
}

#frameLoginBox {
	margin-top: 10px;
	position: relative;
	width: 100%;
	height: 35px;
}
#frameStayLoggedIn {
	position: relative;
	float: left;
	width: 49%;
	height: 35px;
}
#frameStayLoggedIn input {
	border: 0px;
}
#frameSubmit {
	position: relative;
	float: right;
	width: 49%;
	text-align: right;
	height: 35px;
}
/* Login */

/* Users */
#usersFrame {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	padding-bottom: 15px;
	width: 75%;
}
#usersFrame div {
	padding: 3px;
}
.usersBottomBorder {
	border-bottom: 1px solid #594036;
}
.usersRow {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.usersHeader {
	font-weight: bold;
}
.usersName {
	position: relative;
	float: left;
	width: 32%;
}
.usersEmail {
	position: relative;
	float: left;
	text-align: left;
	width: 32%;
}
.usersJoined {
	position: relative;
	float: right;
	width: 32%;
	text-align: right;
}
/* Users */

/* Tracking */
.tracking {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	cursor: default;
}
.trackingRow {
	padding: 10px;
}
.trackingRowHighlight {
	background-color: #D6D982;
}
.trackingGameRowHighlight {
	font-weight: bold;
}
.trackingIP {
	position: relative;
	width: 100%;

	font-weight: bold;
}
.trackingBrowser {
	position: relative;
	width: 100%;

	font-size: 8pt;
}
.trackingGame {
	position: relative;
	float: left;
	width: 20%;
	text-indent: 15px;
}
.trackingCount {
	position: relative;
	float: right;
	width: 80%;
}
/* Tracking */

/* Push Live */
.plFrame {
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	line-height: 17px;
}
/* Push Live */

/* Settings */
#settingsFrame {
	position: relative;
	overflow: hidden;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}

.settingsRow {
	position: relative;
	overflow: hidden;
	width: 100%;
	border-bottom: 1px dashed #594036;
}
.settingsName {
	position: relative;
	overflow: hidden;
	float: left;
	width: 50%;

	font-size: 12pt;
	font-weight: bold;

	padding-bottom: 3px;
	font-size: 12pt;
}
.settingsEmail {
	position: relative;
	overflow: hidden;
	float: right;
	width: 50%;
	text-align: right;

	padding-bottom: 3px;
}
/* Settings */

/* Contact */
#contactFrame {
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	width: 75%;
}
#contactFrame input, #contactFrame textarea {
	border: 1px solid #594036;
}
.contactInput {
	width: 100%;
}

.contactTitle {
	border-bottom: 1px dashed #594036;
	padding-bottom: 3px;
	font-size: 12pt;
	font-weight: bold;
}
.contactDetails{
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 90%;
}
.contactLabel {
	margin-top: 10px;
	padding-bottom: 3px;
	font-weight: bold;
}
.contactSubmit {
	text-align: right;
	margin-top: 15px;
}
.contactButton {
	width: 75px;
}
/* Contact */