/*
Theme Name: NSCA 2012
Theme URI: http://schoolchaplaincy.org.au
Author: James Angus
Author URI: http://suqld.org.au
Description: The theme for NSCA
Version: 1.0
*/

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background: #FFFFFF url(images/background.jpg) no-repeat top center;
	font-family: Helvetica, Arial, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

a {
	color: #8dc63f;
}

h1 {
	color: #454545;
	font-size: 24px;
	line-height: 26px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

h1.newsHeading {
	background: url(images/newsIcon.jpg) no-repeat left;
	padding-left: 22px;
	padding-top: 2px;
	margin-bottom: 25px;
}

div.headingUnderline {
	width: 680px;
	height: 2px;
	border-top: 1px dashed #eee;
	margin: 0 0 15px -30px;
}

h2 {
	color: #555;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

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

p {
	color: #454545;
	font-size: 13px;
}

li {
	color: #454545;
	font-size: 13px;
	line-height: 1.4;
}

	ul li {
		position: relative;
		left: 1.5em;
		right: 1.5em;
		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;
	}

td {
	color: #454545;
	font-size: 13px;
	line-height: 1.4;
}

hr {
	display: block;
	border: 0;
	border-bottom: 1px dotted #CCC;
}

.entry-meta {
	margin: .5em 0;
	color: #454545;
	font-size: 11px;
}

.single .entry-meta {
	margin: 2em 0 1em 0;
}

h2 + .entry-meta {
	margin: 0 0 2em 0;
}

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

h1 a:hover {
	color: #666;
	text-decoration: underline;
}

div.article ul, div.singlePost ul {
	margin-bottom: 15px;
}

div.singlePost ul {
	margin-left: 20px;
	float: left;
}

div.singlePost h1 {
	margin: 0px 0 25px;
	color: #00326e;
	border-bottom: 1px solid #a1cc3e;
	padding-bottom: 10px;
}

div.singlePost h1.sponsors {
	border: none;
	padding: none;
}

div.article li, div.singlePost li {
	color: #454545;
	font-size: 13px;
	line-height: 1.4;
	list-style: disc;
	list-style-position: outside;
}

.post {
	margin: 2em 0;
}

div.padding {
	padding: 30px;
}

#header {
	width: 100%;
	height: 195px;
}

.home #header {
	height: 632px;
}

div.headerContainer {
	position: relative;
	margin-bottom: -250px;
	overflow: hidden;
	height: 250px;
	padding: 20px 50px;
	width: 100%;
	z-index: 200;
}

div.logo {
}

div.nav {
	padding-top: 70px;
}

.home div.nav {
	padding-top: 35px;
}

div.nav ul li {
	display: inline;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0;
	padding: 0;
	left: 0;
	right: 0;
	list-style: none;
}

div.nav ul li a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 3px;
	margin-left: 20px;
	text-shadow: 1px 1px 1px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
}

div.nav a.current {
	border-bottom: 2px solid #ce7c26;
}

div.slideshowContainer {
	position: relative;
	top: 132px;
	height: 500px;
	background: rgba(0,0,0,0.4);
}

div.slideshow {
	width: 960px;
	height: 500px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}

div.sliderNavs {
	display: none;
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: -280px;
}

div.sliderNavs img.left {
	float: left;
}

div.sliderNavs img.right {
	float: right;
}

div.divider {
	width: 100%;
	height: 6px;
	overflow: hidden;
	background: url(images/divider.jpg) repeat-x;
}

div.featureArticle {
	background: #fff;
	border: 1px solid #ccc;
	margin-top: 30px;
	margin-bottom: 30px;
}

div.featureArticleVideo {
	float: right;
	position: relative;
}

a.readmore {
	text-transform: uppercase;
	font-size: 14px;
	float: right;
	background: url(images/plus-btn.png) no-repeat left;
	margin-left: 30px;
	padding-left: 44px;
	padding-top: 11px;
	padding-bottom: 11px;
	position: relative;
	z-index: 10;
}

div.about a.readmore {
	margin-right: 55px;
}

div.greyline {
	background: #f9f9f9;
	width: 680px;
	position: relative;
	height: 25px;
	margin: -32px 0 30px -30px;
	float: left;
	padding: 0px;
	z-index: 0;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
}

div.greyline.full {
	width: 750px;
	margin-bottom: 0px;
}

div.pageContent {
	background: url(images/columns-bg.jpg) repeat-y;
	border: 1px solid #ccc;
}

div.primary {
	height: 100%;
	width: 680px;
	float: left;
}

div.primary ul li {
	font-size: 13px;
	line-height: 1.4;
	list-style: disc;
}

div.sidebar {
	height: 100%;
	width: 275px;
	padding: 20px;
	float: right;
}

div.article {
	margin-bottom: 30px;
}

div.article img {
	margin-bottom: 20px;
	margin-left: -30px;
}

div.article ul {
	margin-left: 40px;
	margin-bottom: 15px;
}

div.date {
	background: url(images/tab.png) no-repeat;
	padding: 10px;
	float: left;
	text-align: center;
	position: absolute;
	margin: -185px 0 0 -43px;
	font-weight: bold;
	color: #fff;
}

div.date p {
	color: #fff;
	width: 20px;
}

div.about {
	clear: both;
}

div.sidebar h1 {
	color: #fff;
	text-transform: uppercase;
	background: #3e4346 ;
	border-bottom: 1px dashed #33383b;
	width: 277px;
	margin: -20px -22px 20px;
	padding: 20px;
	float: left;
}

div.sidebar h1.subscribe {
	background-image: url(images/rss-icon.jpg);
	background-position: 230px 20px;
	background-repeat: no-repeat;
	margin-top: 10px;
}

div.sidebar p {
	color: #fafafa;
}
div.sidebar li.widget {
	list-style: none;
}

div.sidebar li.widget_sp_image h1 {
	display: none;
}

div.sidebar img {
	margin-bottom: 20px;
	border: 1px solid #fff;
}

div.about {
	background: #fff;
	border: 1px solid #ccc;
	margin-top: 30px;
	margin-bottom: 30px;
}

div.aboutText {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
}

div.aboutImage {
	float: right;
	position: relative;
	z-index: 1;
	margin-top: 5px;
}

div.button {
	float: left;
	width: 210px;
	overflow: hidden;
	height: 215px;
	margin-bottom: 30px;
	margin-right: 40px;
}

div.button a img {
	margin-top: -225px;
}

div.button a:hover img {
	margin-top: 0px;
}

div.spacer {
	width: 100%;
	height: 40px;
}

img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

div.singlePost {
	width: auto;
}

div.singlePost img.alignleft, div.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

div.singlePost h1, div.singlePost h2, div.singlePost h3, div.singlePost h4, div.singlePost h1, div.singlePost h5, div.singlePost h6 
{
	clear: both;
	margin-bottom: 15px;
}

div.featImg img {
	margin: 0px 0 20px;
	border: 8px solid #DDD;
	background: #fff;
	padding: 1px;
}

div.contactLeft {
	max-width: 600px;
	float: left;
}

div.map {
	float: right;
}

table {
	margin: 0 0 1em 0;
}

fieldset {
	margin: 1em 0 2em 0;	
}

	legend {
		margin: 1em 0;
		color: black;
		font-weight: bold;
	}

	label {
		color: #666;
		font-weight: bold;
	}

.wpcf7-form.sent {
	display: none;
}

.wpcf7-mail-sent-ok {
	margin: 1em 0;
	padding: 5px 10px;
	background-color: #e0f7d4;
	border: 1px solid #6da800;
}

.prompttext {
	display: inline-block;
	padding: 5px 10px;
	background-color: #FFC;
}

input[type=submit],
input[type=button],
.btnlogin {
	display: inline-block;
	padding: 4px 12px 6px;
	font-size: large;
	text-decoration: none; 
	padding: 6px 10px 5px; 
	text-align: center; 
	cursor: pointer;
	color: #555;
	border: 1px solid; 
	border-color: rgba(0,0,0,.2) rgba(0,0,0,.3) rgba(0,0,0,.5) rgba(0,0,0,.3);
	text-shadow: white 0 1px 0px; 
	-webkit-border-radius: 5px; 
	-webkit-box-shadow: rgba(0,0,0,.2) 0 1px 1px; 
	background-color: #ddd; 
	background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(255,255,255,.6)), to(rgba(255,255,255,0))); 
	background-image: -moz-linear-gradient(top, rgba(255,255,255,.6), rgba(255,255,255,0));
}

input[type=submit]:hover,
input[type=button]:hover,
.btnlogin:hover {
	color: black;
	text-decoration: underline;
}

.btnlogin {
	margin-left: 1em;
}

.homeContainer {
	background: rgba(244,242,44,0.7);
}

	.aboutText h1,
	.aboutText h2,
	.aboutText p {
		color: #003371;
	}

	.aboutText h1 {
		font-size: 22px;
	}

.repsContainer {
	background: white;
}

	.representatives {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
		text-align: center;
	}

		.repImage {
			height: 120px;
			text-align: center;
		}

			.repImage img {
				display: inline-block;
				width: auto;
				height: 80%;
			}

#footer-widgets {
}

	#footer-widgets .widget {
		float: left;
		width: 46%;
		margin-right: 3%;
	}

	#footer-widgets .widget:last-widget {
		margin-right: 0;
	}

	#footer-widgets h3 {
		color: #003371;
	}

        div.container_16 div.nav {
                width: 750px;
        }

	div.container_16 div.grid_6 {
		width: auto;
	}

	div.container_16 {
		width: 1022px;
	}
