/* import layout common to all skins, override for a different layout */

@import url(../../common/styles/positioning.css);

a {
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline overline;
}

a:active {
    text-decoration: none;
}

body {
    background: #ffffff;
    color: #000000;
    font-family: Georgia, sans-serif;
    font-size: 75%;
    margin: 0px;
}

div#content div#title {
    background-image: url(../images/title-rd.gif);
    text-align: center;
}

img {
    border: 0px;
}

.dateStamp {
    background: transparent;
    color: #a0a0a0;
    font-size: 8pt;
}

.entry {
    background: #ff9900;
    background-image: url(../images/bar.jpg);
    border-top: 1px solid #ffc757;
    color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-variant: small-caps;
    font-weight: bold;
    margin: 5px 0px;
    padding: 5px;
}

.error {
    background: transparent;
    color: #ff0000;
}

.greek {
    font-style: italic;
}

.hCalendarDay {
    border-width: thin;
    font-size: .9em;
    text-align: center;
}

.hCalendarDayCurrent {
    border-style: dotted;
    border-width: thin;
    font-size: .9em;
    font-weight: bolder;
    text-align: center;
}

.hCalendarDayLinked {
    border-width: thin;
    font-size: .9em;
    font-weight: bolder;
    text-align: center;
}

.hCalendarDayNameRow {
    font-size: .9em;
    font-weight: bolder;
    text-align: center;
}

.hCalendarDayNotInMonth {
    background: transparent;
    color: #aaaaaa;
    font-size: .9em;
    text-align: center;
}

.hCalendarNextPrev {
    text-align: center;
}

.hCalendarTitle {
    font-weight: bolder;
    text-align: center;
}

.permalink {
    border: 0px;
    vertical-align: bottom;
}

.rFolder, .rNewsfeedTitle {
    font-weight: 600;
}

.rssbadge {
    border: 0px;
    height: 14px;
    width: 36px;
}

/* class definition for W3C Images */
.w3 {
    border: 0;
    height: 31px;
    width: 88px;
}

#content {
    background: #ffffff;
    color: #000000;
}

#content a, a {
    background: transparent;
    color: #800000;
}

#menu {
    background-color: #ff9900;
    background-image: url(../images/background.jpg);
    color: #ffffff;
}

#menu #calendar {
    border: 1px solid #000000;
}

#menu .item {
    border-top: 1px dashed #eeeeee;
}

#menu .rFolder a, #menu .rNewsfeedTitle a {
    background: transparent;
    color: #800000;
}

#menu a {
    background: transparent;
    color: #ffffff;
}

