body
{
    background-color: #ccc;
    width: 960px;
    margin: 0 auto;
}

#bodyContent
{
    margin: 0px -2px 0px -2px;
    padding: 2px;
    background-image: url(../images/page-background.gif);
    min-height: 400px;
    width: 960px;
    color: black;
}

/*
#bodyContent
{
    background-image: url(../images/tape.gif);
}
#bodyContent *
{
    x-opacity: 0.9;
}
*/

#bodyContent h1
{
    color: #222;
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

#pageHeader
{
    background-image: url(../images/header-background.gif);
    background-repeat: no-repeat;
    height: 200px;
    position: relative;
    padding-right: 12px;
    padding-left: 12px;
    margin: 50px -2px 0px -2px;
}

#pageHeader h1
{
    font-size: 36px;
    color: white;
    position: relative;
    top: 10px;
    left: 5px;
    height: 35px;
    text-indent: -5000px;
}

#pageHeader h1 a
{
    display: block;
    text-indent: -5000px;
    background-image: url(../images/title.png);
    background-repeat: no-repeat;
}

#pageHeader ul
{
    list-style-type: none;
    position: absolute;
    right: 10px;
    x-width: 300px;
    margin-right: 10px;
    margin-left: 10px;
    top: 15px;
}

#pageHeader ul li
{
    display: inline;
    font: 11px Verdana;
    padding-left: 20px;
}

#pageHeader ul li a
{
}

#bodyContent .oneColumn .column
{
    width: 620px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
}

#bodyContent .twoColumn .column
{
    width: 460px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    margin-top: 1em;
}

#bodyContent .threeColumn .column
{
    width: 300px;
    padding: 20px 10px;
    float: left;
}

#bodyContent .threeColumn .doubleColumn
{
    width: 620px;
    padding: 20px 10px;
    float: left;
}

#bodyContent .twoColumn:after,
#bodyContent .threeColumn:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.post,
.comment
{
    color: #535353;
}

.post h2
{
    color: #222;
}

#flickrInfo
{
    color: #535353;
    font-size: 1.2em;
    line-height: 1.6666em;
}

#flickrInfo h3
{
    font-size: 1.4em;
    line-height: 1.4285em;
    margin-bottom: 0;
    margin-top: 0;
    color: #222;
}

#footer
{
    margin: 0px -2px 0px -2px;
    padding: 0px 2px;
    background-image: url(../images/page-background.gif);
    background-color: white;
    padding-top: 1em;
    color: #535353;
    text-shadow: 0 0 0 black;
    font: 1.2em Verdana;
    line-height: 1.66em;
}

#footer .summary {
    padding: 10px 0;
}

#footer div.summary:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#footer div.summary .column
{
    width: 300px;
    padding: 0px 9px 0px 10px;
    float: left;
    height: 14em;
    border-right: 1px solid #ddd;
}

#footer div.summary .first
{
}

#footer div.summary .last
{
    float: right;
    border-right: none;
}

#footer select
{
    width: 100%;
    display: block;
}

#footer li
{
}

#footer h3
{
    font-size: 1.4em;
    line-height: 1.43em;
    margin-bottom: 0;
    margin-top: 0;
    color: #222;
}

#feed {
    clear: both;
    position: relative;
    margin: 0px -2px -2px -2px;
    padding: 0px 2px 15px 2px;
    background-image: url(../images/page-bottom.gif);
    background-repeat: no-repeat;
    background-position: bottom center;
}

#feed .header {
    margin: 0px 10px;
}

#feed .clipper {
    position: relative;
    left: 10px;
    top: 0px;
    width: 940px;
    overflow: hidden;
}

#feed .clipper:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#feed ul.categories {
    position: relative;
    list-style: none;
    margin-bottom: 5px;
    padding: 5px 5px;
    padding-left: 40px;
}

#feed ul.categories li {
    display: inline;
    margin-right: 10px;
    font-size: 10px;
    line-height: 10px;
}

#feed ul.categories li.all {
    position: absolute;
    top: 4px;
    left: 10px;
    padding-right: 8px;
    border-right: 1px solid #ddd;
}

#feed ul.categories li.active a,
#feed ul.categories li.active a:hover {
    x-color: white;
}

#feed ul.categories a:hover {
    cursor: pointer;
    x-color: white;
}

#feed ul.posts {
    clear: both;
    position: relative;
    list-style: none;
    margin-left: -10px;
    left: 0;
    top: 0;
}

#feed li.postSummary {
    float: left;
    width: 300px;
    padding: 0px 9px 0px 10px;
    border-right: 1px solid #ddd;
}

#feed li.first {
    margin-left: 0;
}
        
#feed li.last {
    margin-right: 0;
}

#feed h4
{
    margin-bottom: 0;
    margin-top: 0;
    color: white;
}

#feed a.prev {
    position: absolute;
    background: url(../images/feed-prev.gif) no-repeat 0 -42px;
    top: 50%;
    margin-top: -21px;
    left: -17px;
    width: 19px;
    height: 42px;
    cursor: default;
}

#feed a.prev:hover {
    background: url(../images/feed-prev.gif) no-repeat 0 0px;
}

#feed a.next {
    position: absolute;
    background: url(../images/feed-next.gif) no-repeat 0 -42px;
    top: 50%;
    margin-top: -21px;
    right: -17px;
    width: 19px;
    height: 42px;
    cursor: default;
}

#feed a.next:hover {
    background: url(../images/feed-next.gif) no-repeat 0 0px;
}
