/**
 * 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: 1.0em;
    color: #001c88;
    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;
}

table{
	margin-right: 16px;	
}

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

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: #ff0000; text-decoration: underline }
a:active  {  color: #ff0000; text-decoration: underline }

h1 {font-size: 20px}
h2 {font-size: 18px}
h3 {font-size: 16px}
h4 {font-size: 14px}
h5 {font-size: 12px}
h6 {font-size: 10px}


.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;
}



.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;
    padding-right:16px;
}

#mainarea img{
	margin: 5px;
}

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

.event_list_item {
	border:1px solid #6633CC;
	margin:16px 16px 16px 0;
	padding:10px;
	overflow:auto;
}

.event-title{
	background-color:#c21440;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px 10px;	
}

.event-date{
	background-color:#FA7274;
	color:#000000;
	font-weight:bold;
	padding:5px 10px;
	text-align:right;
	float: right;
	margin:0 0 10px 10px;
}

#footer
{
    clear: both;
    margin-top: 100px;
    padding: 0 0 0 200px;
    font-size: 0.8em;
}
   
/* WYEC CUSTOMISATIONS */ 
   
.read-more{
	background-color:#ddd;
	border:2px outset #888;
	float:right;
	font-weight:bold;
	padding:4px;	
}

.highlight 
{
    color: red;
}

.footnote
{
    font-size: 0.8em;
}


/*-----------------------------------------
	SPAW EDITOR STYLES
-----------------------------------------*/

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

.spaw_large{
	font-size: larger;
}

.spaw_title{
	background-color:#c21440;
	color:#FFFFFF;
	font-weight:bold;
	padding: 4px 10px;	
	line-height: 25px;
	margin: 5px;
}

