* {margin: 0;padding: 0;}
html, body {
height: 100%;
width: 100%;
overflow: hidden;
}
body {
font-family: "Courier New", monospace;
color: white;
font-size: 76%;
padding: 0 0;
background: #464646 url(../images/z.png) repeat 0 100%;
}
#wrapper, #container {
position: relative;
height: 100%;
}
#wrapper {
background: url(../images/x.png) repeat-x 0 50%;
}
#container {
max-width: 1100px;
margin: 0 auto;
}
#header, #nav, #content {
position: absolute;
left:0;
top: 50%;
margin-top: -80px;
width: 100%;
height:160px;
}
#header {

}
#header h1 a, #header p {
position:absolute;
right: 20px;
}
#header h1 {
padding: 0;
margin: 0;
}
#header h1 a {
display: block;
top: 10px;
background: url(../images/logo.png) no-repeat 0 0;
height:140px;
text-indent: -5000px;
overflow: hidden;
padding: 0;
margin: 0;
z-index: 100;
width: 225px;
}
#header p {
font-size: 0.8em;
top: 160px;
text-align: center;
padding: 3px 0 0;
margin: 0;
width: 215px;
}
#nav {
}
#nav h1 {
display:none;
}
#nav ul {
position: absolute;
top: 160px;
list-style:none;
margin: 0 230px 0 0; padding: 0 0 0 15px; border: 0;
}
#nav li {
margin: 0; padding: 0; border: 0;
float:left;
font-size: 0.9em;
}
#nav li a {
display:block;
margin: 0;
padding: 3px 10px;
font-weight: normal;
text-transform: lowercase;
background: url(../images/arr_down.png) no-repeat 50% -20px;
}
#nav li a:link {
}
#nav li a:visited {
}
#nav li a:focus, #nav li a:hover {
color: #fff;
background-position: 50% 0;
}
#nav li a:active {
color: white;
}
#pagehome #linkhome a,
#pageportfolio #linkportfolio a,
#pageinformation #linkinformation a,
#pagecontact #linkcontact a,
#pageterms #linkterms a {
color: white;
}
#content {
height: 142px;
padding: 9px 0;
}
#main {
overflow: auto;
padding: 0 250px 2px 0;
height: 140px;
}
#footer {
position: absolute;
bottom: 5px;
right: 15px;
}
#footer p {
color: #ccc;
}
.hide {
display:none;
}
img {
border: 0;
}
.image {
}
/*typography*/
a {
text-decoration: none;
color: #F49632;
}
a:link {
}
a:visited {
color: #F49632;
}
a:focus, a:hover {
color: white;
text-decoration: none;
}
a:active {
}
h1,h2,h3,h4,h5,h6 {
font-weight: bold;
padding: 0;
}
#content h1 {
position: absolute;
top: -28px;
height: 30px;
padding-left: 25px;
}
h1 {
font-size: 1.8em;
}
h2 {
font-size: 1.2em;
}
h3 {
font-size: 1.1em;
padding-top: 0.5em;
}
h4,h5 {
font-size: 1.0em;
}
h6 {
font-size: 0.8em;
}
p, dt, dd, li {
font-size: 0.9em;
}
p {
margin: 0;
padding: 0;
}
dl, ul, ol {
margin: 10px 10px 20px;
padding: 0 0 0 40px;
}
dt {
font-weight: bold;
margin: 15px 0px 5px;
}
dd, li {
margin: 5px 0 0 30px;
}
dd a {
font-weight: normal;
}
li > p {
margin-top: 0.2em;
}
strong, b {
font-weight: bold;
}
label {
display: block;
}
form {
padding-top: 7px;
}
input, textarea {
font-family: "Courier New", monospace;
font-size: 1em;
background: none;
border: 1px solid white;
color: white;
padding: 1px;
margin: 1px;
}
.submit {
text-align: right;
}
textarea {
overflow: auto;
}
.right {
text-align: right;
}
.center {
text-align: center;
}
.x {
padding-right: 0.7em;
background: url(../images/link2.png) no-repeat 100% 0;
}
.x:hover {
background-position: 100% -20px;
}
.error {
color: black;
background: yellow;
}
/* content stuff */
#quicklinks {
position: absolute;
bottom: 157px;
right:265px;
list-style: none;
padding:0 0 3px;
margin:0 0 0 170px;
}
#quicklinks li {
float:left;
padding:0 0 0 19px;
margin:0 1px 0 0;
line-height: 1;
}
#quicklinks li a {
display: block;
background: url(../images/arr_up.png) no-repeat 50% -20px;
padding-bottom: 8px;
padding-top: 2px;
text-transform: lowercase;
/*border-top: 3px solid white;*/
}
#quicklinks li a:hover {
background-position: 50% 100%;
}
#pageportfolio #quicklinks li {
padding:0 1px 0 0;
}
#sites {
/*background: url(../images/siteframe.jpg) repeat 20px 0;*/
padding-left:25px;
}
.site {
padding-top: 1px;
clear: both;
margin-top: 40px;
}
/* first sites/boxes - adding "first" to classname screws up javascript */
#sitemas, #logo, #quote, #switch {
margin-top: 0;
}
.site .image {
background: url(../images/siteframe.jpg) no-repeat 50% 50%;
display: block;
float: left;
clear: both;
height: 121px;
width: 121px;
padding: 9px 4px;
margin-right: 11px;
/*opacity: 0.8;
-moz-opacity: 0.8;
filter: alpha(opacity=80);
}
.site a.image:hover {
opacity: 1;
-moz-opacity: 1;
filter: alpha(opacity=100);*/
}
.site .image:hover {
background: url(../images/siteframe2.jpg) no-repeat 50% 50%;
}
.site h2 {
padding-top: 5px;
clear: right;
}
.site p {

}
.link {
font-weight: bold;
}
.site .foot {
float:right;
clear: right;
}
#pageportfolio #site .foot {
float: none;
text-align: right;
}
#pageportfolio #site .link {
float:left;
}
.block {
height: 138px;
padding-right: 15px;
float:left;
}
#pagehome .block {
height: 88px;
padding-top: 20px;
}
#pagehome .block p {
padding: 0 0 1em;
}
/* page specific */
label {
width: 120px;
float: left;
}
