/**
 * CHURCH CMS STYLESHEET
 * older intrica templates css is comment out below also
 */

* {
    padding: 0;
    margin: 0;
}

body
{
    background-color: #f0f0f0;
    margin: 0 auto;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif; 
    font-size: 1em;
    color: #001c88;
    text-align: center;
    background-image: url(assets/images/web20_832.png);
    background-position: top center;
    background-repeat: repeat-y;
}

p, table {
    margin: 0 0 6px 0;
    line-height: 1.4em;
}

ul {
    margin: 8px 0 8px 32px;
}

.no-border
{
    border: 0;
}

.indent24 
{
    
    margin-left: 24px;
    
}

.highlight
{
    color: red;
    font-weight: bold;
}

#web20
{
    width: 800px;
    text-align: center;
    margin: 0 auto;
}

#container
{
    float: left;
    margin: 0 auto;
    width: 800px;
    background-color: #fff;
    border-left: 1px solid #6633cc;
    border-right: 1px solid #6633cc;
    text-align: left;
    min-height: 800px; height: 800px; height: auto !important;
}

a:link    {  color: #8a0000; text-decoration: none }
a:hover   {  color: #ff0000; text-decoration: underline }
a:visited {  color: #8a0000; text-decoration: none }
a:visited:hover {  color: #6633CC; text-decoration: underline }
a:active  {  color: #6633CC; text-decoration: underline }


.textonly 
{
    display: none;
}

.logo
{
}

.designedby
{
    display: block;
    background-image: url(assets/images/designedby1.gif);
    width: 111px;
    height: 94px;
    margin: 0 auto;
}

.community-logo
{
    display: block;
    background-image: url(assets/images/intrica-community100x50.jpg);
    width: 100px;
    height: 50px;
    margin: 0 auto;
}

#header 
{
    float: left;
    clear: both;
}

#header img 
{ 
    border: 0; 
}
 
#menunav
{
    float: left;
    clear: left;
    text-align: center;
    width: 20%;
}

#menunav img 
{
    border: 0;
}

#menunav ul
{
    font-weight: bold;
    font-size: 0.7em;
    text-align: left;
    list-style-type:none;
    margin-left: 20px;
}
#menunav ul li
{
    list-style-type:none;
    background: url(assets/images/bullet2-i.gif) left 4px;
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-top: 5px;
}

#mainarea 
{
    float: right;
    width: 75%;
    font-size: 0.8em;
}

#mainarea p {
    padding-top: 6px;
    padding-right: 16px;
}

.event_list_item {
    padding-top: 16px;
}

#footer
{
    clear: both;
    margin-top: 100px;
    padding: 0 0 0 200px;
    font-size: 0.8em;
}
   
/* WYEC CUSTOMISATIONS */ 
   
.highlight 
{
    color: red;
}

.footnote
{
    font-size: 0.8em;
}
