html, body {
    font-family: 'Trebuchet MS','Lucida Grande',Arial,sans-serif;
    font-size: 12px;
    width: 100%;
    height: 100%;
    margin: 0;
}

body {
    overflow-y: scroll;
    text-align: center; /* IE bug. */
}

A:link {text-decoration: none; color: #AAAAAA;}
A:visited {text-decoration: none; color: #AAAAAA;}
A:active {text-decoration: none; color: #AAAAAA;}
A:hover {text-decoration: none; color: #000000;}

.header {
    height: 10%;
}

.footer {
    text-align: center;
    padding: 15px;
    color: #777777;
}

.logo-container {
    text-align: center;
}

#container {
    margin-left: auto;
    margin-right: auto;
    width: 387px;
    text-align: left; /* IE Bug. */
}

#tabs {
    padding: 0 0 3px 0;
    /* Put the border on the tabs so it shows up w/o Javascript. */
    border-bottom: solid 1px #CCCCCC;
    margin: 0;
}

#tabs li {
    display: inline;
    color: #AAAAAA;
    font-weight: bold;
    margin-right: 3px;
}

#tabs li.static a {
    margin-right: 5px;
}

#tabs li.active a {
    color: #000000;
    margin-right: 5px;
}

#tabs li.image {
    float: right;
    position: relative;
    top: 2px;
}

#tabs li.image img {
    border: 0;
    width: 12px;
    height: 12px;
}

#tabs li.syndication {
    float: right;
    font-weight: normal;
}

#content {
    border-bottom: solid 1px #CCCCCC;
    min-height: 50px;
    background-image:url('./ajax-loader.gif');
    background-repeat:no-repeat;
    background-position:center; 
    
}

.post {
    padding-bottom: 15px;
    color: #777777;
}

.post .data {
    padding-left: 10px;
}

.toolbar {
    font-size: 10px;
}

.toolbar .right {
    float: right;
}

.toolbar .separator {
    padding: 0 5px;
    color: #AAAAAA;
}

p {
    padding: 0 20px;
}

h2 {
    font-size: 14px;
    border-bottom: dotted 1px #CCCCCC;
    margin: 0;
    padding-top: 15px;
}

h2 a, h2 a:visited, h2 a:link {
    color: #000000;
    padding-left: 0px;
}

.email {
    display: inline;
}

.photo-container {
    height:200px;
    overflow-x:hidden;
    overflow-y:hidden;
    text-align:center;
    margin: 1px 0px;
}

.error {
    color:#777777;
    font-size:11px;
    font-style:italic;
    margin-top:20px;
    padding-top:7px;
    text-align:center;
}
