@charset "utf-8";
/* CSS Document */

P,DIV,BODY,TD,LI,SPAN,H1,H2,H3,H4,H5,H6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}

BODY {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	height: 800px;
}

A {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

A:hover {
	text-decoration: none;
}

A IMG {
	border: none;
}

P {
	font-size: 12px;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

H1 {
	font-size: 20px;
	color: #000;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

H2 {
	font-size: 16px;
	margin: 8px 0px;
	padding: 0px;
	font-weight: bold;
}

H3{
	font-size: 14px;
	font-weight: normal;
	color: #999;
	margin: 0px;
	padding: 0px;
	text-indent: 30px;
}

UL,OL { 
	padding: 0px; 
	margin: 0px 0px 15px 0px; 
}

LI {
	margin: 0px;
	margin-left: 25px;
	padding: 0px;
}

.Tip {
	float: left;
	margin: 0px 8px 5px 0px;
}
.TipTitle {
	font-size: 16px;
	font-weight: bold;
	display: block;
}

/* ID specific */

#HeaderFrame {
	position: relative;
	left: 0px;
	top: 0px;
	width: 975px;
	display: table;
}

.Logo {
	vertical-align: bottom;
	height: 60px;
	width: 225px;	
}

.Logo IMG {
	margin-left: 30px;
	margin-top: 30px;
}

.Nav {
	vertical-align: bottom;
	padding-bottom: 3px;
	color: #999;
	font-size: 14px;
	text-align: right;
}

.Nav A {
	color: #FFF;
	text-decoration: none;
}
.Nav A:hover {
	text-decoration: underline;
}

#BodyFrame {
	position: relative;
	width: 975px;
	margin-top: 50px;
}

#Text {
	position: relative;
	float: left;
	left: 30px;
	width: 464px;
	padding: 10px;
	background-color: #FFF;
}

#Right {
	position: relative;
	float: right;
	left: 30px;
	width: 491px;
	height: 513px;
}

#Footer {
	position: relative;
	clear: both;
	margin-top: 20px;
	left: 0px;
	width: 975px;
	font-size: 10px;
	color: #666;
	text-align: center;
}

.Spacer {
	clear:both;
	padding:0px;
	margin:0px;
	line-height:0px;
	font-size:1px;
	}

.post {
	/*background-color: #121212; */
	background-color: #FFF;
	color: #000;
	padding: 15px; 
	margin: 20px 20px 20px 0px; 
	border: 1px #999 dashed;
}
.entry, .entry P , .time { color: #000; font-size: 13px; }
.post A {
	color: black;
	text-decoration: underline;
}
.post P {
	line-height: 20px;
}

.Container {
	padding: 8px; 
	border: 1px dashed #999;
	margin-bottom: 8px;
	background-color: #EEE;
}
.Fine {
	font-size: 10px;
}

.imgalignright {
	float: right;
	margin-left: 8px;
	}
.imgalignleft {
	float: left;
	margin-right: 8px;
}
#Footer A { color: white; }