@charset "UTF-8";

/*
	
	Site Design Copyright 2010 Infusion Design Melbourne
	www.infusiondesign.com.au
	
	Table of Contents
	1.	Browser CSS Reset
	2.	Typographic Setup
	3.	Generic Page Layout
	

*/

/*  -----  1. RESET  -----  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #fff;
	background: #ffefe5 url('http://www.stpaulscathedral.org.au/images/site/content_bg_tile_trans.png') repeat;
	font: 14px/22px Georgia, Palatino, "Times New Roman", Times, sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ========================== */
/* = GENERIC CONTENT STYLES = */
/* ========================== */
a {
	color: #fc3;
	text-decoration: none;
}
	a:hover, a:focus {
		text-decoration: underline;
	}
	
p {
	margin-bottom: 10px;
}

h1 {
	
}

strong { font-weight: bold; }
em { font-style: oblique; }

.content ul {
	list-style: outside circle;
	margin-bottom: 10px;
	margin-left: 15px;
}

.content h3 {
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
}

.content h4 {
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
}

.content a {
	color: #fc3;
	text-decoration: none;
}
	.content a:hover, .content a:focus {
		text-decoration: underline;
	}
	
.clearfloat {
	clear: both;
}

/* ============ */
/* = MASTHEAD = */
/* ============ */

#masthead_wrap {
	
}

#masthead {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

	#stpauls_logo {
		width: 241px;
		height: 93px;
		display: block;
		background: transparent url('http://www.stpaulscathedral.org.au/images/site/logo_dark.png') no-repeat 0 0;
		position: absolute;
		top: 35px;
		left: 20px;
		text-indent: -9999px;
	}
		#stpauls_logo h1 {
		
		}
		#stpauls_logo:hover, #stpauls_logo:focus {
	
		}

/* fallback default - replaced in most sections */
#background {
	background: #ffefe5 url('http://www.stpaulscathedral.org.au/images/site/home_bg.jpg') no-repeat 50% 0;
}
	/* ======================== */
	/* = NAVIGATION - Primary = */
	/* ======================== */
	
	#navigation {
		margin-top: 160px;
		background: #183253 url('http://www.stpaulscathedral.org.au/images/site/navigation_bg.png') repeat-x 0 0;
		background: -webkit-gradient(
		    linear,
		    left bottom,
		    left top,
		    color-stop(0, rgb(24,49,82)),
		    color-stop(1, rgb(31,86,158))
		);
		background: -moz-linear-gradient(
		    center bottom,
		    rgb(24,49,82) 0%,
		    rgb(31,86,158) 100%
		);
		float: left;
		width: 100%;
		padding: 0 0 0 0;
		position: relative;
		z-index: 100;
	}
	
	#navigation li {
		float: left;
		margin: 0 10px 0 0;
		position: relative;
	}
		#navigation li a {
			display: block;
			padding: 0 20px;
			font-variant: small-caps;
			line-height: 30px;
			text-decoration: none;
			color: #fff;
			font-weight: bold;
			letter-spacing: 0.5px;
		}
			#navigation li a:hover, #navigation li a:focus {
				background: #183152;
				color: #fc3;
			}
	
		#navigation li.active > a {
			color: #fc3;
		}
			#navigation li.active a:hover, #navigation li.active a:focus {
				
			}
		
		/*  Dropdowns  */
		#navigation li ul {
			display: none;
			position: absolute;
			top: 30px;
			left: 0;
			background: #1f569e;
			background: rgba(31,86,158,0.95);
			background: -webkit-gradient(
			    linear,
			    left bottom,
			    left top,
			    color-stop(0, rgba(24,49,82,0.95)),
			    color-stop(1, rgba(31,86,158,0.95))
			);
			background:	-moz-linear-gradient(
			    center bottom,
			    rgba(24,49,82,0.95) 0%,
			    rgba(31,86,158,0.95) 100%
			);
			width: 180px;
			-moz-box-shadow: 0px 5px 30px rgba(0,0,0,0.8);
			-webkit-box-shadow: 0px 5px 30px rgba(0,0,0,0.8);
			box-shadow: 0px 5px 30px rgba(0,0,0,0.8);
		}
		#navigation li:hover ul {
			display: block;
		}
			#navigation ul li {
				float: none;
				display: block;
				margin: 0;
			}
				#navigation ul li a {
					font-variant: normal;
					font-weight: normal;
					line-height: 15px;
					padding: 8px 10px 7px 10px;
					letter-spacing: 0;					
				}
					#navigation ul li a:hover, #navigation ul li a:focus {
						background: #183253;
					}
			#navigation ul li:first-child a {
				padding-top: 12px;
			}
			#navigation ul li:last-child a {
				padding-bottom: 12px;
			}
				#navigation ul li.active a {
					color: #fc3;
				}
					#navigation ul li.active a:hover, #navigation ul li.active a:focus {
						
					}


/* ============= */
/* = CONTAINER = */
/* ============= */

#container_wrap {
	clear: both;
	background: #25436a url('http://www.stpaulscathedral.org.au/images/site/content_bg_tile.jpg') repeat;
	background: rgba(37, 67, 106,0.9);
	background: transparent url('http://www.stpaulscathedral.org.au/images/site/content_bg_tile_trans.png') repeat;
	min-height: 400px;
	overflow: auto;
/*	width: 960px;
	margin: 0 auto;*/
}

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

	.section_title {
		color: #fc3;
		font-variant: small-caps;
		font-size: 35px;
		line-height: 35px;
		letter-spacing: 2px;
		text-shadow: 0 2px 8px rgba(0,0,0,0.6);
		padding: 20px 200px 0px 170px;
		text-align: left;
		/*font-style: oblique;*/
	}
		.section_title span {
			font-variant: normal;
			font-style: oblique;
			font-size: 20px;
		}
		.section_title a {
			
		}
			.section_title a:hover, .section_title a:focus {
				text-decoration: none;
			}
	
	/* ================ */
	/* = MAIN CONTENT = */
	/* ================ */
	.content {
		float: right;
		width: 450px;
		background: #183152;
		background: rgba(24,49,82,0.5);
		padding: 0 30px 20px 30px;
		margin: 20px 310px 0 0;
		-webkit-box-shadow: 0 0 40px rgba(255,255,255,0.02);
		-moz-box-shadow: 0 0 40px rgba(255,255,255,0.02);
	}
	
		.page_title {
			font-size: 35px;
			line-height: 40px;
			padding: 20px 0 20px 0;
			letter-spacing: 1px;
			font-style: oblique;
		}

		.tagline {
			
		}
	.content img.float_right {
		float: right;
		margin-right: -340px;
		-webkit-box-shadow: 0 0 40px rgba(255,255,255,0.02);
		-moz-box-shadow: 0 0 40px rgba(255,255,255,0.02);
	}
	/* =========== */
	/* = SIDEBAR = */
	/* =========== */
	
	#sidebar {
		float: left;
		width: 120px;
		padding: 20px 0px 10px 0;
		margin-left: 0px;
	}
		#sidebar h2 {
			
		}
			#sidebar h2 a {
				text-decoration: none;
				border-bottom: 1px solid #fc3;
				display: block;
				padding: 5px 10px 5px 10px;
				margin: 0 0 10px 0;
				font-variant: small-caps;
				line-height: 15px;
				font-size: 15px;
			}
				#sidebar h2 a:hover, #sidebar h2 a:focus {
					
				}
		
		/*  Side Navigation  */
		#side_navigation {
			
		}
			#side_navigation li {
				
			}
				#side_navigation li a {
					display: block;
					padding: 6px 10px 4px 10px;
					line-height: 15px;
					text-decoration: none;
					color: #fff;
				}
					#side_navigation li a:hover, #side_navigation li a:focus {
						text-decoration: none;
						background: #183253;
					}
				#side_navigation li.active {
					
				}
					#side_navigation li.active a {
						color: #fc3;
					}
						#side_navigation li.active a:hover, #side_navigation li.active a:focus {
							
						}
/* ========== */
/* = FOOTER = */
/* ========== */

#footer_wrap {
	margin: 50px 0 0 0;
	padding: 0 0 0 0;
	clear: both;
	float: left;
	width: 100%;
	background: -webkit-gradient(
	    radial,
	    50% -80%, 50,
	    50% -80%, 300,
	    color-stop(0, rgba(62,104,158,0.5)),
	    color-stop(1, rgba(62,104,158,0))
	);
}
#footer {
	margin-top: -35px;
	letter-spacing: 1px;
	padding: 70px 0 40px 0;
	background: transparent url('http://www.stpaulscathedral.org.au/images/site/footer_crest.png') no-repeat 50% 0;
}
#footer p {
	text-align: center;
}
#footer a {
	color: #fff;
	color: rgba(255,255,255,0.5);
	text-decoration: none;
	text-shadow: 0px 2px 4px rgba(0,0,0,0.8);
	-webkit-transition: 0.5s ease color;
}
	#footer a:hover, #footer a:focus {
		color: #fc3;
	}
	
#footer #stpauls_footer {
	font-style: oblique;
	font-size: 12px;
}
	#footer #stpauls_footer span {
		font-variant: small-caps;
		font-style: normal;
		font-size: 20px;
	}
#footer #infusion {
	font-size: 11px;
}

/* ============= */
/* = HOME PAGE = */
/* ============= */
body#home {
	background-color: #ffefe5;
}
#home #background {
	background: #ffefe5 url('http://www.stpaulscathedral.org.au/images/site/home_bg.jpg') no-repeat 50% 0;
}

#home_primary_wrap {
	width: 960px;
	height: 310px;
	margin: 0 auto;
	clear: both;
	background: transparent url('http://www.stpaulscathedral.org.au/images/site/home_primary_shadow.png') no-repeat 50% 290px;
	padding: 0 20px 40px 20px;
	z-index: 10;
	position: relative;
}
	#home_primary {
		background: #25436a url('http://www.stpaulscathedral.org.au/images/site/home_primary_bg.jpg') repeat-x;
		width: 940px;
		height: 290px;
		padding: 10px;
		overflow: visible;
	}
	#home_primary h2, #home_secondary h2 {
		font-size: 22px;
		font-variant: small-caps;
		text-shadow: 0px 2px 4px rgba(0,0,0,0.8);
		line-height: 30px;
		letter-spacing: 1px;
		padding-bottom: 10px;
		
	}
		#home_primary h2 a, #home_secondary h2 a {
			color: #fff;
			-webkit-transition: 0.5s ease color;
		}
			#home_primary h2 a:hover, #home_primary h2 a:focus, #home_secondary h2 a:hover, #home_secondary h2 a:focus {
				text-decoration: none;
				color: #fc3;
			}
	#home #welcome {
		float: left;
		width: 210px;
		height: 100%;
		padding: 0 8px 0 10px;
		border-right: 1px solid #25436a;
		
	}
	#home #services {
		float: left;
		width: 200px;
		padding: 0 10px 0 11px;
	}
	#home #feature {
		float: right;
		width: 460px;
		height: 290px;
		background: rgba(0,0,0,0.3);
		overflow: visible;
		position: relative;
		/*-webkit-box-shadow: 0 0px 10px rgba(255,255,255,0.1);*/
	}
		#home #feature li {
			position: absolute;
			top: 0;
			left: 0;
		}
			#home #feature li > a {
				display: block;
			}
			#home #feature li img {
				display: block;
			}
			#home #feature li a img {
				
			}
			
			#home #feature li div {
				position: absolute;
				background: #000;
				background: rgba(0,0,0,0.8);
				bottom: 0;
				width: 440px;
				padding: 10px 10px 0 10px;
			}
#home_secondary_wrap {
	clear: both;
	overflow: auto;
	margin-top: -80px;
	padding: 60px 0 0 0;
	background: #25436a url('http://www.stpaulscathedral.org.au/images/site/content_bg_tile.jpg') repeat;
	background: rgba(37, 67, 106,0.9);
	background: transparent url('http://www.stpaulscathedral.org.au/images/site/content_bg_tile_trans.png') repeat;
}
	#home_secondary {
		width: 940px;
		padding: 10px;
		margin: 0 auto;
	}
	
	#home #latest {
		float: left;
		width: 435px;
		padding: 0 5px 0 10px;
	}
	#home #news {
		float: right;
		padding: 0 9px 0 14px;
		width: 210px;
		border-left: 1px solid #25436a;
	}
		#home #news li {
			margin-bottom: 5px;
		}
			#home #news li a {
				text-decoration: none;
			}
				#home #news li a:hover, #home #news li a:focus {
					text-decoration: underline;
				}
			#home #news li .article_date {
				font-size: 10px;
				line-height: 18px;
				display: block;
			}
	#home #events
	{
		float: right;
		width: 220px;
		padding: 0 10px 0 10px;
		border-left: 1px solid #25436a;
	}
		#home #events li {
			margin-bottom: 5px;
		}
			#home #events li a {
				text-decoration: none;
			}
				#home #events li a:hover, #home #events li a:focus {
					text-decoration: underline;
				}
			#home #events li .event_date {
				font-size: 10px;
				line-height: 18px;
				display: block;
			}

/* ============= */
/* = CATHEDRAL = */
/* ============= */
body#cathedral {
	background-color: #e1e8f0;
}
#cathedral #background {
	background: #e1e8f0 url('http://www.stpaulscathedral.org.au/images/site/cathedral_bg.jpg') no-repeat 50% 0;
}

/* ========= */
/* = MUSIC = */
/* ========= */

body#music {
	background-color: #000;
}
#music #background {
		background: #000  url('http://www.stpaulscathedral.org.au/images/site/music_bg.jpg') no-repeat 50% 0;
}
#music #stpauls_logo {
	background-image: url('http://www.stpaulscathedral.org.au/images/site/logo_light.png');
}

/* =========== */
/* = WORSHIP = */
/* =========== */

body#worship {
		background-color: #25436a;
}
#worship #background {
	background: #25436a url('http://www.stpaulscathedral.org.au/images/site/worship_bg.jpg') no-repeat 50% 0;
}
#worship #stpauls_logo {
	background-image: url('http://www.stpaulscathedral.org.au/images/site/logo_light.png');
}

table.service_list {
	margin: 5px 0px 20px 0;
}

/* =========== */
/* = JAPAN   = */
/* =========== */

body#japan {
	background-color: #fff1db;
}
#japan #background {
	background: #fff1db url('http://www.stpaulscathedral.org.au/images/site/events_bg.jpg') no-repeat 50% 0;
}


/* =========== */
/* = SERMONS = */
/* =========== */

#sermons {
	width: 730px;
	margin-right: 30px;
}

/* ========== */
/* = PEOPLE = */
/* ========== */

body#people {
	background-color: #fff1db;
}
#people #background {
	background: #fff1db url('http://www.stpaulscathedral.org.au/images/site/events_bg.jpg') no-repeat 50% 0;
}

/* ========== */
/* = EVENTS = */
/* ========== */

body#events {
	background-color: #fff1db;
}
#events #background {
	background: #fff1db url('http://www.stpaulscathedral.org.au/images/site/events_bg.jpg') no-repeat 50% 0;
}

/* =========== */
/* = CONTACT = */
/* =========== */

body#contact {
	background-color: #427db5;
}
#contact #background {
		background: #427db5 url('http://www.stpaulscathedral.org.au/images/site/contact_bg.jpg') no-repeat 50% 0;
}
#contact #stpauls_logo {
	background-image: url('http://www.stpaulscathedral.org.au/images/site/logo_light.png');
}

#contact .content {
	padding-top: 20px;
	float: left;
	margin-left: 0px;
	margin-right: 0;
	width: 380px;
}

#contact .section_title {
	padding-left: 30px;
}

#contact_form {
	float: right;
	width: 400px;
	background: #183152;
	background: rgba(24,49,82,0.5);
	padding: 0 30px 20px 30px;
	margin: 20px 0px 0 0;
	-webkit-box-shadow: 0 0 40px rgba(255,255,255,0.02);
	-moz-box-shadow: 0 0 40px rgba(255,255,255,0.02);
}

#contact_form label {
	display: block;
	padding: 0 0 0 5px;
}
#contact_form input[type="text"], #contact_form input[type="email"], #contact_form textarea {
	width: 200px;
	border: 1px solid #25436a;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, Geneva, Verdana, sans-serif;
	padding: 4px;
	margin: 3px 0 12px 0;
}
	#contact_form input[type="text"]:focus, #contact_form input[type="email"]:focus, #contact_form textarea:focus {
		border-color: #fc3;
	}
#contact_form textarea {
	width: 388px;
	height: 80px;
	resize: vertical;
}

#contact_form #submit {
	font: 13px/15px Georgia, Palatino, "Times New Roman", Times, sans-serif;
	padding: 5px 25px;
	background: #45638A;
	border: 1px solid #fff;
	color: #fff;
	cursor: pointer;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 1px #fff;
	-moz-box-shadow: 0 0 1px #fff;
}
	#contact_form #submit:hover, #contact_form #submit:focus {
		border-color: #fc3;
		color: #fc3;
		text-shadow: 1px 0px 2px rgba(0,0,0,0.5);
		-webkit-box-shadow: 0 0 10px rgba(255,255,255,0.2);
		-moz-box-shadow: 0 0 10px rgba(255,255,255,0.2);
	}
	#contact_form #submit:active {
		background: #25436a;
		padding-top: 6px;
		padding-bottom: 4px;
	}
	
/* =========== */
/* = LANDING = */
/* =========== */

.landing_list {
	float: right;
	width: 810px;
	margin: 40px 0 0 0;
}

	.landing_list li {
		display: block;
		float: left;
		width: 240px;
		height: 130px;
		margin: 0 0 20px 20px;
		overflow: hidden;
		font-size: 12px;
		line-height: 20px;
		text-align: center;
	}
	.landing_list li a.link_title {
		text-decoration: none;
		display: block;
		font-size: 18px;
		line-height: 20px;
		padding: 8px 10px 10px 10px;
		border-bottom: 1px solid #fc3;
		text-align: center;
		font-style: oblique;
		margin: 0 0 10px 0;
		color: #fff;
	}
		.landing_list li a.link_title:hover, .landing_list li a.link_title:focus {
			background: #183253;
			/*color: #fff;*/
		}
	.landing_list li:hover {
		
	}
		
	.landing_list li p {
		
	}
	
/* ======== */
/* = NEWS = */
/* ======== */

.news_landing .section_title {
	padding-left: 40px;
}

.back {
	margin: 10px 0 -10px 170px;
}
#news .news_list {
	float: left;
	width: 930px;
	padding: 30px 0 0 30px;
}
	#news .news_list li {
		float: left;
		width: 260px;
		margin: 0 30px 30px 0;
		padding: 10px;
	}
	#news .news_list .article_title {
		margin: 0 -10px 0 -10px;
	}
		.news_list .article_title a {
			text-decoration: none;
			display: block;
			font-size: 18px;
			line-height: 20px;
			padding: 5px 10px 5px 10px;
			border-bottom: 1px solid #fc3;
			margin: 0 0 5px 0;
			color: #fff;
		}
			.news_list .article_title a:hover, .news_list .article_title a:focus {
				background: #183253;
				text-decoration: none;
			}
	.news_list .article_date {
		font-size: 11px;
		color: #fc3;
		margin-bottom: 5px;
	}
	
	.news_list a {
		text-decoration: none;
	}
		.news_list a:hover, .news_list a:focus {
			text-decoration: underline;
		}

/* ========== */
/* = EVENTS = */
/* ========== */

#events .events_list {
	float: right;
	width: 450px;
	background: #183152;
	background: rgba(24,49,82,0.5);
	padding: 20px 30px 20px 30px;
	margin: 20px 310px 0 0;
	-webkit-box-shadow: 0 0 40px rgba(255,255,255,0.02);
	-moz-box-shadow: 0 0 40px rgba(255,255,255,0.02);
}

	#events .events_list li {
		clear: both;
	}

#events .events_list .event_date {
	float: left;
	width: 120px;
}

.content .event_date {
	margin-bottom: 30px;
	font-weight: bold;
}

/* =========== */
/* = SERMONS = */
/* =========== */

.sermons_list {
	float: left;
	width: 450px;
	background: #183152;
	background: rgba(24,49,82,0.5);
	padding: 20px 30px 20px 30px;
	margin: 20px 0 0 0;
	-webkit-box-shadow: 0 0 40px rgba(255,255,255,0.02);
	-moz-box-shadow: 0 0 40px rgba(255,255,255,0.02);
}
	.sermons_list li {
		list-style: none;
	}

.sermons_list .date {
	float: left;
	width: 120px;
}
