@charset "utf-8";

*
{ 
	padding: 0; 
	margin: 0;
}

.align-right
{ 
  	float:right; 
	margin: 0 0 15px 15px;
	padding: 0;
}

.align-left
{
	float:left; 
	margin: 0 15px 15px 0;
}

.no-padding
{
	padding: 0; 
	margin: 0;
}

.hidden
{
	display: none;	
}

.no-border
{
	border: none;	
}

@font-face
{
    font-family: 'Commodore64';
    src: url('fonts/petme64-webfont.eot?') format('eot'),
         url('fonts/petme64-webfont.woff') format('woff'),
         url('fonts/petme64-webfont.ttf') format('truetype'),
         url('fonts/petme64-webfont.svg#webfontZLhhZzyd') format('svg');
    font-weight: normal;
    font-style: normal;
}

.mainframe_style
{
	height: 10px;
	width: 10px;
	position: absolute;
	top: 0px;
	margin-top: 5px;
	left: 0px;
	margin-left: 5px;
	border-width:0px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color:#EEE;
}

.menu
{
	margin-right: 0px;
	padding-right: 0px;
}

.page_body
{
	background-color:#FFFFFF;
	font-family:"Courier New", Courier, monospace;
	/*font-family:'Commodore64';*/
	text-align: left;
	font-size: 16px;
	margin-left: 10px;
	margin-right: 10px;
}

.page_heading
{
	font-size:24px;
	/*font-family:"Courier New", Courier, monospace;*/
	font-family:'Commodore64';
	vertical-align:middle;
	text-align:center;
	margin-bottom:40px;
	font-weight:bold;
	text-transform: lowercase;
}

.c64_text
{
	font-size: 8px;
	font-family: 'Commodore64';
	color: #6b82df;
	position: absolute;
	top: 24px;
	left: 17px;
}

.nav_menu
{
	position: absolute;
	top: 24px;
	left: 17px;
}

.nav_menu_overlay
{
	position: absolute;	
	top: 0px;
	left: 0px;
	display: none;
	border: none;
	float:right; 
	margin: 0 0 15px 15px;
	padding: 0;
}

.c64_bg
{
	background-color: #6b82df;
}

.main_frame_body
{
	overflow-y: hidden;
}

li
{
	margin-left: 15px;	
}

hr 
{
	color: #CCC;	
	margin-top: 7px;
	margin-bottom: 7px;
}

.news_date
{
	color: #CCC;
}

