/*
Theme Name: Rosehill Secondary College
Theme URI: http://www.rosehillsc.vic.edu.au/
Description: Custom built Wordpress theme
Author: Essendon Creative Pty Ltd
Version: 1.0
*/

/* Undo some default styling of common (X)HTML browsers */

/* No list-markers by default - * must redefine bullets w/ bg graphics */
ol, ul {
    list-style:none;
}
/* Avoid browser default inconsistent heading, * font-sizes and pre/code*/
td, code, pre, h6, h5, h4, h3, h2, h1, body {
    font-size:1em;
}
/* Remove inconsistent (among browsers) - * default padding or margin */
hr, img, td, tr, table, dl, dt, dd, div, label, input, fieldset, blockquote, p, html, body, form, pre {
    margin:0; padding:0;
}
h6, h5, h4, h3, h2, h1 {
    margin:0; padding:0;
}
li, ol, ul {
    margin:0; padding:0;
}
/* prevent blue linked image borders */
fieldset {
    border:none;
}
:visited img {
    border:none;
}
:link img {
    border:none;
}
a img {
    border:none;
}

/* Begin Styles */

body, html {
    font-family:"Helvetica Neue", Halvetica, Arial, sans-serif;
    font-size:12px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    text-align:left;
    text-decoration:none;
    text-indent:0;
    text-transform:none;
    letter-spacing:0;
    color:#666;
    background:#fff url('images/bg-new.png') repeat-x scroll 0 150px;
}

div.layer {
    width:100%;
    height:100%;
    background:transparent url('images/bg-stripe-new.png') repeat scroll 0 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
    color: #084C8F;
    padding:10px 0 15px 0;
}

h1 {
    font-size:24px;
    border-bottom:1px #efefef solid;
    margin:0 0 10px 0;
    padding:10px 0 10px 0;
}

body.error404 h1 {
	border:none;
}

h2 {
    font-size:22px;
}

h3 {
    font-size:20px;
}

h4 {
    font-size:18px;
}

h5 {
    font-size:16px;
}

h6 {
    font-size:14px;
}

p {
    line-height:22px;
    padding:0 0 15px 0;
}

/* use for contact details */
address {
    font-style:normal;
}

/* use for acronyms in content */
acronym {
    border-bottom:1px #ccc dotted;
    cursor:help;
}

/* use for blockquotes in content */
blockquote {
    font-family:Georgia;
    font-weight:bold;
    font-size:14px;
    font-style:italic;
    color:#084C8F;
    border-left:1px #efefef solid;
    margin-bottom:10px;
    padding-left:10px;
}

blockquote * {
	padding:0;
}

/* use for bolding text */
strong {
    font-weight:bold;
}

span {
    
}

a, a:link, a:visited, a:active {
    text-decoration:none;
    color:#45729F;
    border-bottom:none;
    outline: none;
}

a:hover {
    text-decoration:none;
    color:#0B56A4;
}

a[href $='.pdf'] {
   padding:14px 0 14px 45px;
   display:block;
   background: transparent url('images/pdf-icon.png') no-repeat center left;
}

body.page-id-251 a[href $='.pdf'],
body.page-id-1200 a[href $='.pdf'],
body.page-id-138 a[href $='.pdf']{
   padding:0 !important;
   display:block;
   background: none !important;
}

/*body.page-id-135 div#content p {
    border-bottom:1px solid #E0E8EF;
}*/

/* End Styles */

/* Begin Structure */

div#header {
    position:relative;
    width:100%;
    height:150px;
    background: #0b56a4;
}

div.inner {
	position:relative;
    width:960px;
    min-height:350px;
    height:auto;
    margin:auto;
}

div#logo {
    position:relative;
    width: 306px;
    height: 89px;
    float: left;
    margin: 29px 0 0 0;
}

div#contact-details {
    position:relative;
    width:auto;
    height:auto;
    padding:0;
    top:52px;
    float: right;
    text-align: right;
    
    font-family:"Century Gothic", Halvetica, Arial, sans-serif;
}

div#contact-details.home {
/*	top:79px;*/
}

div#contact-details h1 {
	color:#fff;
        
	border:none;
	padding:0;
	margin:0;
}

div#contact-details h2 {
	font-size: 20px;
	color:#fff;
	padding:0;
        
}

div#logo a, div#logo a:hover {
	border: none;
}

div#page {
	position:relative;
	width: 960px;
	min-height:350px;
	height:auto;
	margin:0 auto; 
	top:45px;
	left:5px;
}

div#page-secondary {
	position: relative;
	width: 949px;
	min-height: 350px;
	height: auto;
	margin: 45px auto 0 auto;
	background: #fff;
	-moz-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.2);
}

div#page-secondary:after, div#page:after {
	display: block;
	clear: both;
	content: "";
}

div#image-main {
	position: relative;
	height: 270px;
	width: 694px;
	float: left;
}

div#image-main-2 {
	position: relative;
	height:288px;
	width: 949px;
	float: left;
}

div#image-main, div#image-main-2 img {
	background: #fff;
	padding: 5px;
	margin:auto;
	display: block;
	position:relative;
}

div#image-main-2 img {
    padding: 9px !important;
}

div.cta {
	position: relative;
	height: auto;
	width: 232px;
	float: left;
	margin: 22px 10px 20px 0;
}

div.cta-4 {
	margin-right: 0;
}

div.cta img {
	background: #fff;
	padding: 5px;
}

div.cta-content {
	position:relative;
	width:100%;
	height:auto;
	padding:0;
}

div.cta-content a, div#footer a {
	color:#DFCC00;
	border:none;
}

div.cta-content h2 a {
    color:#084C8F;
}

div.cta-content h2 a:hover {
/*    text-decoration:underline;*/
    color:#084C8F;
    border-bottom:1px #084C8F solid;
}

div.cta-content a:hover, div#footer a:hover {
	color:#FFE900;
}

div.cta-content h3 {
	margin: 10px 0 0 0;
}

div.cta-content p {
	color:#0B56A4;
}

div#page-secondary div#sidebar {
	padding: 10px 30px 10px 30px;
}

div#latest-news-item, div#quick-links {
	position:relative;
	width:201px;
	background:#fff;
	float:right;
	right:13px;
	padding:3px 10px 17px 10px;
}

div#latest-news-item {
	height:53px;
	margin-bottom:10px;
}

div#latest-news-item h3 {
	padding:0 0 5px 0;
}

div#latest-news-item ul {
	position:relative;
	width:auto;
	height:auto;
	list-style: none;
}

div#latest-news-item ul li {
	width:auto;
	height:auto;
}

div#latest-news-item ul li li {
	border-bottom:none !important;
}

div#quick-links {
	height:197px;
	width:220px;
	padding:0 !important;
}

div#quick-links h3 {
	padding:5px 0 5px 10px;
}

div#quick-links ul {
	list-style:none;
}

div#quick-links ul li {
	padding:0 0;
/*	background:transparent url('images/li.png') no-repeat scroll 12px 6px;*/
}

div#quick-links ul li a {
	display:block;
	padding:3px 10px 3px 10px;
	border-top:1px #DEE5ED solid;
}

div#quick-links ul li a:hover {
/*	background:#F0F6FC url('images/li.png') no-repeat scroll 12px 6px;*/
    background:#F0F6FC;
}

/* sidebar navigation for all regular pages */

div.pages-nav ul {
	
}

div.pages-nav ul li {
	
}

div.pages-nav ul li a {
	display:block;
	background:#A4CAEF;
	margin-bottom:3px;
        color:#176CBF !important;
}

div.pages-nav ul li a:hover {
	background:#99BEDF !important;
}

div#sidebar {
	position:relative;
	min-height:250px;
	height:auto;
	width:191px;
	float:right;
	padding:15px;
	margin-top:15px;
        right:-21px;
        background:transparent;
}

div#sidebar ul {
	position:relative;
	width:auto;
	height:auto;
	list-style: none;
}

div#sidebar ul li {
	width:auto;
	height:auto;
}

div#sidebar.homepage li li {
	border-bottom:none !important;
}

div#sidebar li li {
	line-height: 18px;
	border-bottom:1px #efefef solid;
}

div#sidebar li li a {
	display:block;
	padding:5px 5px;
}

div#sidebar li li a:hover {
	border:none;
	background:#f5f5f5;
}

body.page-template-homepage-php div#sidebar h2 {
	color: #0b56a4;
	border-bottom:1px rgba(11, 86, 164, .2) solid;
	font-size: 20px;
	padding:0 0 7px 0;
	margin: 0 0 10px 0;
}

ul#child-pages {
    
}

ul#child-pages li {
    
}

ul#child-pages li a {
    padding:5px;
    border:none !important;
}

ul.children {
    display: none;
    margin-bottom:3px;
}

ul.children li {
    border:none !important;
    background:#eee !important;
}

ul.children li a {
    margin:0 !important;
    background:none;
    padding:5px 20px !important;
}

ul#child-pages li.parent a {
    background:#A4CAEF url('images/arrow.png') no-repeat scroll right center;
}

ul#child-pages li.parent a:hover {
    background:#99BEDF url('images/arrow.png') no-repeat scroll right center !important;
}

ul#child-pages li.parent ul.children li a {
    background-image:none !important;
}

div#content {
    position:relative;
    width:600px;
    min-height:250px;
    float: left;
    height:auto;
    background: white;
    padding: 10px 30px 10px 30px;
}

div#content table {
    line-height:20px;
    border-collapse: collapse;
}

div#content table td {
    padding:5px;
}

div#content table tbody tr {
    border-bottom:1px #D1DFEE solid;
}

div#content ul {
    list-style:disc outside none;
    padding:0 0 15px 15px;
    line-height:20px;
}

div#content.error {
	width:889px;
	text-align:center;
}

form#searchform input#s {
	padding:4px;
	border:1px #dfdfdf solid;
	outline-style:none;
}

div#content img {
	-moz-box-shadow: 1px 1px 6px #555;
        -webkit-box-shadow: 1px 1px 6px #555;
        box-shadow:1px 1px 6px #555;
	padding:5px;
}

body.page-id-682 div#content img,
body.page-id-138 div#content img {
    -moz-box-shadow:none !important;
    -webkit-box-shadow:none !important;
     box-shadow:none !important;
}

div.post {
	margin:0 0 10px 0;
        clear: both;
        overflow: hidden;
}

div.post-details {
	background:#F9F9F9;
	border:1px #F3F3F3 solid;
	padding:0;
	color:#777;
	height:30px;
	font-variant: small-caps;
	text-align:center;
	line-height:30px;
        font-size: 11px;
        position: relative;
        clear: both;
}

div.post-details p.left, div.post-details p.right, div.post-details p {
	padding:5px 10px;
}

div.post-details p.left, div.post-navigation p.left {
	float:left;
}

div.post-details p.right, div.post-navigation p.right {
	float:right;
}

div.post-navigation {
	font-variant: small-caps;
}

div.post-navigation a {
	display:block;
	background:#45729F;
	padding: 2px 10px;
	color:#fff;
}

div.post-navigation a:hover {
	background:#35678F;
}

div.post-thumb {
    position:relative;
    float:right;
    margin-left: 20px;
    width: 177px;
}

body.blog div.entry-content, body.single div.entry-content {
    float: left;
    
    width: 403px;
}

div#footer {
    position:relative;
    width:950px;
    height:200px;
    border-top:2px #cfcfcf solid;
    margin:40px auto 0 auto;
    padding:20px 0 0 0;
}

div#footer p {
	color: #fff;
}

div#footer ul {
    width:232px;
    height:auto;
    list-style:none;
    color:#5d5d5d !important;
    float:left;
}

div#footer ul li {
    line-height:20px;
}

div#footer ul li a {
    color:#5d5d5d;
    border-bottom:1px #5d5d5d solid;
}

div#footer ul li a:hover {
    color:#084C8F;
    border-bottom:1px #084C8F solid;
}


div#footer ul h3 {
    font-size: 14px;
    padding:0 0 10px 0;
}

div.section {
	position: relative;
	width:232px;
	height:auto;
	margin:15px 10px 0 0;
	float: left;
}

div.section ul {
	color:#fff;
	list-style: none;
	line-height:20px;
}

div.section.contact {
	position: relative;
	width:454px;
	height:auto;
	margin:9px 0 0 0;
	padding:5px;
	float: left;
	background:rgba(255, 255, 255,.1);
	border:1px rgba(255, 255, 255,.1) solid;
}

div.section.contact img {
	margin:auto;
	position:relative;
	display:block;
}

div#strapline {
	position:absolute;
	width:100%;
	height:auto;
	bottom:0;
}

div#strapline h2 {
	color:#fff;
	text-transform: uppercase;
	text-align: center;
	padding:0;
	margin:0;
	font-family:Century Gothic, Halvetica, Arial, sans-serif;
}

/* Begin Lists */

ul {
    list-style:disc inside;
}

ol {
    list-style:decimal outside;
}

/* End Lists */

/* Begin header fade slideshow */

div#image-main IMG {
	position: absolute;
	z-index: 8;
}

div#image-main IMG.active {
	z-index: 10;
}

div#image-main IMG.last-active {
	z-index: 9;
}

/* End header fade slideshow */



/* End Structure */

/* Begin images */

.alignleft, img.alignleft {
	display:inline;
	float:left;
    margin:0 20px 10px 0;
}

.alignright, img.alignright {
	display: inline;
	float: right;
  	margin:0 0 10px 20px;
}

.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	margin-bottom: 1.5em;
}

.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}

.wp-caption p.wp-caption-text {
	margin: 0;
}

.wp-smiley { 
	max-height: 1em;
	margin:0 !important;
}

.gallery dl {
	margin: 0;
}

.gallery-caption {
	margin:-1.5em 0 0 0;
}

/* End images */

/* Begin pullquotes */

blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}

blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

/* End pullquotes */

/*begin gallery css*/

.ngg-albumtitle {
    height:50px;
}
.ngg-album {

}
.ngg-albumtitle a {
    vertical-align: text-bottom;
}
.ngg-albumcontent {
    padding-bottom: 20px;
}
div.ngg-albumoverview {
    float:left;
    width:130px;
    margin:0 10px;
    text-align:center;
}

div.ngg-albumoverview h6 {
    padding-bottom:3px;
}

.ngg-gallery-thumbnail-box  {
	padding:0 0 20px 0;
    float:left;
}


div#map_1 {
    float:right;
}

div#map_1 img {
    	-moz-box-shadow: none;
	padding:0;
}

div.nav {
    position:absolute;
    width:100%;
    height:70px;
    border-top:1px solid #084F8F;
    background:transparent url('images/nav-outer-bg-new.png') repeat-x scroll 0 0;
    font-family:"Century Gothic";
    font-size:15px;
}

div.nav ul {
    position:relative;
    width:930px;
    height:40px;
    margin:12px auto 0 auto;
    list-style:none;
    text-align:center;
}

div.nav ul {
    list-style:none;
}

div.nav ul.menu li {
    float:left;
    height:32px;
}

div.nav ul.menu li a {
    font-weight:bold;
    color:#fff;
    list-style:none;
    text-align:center;
    text-shadow:0 1px 0 #125BA6;
    padding:0 17px;
    display:block;
    text-decoration: none;
}

div.nav ul.menu li a:hover {
    border:none;
    color:#FFED2F;
}

/*level 2*/
div.nav ul.level1 li ul.level2 {
    background:#fff;
    display:none;
    float:left;
    height:auto;
    margin-top:12px;
    padding-top:4px;
    position:absolute;
    width:auto;
    z-index:99999;
    font-size:12px;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}

div.nav ul.level1 li ul.level2 li a {
    color:#666 !important;
    text-shadow:none !important;
    padding:3px 8px !important;
    text-align:left !important;
}

div.nav ul.level1 li ul.level2 li ul.level3 {
    margin-top:5px;
}

div.nav ul.level1 li ul.level2 ul.level3 li {
    border-bottom:1px solid #DEE5ED;
    height:auto !important;
}

.li-container {
    height:auto !important;
    padding:0 !important;
}

div.nav ul.level1 li ul.level2 li a:hover {
    color:#666;
    background:#F0F6FC;
    text-decoration:none;
}

div.nav ul.menu li ul.level2 li ul.level3 li ul.level4, div.nav ul.menu li ul.level2 li ul.level3 li ul.level4 li ul.level5 {
    display:none;
    position:absolute;
    margin:-22px 0 0 150px;
    text-align:left;
    height:auto;
    z-index:99999;
    background:#fff;
}

/*level 4 hover*/
div.nav ul.level1 li ul.level2 li.li-container ul.level3 li:hover > ul.level4 {
    display:block;
}

/*level 5*/
div.nav ul.level1 li ul.level2 li.li-container ul.level3 li ul.level4 li:hover > ul.level5 {
    display:block;
}

div.nav ul.level1 li:hover > ul.level2 {
    display:block;
}

div.nav ul.menu li ul.level2 li {
    float:none;
}

div.nav ul.menu li ul.level2 li a:hover {
    color:#fff;
}

div.nav ul.level1 li ul.level2 li ul.column {
    float:left;
    width:150px;
    height:auto;
}

div.nav ul.level1 li ul.level2 li ul.column-last {
    margin-left:8px;
}

ul.level1 ul.international-wrapper {
    width:370px !important
}

ul.level1 ul.international-wrapper ul.international {
    width: 212px !important;
}

ul.level1 ul.level2 ul.wide {
    width: 176px !important;
}

ul.level3 li a span {
    float:right;
}

ul.level3 li a.parent {
    background:transparent url('images/nav-arrow.png') no-repeat scroll center right;
}

ul.level3 li a.parent:hover {
    background:#F0F6FC url('images/nav-arrow.png') no-repeat scroll center right !important;
}

ul.level1 ul.level2 ul.level3 ul.wider {
    margin-left:175px !important;
}
div#essCreative {
    position:relative;
    height:auto;
    margin-top:30px;
    text-align: center;
    font-size:10px;
}
div#essCreative  a {
    color:#666;
}