body {
color: #ccc;
font: 14px/1.2 Georgia, Times New Roman, serif;
background: #0c0c0c;
}
a {
font-style: italic;
text-decoration: none;
color: #800;
}

#container {
width: 960px;
margin: 0 auto;
background: transparent url(/i/ethan-bg.jpg) no-repeat top left;
}
#container-inner {
padding: 65px 135px 135px 445px;
}
h1 {
background: transparent url(/i/ethan-name.png) no-repeat top;
text-indent: -999em;
height: 100px;
}
#subheader {
display: none;
}
h2 {
background: transparent url(/i/details.png) no-repeat top;
text-indent: -999em;
height: 111px;
}
.more-link {
text-align: right;
}
.more-link a {
color: #555;
}

/* Photos */

#ethan-photos {
padding: 0 55px;
background: transparent url(/i/flourish.png) no-repeat left 12px;
margin: 40px -55px;
}
#ethan-photos ul {
padding-bottom: 6px;
}
#ethan-photos li {
display: inline;
background: none;
margin: 6px 6px 0 0;
}
#ethan-photos li a img {
border: solid 1px #555;
padding: 3px;
background: black;
}
#ethan-photos li a:hover img {
border: solid 2px #f00;
padding: 2px;
}

/* Updates */

#twitter_update_list li {
margin-bottom: 20px;
}
#twitter_update_list li a {
color: #333;
}

#twitter_update_list li span a {
color: #a3986a;
}
#twitter_update_list li a:hover {
color: #aa092b;
text-decoration: underline;
}

