/* CSS Document */

/******************************************************************************************

	Site:		The River Centre Church

	Author:		Maze
	
	
	
	Media type:		All

	1 - Universal
	2 - Typography
	3 - Structure/Layout
	4 - Page elements
	5 - Navigation
	6 - Miscelaneous

******************************************************************************************/



/***********************************************************************
	1 - UNIVERSAL
************************************************************************/


body {
	color: #000000;
	background: #FFFFFF;
	margin:0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	}

.empty {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 1px;
}

#wrap {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	margin-bottom: 10px;
	background-color:#FFFFFF;
}

#content {
	padding-bottom: 10px;
}

#header {
	background-position:center bottom;
	margin-top:0px;
}

#header_content_wrap {
	margin-left:auto;
	margin-right:auto;
	padding-top:0px;
	background-image:url(../images/header_logo.jpg) no-repeat right;
}

#logo {
	margin-bottom:0px;
	margin-left:0px;
	background-image: url(../images/header_logo.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 170px;
	
}

#footer {
	border-top:#CCCCCC solid 1px;
	height:50px;
	margin-top:30px;
}

/***********************************************************************
	2 - TYPOGRAPHY
************************************************************************/


a {
	color:#494F96;
}

a:hover {
	color:#666666;
	text-decoration:none;
}


/***********************************************************************
	3 - STRUCTURE/LAYOUT
************************************************************************/


#breadcrumbs {
	padding-left:8px;
	border-bottom:#CCCCCC solid 1px;
	margin-bottom:10px;
}

#breadcrumbs strong {
	color:#494F96;
	font-weight:bold;
	margin-right:6px;
}

#left_col {
	float:left;
	width:205px;
}

#home_middle_col {
	float:left;
	margin-left:3px;
}

#middle_col {
	float:left;
	width:565px;
	margin-left:15px;
}

#right_col {
	float:right;
	width:155px;
	margin-left:6px;
}

#large_col {
	float:left;
	width:760px;
}


/***********************************************************************
	4 - PAGE ELEMENTS
************************************************************************/


/* #Content */

#tickerwrap {
	border-bottom:#CCCCCC solid 1px;
	padding-bottom:8px;
	padding-top:8px;
}

#tickerhead {
	float:left;
	font-weight: bold;
	color:#494F96;
	padding: 0px 0px 0px 10px;
}

#tickerAnchor {
	float:left;
	padding: 0px 0px 0px 10px;
	color:#666666;
	font-size:90%;
}


#map {
    height: 35em;
    width: 47em;
}

.navigation {
	background: url(../images/navigation/river.gif) no-repeat right;
	width: 100%;
	margin-top: 1px;
}

#conference-links {
	width:175px;
	margin-top:-25px;
	margin-left:8px;
	margin-bottom:35px;
	padding:0px;
}

#conference-links li {
	margin-top:5px;
	margin-bottom:5px;
	list-style:none;
}

#conference-links a {
	color:#494F96;
	padding-top:8px;
	padding-bottom:8px;
}

#conference-links a:hover {
	text-decoration:none;
	color:#666666;
}


/***********************************************************************
	5 - NAVIGATION
************************************************************************/


#navigation a {
    display: inline;
    float: left;
    margin: 0 4px 0 0;
    padding: 0 0 0 3px;
    text-decoration: none;
    outline: none
}

#navigation span {
    padding: 2px 7px 5px 5px;
    float: none;
    display: block
}

#navigation li.thissection a, #navigation a:hover {
    background: url("/images/navigation/curveSmall.gif") no-repeat scroll left top transparent;
    color: #494F96;
}

#navigation li.thissection span, #navigation a:hover span {
    background: url("/images/navigation/curve.gif") no-repeat scroll right top transparent;
    color: #494F96;
}



#navigation {
	width: 947px;
	margin: 0 auto 0 auto;
	padding-top: 146px;
}
#navigation ul { margin:0; padding:0}
#navigation li {
	float:left;
	margin-right:5px;
	list-style:none;
}

/*#navigation li.thissection a, #navigation a:hover  {
	background-image:url(../images/navigation/right_curve.gif);
	background-position:right top;
	background-repeat:no-repeat;
	color:#494F96;
}

#navigation li.thissection, #navigation li:hover  {
	background-image:url(../images/navigation/left_curve.png);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}*/
	
#navigation a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:bold;
/*	margin-bottom:0px;
	padding-bottom:5px;
	padding-left:7px;
	padding-right:7px;
	padding-top:2px;*/
}

#sub_nav {
	margin-left:0px;
	margin-top:15px;
	margin-bottom:40px;
	padding: 0px;
}

#sub_nav li {
	list-style:none;
	margin-top:2px;
	margin-bottom:2px;
}
	
#sub_nav a {
	display:block;
	color:#494F96;
	text-decoration:none;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:110%;
	font-weight:bold;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:8px;
	background-color:#F2F2F2;
}

#sub_nav a:hover {
	color:#FFFFFF;
	background-image:url(../images/navigation/sub_nav/blue_fade.jpg);
	background-position:bottom;	
}

#sub_nav li.thispage a {
	color:#FFFFFF;
	background-image:url(../images/navigation/sub_nav/blue_fade.jpg);
	background-position:bottom;	
}

#footer ul {
}

#footer li {
	margin-bottom:5px;
	margin-left:10px;
	float:right;
	list-style:none;
}
	
#footer a {
	color:#494F96;
	text-decoration:none;
	font-size:100%;
}

#footer a:hover {
	color:#666666;	
}

#footer a {
	color:#333333;	
}

#footer .disclaimer { width: 600px; float:left; }
#footer .copyright { width: 250px; float:right; text-align:right;}


/***********************************************************************
	6 - MISCELANEOUS
************************************************************************/

#podcast_side {
	margin-bottom: 15px;
	background-image:url(../images/podcast_side.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:185px;
	overflow:hidden;
}
#podcast_side a { 
	color:#FFFFFF; 
	text-decoration:none; 
	display:block;
	padding:17px 0 0 17px;
	width:100%;
	height:100%;
}
#podcast_side a p { }
#podcast_side a p.podcast_title { 
	color:#FFFFFF; 
	font-weight:bold; 
	font-size:14px; 
	margin:0 0 2px 0;
	display:block; 
	width:166px; 
}
#podcast_side a:hover p.podcast_title { text-decoration:underline; }
#podcast_side a p.podcast_summary { 
	color:#FFFFFF; 
	font-size:12px; 
	margin:0px;
	display:block; 
	width:166px; 
}

.image_float_left {
	float:left;
}
.image_float_right {
	float:right;
}
.ezine_success { font-weight:bold; color:#000000;}
.ezine_warning { font-weight:bold; color:#FF0000; }

.image_left {float:left; margin-right: 20px; margin-bottom:25px;}
.image_right {float:right;margin-left: 20px; margin-bottom:25px;}

.form_field {
	border:#CCCCCC 1px solid;
	background-color:#FFFFFF;
	margin-top:8px;
	margin-bottom:8px;
}

#home_middle_col #homepage_mainfeatures a img  { border:none; margin:0; padding:0; }
.home_image {
	margin:0px;
	float:left;
}
.inlinepage_edit { height: 400px;}

#homepage_mainfeatures a { border:none; }

/***********************************************************************
	7 - CALENDER PROGRAMME OF EVENTS
************************************************************************/

#programmeofevents_page {padding-right:10px;}
a.month_skip {
	color:#666666;
	font-size:90%;
}
a:hover.month_skip {
	text-decoration:none;
}
.calendar-table {
	width: 100%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D4D0C8;
	margin-top: 25px;
	font-size:93%;
}
.calendar-table td {
	padding:2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D0C8;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D4D0C8;
}
.calendar-header {
	background-color: #666666;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.calendar-table td.calendar-today {
	border: 1px solid #000000;
}
.calendar-weekend {
	background-color: #C9D9F6;
}
.calendar-weekday {
	background-color: #FFFFFF;
}
.programme_item {
	padding: 0px;
	margin-bottom: 10px;
}
/*.cal_type_1 {}
.cal_type_2 {
	background-color: #ECEFFD;
}
.cal_type_3 {
	background-color: #EBEBEB;
}*/
#schedule {
	position:relative;
	top:0px;
	left:0px;
	background-color:#FFFFE8;
	padding-right: 5px;
	padding-left: 5px;
}
fieldset{ border:none; }
#eCommerceContent dt { font-weight: bold; margin-bottom: 20px;}
#eCommerceContent li { list-style: none; margin-bottom: 5px;  }
#totalTable  { border-collapse:collapse; }
#totalTable td { padding-right: 15px; text-align:left; padding-bottom: 10px; }
#totalTable tr { border-bottom: 1px solid #CCCCCC; }
#totalTable .grandTotal { background-color:#494F96; color:#FFFFFF; font-weight:bold; font-size: 125%; }#leftform {
	float: left;
	width: 265px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
#rightform {
	float: right;
	width: 265px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
#formarea {

	height: 150px;
	margin-top: 25px;
}

