/********************************************************************
*    slc_style.css                                                  *
*    -----------------                                              *
*    by James Clarke                                                *
*                                                                   *
*    Shining Lights Church - Style Sheet                            *
*                                                                   *
*    This is the main style sheet for the Shining Lights            *
*    Church website.                                                *
*                                                                   *
*    Note you are welcome to use ideas from this in your own        *
*     websites, happy web authoring.                                *
*                                                                   *
*    Version 1.0  -  04/03/2009                                     *
*	 Version 1.1  -  22/07/2010 - Support for new attraction page   *
*                                                                   *
*********************************************************************/

body
{
    font-family: Arial, Sans, sans-serif;
    font-size: medium;
    color: black;
    background-color: #EEE;
}

h1
{
	font-weight: bold;
	font-size: x-large;
}

h2
{
    font-weight:bold;
    font-size: large;
}

h1.centered
{
	text-align: center;
}

h2.centered
{
    text-align: center;
}

h1.rightal
{
	text-align: right;
}

h2.rightal
{
	text-align: right;
}

h1.leftal
{
	text-align: left;
}

h2.leftal
{
	text-align: left;
}

em
{
    font-weight: bold;
}

sup 
{
    font-size: x-small;
}

p 
{
    text-align: justify;
    padding: 0;
    margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	margin-right: 0.5em;
	width: 98%;
}

p.catch_phrase
{
    text-align: center;
}

p.navigation
{
    text-align: center;    
}

p.reference
{
    text-align: justify;
    padding: 0;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 1.5em;
    margin-right: 0.5em;
    width: 95%;
}

table
{
   padding: 0;
   width: 100%;
   border: none;
}

tr
{
   background-color: silver;
}

tr.tr_h
{
   background-color: gray;
}

tr.tr_alt
{
   background-color: white;
}


th
{
   padding: 0;
   font-weight: bold;
   text-align: left;
   border: none;
}

td
{
   padding: 0;
   text-align: left;
   border: none;
}

/*
p.film_strip
{
   text-align: left;
   padding: 0;
   margin: 0;
}

*/
a:link
{
    text-decoration: none;
}

a:visited 
{
    text-decoration: none;
}

a:hover 
{
    background-color: aqua;
    text-decoration: none;
}

div.support
{
	border:0;
	width:88px;
	height:31px;
}

div.ofthemonth
{
	display: block;
	margin-left: auto;
    margin-right: auto;
	border: 0;
	width: 800px;
}
        
