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;
}
a {
color:#0055AA;
text-decoration:none;
}
img {
border:0 none;
}
h1 {
font-size:26px;
}
h2 {
font-size:22px;
}
h3 {
font-size:18px;
}
.orangetext {
color:#FF6600;
font-size:17px;
}
.redtext {
color:#FF0000;
font-size:17px;
}
.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:0 auto;
width:820px;
}
div#logo a {
background:transparent none repeat scroll 0 0;
}
div#main {
-moz-border-radius-bottomleft:18px;
-moz-border-radius-bottomright:18px;
-moz-border-radius-topleft: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#project {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
background-color:#FCECDC;
border:1px solid #FF3300;
color:#000000;
margin:0 auto 1px;
max-width:100%;
overflow:auto;
padding:2px 20px 20px;
width:90%;
}
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;
padding:2px 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;
}
a:hover, p#menu #selected, p#menu2 #selected {
text-decoration:underline;
}
div.blogpost {
border-left:2px dotted #0055AA;
padding-left:10px;
}
p.blogmeta {
font-size:10px;
}