@import url(http://kwc.org/cycling/photos/base_theme.css);

body {
    font-family: georgia, palatino, times new roman, serif;
    color: #000;  
    background-color: #fff; 
}
a {color: #ab0404; }

.photo-summary-medium { 
    display: block; 
    margin-bottom: 10px;
}
#header {
    border-top-width: 7px;
    border-top-style: solid;
    border-top-color: #000;
}

#header-inner {
    position: relative;
}

#header-name {
    margin: 0 0 5px;
    line-height: 1;
}

#header-description {
    margin: 0;
    font-size: 14px;
    line-height: 1.125;
}

#header a {
    text-decoration: none;
}

#header a:hover {
    text-decoration: underline;
}

/* Content */

.asset-name { font-size: 22px; }
.asset-name a { text-decoration: none; }
.asset-name a:hover { text-decoration: underline; }
.asset-content { margin: 5px 0; }
.asset-meta { border-top: 1px solid #ccc; }

.comment-footer a { font-weight: normal; }

.content-nav {
    margin: 5px 0 10px;
}

.archive-title {
    margin: 5px 0 15px;
    font-size: 32px;
}

.comment-content,
.comments-open-content,
.comments-closed {
    margin: 5px 0;
}

.widget-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    margin: 0;
    padding: 5px 0;
    font-size: 18px;
    font-weight: bold;
}

.search-results-header {
    margin-bottom: .25em;
}

.asset-more-link,
.asset-meta,
.comment-footer,
.typelist-thumbnailed {
    font-size: 11px;
}

/* Utility */

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
}

/* Layout ----------------------------------------------------------------- */

#container-inner,
#content {
    background-color: #fff;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 0;
    padding-bottom: 0;
}

#header-inner, #beta-inner, #gamma-inner {
    padding-right: 0;
    padding-left: 0;
}

#content { 
    margin-top: 0px;  
    margin-bottom: 30px;  
}

#container-inner {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

#header-inner,
#content-inner,
#footer-inner {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}


/* Header ----------------------------------------------------------------- */

#header a { color: #000; }

#header-content {
    width: 942px; 
    margin: 20px 0 20px 20px;
}

#header-name {
    color: #000; 
    font-size: 34px;
}

#header-description { color: #fff; }

/* Content ---------------------------------------------------------------- */

.asset-name,
.asset-name a,
.archive-title {
    color: #000;
}

.comment-footer,
.comment-footer a {
    color: #999;
}

.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-header,
.search-form-header,
.search-results-header {
    color: #333;
}

.asset-name a {
    margin-bottom: 8px;
}

.asset-name a:hover {
    text-decoration: underline;
}

.archive-list-item {
    margin-bottom: 5px;
}


/* Widget ----------------------------------------------------------------- */

.widget-header,
.widget-content {
    margin-right: 15px;
    margin-left: 15px;
}

.widget-header { 
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #ccc; 
    padding: 0;
    font-size: 14px; 
    margin-bottom: 8px;
    padding-bottom: .3em; 
}

.widget-header,
.widget-header a {
    color: #333;
    font-weight: normal;
}

.widget-content a {
    color: #666;
}

.widget-header { font-size: 14px; }
.widget-header a {text-decoration: none; }
.widget-header a:hover { text-decoration: underline; }

.widget-content {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 11px;
}

/* Footer Widgets */

#footer .widget {
    margin: 10px 0;
}

#footer .widget-content {
    padding-right: 0;
    padding-left: 0;
}

#footer .widget-powered .widget-content {
    padding: 0;
    text-align: left;
}

/* Footer ----------------------------------------------------------------- */
#footer { background-color: #FFF; }
#footer-content {margin: 20px 0; }
#footer-content,
#footer-content a { color: #000; }

/* Utilities -------------------------------------------------------------- */

#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#footer:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}


#header-inner,
#content-inner,
#footer-inner,
.asset-body {
    height: 1%;
}

/* Custom Styles ---------------------------------------------------------- */

#group-nav-inner {
    position: relative;
    width: 940px;
    margin: 0 auto;
}

