/*
$Rev:$
Theme Name: Womenscycling 2009
Theme URI: http://lemurskin.com
Description: womenscycling.ie visual refresh
Version: 0.1
Author: Brian Foley
*/

body {
    font-family: Tahoma;
    background: #e21658;
    line-height: 140%;
    color: #4c4c4c;
    margin: 40px;
}
a {
    color: #e21658;
    text-decoration: none;
}
img {
    border: 0;
}
a:hover {
    text-decoration: underline;
}
#header {
    margin: auto;
    height: 170px;
    text-align: right;
}
#container {
    min-width: 830px;
    margin: 0 auto;
    background: white;
}
h1 {
    margin: 0;
}
#navbar {
    border-width: 8px 0 8px 0;
    border-style: solid;
    border-color: #e21658;
    padding: 8px;
    background: #4f0e56;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}
#navbar a {
    color: white;
}
#navbar a:hover {
    color: #cccccc;
}
#navbar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#navbar li.navmenu, li.navspacer { /* top level LIs */
    display: inline;
    position: relative;
    color: white;
    z-index: 1;
}
#navbar li ul { /* popup menu bodies */
    display: none;
    background: #4cb337;
    position: absolute;
    top: 1.25em;
    left: 0;
    padding: 5px 10px 5px 10px;
    text-align: left;
    white-space: nowrap;
}
#navbar li.navspacer {
    margin: 0 4px 0 4px;
    font-size: 1.2em;
    color: #4cb337;
}
#navbar li:hover ul {
    display: block;
}
#content {
    float: left;
    width: 62%;
    padding: 10px;
}
.category a {
    font-size: 2em;
    line-height: 110%;
    vertical-align: 100%;
}
.posttitle a {
    font-size: 1.2em;
    font-weight: bold;
    color: #4f0e56;
}
.posttitle a:hover {
    color: #3f0646;
}
.postdate,.postcomments,.commentmetadata {
    font-size: .75em;
    color: #6c6c6c;
}
textarea#comment {
    width: 100%
}
.more {
    font-size: .85em;
    vertical-align: top;
}
#pager {
    text-align: center;
    clear: both;
}
#sidebar {
    float: right;
    width: 33%;
    font-size: .8em;
    top: 0;
    position:relative;
}
#sidebar {
    text-indent: 0px;
}
#sidebar h2 {
    display: inline;
    font-size: 2em;
    font-weight: normal;
    line-height: 1.4em;
}
#sidebar ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}
#sidebar li {
    list-style-type: none;
}

.widget {
    padding: 20px 20px 20px 20px;
    margin: 20px 20px 0 0;
    background: #d1d1d1;
}

.widget ul {
   margin: 0;
   padding: 0;
}

.widget_search {
    padding: 0;
    background: none;
}

.morefloat {
    float: right;
    padding: 0px;
    margin: 0px;
}
.widget_pagenav {
    background: #ded3df;
}
.widget_pagenav h2, .widget_pagenav a, #pagenavmore {
    color: #4f0e56;
}
.widget_categories {
    background: #dff1d1;
}
.widget_categories h2, .widget_categories a, #categoriesmore {
    color: #48ab34;
}
.widget_archives {
    background: #fde2e2;
}
.widget_archives h2, .widget_archives a, #archivesmore {
    color: #e21658;
}

.widgettitle { padding-right:.5em;}

#footer {
    clear: both;
}
