/**
Theme Name: Kalamunda SHS
Theme URL:
Description: Kalamunda SHS Official Wordpress Theme
Author: SwishDesign
Author URI: swishdesign.com.au
Version: 0.1
**/
/*html, body {
  height:100%;
}*/

/** GENERAL CSS PROPERTIES **/
body {
	background:url('images/bodybg.jpg') no-repeat top center #c5d9d5;
	font-family: 'Lato', sans-serif;
	font-size:14px;
   text-shadow: 0px 0px 1px rgba(128,128,128,0.01); 
}

/** fonts **/
.pacifico { font-family: 'Pacifico', cursive; }
.lato {	font-family: 'Lato', sans-serif; }
.oswald { font-family: 'Oswald', sans-serif; }


#wrapper {
	width:1050px;
  margin:auto;    
    /** STICKY FOOTER 
    min-height:100%;
    position:relative;
    margin-bottom:-53px;**/
}
.clearer {
  clear:both;
}

a img {
  border:none;
}

a {
  text-decoration:none;
}

a:hover {}

h1,h2,h3,h4,h5 {
	font-weight:700;
	color:#4ea4a1;
}

h1 {  font-size:25px; }
h2 {  font-size:23px; }
h3 {  font-size:20px; }
h4 {  font-size:19px; }
h5 {  font-size:17px; }
h1 a, h2 a, h3 a, h4 a, h5 a {
	color:#4ea4a1;
-webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
}



/** HEADER **/
#header {
	background:url('images/headerbg.png') no-repeat top center;
	height:183px;
}

/** logo **/
#logo {
	float:left;
	width:169px;
	height:151px;
	padding-left:125px;
	padding-top:20px;
}
#logo a {}

/** header right **/
#header_right {
	float:right;
	width:400px;
	padding-top:62px;
	padding-right:30px;
	font-weight:700;
	text-align:right;
	font-size:16px;
	color:#6c6b6a;
}
#header_right a {
	color:#6c6b6a;
}
#header_right span {
	font-size:24px;
}
#header_right_links {
	padding-top:15px;
	font-family: 'Oswald', sans-serif;
	text-transform:UPPERCASE;
	font-weight:400;
	font-size:14px;
-webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
}
#header_right_links a {
	display:block;
}

/** splash image **/
#splash {
	border:solid 11px #fff;
	margin-left:-17px;
	width:1062px;
	height:414px;
	overflow:hidden;
	position:relative;
-webkit-box-shadow: 2px 3px 10px 5px rgba(0,0,0,0.2);
box-shadow: 2px 3px 10px 5px rgba(0,0,0,0.2);
	z-index:9;
}
div.headerimage {
	width:1062px;
	height:414px;
}
div.headerimage img {
	display:block;
}
.headertext {
	font-family: 'Pacifico', cursive;
	color:#fff;
	font-size:50px;
	position:relative;
	z-index:8;
	margin-top:-155px;
	text-align:right;
	padding:0 95px;
-webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
}
.headerlink {
	text-align:right;
	padding-right:83px;
	position:relative;
	z-index:8;
}
.headerlink a {
	background:url('images/headerlink.png') no-repeat top left transparent;
	display:inline-block;
	width:131px;
	height:38px;	
}
.headerlink a:hover {
	background:url('images/headerlink-over.png') no-repeat top left transparent;
}
#splash_nav {
	margin-top:-224px;
	position:relative;
	z-index:10;
	height:42px;
}
#splash_nav a {
	width:42px;
	height:42px;
	display:block;
}
#splash_prev {
	background:url('images/hi-prev.png') no-repeat top left transparent;
	float:left;
	margin-left:25px;
}
#splash_prev:hover {
	background:url('images/hi-prev-over.png') no-repeat top left transparent;
}
#splash_next {
	background:url('images/hi-next.png') no-repeat top left transparent;
	float:right;
	margin-right:25px;
}
#splash_next:hover {
	background:url('images/hi-next-over.png') no-repeat top left transparent;
}
#splash_pager {
	text-align:center;
	margin-top:155px;
}
#splash_pager a {
	background:url('images/hi-pager.png') no-repeat top left transparent;
	width:11px;
	height:10px;
	text-indent:-9999px;
	display:inline-block;
	position:relative;
	z-index:11;
	margin:5px;
}
#splash_pager a:hover,
#splash_pager a.activeSlide {
	background:url('images/hi-pager.png') no-repeat -17px 0 transparent;
}

/** MAINNAV **/
#mainnav {
	background:url('images/navbg.png') repeat-x top transparent;
	height:43px;
	display:none;
}
.menu-main-menu-container {
	float:right;
	position:relative;
	left:-50%;
}
#mainnav ul {
	position:relative;
	left:50%;
	list-style:none;
}
#mainnav ul li {
	display:inline;
}
#mainnav ul li.item-last {}
#mainnav ul li.item-first {}
#mainnav ul li a {
	font-family: "Oswald", serif;
	font-size:13.4px;
	color:#fff;
	text-transform:UPPERCASE;
	padding:15px 8px;
-webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
}
#mainnav ul li a:hover,
#mainnav ul li.sfHover a,
#mainnav ul li.current_page_item a,
#mainnav ul li.current-page-ancestor a {
	background:url('images/navbg-over.png') repeat-x top transparent;
}
#mainnav ul li.item-last a {}
#mainnav ul li.item-first a {}
#mainnav ul li.current_page_item a {}

/** MAINNAV: dropdowns **/
#mainnav ul li ul {
	left:0;
	position:absolute;
}
#mainnav ul li ul li {}
#mainnav ul li ul li.item-last  {}
#mainnav ul li ul li.current_page_item {}
#mainnav ul li ul li a {
	background:#007e7e;
	width:170px;
	padding:8px 10px;
}
#mainnav ul li.sfHover ul li a {
	background:#007e7e;
	font-size:12px;
}
#mainnav ul li.sfHover ul li a:hover {
	background:#00b1b1;
}
#mainnav ul li ul li.item-last a {}
#mainnav ul li ul li.current_page_item a {}
 

/** MAIN **/
#mainarea {
	background:url('images/mainbg.gif') repeat-x top #e6f8e3;
}

/** MAIN: main content **/
#main_content {
	float:left;
	padding:40px 0px 40px 30px;
	width:630px;
	color:#444;
	font-size:14px;
	line-height:1.6em;
}
#main_content h1.title {
	margin-top:0;
	font-size:30px;
-webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
}
#main_content a {
	color:#3f827f;
}
#main_content a:hover {
	font-weight:bold;
}


/** BLOG **/
#main_content .post {
	margin-bottom:20px;
}
#main_content .post h1 a {
	font-size:14px;
	padding-bottom:3px;
	color:#3f827f;
}
#main_content  h2.post_title {
	margin-bottom:0;
	font-weight:bold;
	color:#3f827f;
}
#main_content  h2.post_title a {
	font-size:18px;
	color:#3f827f;
}
.archive #main_content h2.pagetitle,
.archive #main_content h1.pagetitle {
	font-weight: bold;
	text-transform: uppercase;
}

.entry img.frame {
	float:left;
	margin:5px 10px 10px 0;
	padding:5px;
	border:solid 1px #8C1135;
}
#main_content .postmetadata {
  font-size:12px;
	display:block;
	clear:both;
	border-top:solid 1px #E0E0E0;
	padding-top:10px;
	margin-top:10px;
}

/** MAIN: sidebars **/
.sideblock {
	padding-bottom:15px;
}
.sideblock h2 {
	background:#636466;
	color:#fff;
	text-transform:UPPERCASE;
	font-size:18px;
	font-weight:normal;
	padding:15px 20px;
	line-height:1em;
	margin-top:0;
-webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
}
.sideblock ul {
	padding-left:20px;
}
.sideblock ul a {
	color:#3f827f;
	font-family:Arial, serif;
-webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
}
.sideblock ul a:hover {
	font-weight:700;
}
.sideblock ul li {
	list-style:none;
	margin-bottom:15px;
	font-size:12px;
}


.left_sidebar {}
#right_sidebar {
	width:353px;
	float:right;
	padding-right:20px;
	padding-top:35px;
	padding-bottom:40px;
}

/** recent posts **/
.rptitle {
	font-family:Arial, serif;
	font-size:14px;
	font-weight:700;
-webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
}
.recent-posts-plus-2 p {
	margin-bottom:0;
}


/** subscribe 2 widget **/
.s2_form_widget-2 {
	background:#636466;
	color:#fff;
	display:none;
	margin-bottom:15px;
}
.s2_form_widget-2 a {
	color:#fff;
	text-decoration:underline;
}
.s2_form_widget-2 h2 {
	margin-bottom:0;
}
.subscribewidget {
	padding:0 20px 10px 20px;
}
#s2email {
	padding:5px 9px;
	border:solid 1px #d0d3d6;
	color:#232621;
	font-size:11px;
	width:250px;
	line-height:1em;
	margin-right:7px;
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
}
label[for=s2email] {
	display:none;
}
.s2submit {
	background:url('images/gobt.gif') no-repeat;
	border:none;
	width:36px;
	height:25px;
	text-indent:-99999px;
}
.subscribesubmit {
	background:url('images/sidebargo.gif') no-repeat transparent;
	width:36px;
	height:25px;
	text-indent:-9999px;
	display:inline-block;
	border:none;
	margin-top:-2px;
	cursor:pointer;
}
.subscribesubmit:hover {
	background:url('images/sidebargo-over.gif') no-repeat transparent;
}


/** school calendar **/
.schoolcalendarwidget h2 {
	margin-bottom:0;
}
#termcalendars {
	background: none repeat scroll 0 0 #4EA4A1;
	color: #FFFFFF;
	font-family: Arial,serif;
	margin: auto;
	padding: 5px 5px 10px;
	text-align: center;
	width: 330px;
	margin-bottom:10px;
-webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
}
#termcalendars a {
	color:#636466;
	font-weight:700;
}
#termcalendars a:hover {
	color:#fff;
}
#schoolcalendar .ui-datepicker-inline {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	display: block;
	margin: auto;
	width: 272px;
}
#schoolcalendar .ui-datepicker-header {
	background: none repeat scroll 0 0 #717171;
	border: medium none;
	border-radius: 0;
	color: #FFFFFF;
	padding: 5px;
}
#schoolcalendar .ui-datepicker-title {
	line-height:1em;
}
#schoolcalendar table {
	border-spacing: 1px;
	border-collapse:separate;
}
#schoolcalendar th {
	padding:0;
}
#schoolcalendar th span {
	background: none repeat scroll 0 0 #717171;
	color: #FFFFFF;
	display: block;
	padding:5px 0;
	margin: auto;
	width: 98%;
}
#schoolcalendar .ui-state-default, 
#schoolcalendar .ui-widget-content .ui-state-default, 
#schoolcalendar .ui-widget-header .ui-state-default {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #B4B4B4;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
#schoolcalendar td.tohighlight .ui-state-default {
	background:#7cd2cf;
	border:solid 1px #7cd2cf;
}
,
#schoolcalendar .ui-state-highlight, 
#schoolcalendar .ui-widget-content .ui-state-highlight, 
#schoolcalendar .ui-widget-header .ui-state-highlight {
	border:solid 1px #7cd2cf;
}
#schoolcalendar .ui-datepicker-title {
	cursor:pointer;
}
.ui-tooltip .eventsi {
	font-size:12px;
	margin:5px 0;
}
.ui-tooltip .eventsi h4 {
	margin-top:0;
	margin-bottom:0;
	font-size:14px;
	font-weight:bolder;
}
.ui-tooltip .ev_desc {
	padding-top:5px;
}

#schoolcalendar .ui-datepicker .ui-datepicker-prev,
#schoolcalendar .ui-datepicker .ui-datepicker-next {
	height:1.4em;
}
#schoolcalendar .ui-widget-header .ui-state-hover, 
#schoolcalendar .ui-state-focus, 
#schoolcalendar .ui-widget-content .ui-state-focus, 
#schoolcalendar .ui-widget-header .ui-state-focus {
	border-radius:none;
}
#loadscreen {
	background: url("images/ajax-loader.gif") no-repeat scroll center center rgba(255, 255, 255, 0.5);
	height: 191px;
	margin: -197px auto 0;
	position: relative;
	width: 272px;
	display:none;
}

/** FOOTER **/
#footer {
	font-size:12px;
	font-family: Arial, serif;
	color:#636466;
	padding-top:20px;
	padding-bottom:40px;
-webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
}
.push {}
.footer_content {
	text-align:right;
	line-height:20px;
}
.footer_content span {
	display:block;
}
.footer_content a {
	color:#636466;
	display:block;
}
.footer_content a:hover {
	color:#fff;
}


/** CONTENT PROPERTIES **/
img.centered {
 display: block;
 margin-left: auto;
 margin-right: auto;
}
img.alignright {
 display: inline;
 margin: 0 0 2px 7px;
 padding: 4px;
}
img.alignleft {
 display: inline;
 margin: 0 7px 2px 0;
 padding: 4px;
}
img.aligncenter {
	display:block;
	margin:auto;
}
.alignright {
 float: right;
}
.alignleft {
 float: left;
}

/** ETC **/
.instantbt {
	background:url('images/highlight.gif') repeat-x top transparent;
	color:#fff;
	text-transform:UPPERCASE;
	font-size:18px;
	font-weight:normal;
	padding:10px 20px;
	line-height:1em;
	display:block;
}
.instantbt:hover {
	background:url('images/highlight-over.gif') repeat-x top transparent;
}

#highlightboxes img {
	border:solid 3px #3f827f;
	color:#fff;
	display:block;
	line-height:0;
	font-size:0;
}
.boxleft {
	width:301px;
	float:left;
	height:auto/*182px*/;
}
.boxright {
	width:301px;
	float:right;
	height:auto/*182px*/;
}	
#highlightboxes span {
	background:url('images/highlight.png') repeat-x top transparent;
	display:block;
	font-size:18px;
	font-weight:700;
	color:#fff;
	margin-top:-57px;
	margin-bottom:5px;
	padding:10px;
	width:80%;
	position:relative;
	z-index:8;
}
#highlightboxes a span  {
	color:#fff;
}
#highlightboxes a:hover span {
	background:url('images/highlight-over.gif') repeat-x top transparent;
}