﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: .8em;
    background-color: #036;
}

form
{
	padding: 0px;
	margin: 0px;	
}

img
{ border-width: 0px;
    border-style: none;
}

#centered
{
	margin: 0 auto;
	width: 800px;
}

#description
{
	color: #C0C0C0;
	text-align: right;
	font-size: .9em;
}

#description a
{
	text-decoration: none;
	color: #CCC;
}

#description a:hover
{ text-decoration: underline; }

#header
{
	height: 80px;
	background-color: #33735B;
	background-image: url(  'Images/Core/COR_Logo_White_Full.png' );
	background-repeat: no-repeat;
	background-position: 5px;	
}

#GoogleSearch
{
	padding: 10px;
	text-align: right;
}

#navigationMain ul
{
	padding-left: 0;
	margin: 0;
	background-color: #808080;
	color: White;
	float: left;
	width: 100%;
	font-size: 12px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #036;
}

#navigationMain ul li 
{ display: inline; }

#navigationMain ul li a
{
	padding: 0.2em 1em;
	background-color: #808080;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navigationMain ul li a#end
{ border-right-style: none; }

#navigationMain ul li a:hover
{
	background-color: #036;
	color: #fff;
}

#navigationLeft
{
	background-color: #33735b;
}

#navigationLeft h1
{
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	padding-left: 5px;
	padding-top: 8px;
	margin-bottom: 8px;
}

#navigationLeft ul
{
	width: 180px;
	padding: 0px;
	margin: 0px;
}

#navigationLeft ul li
{
	border-width: 1px;
	border-color: #fff;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 18px;
	border-top-style: dotted;
	list-style-type: none;
}


#navigationLeft ul li a
{
	color: #CCCCCC;
	text-decoration: none;
}

#navigationLeft ul li a:hover
{
	text-decoration: underline;
	color: White;
}

#navigationCalendar ul
{
	padding: 0;
	margin: 0;
	background-color: #CCCCCC;
	color: #33735B;
	float: left;
	width: 100%;
	font-size: 11px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #036;
}

#navigationCalendar ul li { display: inline; }

#navigationCalendar ul li a
{
	padding: 0.2em 1em;
	background-color: #CCCCCC;
	color: #33735B;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navigationCalendar ul li a.NoHover:hover
{
	background-color: #CCC;
}

#navigationCalendar ul li a:hover
{
	background-color: #33735B;
	color: #fff;
}

.loadingImage
{
    vertical-align: middle;
    text-align: center;
}

#Welcome
{ width: 370px; }

#News
{ width: 370px; }

#Podcast
{ width: 370px; }

#SundaySchedule
{ width: 196px; }

#SundaySchedule td
{
    white-space:nowrap;
    vertical-align: top;    
}

#SermonCast
{ width: 196px; }

#Events
{ width: 196px; }

.content
{
    background-color: White;
    clear: both;
}

.content .podTop
{
    padding: 6px;
    border-bottom: dotted 1px #ccc;
}

.content .podBottom
{ padding: 6px; }

.content h2
{
	font-size: 1.1em;
	color: #036;
}

.content h3
{ 
    color: #036;
    font-size: 1em;     
    padding-bottom: 1px;
    margin-bottom: 1px;
}

.content a
{
    color: #33735B;
    text-decoration: none;
    font-weight: bold;
}

.content a:hover
{ text-decoration: underline; }

.contentPadding
{ padding: 6px; }

.note
{
    font-weight: normal;
    margin-left: 7px;
}

.blockIndent
{ padding: 5px 0px 0px 7px; }

.entry
{ margin-bottom:10px; }

.entry .link
{ 
    display: block; 
    font-size: .9em;
}

.entry .date
{
    color: #888;
    margin-right: 7px;
}

.entry .more
{
    display:block;
    text-align: right;
    margin-top: 7px;
    font-size: 10px;
}

.entry .speaker
{
    float:right;
    border: none;
}

#footer
{
	color: #C0C0C0;
	text-align: center;
	font-size: .8em;
	padding-top: 25px;
}

#footer a
{ color: #C0C0C0; }