/*
	CSS FOR SITC HOLLAND
*/

@font-face {
	font-family: 'GothamBold';
	src: url('../fonts/Gotham-Bold.eot');
	src: local(':)'), url('../fonts/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham-Bold.ttf') format('truetype'), url('../fonts/Gotham-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
}

img {
	border: 0;
}

html,body {
	height: 100%;
	width: 100%;
}

body {
	background: #fff;
	font-family: "Helvetica Neue", Arial, sans-serif;
	color: #666666;
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 10px;
	font-size: 13px;
	text-align: justify;
	line-height: 20px;
}

#header-background {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 249px;
	z-index: -1;
}

header#main {
	width: 960px;
	margin: 0 auto;
}

header#main h1 {
	width: 893px;
	height: 234px;
	background: url(../images/logo.png) no-repeat top left;
	margin: 0 auto;
	padding: 0;
}

header#main h2 {
	display: none;
}

header#main h1,
header#main h2 {
	text-indent: -9999px;
}

nav {
	background: url(../images/backgrounds/nav.png) repeat-x top left;
	height: 28px;
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}

nav .inner {
	max-width: 1156px;
	height: 28px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

nav .crosses {
	width: 99px;
	height: 28px;
	display: block;
	background: url(../images/backgrounds/nav-crosses.png) no-repeat top left;
	position: absolute;
	top: 0;
}

nav .crosses.first {
	left: 0;
}

nav .crosses.last {
	right: 0;
}

nav ul {
	width: 800px;
	height: 28px;
	margin: 0 auto;
	list-style-type: none;
}

nav ul li {
	float: left;
	display: block;
	padding-left: 35px;
	padding-right: 35px;
	background: url(../images/backgrounds/nav-seperator.png) no-repeat center right;
}

nav ul li.current a {
	color: #da091c;
}

nav ul li.last {
	background: none;
}

nav ul li a {
	font-family: 'GothamBold', Arial, sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

#container {
	width: 960px;
	margin: 0 auto;
}

.row {
	overflow: hidden;
}

.first-col.triple-col {
	width: 240px;
	float: left;
	margin-right: 5px;
}

.second-col.triple-col {
	width: 460px;
	margin-right: 10px;
	float: left;
}

.third-col.triple-col {
	width: 240px;
	float: left;
	margin-left: 5px;
}

#news header {
	background: #de0a1c url(../images/backgrounds/heading.jpg) right top no-repeat;
	height: 24px;
	display: inline-block;
	margin-bottom: 15px;
}

#news header h1 {
	padding: 0 200px 0 10px;
	color: #fff;
	font-size: 15px;
	line-height: 24px;
}

#counter {
	width: 238px;
	height: 125px;
	background: url(../images/backgrounds/countdown.png) top left no-repeat;
	padding: 0 0 0 70px;
	color: #db091c;
	font-size: 65px;
	font-weight: bold;
}

#middlerow {
	margin-top: 30px;
}

footer#page {
	margin-top: 30px;
	border-top: 1px solid #d1d1d1;
}

footer#page #organizations {
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 20px;
}

footer#page #organizations h1 {
	float: left;
	font-size: 12px;
	line-height: 55px;
	margin-right: 20px;
}

footer#page #organizations ul {
	list-style-type: none;
	overflow: hidden;
}

footer#page #organizations ul li {
	float: left;
	margin-right: 31px;
}

footer#page #organizations ul li.last {
	margin-right: 0;
}

footer#page #organizations ul li a {
	text-indent: -9999px;
	display: block;
}

footer#page #organizations ul li#sosu a {
	background: url(../images/logos/soulsurvivor.jpg) no-repeat top left;
	width: 75px;
	height: 31px;
	margin-top: 12px;
}

footer#page #organizations ul li#stc a {
	background: url(../images/logos/servethecity.jpg) no-repeat top left;
	width: 101px;
	height: 31px;
	margin-top: 12px;
}

footer#page #organizations ul li#ywam a {
	background: url(../images/logos/ywam.jpg) no-repeat top left;
	width: 219px;
	height: 55px;
}

footer#page #organizations ul li#alpha a {
	background: url(../images/logos/alpha.jpg) no-repeat top left;
	width: 33px;
	height: 51px;
	margin-top: 2px;
}

footer#page #organizations ul li#vineyard a {
	background: url(../images/logos/vineyard.jpg) no-repeat top left;
	width: 191px;
	height: 25px;
	margin-top: 15px;
}

footer#page p {
	text-align: center;
	font-size: 11px;
}
