/*
THEME NAME: City Gates Custom Theme
THEME URI: http://www.carinema.com
DESCRIPTION: Custom Theme for City Gates Christian Centre, Ilford
VERSION: 1.0
AUTHOR: <a href="http://www.carinema.com/">Carine Ma &amp; David Chung</a>
AUTHOR URI: http://www.carinema.com
TAGS: custom, theme, developer
*/


/* Credits Popup */
@import url('header.css');
@import url('content.css');
@import url('sidebar.css');
@import url('footer.css');
@import url('kids-church.css');
@import url('sagepay.css');

* {
    margin:0;
    padding:0;
}

img {
    border-style: none;
}

body {
    background: #CECECD url(images/bg-greygrad.jpg) repeat-x scroll top center;
    font-family: Arial, Helvetica, sans-serif;
    color: #000; 
    text-align: left;
    font-size:12px;
    word-spacing:0.2em;
    line-height: 1.2em;
}


a { 
	font-weight: bold; 
	color: #999999;
	text-decoration:none;
}

a:hover, a:active{ 
	font-weight: bold; 
	color: #FF6600;
	text-decoration:none;
}

#content  ul {
	list-style-position: outside;
	padding-left:4em;
}


div#full-width-wrapper1 {
    background: transparent url(images/bg-blackshadow.png) repeat-y scroll top center;
}

div#full-width-wrapper2 {
    background: transparent url(images/nav-main-sides.png) no-repeat scroll center 93px;
}


div#wrapper {
    background: white;
    position:relative;
    margin: auto;
    width: 960px;
}

