body
{
    font-family: Helvetica;
    font-size: 11px;
}

input
{
    border: 1px solid #777777
}

input:focus
{
    border: 1px solid black
}

#head h1,
#head h1 a
{
    margin-bottom: 0;
    letter-spacing: .15em;
    font-weight: 900;
    color: #333333;
    text-decoration: none;
    font-size: 32px
}

#navigation
{
    margin: 0;
    padding: 0;
    font-size: 16px
}

#navigation li
{
    display: inline;
}

#navigation a,
#navigation a:hover
{
    text-decoration: none;
    font-weight: bold;
    letter-spacing: -.05em
}

#navigation a
{
    color: #666666;
}

#navigation a:hover
{
    color: #999999;
}

#navigation .current
{
    color: black;
}

#content
{
    width: 500px;
    margin: 30px auto;
}

#content p,
#content td,
#content li
{
    line-height: 1.3em;
    text-align: justify
}

#leftnav
{
    position: absolute;
    top: 130px;
    display: block;
    color: #666666;
}

#leftnav ul
{
    list-style-type: square;
    list-style-position: inside;
    margin: 0;
    padding: 10px 0 0 0;
}

#leftnav a
{
    text-decoration: none;
    color: #666666;
}

#leftnav a.current
{
    color: black;
}

#right_column
{
    position: absolute;
    right:5%;
    top: 120px;
}

#right_column a
{
    color: #666;
    text-decoration: none;
}

#right_column img
{
    border: none;
}

/* BLOG/STATIC INDEX */

#index
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.entry-title a
{
    text-decoration: none;
    color: black;
}

h2.entry-title
{
    font-size: 16px;
    margin-top: 0;
    padding-top: 0;
}

/* NEWS */

#news_list .published
{
    white-space: nowrap;
    font-size: 10px;
    vertical-align: top;
    padding-right: 10px;
    padding-top: 2px
}

/* PHOTO */
.org_routamc_photostream_photo .photo
{
    margin: 0 auto;
}

.org_routamc_photostream_photo .details
{
    padding-top: 8px;
    text-align: center;
    font-size: 12px;
    line-height: 1.4em
}

.org_routamc_photostream_photo .details .title
{
    font-style: italic;
}

.gallery
{
    list-style-type: none;
}

.gallery li
{
    padding-bottom: 15px;
}

.gallery li img
{
    border: 1px solid black
}

.fullsize img
{
    border: none
}
