body {
	background:  #fff;
	margin: 0;
	color: #252525;
	font-family: Arial, sans-serif;
	font-size: 11pt;
}


a:link{
	color: #600;
	text-decoration: none;
}
a:visited{
	color: #600;
	text-decoration: none;
}
a:hover, a:active{
	color: #800000;
	text-decoration: none;
}

a.clean {
	text-decoration: none;
	border: 0;
 color: #000;
}

a img{
}

img {
	margin: 0;
	border: 0;
}

h1.hide {
	display: none;
}

h1{
	font-family: Arial, sans-serif;
	font-size: 26pt;
	font-weight: normal;
	color: #252525;
	margin: 0;
	border: 0;
}

h2{
	font-family: Arial, sans-serif;
	font-size: 22pt;
	font-weight: normal;
	color: #252525;
	line-height: 32px;
	margin: 0 0 6px 0;
	border: 0;
}

h3{
	font-family: Arial, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	line-height: 24px;
	color: #252525;
	margin: 0 0 4px;
	border: 0;
}

h4{
	font-family: Arial, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	line-height: 18px;
	color: #252525;
	margin: 0 0 2px;
	border: 0;
}


input {
	border: solid #b9b9b9;
	border-width: 1px 2px 2px 1px;
	background: transparent;
	padding: 1px 2px 2px;
	margin: 0;
	font-size: 10pt;
	color: #252525;
}

input.buttons {
	color: #252525;
	padding: 0 2px 1px;
}

textarea {
	border: solid #b9b9b9;
	border-width: 1px 2px 2px 1px;
	background: transparent;
	padding: 6px;
	margin: 0;
	color: #252525;
	font-family: Arial, sans-serif;
	font-size: 11pt;
}

blockquote {
	border: solid #b9b9b9;
	border-width: 1px 2px 2px 1px;
	padding: 6px 10px;
	margin: 2px 4px;
	font-family: Georgia, Times New Roman;
	font-size; 9pt;
	}


/* MAIN CONTAINERS */

#page {
	clear: both;
	width: 954px;
	margin: 0;
}

#side {
	width: 200px;
	float: left;
	padding: 0 8px;
}

#dope {
	width: 738px;
	float: left;
	padding: 24px 0 0 0;
}


/* POSTS */

.item {
	width: 522px;
	margin: 0 0 16px 0;
	background: #FBFBFB;
	padding: 8px 8px 2px;
	border: solid #b9b9b9;
	border-width: 1px 2px 2px 1px;
	float: left;
}

.meat {
	background: #fff;
	margin: 4px 0;
	padding: 8px;
	border: solid #b9b9b9;
	border-width: 1px 2px 2px 1px;
	}
	
.actionbox {
	width: 164px;
	margin: 0 0 0 8px;
	float: left;
	background: #FBFBFB;
	padding: 8px;
	border: solid #b9b9b9;
	border-width: 1px 2px 2px 1px;
	font-size: 9pt;
}

.sideitem {
	width: 180px;
	margin: 0 0 16px 0;
	background: #FBFBFB;
	padding: 8px;
	border: solid #b9b9b9;
	border-width: 1px 2px 2px 1px;
	float: left;
}
	
.details {
	margin: 0 0 6px;
	color: #aaa;
	font-size: 9pt;
}

.mini {
	border: solid #b9b9b9;
	border-width: 1px 2px 2px 1px;
	float: left;
	margin: -11px 8px 8px -11px;
}

.comment {
	width: 514px;
	border: solid #b9b9b9;
	border-width: 1px 2px 2px 1px;
	margin: 0 0 8px 0;
	padding: 12px;
	font-size: 9pt;
	float: left;
	clear: both;
}

.highlight {
	width: 514px;
	border: solid #b9b9b9;
	border-width: 1px 2px 2px 1px;
	margin: 0 0 8px 0;
	background: #FAFAFA;
	padding: 12px;
	font-size: 9pt;
	float: left;
	clear: both;
}

.title {
	margin: 0 0 0px;
	border: 0;
}

.files {
	float: left;
	width: 208px;
	height: 228px;
	padding: 4px;
	margin: 2px;
	border: solid #b9b9b9;
	border-width: 1px 2px 2px 1px;
}

.newpost {
	width: 400px;
	float: left;
	margin: 0 0 16px 0;
	background: #FBFBFB;
	padding: 2px;
	border: solid #b9b9b9;
	border-width: 1px 2px 2px 1px;
}
.cheatsheet {
	width: 200px;
	padding: 0 0 0 8px;
	float: left;
}

.contacta {
	width: 320px;
	float: left;
	border-right: 1px solid #b9b9b9;
}
.contactb {
	width: 200px;
	padding: 0 0 0 8px;
	float: left;
}

.strike {
	text-decoration: line-through;
}
