* {margin: 0;padding: 0;}
html, body {
height: 100%;
}
body {
font-family: Georgia, Garamond, "New York", Times New Roman, serif;
color: white;
font-size: 76%;
padding: 0 0;
background: #404040 url(../images/egg.png) no-repeat 100% 100%;
margin: 0;
max-width: 1100px;
margin: 0 auto;
border-left: 1px dashed white;
}
#wrapper {
position: relative;
width: 66%;
min-height:100%;
border-right: 1px dashed white;
}
#header, #nav, #content {
}
#header {
padding: 25px 0 10px 15px;
border-bottom: 1px dashed white;
}
#header h1, #header p {
}
#header h1 {
font-family: "Courier New", monospace;
padding: 0;
margin: 0 0 0 9px;
font-size: 1.9em;
}
#header h1 a {
}
#header p {
font-size: 0.9em;
padding: 5px 10px 10px;
color:#eee;
}
#nav {
position: absolute;
top:25px;
left: 100%;
right: 0px;
/*background: url(../images/scissors.png) no-repeat 0 0;
height: 200px;
width: 22px;
margin-left: -10px;*/
}
#pagehome #nav {background-position: 0 0px;}
#pageportfolio #nav {background-position: 0 10px;}
#pageinformation #nav {background-position: 0 20px;}
#pagecontact #nav {background-position: 0 30px;}
#pageterms #nav {background-position: 0 40px;}

#nav h1 {
display:none;
}
#nav ul {
list-style:none;
margin: 0; padding: 0 0 0 15px; border: 0;
}
#nav li {
margin: 0; padding: 0; border: 0;
font-size: 0.9em;
}
#nav li a {
display:block;
margin: 0;
padding: 3px 10px;
font-weight: normal;
}
#pagehome #linkhome a,
#pageportfolio #linkportfolio a,
#pageinformation #linkinformation a,
#pagecontact #linkcontact a,
#pageterms #linkterms a {
color: white;
}
#content {
padding: 20px 0;
}
#quicklinks {
display: none;
position:absolute;
top: 150px;
left: 100%;
list-style: none;
padding:0 0 3px 25px;
margin:0 0 0 0;
}
#quicklinks li {
padding:0 10px;
margin:0;
line-height: 1;
}
#quicklinks li a {
display: block;
padding-bottom: 8px;
}
#pageportfolio #quicklinks li {
padding:0;
}
#main {
clear:left;
}
#sites {
text-align: right;
/*background: url(../images/siteframe.jpg) repeat 20px 0;*/
padding:5px 20px;
height: 100%;
overflow: auto;
}
.site {
float:left;
cursor: pointer;
margin: 0 4px 4px 0;
}
.site .image {
display: block;
background: url(../images/siteframe.jpg) no-repeat 0 0;
height: 121px;
width: 121px;
padding: 4px;
margin: 0;
}
.site .image:hover {
background: url(../images/siteframe2.jpg) no-repeat 50% 50%;
}
.site h2, .site div.details {
left: 100%;
right: -50%;
overflow: hidden;
margin-left: 25px;
text-align: left;
position: absolute;
display: none;
}

.site div.details p {
}
.site h2 {
top: 170px;
margin-right: 6px;
/*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 div.details {
top: 200px;
margin-right: 25px;
}
.site p.link {
font-weight: bold;
}
.site p.foot {
text-align: right;
}
.site p.price {
}
#footer {
clear:left;
}
#footer p {
padding: 10px 12px;
border-top: 1px dashed white;
text-align: right;
margin-bottom: 25px;
}
.hide {
display:none;
}
img {
border: 0;
}
.image {
}
.right {
text-align: right;
}
.x {
padding-right: 0.7em;
background: url(../images/link2.png) no-repeat 100% 0;
}
.x:hover {
background-position: 100% -20px;
}
.error {
padding-left: 2px;
font-weight:bold;
color: black;
background: yellow;
}
/*typography*/
a {
text-decoration: none;
color: #4A9191;
}
a:link {
}
a:visited {
}
a:focus, a:hover {
color: #71DEDE;
text-decoration: none;
}
a:active {
}
h1,h2,h3,h4,h5,h6 {
font-weight: bold;
padding: 0;
}
#content h1 {
margin: 0 0 0 20px;
display: none;
}
h1 {
font-size: 1.4em;
}
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 0 0.5em;
}
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: 5px;
}
input, textarea {
font-family: "Courier New", monospace;
font-size: 1em;
background: none;
border: 1px solid white;
color: white;
padding: 1px;
margin: 1px;
}
textarea {
overflow: auto;
}

/* content stuff */
.block {
padding-right: 20px;
text-align: left;
float: left;
padding: 6px 20px 10px;
margin: 0 20px 20px 0;
border: 1px dashed white;
}
#pagehome .block {
padding-top: 16px;
float: none;
min-height: 250px;
}
#pagehome #box {
display: block;
width: 22px;
margin: 20px 0 0 8px;
height: 31px;
position: absolute;
background: url(../images/scissors3.png) no-repeat 0 0;
}
#pagecontact #box {
display: block;
width: 31px;
margin: -6px 0 0 130px;
height: 22px;
position: absolute;
background: url(../images/scissors2.png) no-repeat 0 0;
}
/* page specific */
label {
width: 120px;
float: left;
}
