* {
	margin: 0;
}

html, body {
	height: 100%;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-weight: normal;
	font-size: 11pt;
	color: #666;
}

#header {
    margin: 0 auto;
    padding: 2em 0.13em 0 0;
    width: 770px;
    text-align: left;
}

h1 {
    color: #ccc;
    text-align: right;
    letter-spacing: -3pt;
}

h2 {
    letter-spacing: -2pt;
}

h1, h2 {
    font-family: "Helvetica", "Arial", sans-serif;
    font-weight: bold;
    font-size: 30pt;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

p {
    margin: 0.9em 0;
    line-height: 1.454545em; /* 16pt, with base font size of 11pt */
}

a {
    color: #4477AA;
}

#flickr, #about, #friends, #misc, #music, #links {
    width: 770px;
    margin: 40px auto;
    text-align: left;
    border-top: 1px solid #ccc;
    min-height: 110px;
}

#about {
    margin: 15px auto 40px auto;
}

#flickr   div.header h2 { color: #FF9900; }
#misc     div.header h2 { color: #CCC; }
#about    div.header h2 { color: #6699CC; }
#friends  div.header h2 { color: #339933; }
#music    div.header h2 { color: #990000; }
#links    div.header h2 { color: #9966CC; }

div.header {
    width: 195px;
    float: left;
    text-align: left;
    padding-top: 20px;
}

div.header p {
    font-size: 10pt;
    color: #999;
    padding: 0 0 0 3px;
}

div.header p a {
    color: #999;
    text-decoration: none;
}

div.header p a:hover {
    text-decoration: underline;
}

div.header p a img {
    border: none;
}

div.details {
    padding: 10px 0 0 215px; /* see width of header div */
}

#flickr div.details {
    padding-top: 20px;
}

div.details a img {
    border: 2px solid #ddd;
    padding: 0;
    margin: 3px;
}

div.details a img:hover {
    border: 2px solid #777;
}

ul.friendlist {
    margin: 10px 50px 10px 0;
    padding: 0 0 0 0;
    list-style: none;
    float: left;
}

ul.friendlist li {
    margin: 0 0 5px 0;
    padding: 0;
}

#footer {
    text-align: right;
    padding: 1em 2em 2em 0;
}

#footer p.smallprint,
#footer p.smallprint a,
#music div.details ul li small,
#music div.details p small {
    font-size: 9pt;
    font-family: "Verdana", sans-serif;
    color: #bbb;
    text-decoration: none;
}

p.lastfm-tstamp {
    padding: 0;
    margin: 0;
    font-size: 8pt;
    color: #bbb;
}

p.notice {
    padding: 10px;
    border: 1px solid #990100;
    background-color: #FFE5E8;
    color: #333;
}

#recentlyloved {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: none;
}
#recentlyloved li {
    background: url(/images/note.png) no-repeat center left;
    padding: 4px 0 4px 20px;
    margin: 0;
}
a.showmore {
    color: #bbb;
    text-decoration: none;
    font-size: 8pt;
}
a.showmore:hover {
    text-decoration: underline;
}

p#status,
p#status a,
p#status a:hover,
p#status a:visited,
p#status a:active {
    color: #bbb;
    text-decoration: none;
}

#vcard {
    margin-bottom: 30px;
}

#vcard a {
    display: block;
    background: url(/images/vCard_little.png) no-repeat center left;
    padding: 0 0 0 30px;
}

div.delPost {
    margin-top: 12px;
}
