/*	Page Defaults			*/
body 
{
	font-family:		Century Gothic;
	font-size:		12pt;	
	
	line-height:		130%;

	background: 	#000000;
	color:			#eeeeee;
	
	border-style: 		dashed;
	border-width:		0px;
}

/*	IDs	*/

/*	Encapsulates the whole site	*/
#Site 
{
	/*	Center the Page		*/
	position: 		absolute;	
	width: 			788px;
	left: 			50%;
	margin-left: 		-400px;

	/*	Pad It	*/
	padding:		6px;

	/*	The Page Border		*/
	border-style: 		dashed;
	border-width:		6px;
	border-color:		#222222;

}

/*	Title Section		*/
#Site #Title 
{
	/*	Layout	*/
	width:			788px;
	margin: 		2px 0px 2px 0px;	
}

/*	Main Page Section	*/
#Site #Main 
{
	/*	Layout	*/
	width:			762px;
	padding:		10px;	
	margin: 		4px 0px 4px 0px;	

	/*	Style	*/
	background-color: 	#222222;
	color:			#eeeeee;
	border-style: 		solid;
	border-width:		3px;			
}

/*	The Footer		*/
#Site #Footer 
{
	/*	Layout	*/
	width:			776px;
	padding:		4px;	

	/*	Font	*/
	font-family:		Century Gothic;
	font-size:		8pt;
	line-height:		130%;	
	text-align:		center;	
	color:			#eeeeee;	
	
	/*	Style	*/
	background-color: 	#554444;
	border-style: 		groove;	
	border-width:		2px;

}

/*	Navigation Area		*/
#Site #Main #Navigation 
{
	/*	Layout	*/
	width:			200px;	
	float:			left;
	margin: 		0px 10px 10px 0px;
	padding:		2px;

	/*	Font	*/	
	font-family:		Century Gothic;
	font-size:		12pt;
	line-height:		120%;	
	color:			#eeeeee;

	/*	Style	*/	
	background-color: 	#554444;
	border-style: 		solid;
	border-width:		1px;

	letter-spacing: 1px;
}

.nav
{
	padding:		0px;	
}

#riftClock 
{
	/*	Font	*/
	color:			#bb0000;
	font-family:		Impact;
	font-size:		26px;
	text-align:		center;
	line-height:		130%;	
}

/*	Link Colors			*/
/*	Hover is brighter than normal	*/
a:link 
{
	color:			#dd0000;
	font-weight:		bold;
	text-decoration:	underline;
}

a:hover 
{
	color:			#ff0000;
	font-weight:		bold;	
}

a:visited 
{
	color:			#dd0000;
	font-weight:		bold;
	text-decoration:	underline;	
}

/*	Center The Titles	*/
h2 
{
	text-align:	center;
}

/*	Ident Paragraphs	*/
p 
{
	text-indent: 		20px;
}

.entrySmall 
{
	/*	Layout	*/
	padding:		10px;

	/*	Font	*/	
	font-family:		Century Gothic;
	font-size:		9pt;
	line-height:		130%;	
	
	/*	Style	*/
	border-width:		0px;
}

.entry 
{
	/*	Layout	*/
	padding:		10px;	
	
	/*	Font	*/
	font-family:		Century Gothic;
	font-size:		11pt;
	line-height:		130%;	
	
	/*	Style	*/
	border-style: 		groove;
	border-width:		0px;
}

.commentGroup 
{
	/*	Layout	*/	
	padding:		5px;

	/*	Font	*/	
	font-family:		Century Gothic;
	font-size:		8pt;
	line-height:		130%;	
	
	/*	Style	*/	
	border-style: 		groove;
	border-width:		0px;
}

.comment 
{
	/*	Layout	*/	
	font-family:		Century Gothic;
	font-size:		8pt;
	line-height:		130%;	
	
	/*	Font	*/		
	border-style: 		groove;
	border-width:		1px;

	/*	Style	*/	
	padding:		5px;	
}

