/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

@font-face {
	font-family: 'Conv_Arial Narrow';
	src: url('http://www.sydneypod.com.au/themes/SydneyPod2013/fonts/Arial Narrow.eot');
	src: local('?'), url('http://www.sydneypod.com.au/themes/SydneyPod2013/fonts/Arial Narrow.woff') format('woff'), url('http://www.sydneypod.com.au/themes/SydneyPod2013/fonts/Arial Narrow.ttf') format('truetype'), url('http://www.sydneypod.com.au/themes/SydneyPod2013/fonts/Arial Narrow.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
   
   
html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    font: 16px/26px Arial, Helvetica, Helvetica Neue;
	font-size: 0.9em;
	line-height: 1.6em;
	letter-spacing:normal;
	color:#FFF;
	background:#333;
	margin:0;
	padding:0;
}

.wrapper {
	position:relative;
    width:80%;
    margin:0 5%;
	padding: 0 5%;
	background:#939BA0 url(http://www.sydneypod.com.au/themes/SydneyPod2013/img/bg-body-grey.png);
}
img{
	border:0;
}
a{
	text-decoration:none;
	border:0;
	color:#FFF;
}
a:hover{
	text-decoration:underline;
}
p{
	margin:0 0 0.8em;
}
ul{
	margin:0 0 0.8em;
}

h1,h2,h3,h4,h5{
	font-weight:normal;
}
h1{
	font-family:'Conv_Arial Narrow', Arial, Helvetica, 'Helvetica Neue', sans-serif;
	color:#000;
	text-transform:uppercase;
	margin:15px 0 0;
}

h2{
	text-transform:uppercase;
	margin:5px 0 0;
	font-weight:bold;
}
h3{
	margin:5px 0 0;
	font-size:1.0em;
}

.reg{
	font-size:0.7em;
}

/* Sydney Pod Logo*/
#sydneyPodLogo{
	text-align:center;
}
#sydneyPodLogo img{
	width:100%;
	height:auto;
}

/* Quick Links */
#quickLinks{
	padding:12px 0;
	clear:both;
}
#quickLinks p{
	margin:0;
	padding:0;
}
#quickLinks a{
	font-family:'Conv_Arial Narrow', Arial, Helvetica, 'Helvetica Neue', sans-serif;
	line-height:31px;
	font-size:1.0em;
	display:block;
	border-bottom:1px dotted #CCC;
}

/* Home Page Slideshow */
#mainSlideShow{
	width:100%;
	clear:both;
}
#mainSlideShow img{
	width:100%;
	max-width:604px;
}


/* Footer */
footer{
	padding-top:55px;
	font-size:0.7em;
}

/* Article Styles */
article header, article section, article footer{

}
article header a, article section a, article footer a{
	color:#333;
}
article header{
	margin-bottom:50px;
}
article section h2,
article section h2.normalise{
	float:none;
	font-size:1.0em;
	margin:0;
	padding:0;
	background:transparent;
}
article section img{
	display:block;
	float:left;
	clear:both;
	width:90%;
	height:auto;
	margin:5px 5%;
}
article section textarea{
	width:100%;
}

/* Sidebar Navigation */
nav{
	margin:0;
}
nav ul.nav a{
	font-family:'Conv_Arial Narrow', Arial, Helvetica, 'Helvetica Neue', sans-serif;
	text-transform:uppercase;
	font-size:1.2em;
}
nav ul.nav a.nav-selected{
	color:#000;
}

/* 1st Level */
nav ul.nav{
	list-style:none;
	margin:0.8em 0;
	padding:0;
}
nav ul.nav li{
	text-align:center;
}
nav ul.nav li a{
	color:#000;
}

/* 2nd Level */
nav ul.nav ul{
	display:none;
	list-style:none;
	padding:0;
	border-top:1px dotted #CCC;
	border-bottom:1px dotted #CCC;
}
nav ul.nav li.nav-path-selected ul {
	display:block;
}
nav ul.nav ul li{
	line-height:1.2em;
	text-align:center;
}
nav ul.nav ul li a{
	color:#FFF;
}

/* Hide Contact On Mobiles */
nav ul.nav > li:last-child{
	display:none;
}
	
/* Layouts */
.content-2cols{
}
.content-2cols .column{
}
.content-2cols .column.first{
}
.content-2cols .column.last{
}

.content-3cols{
}
.content-3cols .column{
}
.content-3cols .column.first{
}
.content-3cols .column.last{
}

	
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 480px) {

}
@media only screen and (min-width: 768px) {

    .wrapper {
        width:700px;
        margin:0 auto;
		padding:0 20px;
    }
	header.wrapper{
		padding-top:35px;
	}
	footer.wrapper{
		padding-top:55px;
		padding-bottom:30px;
	}
	
    .sidebar-left article {
        float: left;
        width: 74%;
		max-width:604px;
    }

    .sidebar-left aside {
        float:left;
        width:25%;
		max-width:214px;
		padding-top:55px;
    }
	
	footer{
		text-align:right;
	}

	article section h2{
		float:left;
		font-size:1.0em;
		margin:0;
		padding-right:23px;
		background:transparent url(http://www.sydneypod.com.au/themes/SydneyPod2013/img/bg-h2-spacer.png) no-repeat right center;
	}
	article section h2.normalise{
		float:none;
		font-size:1.0em;
		margin:0;
		padding:0;
		background:transparent;
	}
	
	article section img{
		display:block;
		width:auto;
		max-width:99%;
		height:auto;
		margin:auto 10px;
		clear:none;
	}
	
	/* Quick Links */
	#quickLinks{
		height:31px;
	}
	#quickLinks a{
		border:0;
	}
	#quickLinks .column.first a{
		display:block;
		float:left;
		border-right:1px solid #FFF;
		margin-right:25px;
		padding-right:25px;
	}
	#quickLinks .column.last a{
		display:block;
		float:right;
		text-align:right;
	}

	/* Sidebar Navigation */
	nav{
		margin:20px 0 0 15px;
	}
	nav ul.nav a{
		font-size:1.0em;	
	}

	/* 1st Level */
	nav ul.nav{

	}
	nav ul.nav li{
		text-align:left;
	}
	
	/* 2nd Level */
	nav ul.nav ul{
		display:none;
		padding-left:10px;
		margin:0 0 0.8em;
		border:0;
	}
	nav ul.nav ul li{
		text-align:left;
	}

	/* Hide Contact On Mobiles */
	nav ul.nav > li:last-child{
		display:block;
	}
	
	/* Layouts */
	.content-2cols .column{
		float:left;
		width:49%;
	}
	.content-3cols .column{
		float:left;
		width:32%;
	}
}

@media only screen and (min-width: 1024px) {

/* ===============
    Maximal Width
   =============== */
    .wrapper {
        width:830px;
        margin:0 auto;
		padding:0 85px;
    }
	header.wrapper{
		padding-top:50px;
	}
	footer.wrapper{
		padding-top:55px;
		padding-bottom:30px;
	}
	
	/* Sidebar Navigation */

	/* 1st Level */

	/* 2nd Level */
	nav ul.nav ul{
		padding-left:20px;
	}
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}