/*
Theme Name: Queens Grant based on 960bc
Theme URI: http://www.guardianwebdesign.com.au/960bc
Description: A blank canvas WordPress theme for developers based on the 960 CSS framework.
Version: 1.5
Author: Troy Dean
Author URI: http://www.guardianwebdesign.com.au/
Tags: fixed-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar

	960bc v1.5
	http://www.guardianwebdesign.com.au/960bc

	This theme was designed and built by Troy Dean
	as a starting point for WordPress developers who
	like the 960 grid system.
	http://www.960.gs
	The theme includes no images and minimal styling,
	providing a blank canvas for the designer to unleash
	her css magic.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* for ease of updating into the future we use separate style sheets for colours and typography */

@import url(colours.css);
@import url(typography.css);

/* Begin Structure */

body {
		width: 100%;
		margin: 0;
		padding: 0;
		position: relative;
		}

#page {
		position: relative;
		margin: 0;
		padding: 0;
		width: 100%;
		}

#header {
		height: 225px;
		width: 100%;
                background-image: url('images/header_bkg.jpg');
                background-repeat: repeat-x;
		}

#headercontainer {
               height: 170px;
               background-image: url('images/header_grdt.jpg');
               }

#leftheader, #rightheader {
		padding-top: 12px;
		}

.quicklink { 
		display: block;
		height: 23px;
		width: 140px;
		margin: 0 0 12px 0;
		}

#homelink {
		background-image: url('images/Home.jpg');
		}

#homelink:hover {
		background-image: url('images/Home_over.jpg');
		}

#col1 a, #col2 a, #col3 a, #col4 a {
                display: block;
                height: 23px;
                width: 140px;
                background-color: #2b456f;
                color: white;
                margin-bottom: 13px;
                text-align: center;
                text-decoration: none;
                }

#col1 a:hover, #col2 a:hover, #col3 a:hover, #col4 a:hover {
                background-color: #213962;
                text-decoration: none
                }
		

#headerimg {
		}

#logo {
               display: block;
	       height: 170px;
	       width: 300px;
               background-image: url('images/logobanner.jpg')
              }

#page-menu {
        margin: 0px;
        padding: 0px;
	clear:both;
	position:relative;
	z-index:2;
	color:black;
        font-family: times, serif;
        font-size: 22px;
        }

#page-menu ul {
	height:42px;
	list-style:none;
	position:relative;
	z-index:6005;
        margin: 0px;
        padding: 0px;
}

#page-menu ul li  {
	float:left;
	position:relative;
	/*z-index:6010;*/
        padding: 0px;
        margin: 0px;
}

#page-menu ul li a {
        text-align: center;
        text-decoration: none;
	display:block;
	line-height:42px;
	/*position:relative;*/
	/*z-index:6015;*/
}

#page-menu li ul {
	display:none;
	left:1px;
	position:absolute;
	top:42px;
	width:205px;
        height: auto;
	z-index:10000;
	background: #f7efdf;
	border:2px solid #182c5a;


}
#page-menu li ul li {
	width:205px;
        margin: 0px;
        padding: 0px;
}

#page-menu ul ul li a {
	color:black;
        text-align: left;
        text-decoration: none;
	display:block;
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
        font-weight: bold;
	line-height:16px;
        margin: 0px;
        padding: 2px 0px;
        }



#about, .page-item-2 a {
		width: 124px;
		background-image: url('images/About2.jpg');
		}

#about:hover, .page-item-2 a:hover {
		background-position: -124px 0px;
		}

#academics, .page-item-233 a {
		width: 169px;
		background-image: url('images/Academics2.jpg');
		}

#academics:hover, .page-item-233 a:hover {
		background-position: -169px 0px;
		}

#athletics, .page-item-235 a {
		width: 177px;
		background-image: url('images/Athletics2.jpg');
		}

#athletics:hover, .page-item-235 a:hover {
		background-position: -177px 0px;
		}

#activities, .page-item-237 a {
		width: 160px;
		background-image: url('images/Activities2.jpg');
		}

#activities:hover, .page-item-237 a:hover {
		background-position: -160px 0px;
		}
		
#admin, .page-item-239 a {
		width: 170px;
		background-image: url('images/Administration2.jpg');
		}

#admin:hover, .page-item-239 a:hover {
		background-position: -170px 0px;
		}

#guidance, .page-item-241 a {
		width: 140px;
		background-image: url('images/Guidance2.jpg');
		}

#guidance:hover, .page-item-241 a:hover {
		background-position: -140px 0px;
		}






#page-menu ul li:hover ul li a {
	background:none;
	display:block;
	padding:2px 0 2px 10px;
	width:185px;
}



#page-menu ul li:hover ul {
	display:block;
}


#page-menu ul li ul li a:hover {
        text-decoration: underline;
        }


/* This hides the 'skip to' links and maintains accessibility */
		
#skip {
		position: absolute;
		top: -500px;
		width: 1px;
		height: 1px;
		overflow: hidden;
		}

#content_area {
		background-image: url('images/content_bkg.jpg');
		background-repeat: repeat-x;
                padding-top: 15px;
		}


#content {
		padding-top: 40px;
		display:inline;
		}

.page_content {
               background-image: url('images/Content_bg.jpg');
               }

#breadcrumbs {
               background-color: #192e5b;
               color: white;
               height: 25px;
               }

#breadcrumbs a {
               color: white;
               text-decoration: none;
               }

#breadcrumbs a:hover {
               text-decoration: underline;
               }

#breadcrumbs a:visited {
               color: #e7e3ce;
               }

#breadtrail {
                padding-left: 10px;
            }

#submenubox {
		background-image: url('images/submenubox.jpg');
		background-repeat: no-repeat;
		height: 357px;
		width: 940px;
		padding: 12px;
		margin-bottom: 20px;
                z-index: 1;
		}

#submenu .post {
		margin-bottom: 2px;
		}

#submenu p {
		margin-bottom: 2px;
		}

#submenu h3 a, #submenu .post a, #sidebar ul ul li a {
                text-decoration: none;
                }

#submenu h3 a:hover, #sidebar ul ul li a:hover {
               text-decoration: underline;
               }

#flashbox {
		background: #000;
		width: 600px;
		height: 333px;
                background-image: url('images/doinghighschool.jpg');
		}

#events_col ul li, #news_col ul li {
		margin-left: 0px;
		}

.eventdate, #news_col a {
		color: #182c5a;
		font-weight: bold;
		}

#button_col img {
		margin-bottom: 12px;
		}


#sidebar
{
		text-align: left;
		padding-top: 40px;
		padding-bottom: 25px;
                font-size: 15px;
		}

#sidebar ul ul {
               list-style-type: none;
               }

#sidebar ul ul li {
               padding: 3px 0px 3px 0px;
               }
               

#footer {
		background-image: url('images/footer_bkg.jpg');
		background-repeat: repeat-x;
		margin: 40px 0 0 0;
		padding: 25px 0;
                font-size: 9px;
		}

#footer a {
               color: white;
               text-decoration: none;
               }

#footerContent {
               text-align: center;
               }

#footerContent img {
               margin: 0px auto;
               }

#rightfooter {
              text-align: right;
              }

.post {
		margin: 0 0 40px;
		}

.postmetadata {
		margin: 30px 0;
		}

.smallattachment {
		float: left;
		width: 128px;
		margin: 5px 5px 5px 0px;
		}

.attachment {
		margin: 5px 0px;
		}

.postmetadata {
		clear: both;
		}

/* End Structure */

/* Begin Images */
p img {
		padding: 0;
		max-width: 100%;
		}

img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

img.alignright {
		padding: 4px;
		margin: 0 0 2px 7px;
		display: inline;
		}

img.alignleft {
		padding: 4px;
		margin: 0 7px 2px 0;
		display: inline;
		}

.alignright {
		float: right;
		}

.alignleft {
		float: left
		}
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
		margin-left: 0px;
		padding: 0 0 0 30px;
		list-style: none;
		padding-left: 10px;
		text-indent: -10px;
		}

html>body .entry li {
		margin: 7px 0 8px 10px;
		}

.entry ul li:before {
		content: "\00BB \0020";
		}

.entry ol {
		padding: 0 0 0 35px;
		margin: 0;
		}

.entry ol li {
		margin: 0;
		padding: 0;
		}

.postmetadata ul, .postmetadata li {
		display: inline;
		list-style-type: none;
		list-style-image: none;
		}

/* End Entry Lists */

/* Begin Form Elements */
#searchform {
                background-color: #2b456f;
		margin: 10px auto;
		padding: 8px 3px;
		text-align: left;
                color: white;
		}

#sidebar #searchform #s {
		width: 108px;
		padding: 2px;
		}

#sidebar #searchsubmit {
		padding: 1px;
		}

.entry form { /* This is mainly for password protected posts, makes them look better. */
		text-align:center;
		}

select {
		width: 130px;
		}

#commentform input {
		width: 170px;
		padding: 2px;
		margin: 5px 5px 1px 0;
		}

#commentform {
		margin: 5px 10px 0 0;
		}

#commentform textarea {
		width: 100%;
		padding: 2px;
		}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
		}

#commentform #submit {
		margin: 0 0 5px auto;
		float: right;
		}

/* End Form Elements */

/* Begin Comments*/

.alt {
		margin: 0;
		padding: 10px;
		}

.commentlist {
		padding: 0;
		text-align: justify;
		}

.commentlist li {
		margin: 15px 0 10px;
		padding: 5px 5px 10px 10px;
		list-style: none;
		}

.commentlist li .avatar { 
		float: right;
		padding: 2px;
		}

.commentlist li ul li { 
		margin-right: -5px;
		margin-left: 10px;
		}

.commentlist p {
		margin: 10px 5px 10px 0;
		}

.children {
		padding: 0;
		}

#commentform p {
		margin: 5px 0;
		}

.nocomments {
		text-align: center;
		margin: 0;
		padding: 0;
		}

.commentmetadata {
		margin: 0;
		display: block;
		}

/* End Comments */

/* Begin Calendar */
#wp-calendar {
		empty-cells: show;
		margin: 10px auto 0;
		width: 155px;
		}

#wp-calendar #next a {
		padding-right: 10px;
		text-align: right;
		}

#wp-calendar #prev a {
		padding-left: 10px;
		text-align: left;
		}

#wp-calendar a {
		display: block;
		}

#wp-calendar caption {
		text-align: center;
		width: 100%;
		}

#wp-calendar td {
		padding: 3px 0;
		text-align: center;
		}

/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
		cursor: help;
		}

blockquote {
		margin: 15px 10px 25px 10px;
		padding: 15px;
                background-color: #f7fbff;
		}

blockquote cite {
		margin: 5px 0 0;
		display: block;
		}

.center {
		text-align: center;
		}

.hidden {
		display: none;
		}


.navigationTop {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 30px;
		}

.navigationBottom {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
		}

/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

.wp-caption {
		text-align: center;
		padding-top: 4px;
		margin: 10px;
		}

.wp-caption img {
		margin: 0;
		padding: 0;
		}

.wp-caption p.wp-caption-text {
		padding: 0 4px 5px;
		margin: 0;
		}
/* End captions */

/* Announcement */
p.announcement{clear:both; overflow:hidden; padding: 12px; background: #FFFABF; border: 1px solid #FFF15F; margin:0px 0px 15px 0px; font-size:14px;}

#announcement a { color: white;}

