/*
Theme Name: School Chaplaincy ACT
Theme URI: http://scact.org.au
Description: School Chaplaincy ACT 2011 custom theme
Version: 1.0
Author: James Angus
Author URI: http://www.scact.org.au
*/


/**
	CSS Reset provided by Yahoo!
**/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
caption,th { text-align:left; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }



/**
	Basic page setup, HTML elements and typography
**/
body {
	color: #555555;
	background: #e5d5bc url(images/background.jpg) repeat top center;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: small;
	line-height: 135%;
}

h1 {
	display: block;
	margin: 0 0 1em 0;
	color: #f89728;
	font-size: xx-large;
	font-weight: bold;
	line-height: 135%;
	text-align: left;
	font-family: 'Gloria Hallelujah', cursive;
	text-transform: uppercase;
}

body.home h1 {
	display: none;
}

h2 {
	display: block;
	margin: .5em 0;
	color: #ed7636;
	font-size: large;
	font-weight: bold;
	line-height: 135%;
	text-align: left;
	font-family: 'Gloria Hallelujah', cursive;
	text-transform: uppercase;
}

	h2 a:link,
	h2 a:visited {
		text-decoration: none;
	}

h3 {
	display: block;
	color: #ed7636;
	margin: 0 0 1em 0;
	padding: 0;
	font-size: medium;
	font-weight: bold;
	line-height: 135%;
	text-align: left;	
}

h4 {
	margin: 0 0 1em 0;
	font-size: small;
	font-weight: bold;
	line-height: 135%;
	text-align: left;
}

h5,
h6 {
	margin: 0 0 1em 0;
	font-size: x-small;
	font-weight: bold;
	line-height: 135%;
}

blockquote {
	margin: 0 0 2em 0;
	padding: 5px 15px;
	font-style: italic;
}

p,
ul,
ol {
	margin: 0 0 1.5em 0;
	font-weight: normal;
	line-height: 135%;
}

	ul li {
		margin-left: 2em;
		padding-left: .3em;
		list-style-position: outside;
		list-style: disc;
	}
	
	ol li {
		margin-left: 2.3em;
		list-style-position: outside;
		list-style: decimal;
	}
	
hr {
	margin: 0 0 1em 0;
	clear: both;
	border: 0;
	border-top: 1px solid #bea382;
}

hr.footnote {
	margin-top: 4em;
}

a:link,
a:visited {
	color: #e31837;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
	
	a img {
		border: 0;
	}
	
table {
	margin: 0 0 1em 0;
}

table,
th,
td {
	text-align: left;
	vertical-align: center;
	border-collapse: collapse;
}

	th {
		font-size: medium;
	}
	
	th,
	td {
		padding: 5px;
	}

dt,
th {
	font-weight: bold;
}

dt {
	margin-top: 1em;
}

dd {
	margin-bottom: 1em;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

q {
	font-style: italic;
}

img.left,
img.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

img.right,
img.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

p.right {
	text-align: right;
}

p.center {
	text-align: center;
}

.clear {
	clear: both;
}

fieldset {
	border-color: #333 !important;
}

legend {
	color: #999 !important;
}

iframe {
	margin: 0 auto;
}

.iframe-wrapper {
	text-align: center;
}



/**
	Page styling
**/
#page {
	position: relative;
}

	#page .container {
		position: relative;
		max-width: 960px;
		margin: 0 auto;
	}
	
/**
	Masthead
**/
#masthead {
	padding: 20px 0 15px 0;
}

#masthead .container {
	position: relative;
}

#masthead .container:after {
	display: block;
	clear: both;
	content: ".";
	height: 0;
	visibility: hidden;
}

	#title {
		float: left;
		width: 207px;
		height: 97px;
		margin: 0 0 0 20px;
	}

	#actions {
		float: right;
		margin: 0;
		padding: 40px 0 0 0;
	}

		#actions ul {
			display: block;
			float: right;
			margin: 0;
			padding: 0;
		}

			#actions ul li {
				display: block;
				float: left;
				margin: 0 15px 0 0;
				padding: 0;
			}

			#actions ul li:last-child {
				margin-left: 25px;
			}

				#actions ul li a {
					display: block;
				}

					#actions ul li a img {
						display: block;
						border: 0;
					}

	#mainmenu {
		display: block;
		clear: both;
		margin: 25px 20px 10px 20px;
	}
	
	#mainmenu:after {
		display: block;
		clear: both;
		content: ".";
		height: 0;
		visibility: hidden;
	}
	
		#mainmenu ul {
			display: block;
			margin: 0 10px;
			padding: 0;
		}
		
			#mainmenu ul li {
				display: block;
				float: left;
				margin: 0;
				padding: 0;
				list-style: none;
			}
			
				#mainmenu ul li a {
					position: relative;
					display: block;
					padding: 11px 15px 9px 15px;
					color: #E31837;
					text-decoration: none;
					text-transform: uppercase;
					font-weight: normal;
					font-size: 16px;
				}
				
				#mainmenu ul li:first-child a {
					background-image: none;
				}
				
				#mainmenu ul li a:hover {
					color: #FFFFFF;
				}
				
				#mainmenu ul li.current_page_item a,
				#mainmenu ul li.current-menu-item a,
				#mainmenu ul li.current-menu-parent a {
					color: #FFFFFF;
					text-decoration: none;
					font-weight: bold;
					font-family: 'Gloria Hallelujah', cursive;
					background: #cc0000; /* Old browsers */
					background: -moz-linear-gradient(left, #cc0000 0%, #ff6600 100%); /* FF3.6+ */
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cc0000), color-stop(100%,#ff6600)); /* Chrome,Safari4+ */
					background: -webkit-linear-gradient(left, #cc0000 0%,#ff6600 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(left, #cc0000 0%,#ff6600 100%); /* Opera 11.10+ */
					background: -ms-linear-gradient(left, #cc0000 0%,#ff6600 100%); /* IE10+ */
					background: linear-gradient(left, #cc0000 0%,#ff6600 100%); /* W3C */
					-webkit-border-radius: 10px;
					-moz-border-radius: 10px;
					border-radius: 10px;
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#ff6600',GradientType=1 ); /* IE6-9 */
				}
				



/**
	Content
**/
#body {
	padding: 10px 15px;
}

#body:after {
	display: block;
	clear: both;
	content: ".";
	height: 0;
	visibility: hidden;
}

	#block,
	#content.narrowcolumn,
	#content.widecolumn {	
		float: none;
		margin-left: 20px;
		margin-right: 20px;
	}

		.twocolumn #block {
			float: left;
			width: 610px;
			margin: 0 0 0 20px;
		}

#header {
	margin: 0 0 2em 0;
}

.youtube {
	display: block;
	margin: 10px 0 30px 0;
	padding: 10px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
			
.prompttext {
	color: #FFF;
}
			
.btnlogin {
	display: block;
	padding: 7px 10px 7px 35px;
	background: #f2d20c url(images/lock.gif) no-repeat 5px 5px;
	font-size: medium;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

	a.btnlogin:link,
	a.btnlogin:visited {
		color: #680011;
	}

	a.btnlogin:hover,
	a.btnlogin:active {
		color: #c41f3a;
	}
	
.warning {
	padding: 5px 10px;
	background: #161616;
	border: 1px solid #222222;
}

	.warning strong {
		color: #FFF;
	}


a.more,
a.button {
	display: inline-block;
	padding: 8px 15px;
	color: #FFFFFF;
	font-size: medium;
	text-decoration: none;
	background: #cc0000; /* Old browsers */
	background: -moz-linear-gradient(left, #cc0000 0%, #ff6600 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cc0000), color-stop(100%,#ff6600)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #cc0000 0%,#ff6600 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #cc0000 0%,#ff6600 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #cc0000 0%,#ff6600 100%); /* IE10+ */
	background: linear-gradient(left, #cc0000 0%,#ff6600 100%); /* W3C */
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#ff6600',GradientType=1 ); /* IE6-9 */
}

a.more:hover,
a.button:hover {
	text-decoration: underline;
}
			
			
			
/**
	Image styling
**/
.image .entry {
	float: left;
}

.image .navigation {
	float: right;
	width: 320px;
	padding: 10px;
	background: #353535;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

	.image .navigation a:link,
	.image .navigation a:visited {
		display: block;
		border: 3px solid #4F4F4F;
	}

	.image .navigation a:hover,
	.image .navigation a:active {
		border-color: #c41f3a;
	}

	.image .navigation .caption {
		display: block;
		margin: 5px 0 0 0;
	}

	.image .navigation .alignleft {
		float: left;
		margin: 0;
	}

	.image .navigation .alignright {
		float: right;
		margin: 0;
	}

		.image .navigation .alignright .caption {
			text-align: right;
		}
		
	.image .attachment {
		padding: 10px;
		background: #353535;
		text-align: center;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
		.gallery a:link img,
		.gallery a:visited img,
		.image .attachment a:link img,
		.image .attachment a:visited img {
			border: 3px solid #4F4F4F;
		}
		
		.gallery a:hover img,
		.gallery a:active img,
		.image .attachment a:hover img,
		.image .attachment a:active img {
			border: 3px solid #c41f3a;
		}

.entry img {
	max-width: 100%;
	height: auto;
}

#navigation,
.navigation {
	display: block;
	clear: both;
}

#navigation:after,
.navigation:after {
	display: block;
	clear: both;
	content: ".";
	height: 0;
	visibility: hidden;
}

.postmetadata {
	display: block;
	clear: both;
	margin: 40px 0;
}

	.when {
		display: block;
		clear: both;
		margin: 0 0 10px 0;
	}
			
			
			
/**
 * Flash Video
 */
.flashvideo {
	display: block;
	border: 10px solid #380000;
	text-align: center;
	font-size: 15px;
}

.flashvideo:after {
	display: block;
	clear: both;
	content: ".";
	height: 0;
	visibility: hidden;
}

	.flashvideo h1 {
		color: #F2D20C;
	}

	.flashvideo p {
		color: #FFF;
	}

	.flashvideo .left {
		float: left;
		width: 37%;
		margin: 0 2%;
		text-align: left;
	}
	
	.flashvideo .right {
		float: right;
		width: 58%;
	}
	
	.flashvideo .right.vid {
		text-align: right;
	}


.wp-caption {
	width: auto;
	padding: 5px;
	background: #f5ebdc;
	border: 1px solid #FFF;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(20, 20, 20, 0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(20, 20, 20, 0.3);
	box-shadow: 0px 0px 5px 0px rgba(20, 20, 20, 0.3);
}

.wp-caption[style*="310px"] {
	width: 300px !important;
}

	.wp-caption img {
		display: block;
		margin: 0;
		padding: 0;
	}

	.wp-caption p {
		font-size: 80%;
		margin: 5px 0 0 0;
		text-align: center;
	}

.wp-caption.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.wp-caption.alignright {
	float: right;
	margin: 0 0 20px 20px;
}



/**
	Socialize Plugin Styling
**/
.socialize-in-content {
	margin: 0 0 0 -76px;
	width: 56px;
	padding: 5px;
}

.socialize-in-content:after {
	display: block;
	clear: both;
	content: ".";
	height: 0;
	visibility: hidden;
}

	.socialize-in-button {
		margin: 0 0 10px 0;
		text-align: center;
	}

	.socialize-in-button:last-child {
		margin-bottom: 0;
	}



/**
	Sidebar
**/
#sidebar {
	clear: right;
	float: right;
	width: 270px;
	margin: 0 20px 0 0;
}

.map iframe {
	border: 5px solid #FFF;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(20, 20, 20, 0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(20, 20, 20, 0.3);
	box-shadow: 0px 0px 5px 0px rgba(20, 20, 20, 0.3);
}



/**
	Footer
**/
#footer {
	clear: both;
	margin-top: 20px;
	padding: 20px 15px;
	font-size: x-small;
}

#footer:after {
	display: block;
	clear: both;
	content: ".";
	height: 0;
	visibility: hidden;
}

	#footer .container {
		max-width: 960px;
		margin: 0 auto;
		background: url(images/footerbackground.jpg) no-repeat top center;
		min-height: 153px;
	}

	#footer *,
	#footer p {
		margin: 0;
		color: #FFFFFF;
	}
	
	#footer p {
		font-size: 18px;
		line-height: 150%;
	}

	#footer h2 {
		margin-bottom: 15px;
	}

	#contactus {
		float: left;
		width: 380px;
		padding: 20px;
	}

	#enewssignup {
		float: right;
		width: 460px;
		padding: 20px;
	}

		#enewssignup .field {
			float: left;
			margin-right: 15px;
		}

			#enewssignup .field input {
				color: #555555;
				width: 150px;
				font-size: 17px;
				padding: 2px;
			}

		#enewssignup .submit {
			float: right;
			text-align: right;
			margin: 10px 20px 0 0;
		}

			#enewssignup .submit input {
				margin-right: 4px;
				padding: 3px;
				color: #FFFFFF;
				background: #e31837;
				border: 2px solid #e31837;
				text-transform: uppercase;
				font-size: 16px;
			}

	#facebook-likebox {
		float: right;
		width: 240px;
		margin: 25px 25px 0 0;
		padding: 20px 30px;
		/* 3b5998 */
		background: url(images/facebook-likebox.png) no-repeat center center;
	}



#disclaimers {
	text-align: center;
}

	#disclaimers p {
		margin-bottom: 5px;
		font-size: x-small;
	}

	#disclaimers a:link,
	#disclaimers a:visited {
		color: #555555;
	}





@media only screen and (max-width: 480px) {
	#page .container {
	}

	#header {
		text-align: center;
	}

		#header img {
			max-width: 100% !important;
			height: auto !important;
		}

	#page .twocolumn #block {
		float: none;
		max-width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0;
		padding: 0 10px;
	}

		#page .twocolumn #block iframe {
			max-width: 100%;
			height: auto;
		}

	#actions ul li:last-child {
		margin-right: 10px;
	}

	#sidebar {
		float: none;
		width: auto !important;
		max-width: 100% !important;
		margin-right: 0;
	}

	.hide {
		display: none !important;
	}

	#title {
		float: none;
		width: auto !important;
		margin: 0;
		text-align: center;
	}

	#actions {
		float: none;
		width: auto !important;
	}

	#contactus {
		float: none;
		width: auto !important;
	}

	#enewssignup {
		float: none;
		width: auto !important;
		margin: 10px 0 0 0;
	}

		#enewssignup h2 {
			color: #ed7636;
			font-size: 22px;
		}

		#enewssignup .field {
			margin: 0 0 10px 0;
		}

			#enewssignup .field label {
				display: inline-block;
				color: #555555;
				width: 80px;
				text-align: right;
			}

			#enewssignup .field input {
				width: 160px;
			}

	#facebook-likebox {
		float: none;
		width: auto !important;
		margin: 40px 0 0 0;
	}

	.iframe-wrapper iframe {
		max-width: 100% !important;
		margin: 0 -25px;
	}


	.socialize-in-content {
		display: none;
	}
}

	



/**
	Safari Hacks
**/
@media screen and (-webkit-min-device-pixel-ratio:0)
{

}



/** 
	Opera Hacks
**/

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{	
	#mainmenu ul li.page-item-27 {
		width: 162px;
	}
	
	#mainmenu ul li.page-item-27 a {
		width: 92px;
	}
}