html {
background:transparent url(/background.gif) repeat scroll 0 0;
color:#000000;
font-family:Verdana,'Bitstream Vera Sans','Lucida Grande',sans-serif;
font-size:14px;
margin:0;
padding:0;
}
body {
line-height: 1.3;
}
a {
color:#0055AA;
text-decoration:none;
}
p {
margin-bottom: 5px;
margin-top: 5px;
}
a:hover, p#menu #selected, p#menu2 #selected {
text-decoration:underline;
}
img {
border:0 none;
}
h1 {
font-size:26px;
}
h2 {
font-size:22px;
}
h3 {
font-size:18px;
}
strong {
font-weight: 700;
}
.orangetext {
color:#FF6600;
font-size:17px;
}
.redtext {
color: #bf4a4a;
font-size:16px;
}
.monospace {
font-family:monospace;
}
.alignleft {
float:left;
}
.alignright {
float:right;
}
hcode {
border:1px dotted #0055AA;
font-family:Monospace,'Courier New',fixed;
margin:10px;
padding:10px;
}
div#logo {
margin:5px auto;
width:820px;
}
div#logo a {
background:transparent none repeat scroll 0 0;
}
div#main {
border-bottom-left-radius:18px;
-moz-border-radius-bottomleft:18px;
border-bottom-right-radius:18px;
-moz-border-radius-bottomright:18px;
border-top-left-radius:18px;
-moz-border-radius-topleft:18px;
border-top-right-radius:18px;
-moz-border-radius-topright:18px;
background-color:#FFFFFF;
border:1px solid #FF3300;
color:#000000;
margin:0 auto 20px;
max-width:1200px;
overflow:auto;
padding:8px 20px 20px;
width:820px;
}
div#content {
width 100%;
margin-right: 5px;
margin-left: 5px;
}
div#project {
border-bottom-left-radius:10px;
-moz-border-radius-bottomleft:10px;
border-bottom-right-radius:10px;
-moz-border-radius-bottomright:10px;
border-top-left-radius:10px;
-moz-border-radius-topleft:10px;
border-top-right-radius:10px;
-moz-border-radius-topright:10px;
background-color:#FCECDC;
border:1px solid #FF3300;
color:#000000;
margin:10px auto 1px;
max-width:100%;
overflow:auto;
padding:2px 20px 20px;
width:90%;
}
div#project.class2 {
background-color: #FCE2DC;
}
p#menu {
border-bottom:1px dotted #FF3300;
border-top:1px dotted #FF3300;
color:#0055AA;
font-size:12px;
font-weight:700;
margin-left:-20px;
margin-right:-20px;
margin-top: 10px;
margin-bottom: 10px;
padding:4px 32px;
}
p#menu2 {
border-bottom:1px dotted #0000CC;
border-top:1px dotted #0000CC;
color:#0055AA;
font-size:12px;
font-weight:700;
margin-left:-20px;
margin-right:-20px;
padding:2px 32px;
}
p#back {
font-size:24px;
}
/* Contact list in contacts */
.contactList {
list-style-type:none;
margin-left: 10px;
margin-top: 10px;
display: inline;
}
.contactList li {
margin-left: 0;
padding: 3px 3px;
/*border-left: 1px solid #000;*/
list-style: none;
display: inline;
}
.textLineContact {
/*line-height: 32px;*/
padding-bottom: 50%;
}
/* Blog */
div.blogpost {
border-left:2px dotted #0055AA;
padding-left:10px;
margin-bottom: 10px;
margin-top: 10px;
margin-left: 10px;
}
p.blogmeta {
font-size:10px;
margin-bottom: 20px;
}
h3#respond {
margin-bottom: 10px;
}

/*Sets scrollbar visible on all pages*/
#mozscroll {
position: absolute;
top: 0;
bottom: -1px;
visibility: hidden;
}
