/** BASIC */

body {
    background: #68695E url(../images/subpage1_01.jpg) repeat left top;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
}

/** TEXTS */

body, th, td, input, textarea, select {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}

p, blockquote, ul, ol, dl {
    text-align: justify;
}

.text1 {
}

.text2 {
    text-align: center;
    color: #7F4E47;
}

/** LINKS */

a {
    color: #E3BE7E;
}

a:hover {
    text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
    float: left;
}

.img2 {
    float: right;
}

em
{
    font-size: 1.1em;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
}

p.header
{
    font-size: 1.2em;
    font-weight: bold;
}

div.contact-info
{
    margin: 0px 0px 10px 10px;
    padding: 5px;
}

div.centered
{
    text-align: center;
    margin: 0px auto;
}

div.link
{
    text-align: center;
    margin: 0px auto 20px;
}

div.link > p
{
    font-size: 1.2em;
    text-align: center;
    margin: 10px auto;
}

/** Event Calendar */

.event-list {
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

.event-odd {
    background-color: rgb(92,88,76);
}

.event-even {
    background-color: rgb(83,76,66);
}

.event-desc-link {
    margin-right: 0px;
    padding-top: 0px;
    padding-right: 16px;
    background: transparent url(../images/desc-more-plus.gif) no-repeat right top;
}

.event-desc-link-expanded {
    background: transparent url(../images/desc-more-minus.gif) no-repeat right top;
}

.ui-tabs-hide { display: block; }
.title
{
    display: block !important;
}
#subtitle { display: none; }
#colB { display: none; }

/* HARE Fest */

#harefest {
    margin: 5px auto;
    padding: 5px;
    border: 5px solid #999999;
}

#harefest p {
    text-align: center;
}

#harefest-title  {
    font-size: 1.1em;
    font-weight: bold;
}

#harefest-tagline {
    font-style: italic;
    margin-bottom: 5px;
}

/* vim:set et sw=4 fdm=marker: */
