/*
Name: Shellharbour City Community Church	
URI: http://sccoc.org.au
Description: CSS file.
Version: 1.00
Author = Chris Simmons
Author URI = http://cjsimmons.net
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #000 url(img/bkg.jpg) center no-repeat;
	margin: 0px;
}

a {	outline: none;}

#links {
	background: #333333;
	border-bottom: #666 solid 1px;
	color: #FFF;
	font-size: 11px;
	padding: 3px 0 3px 0;
	text-align: center;
}

ul.links li {display: inline;}
ul.links li a {	color: #FFF; text-decoration:none; }
ul.links li a:hover {text-decoration: underline;}

#content {
	margin: 0 auto;
	width: 950px;
}

#header {
	height: 84px;
}

#nav {
	height: 24px;
	margin-top: 4px;
}
/* Target all Gecko (includes Firefox) */
html>/**/body #nav, x:-moz-any-link, x:default { height: 25px; margin-top: 3px;} /* Only FireFox 3 */

ul li {
}

ul.nav li {	display: inline;}

ul.nav a, ul.nav a:hover {
	margin: 0 -8px 0 -2px;
	text-decoration: none;
	padding: 10px 0 16px 0;
}

ul.nav #home a {
	background: url(img/nav/home.gif) no-repeat top;
	padding: 6px 80px 6px 0;
}

ul.nav #home a:hover {
	background: url(img/nav/home.gif) no-repeat bottom;
	padding: 6px 80px 6px 0;
}

ul.nav #church a {
	background: url(img/nav/church.gif) no-repeat top;
	padding: 6px 94px 6px 0;
}

ul.nav #church a:hover {
	background: url(img/nav/church.gif) no-repeat bottom;
	padding: 6px 94px 6px 0;
}

ul.nav #ministries a {
	background: url(img/nav/ministries.gif) no-repeat top;
	padding: 6px 103px 6px 0;
}

ul.nav #ministries a:hover {
	background: url(img/nav/ministries.gif) no-repeat bottom;
	padding: 6px 103px 6px 0;
}

ul.nav #events a {
	background: url(img/nav/events.gif) no-repeat top;
	padding: 6px 85px 6px 0;
}

ul.nav #events a:hover {
	background: url(img/nav/events.gif) no-repeat bottom;
	padding: 6px 85px 6px 0;
}

ul.nav #downloads a {
	background: url(img/nav/downloads.gif) no-repeat top;
	padding: 6px 119px 6px 0;
}

ul.nav #downloads a:hover {
	background: url(img/nav/downloads.gif) no-repeat bottom;
	padding: 6px 119px 6px 0;
}

ul.nav #contact a {
	background: url(img/nav/contact.gif) no-repeat top;
	padding: 6px 116px 6px 0;
}

ul.nav #contact a:hover {
	background: url(img/nav/contact.gif) no-repeat bottom;
	padding: 6px 116px 6px 0;
}

#wrapper {
	background: url(img/bkg-paper.jpg) no-repeat bottom #FFF;
	padding: 10px;
	height: 775px;
}

#rotator {
	height: 420px;
	width: 100%;
}

#banner {
	height: 380px;
	width: 100%;
	margin-bottom: 10px;
}

#navmini {
	background: #000;
	color: #FFF;
	font-size: 11px;
	font-weight: 600;
	height: 22px;
	letter-spacing: -0.2px;
	margin: 0 0 10px 0;
	padding: 8px 0 0 5px;
	text-transform: uppercase;
}

ul.navmini li {	display: inline; }
ul.navmini img { margin: 10px 0 0 0; }

ul.navmini a {
	color: #FFF;
	padding: 0 9px 9px 9px;
	text-decoration: none;
}

ul.navmini li.current_page_item a,
ul.navmini a:hover {
	background: url(img/arrow.gif) no-repeat bottom;
	margin: auto 0;
}

#left {
	width: 444px;
	float: left;
	font-size: 12px;
	text-align: left;
	color: #333;
	text-align: justify;
}

#welcome {
	background: url(img/welcome.jpg) no-repeat;
	padding-top: 59px;
	height: 80px;
}

#text p {
	margin: 10px;
	text-align: justify;
}

#text p a {
	color: #444;
	text-decoration: none;
}

#text p a:hover {
	text-decoration: underline;
}

*:first-child+html #welcome {
	height: 80px;
}

#left p.welcome {
	margin: 10px;
	text-align: justify;
	line-height: 17px;
}

.icon {
	vertical-align: top;
	padding-bottom: 10px;
}

.icon img {
	float: left;
	padding-right: 5px;
	margin-top: -15px;
}

#left img {
	padding-top: 15px;
}

#right {
	float: right;
	width: 476px;
}

#left p.banner,
#right p.banner {
	color: #333;
	font-size: 11px;
	font-weight: 600;
	text-align: left;
	margin-top: 7px;
	text-transform: uppercase;
	letter-spacing: -0.2px;
}

#r1, #l1 {
	float:left;
}

#r2, #l2 {
	float:right;
}

#footer {
	background-color: #000;
	color: #FFF;
	padding-top: 5px;
	text-align: center;
}