/*------------------------------------------------------------------------
 OVERALL DECLARATIONS
------------------------------------------------------------------------*/
body, div, form, fieldset, h1, h2, ul, ol, li, legend, img, object  {
	margin: 0;
	padding: 0;
	border-style: none;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	display: block;
}
a:hover { 
	color: black;
}
a:visited { 
	color: #444444;
}
body {
	text-align: center;
}


/*------------------------------------------------------------------------
 WRAPPER AND BANNER
------------------------------------------------------------------------*/
#wrapper {
	width: 730px;
	margin: 0;
	padding: 0;
	text-align: left;
	margin: auto;
	background-color: white;
	border-bottom: 2px solid black;
}
#menu {
	display: none;
}
#mediaspace {
	display: block;
	border-top: 1px solid black; 
	border-right: 2px solid black; 
	border-bottom: 1px solid black; 
	border-left: 8px solid black; 
}
#mediaspace img, #mediaspace object, #mediaspace embed {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
}
#mediaspace object, #mediaspace embed {
	height: 0px;
}


/*------------------------------------------------------------------------
 LEFT AND RIGHT
------------------------------------------------------------------------*/
#left {
	padding: 40px 0;
}
#addthis {
	display:none;
}
ol {
	margin: 5px 0 18px 15px;
	list-style-position: outside;
	list-style-type: square;
}
h1 {
	font-size: 20px;
	line-height: 24px;
	border-bottom: 2px solid;
}
#ttitle {
	font-size: 16px;
}
#subtitle {
	font-size: 11px;
	margin-top: 2px;
}
#lead {
	font-weight: bold;
	font-style: italic;
}
h2 {
	margin-top: 30px;
	margin-bottom: 0;
	font-size: 14px;
}
p {
	margin-top: 5px;
	margin-bottom: 15px;
}
img {
	float: left;
	margin-right: 10px;
}
table {
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 15px;
	width: 100%;
	border-collapse: collapse;
}
.theader { 
	color: #FFF; 
	background-color: #666; 
}
pre, code {
	display: block;
	width: 710px;
	font-family: monospace;
	margin: 10px 0;
	font-size: 12px;
	line-height: 14px;
	overflow: hidden;
	background-color: #F5F5F5;
	padding: 5px;
	border: 1px solid #999;
}
.media {
	display: none;
}
#right, #right2  {
	display: none;
}


/*------------------------------------------------------------------------
 THREADS  
------------------------------------------------------------------------*/
.tgrey, .twhite {
	margin: 10px 0;
}
.tgrey a, .twhite a {
	display: block;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 20px;
	border-left: 4px solid;
}
.tgrey p, .twhite p {
	margin:0;
	padding: 0 0 10px 20px;
	font-size: 11px;
	border-left: 4px solid;
}
.tgrey, .pgrey { 
	background-color: #eeeeee;
}
.pgrey, .pwhite {	
	margin: 20px 0;
}
.pgrey p, .pwhite p {
	padding: 5px 5px 10px 20px;
	margin: 0;
	border-left: 4px solid;
}
.pgrey img, .pwhite img, .tgrey img, .twhite img {
	float: none;
} 
em {
	display: block;
	font-style: italic;
	margin: 10px 20px;
	color: #444444;
}
code {
	font-family: monospace;
	margin: 10px 0;
	font-size: 12px;
	line-height: 16px;
}


/*------------------------------------------------------------------------
 FORMS
------------------------------------------------------------------------*/
form {
	display: none; 
}


/*------------------------------------------------------------------------
 FOOTER STYLES  
------------------------------------------------------------------------*/
#pageurl {
	display: inline;
	border-bottom: 4px solid black; 
	font-size: 11px;
	clear: both;
	padding-bottom: 4px;
}
#footer {
	display: none;
}