html {
background-color:#444;
color:#fff;
}
#doc2 {
border-left:1px solid #fff;
border-right:1px solid #fff;
margin:0 auto;
overflow:hidden;
position:relative;
}
#hd {
background:url(/images/site/homepage_v6/banner-skates.jpg) no-repeat 0 0;
border-bottom:1px solid #fff;
display:block;
height:400px;
}
h1 {
text-indent:-9999em;
}
h2.principal-name {
font-family:arial;
font-size:277%;
font-weight:normal;
margin:5px 10px;
}
h2.principal-name a {
color:#fff;
text-decoration:none;
}
h2.principal-name a:hover {
background-color:#000;
}
h3 {
border-top:1px solid #66c;
font-size:138%;
margin:1em 20px 0.5em 10px;
}

/* Blog entries and tweets */
ul.entries,
ul.tweets {
margin:1em 20px 0.5em 10px;
}
ul.entries li,
ul.tweets li {
list-style-type:none;
padding:0.25em 0 0.25em 15px;
}
ul.tweets li {
padding-bottom:0.5em;
}
ul.entries li:hover,
ul.tweets li:hover {
background:#666;
}
ul.entries li a,
ul.tweets li a {
color:#fff;
}
ul.entries li span.posted,
ul.tweets li span.posted {
color:#999;
font-style:italic;
}
ul.entries li span.posted a,
ul.tweets li span.posted a {
color:inherit;
}


/* Flickr photos */
ul.photos {
margin:1em 20px 0.5em 10px;
overflow:hidden;
position:relative;
}
ul.photos li {
list-style-type:none;
float:left;
margin:0 5px 5px 0;
}
ul.photos li a {
border:none;
}
ul.photos li img {
background:#eee;
float:left;
padding:3px;
}

