@font-face {
	font-family: 'SilkScreenRegular';
	src: url('../fonts/slkscr.ttf') format('truetype');
/*	font-weight: normal; */
}
	
@font-face {
	font-family: 'Romeral';
	src: url('../fonts/romeral.otf') format('opentype');
	font-weight: 0px;
}

body{
	width:800px;
	margin:15px auto;
/*	background: #e6e6e6; /*#faf2f8; /*#6aa6ed; /* #2e6ab1; /*#06565b;
/*	font-family: Arial, "MS Trebuchet", sans-serif; */
}

section  h1{
	margin: 0;
	padding: 0;
	border: 0px;
}

a {
	text-decoration: none;
}

p{
	margin:0 0 20px 0;
}

header#page_header{
	width:100%;
}

#page_header h1 {
	font-family: "Romeral";
	font-size: 72px;
	letter-spacing: 2px; /*kerning*/
	text-shadow: rgba(64, 64, 64, 0.5) 1px 2px 2px;
/*	text-shadow: rgba(224, 120, 24, 0.5) 1px 3px 6px; */
/*	-webkit-text-stroke-color: rgba(0, 0, 0, 1);
	-webkit-text-stroke-width: 1px;*/
}

#page_header a:link{
	color: rgba(224, 120, 24, 1);
/*	-webkit-text-stroke-color: rgba(0, 0, 0, 0.2);
	-webkit-text-stroke-width: 1px;
/*	-webkit-text-stroke-color: rgba(256, 120, 24, 1);
	-webkit-text-stroke-width: 1px;*/
}

#page_header a:visited{
	color: rgba(224, 120, 24, 1);
/*	-webkit-text-stroke-color: rgba(0, 0, 0, 0.2);
	-webkit-text-stroke-width: 1px;
/*	-webkit-text-stroke-color: rgba(256, 120, 24, 1);
	-webkit-text-stroke-width: 1px;*/
}

#page_header a:hover{
	color: rgba(224, 120, 24, 1);
/*	-webkit-text-stroke-color: rgba(0, 0, 0, 0.2);
	-webkit-text-stroke-width: 1px;
/*	-webkit-text-stroke-color: rgba(256, 120, 24, 1);
	-webkit-text-stroke-width: 1px;*/
}

#page_content img {
	max-width: 800px;
	margin:  0;
	padding: 0;
	border: 0;
	border-style: solid;
	border-color: #dd00dd;
	border-radius: 40px;
}

section#sidebar{
	float: left;
	width: 25%;
}

#sidebar ul{
	/*make the list non bulletin ..*/
	list-style: none;
}

#sidebar ul li {
	display: inline;
	font-family: "SilkScreenRegular";
	font-size: small;
	padding: 0 1px 0 1px;
}

#sidebar ul li a:link {
	color: #000000;
}

#sidebar ul li a:visited {
	color: #000000;
}

#sidebar ul li a:hover {
	color: #888888;
}

footer#page_footer{
	clear: both;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	display: -moz-box;
	-moz-box-orient: horizontal;
	display: box;
	box-orient: horizontal;
	margin: 20px 0 0 0;
	padding: 0;
	border: 0;
}

#time {
	-webkit-box-pack: end;
	-webkit-box-flex: 2.0;
	-moz-box-pack: end;
	-moz-box-flex: 2.0;
	box-pack: end;
	box-flex: 2.0;
/*	float: left;*/
	display: inline;
/*	margin: 3px 0 2px 0; */
	padding: 0;
	font-family: "SilkScreenRegular";
	font-size: 14px;
	text-align: right;
}

#page_footer nav {
	-webkit-box-pack: start;
	-webkit-box-flex: 1.0;
	-moz-box-pack: start;
	-moz-box-flex: 1.0;
	box-pack: start;
	box-flex: 1.0;
	margin: 0;
	padding: 0;
	border: 0;
}

#page_footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
}

#page_footer ul li {
	display: inline;
	font-family: "SilkScreenRegular";
	font-size: 14px;
	margin: 0;
	padding: 0 1px 0 1px;
	border: 0;
}

#page_footer ul li a {
	margin: 0;
	padding: 0;
	border: 0;
}

#page_footer ul li a:link {
	color: #000000;
}

#page_footer ul li a:visited {
	color: #000000;
}

#page_footer ul li a:hover {
	color: #888888;
}
