@charset "UTF-8";
/* harrypujols.com designed and coded by Harry Pujols himself <cc>2008 Harry Pujols unless otherwise noted */

@import url('dialog.css');

@font-face {
    font-family: 'pixChicagoRegular';
    src: url('pixchicago-webfont.eot');
    src: url('pixchicago-webfont.eot?#iefix') format('embedded-opentype'),
         url('pixchicago-webfont.woff') format('woff'),
         url('pixchicago-webfont.ttf') format('truetype'),
         url('pixchicago-webfont.svg#pixChicagoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 62.5%;
	text-align: center;
	background-image: url(../images/background_03.png);
}
a {
	text-decoration: none;
	color: black;
	cursor: pointer;
}
p {
	margin-top: 5px;
	line-height: 15px;
	font-size: 1.2em;
}
a p {	
	background-color: white;
}
a p:hover, #sections p:hover/*#sections p:hover is for Opera*/ {
	color: white;
	background-color: black;
}
a img {
	border: none;
}
ul {
	list-style: none;
}
h1 {
	font-family: 'pixChicagoRegular',  'Arial Black', sans serif;
	font-size: .9em;
	font-weight: normal;
	padding: 0px 10px 0px 10px;
	background-color: white;
	text-align: left;
	display: inline;
}
h2, #clock, #dropdown li {
	font-family: 'pixChicagoRegular',  'Arial Black', sans serif;
	font-weight: normal;
	text-align: left;
	font-size: 1em;	
}
h2, #logo {
	margin: 3px 10px;
	float: left;
}
h2 a:hover, #dropdown li a:hover {
	color: white;
	background-color: black;
}
#container {
	width: 640px;
	height: 480px;
	background-color: white;
	margin: 100px auto;
	border: black solid thin;
	position: relative;
	overflow: hidden;
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
header, section, nav, article {
	display:block;
}
header {
	padding-left: 10px;
	position: relative;
}
#clock {
	float: right;
	margin: 3px 30px;
	letter-spacing: 1px;
}
#loading {
	margin: 100px 0px 0px 200px;
}
section {
	margin-top: 25px;
	border-top: black solid thin;
	background-image: url(../images/background_01.png);
	background-repeat: repeat;
	height: 454px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

nav {
	float: right;
	margin-right: 5px;
}
nav li {
	width: 110px;
	margin-top: 25px;
	clear: both;
}
nav p {
	display: inline;
	/*for Opera*/
	background-color: white;
	cursor: pointer;
}
#webhelp p {
	text-align: left;
	margin: 5px;
}
article {
	background-color: white;
	border: double medium black;
	margin: 100px auto;
	padding: 15px;
	width: 500px;
}
article img {
	margin: 30px;
}
article p {
	margin: 10px;
	text-align: left;
}
article p a {
	text-decoration: underline;
}
article strong {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size: 1.1em;
	
}
article form {
	margin: 20px;
	display: inline;
}
article button {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0;
	background-color: white;
	border: thin solid black;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px black;
    -webkit-box-shadow: 1px 1px black;
    box-shadow: 1px 1px black;
}
article button:hover {
	background-color: black;
	color: white;
}
#dropdown {
	position: absolute;
	height: 50px;
	width: 100px;
	top: 25px;
	left: 210px;
	background-color: white;
	border: thin solid black;
	display: none;
}
#dropdown ul {
	margin: 5px;
	padding: 0;
}
#dropdown li {
	margin-bottom: 3px;
}
#trash {
	margin-top: 100%;
}
#loader {
	position: absolute;
	left: 40px;
	top: 150px;
	z-index: 1;
}
#window {
	width: 443px;
	height: 266px;
	background-image: url(../images/window.png);
	background-repeat: no-repeat;
	padding-top: 2px;
}
#window li#next {
	margin-left: 45px;
	margin-top: 20px;
}
#button {
	width: 20px;
	height: 20px;
	float: left;
	margin: 0px;
}
#content {
	text-align: left;
	padding: 15px;
}
#content li {
	text-align: center;
	float: left;
	margin: 15px;
}
iframe {
	padding-right: 10px;
	margin: 0;
}
.hidden, #invisible {
	visibility: hidden;
}
.center {
	text-align: center;
}

