/* @override http://www.hopecitychurch.org.uk/templates/simple/screen.css */

/* Hope City Church CSS*/
/*Brand new design Copyright 2007 - IE7 safe */


/* Whole page formating */
html, body 	{ 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	margin:0; 
	padding: 0; 
	color:#000; 
	height:100%; 
	line-height: 160%; 
	background: url("header-line.jpg") repeat-x left top;
	color:#333333;}

img	{ border: 0; }

h1	{ 
	margin:0.4em 0; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1.8em; 
	font-weight:lighter; 
	color:#0086FF;  
}

h2	{ 
	margin:1em 0; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1.4em; 
	font-weight:bold; 
	color:#4988B6; 
}

h3	{ 
	font-size:1em; 
	font-weight:bold; 
	color:#000000; 
	margin:1.2em 0 0 0; 
}

p	{ 
	font-size:1em; 
	margin:0 0 1em 0; 
}

a:link, a:visited	{ color:#3399ff; text-decoration:none; }
a:hover, a:active	{ color:#00529f; text-decoration:none; }

/* wrapper to make the page center */
div#container {
	width: 800px;
	background: #FFFFFF url("bkg_LeftNav.gif") repeat-y left top;
    padding: 0;
    margin: 0px auto;
    border-left: 1px solid #c9dbf3;
    border-right: 1px solid #c9dbf3;
}

div#header {
	position: relative;
	text-align:left;
	width:800px;
	height:238px;
	margin: 0px auto;
}

.flashbanner
{
	margin-top: 2px;
}

/* Top nav */

#navcontainer ul
{position: absolute;
	top:239px;
	left:0px;
padding: 0;
margin: 0;
background-color: #19285e;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 5px 1em;
background-color: #19285e;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color:#175499;
color: #fff;
}

#navcontainer .sel a {
	background-color:#1a72b1;
	color: #ffffff;
}

/* Left menu navigation */

#navlist
{
clear: both;
padding: 0;
margin: 0;
width: 180px;
background: transparent;
line-height: 0.9em;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
}

#navlist li a
{
	background: #f5f5f5;
	color:#00529f;
	text-decoration: none;
	padding: 4px 9px 4px 11px;
	display: block;
}

#navlist li a:hover {	
	color: #000000;
}

#navlist .subsel a
{	color: #000;
font-weight: bold;
}

#navlist .subsel a:hover
{color: #000000;
font-weight: bold;
}

/*Main Body Items*/

div#login{ padding: 11px 11px 0 11px;}


div#bodycontainer { padding-top: 30px; }

div#searchbox {
	position: absolute;
	top: 50px;
	left: 563px;
	width:250px;
	margin-right: 0px;
}

#breadcrumb {
color:#00529f;
font-size:1.8em;
font-weight: normal;
padding-bottom: 5px;
border-bottom: 1px solid #333333;
}

div#content {
	float: right;
	width:570px;
	padding: 20px 20px 0 20px;	
}

#content a:link, #content a:visited {
    color: #3399ff;
    font-weight: lighter;
    text-decoration: none;
}

#content a:hover, #content a:active { 
	color:#00529f; 
	text-decoration:none; 
}

#subcontent{
	clear: both;
	float:left;
	width:170px;
	padding:20px 20px 10px 0;
	line-height:1.4em;
}

div#footer {    clear: both;
    background-color: #19285e;
    border-top: 1px solid #00529f;
    border-bottom: 1px solid #00529f;
    color: #FFFFFF;
    font-family: Arial, Verdana, sans-serif;
    font-size: 8pt;
    padding: 4px 0px 4px 0px;
    text-align: center;
}

div#footer a:link, div#footer a:active, div#footer a:visited {
    color: #FFFFFF;
    font-family: Arial, Verdana, sans-serif;
    font-size: 8pt;
    text-decoration: none;
}

div#footer a:hover {
    color: #FFFFFF;
    font-family: Arial, Verdana, sans-serif;
    font-size: 8pt;
    text-decoration: underline;
}

/* Extras */
div#leftquote {
	float: left;
	width: 199px;
	color: #fff;
	border: 1px solid #141414;
	background-color: #2099d3;
	margin-right:8px;
	padding: 6px;
}

div#sidepics { float: right;}

/* Banner */

#site-wide-banner {
	position: absolute;
	top: 88px;
	width: 800px;
	height: 150px;
	background: #fff url(http://www.hopecitychurch.org.uk/media/site-wide-banner/banner.jpg) no-repeat;

}

#bannerimage {
	position: absolute;
	top: 88px;
	height: 150px;
	border-top: 1px solid #273d92;
}
#bannerimage p{
font-size: 0px;
	height: 150px;
}

#bannertext {
position: absolute;
top: 143px;
left: 30px;
text-align: left;
line-height: 0.6em;
}

#bannertext h1 { 
color: #fff;
font-size: 32px;
font-weight: normal;
}

#bannertext h2 { 
position: relative;
top:-16px;
color: #000;
font-size: 18px;
font-weight: bold;
}

#bannertext p a { 
position: relative;

font-weight: bold;
color: #fff;
}

#bannertext p a:hover { 
position: relative;

font-weight: bold;
color: #3399ff;
}

#bannertext p { 
position: relative;
top:-30px;
line-height: 0.6em;
}

