/* 
Theme Name: Takaka Primary School
Description: Takaka Primary School theme
Version: 1.4
Author: NelsonWeb
*/


@import url('webfontkit/stylesheet.css');

/* General styles                                   */
/* ------------------------------------------------ */
body {
	margin: 0;
	background: #fff;
	min-width: 320px;
}

html, body, p, li, ul, dd, td {
	color: #000;
	line-height: 160%;
	font-size: 1.0em;
	font-family: 'Open Sans', sans-serif;
}

img a, a img {
	border: 0;
}

td {
	vertical-align: center;
}

a {
	color: #1d96e3;
	text-decoration: underline;
	outline: none;
}
  
a:hover {
	color: #ff9900;
	cursor: pointer;
}

ul { 
	margin: 8px 0 18px 6px;
	padding: 0;
	list-style-type: none;
}

#content-left-inner li {
	padding: 0 0 5px 20px;
	background: url(images/bullet.png) left 9px no-repeat;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	line-height: 120%;
	font-family: 'cooper_hewittlight', sans-serif;
	font-weight: normal;
	color: #000;
}

h1, h1 a {
	font-size: 2.6em;
	margin-top: 15px;
}

h2, h2 a {
	font-size: 2.2em;
}

h3, h3 a {
	font-size: 1.8em;
}


hr {
	height: 1px;
	border: 0;
	width: 100%;
	background: #dddddd;
	color: #ddddde;
	margin: 5px 0 15px 0;
	clear: both;
}
  
#header, #wrapper, #homepageboxes, #footer {
	width: 980px;
	padding: 0 20px;
	margin: 0 auto;
	clear: both;
}



/* Header                                           */
/* ------------------------------------------------ */
#header-wrapper {
	background: #0a47a4 url(images/header-bg1.jpg) bottom center repeat-x;
}

#header {
	padding-top: 30px;
}

a#header-title {
	font-family: 'cooper_hewittlight', sans-serif;
	color: #fff;
	font-size: 48px;
	text-decoration: none;
	text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.4);
}

img#headerlogo {
	float: left;
	margin-top: -30px;
}

span#tagline {
	font-family: times, "times new roman", serif;
	display: block;
	padding-top: 10px;
	color: #e0d85c;
	font-style: italic;
	font-size: 21px;
	text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.4);
}

#headerimage {
	clear: both;
	overflow: hidden;
	max-height: 494px;
	display: none;
}

#headerimage img {
	width: 100%;
	height: auto;
	display: block;
}

#contact {
	float: right;
	margin-top: -76px;
	text-align: right;
}

#text {
	font-size: 30px;
	background: url(images/text.png) left top no-repeat;
	line-height: 40px;
	margin-bottom: 9px;
}	

#phone {
	font-size: 30px;
	background: url(images/phone.png) left top no-repeat;
	line-height: 40px;
	margin-bottom: 9px;
}

#email a {
	font-size: 17px;
	background: url(images/email.png) left top no-repeat;
}

/*
#phone, #email, #text a {
	color: #fff;
	text-decoration: none;
	padding-left: 50px;
	text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.2);
}
*/

#social {
	float: right;
	text-align: right;
	padding-top: 20px;
	width: 290px;
	position: relative;
}

#social img {
	transition: all 0.3s ease-in-out;
	float: left;
}

#social img:hover {
	opacity: 0;
}

a#facebook, a#twitter, a#facebook-int {
	width: 40px;
	height: 39px;
	display: inline-block;
	padding: 0 6px 0 0;
}

/*a#facebook {
	background: url(images/facebook-on.gif) left top no-repeat;
}
*/
a#twitter {
	background: url(images/twitter-on.gif) left top no-repeat;
}

a#facebook-int {
	background: url(images/facebook-int-on.gif) left top no-repeat;
}

img#facebooksm, img#twittersm, img#facebook-intsm {
	display: none;
}

a#login {
	display: block;
	line-height: 39px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 10px 0 44px;
	margin-left: 6px;
	background: #0a47a4 url(images/login.gif) left top no-repeat;
	float: right;
}


/* Navbar                                           */
/* ------------------------------------------------ */
#navbar {
	float: left;
	clear: left;
	position: relative;
	padding-left: 20px;
}

.anchor-link {
	display: none;
	width: 40px;
	padding: 0 20px 5px 0;
}

a.anchor-link {
	color: #fff;
	text-decoration: none;
	line-height: 48px;
	font-size: 20px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
}

/* Content                                          */
/* ------------------------------------------------ */
#content {
	padding: 25px 0;
	font-size: 1.1em;
	min-height: 200px;
}

#content, #content p, #content li {
	line-height: 160%;
	font-size: 0.95em;
}

#content-left, #content-left-inner {
	clear: both;
	width: 68%;
	float: left;
}

#content-right, #content-right-inner {
	width: 32%;
	float: right;
	background: #fff;
	overflow: hidden;
}

#content-left-inner {
	width: 64%;
	padding-right: 2%;
	margin-bottom: 30px;
	border-right: 1px solid #ddd;
}

#content-right-inner {
	width: 30%;
	padding-left: 3%;
}

#content-left, #content-right {
	padding-bottom: 1000px;
	margin-bottom: -1000px;
}

#homepageintro {
	margin-right: 10%;
}


#homepageboxes-wrapper {
	background: #ebebeb;
	overflow: hidden;
	padding: 30px 0;
	clear: both;
}

#homepageboxes {
	overflow: hidden;
}


.homepagebox {
	background: #444;
	margin: 0 3% 0 0;
	width: 43%;
	padding: 1% 2% 88px 2%;
	float: left;
	min-height: 120px;
	position: relative;
	overflow: hidden;
}

#homepageboxes .middlerow {
	margin-top: 3%;
	margin-bottom: 3%;
	}


.homepagebox a {
	display: block;
}

#homepageboxes a {
	text-decoration: none !important;

}

.homepagebox, .homepagebox p, .homepagebox h3 {
	color: #fff;
}

.homepagebox p:first-child {
	margin-top: 0;
}

.homepagebox h3 {
	font-size: 26px;
	padding-top: 18px;
	position: absolute;
	bottom: -30px;
	width: 92%;
	height: 52px;
	background: url(images/homepage-more.gif) right top no-repeat;
	text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.7);
	z-index: 1;
}

a .homepagebox h3:hover {
	-webkit-transform:translate(8px, 0);
	-moz-transform:translate(8px, 0);
	-o-transform:translate(8px, 0);
	-ms-transform:translate(8px, 0);
	transform:translate(8px, 0);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

}

.principal-content {
	width: 65%;
	line-height: 150%;
	font-size: 15px;
}

.principal {
	background: #6b6b6b url(images/our-school.jpg) right bottom no-repeat;
}


.absences {
	background: #6b6b6b url(images/Sick_kid_t751x500.jpg) 50% bottom no-repeat;
}

.news {
	background: #000 url(images/news.jpg) 70% 50% no-repeat;
}

.newsletter {
	background: #000 url(images/ltools.jpg) 70% 50% no-repeat;
}

.international {
	background: #000 url(images/the-team.jpg) 50% 50% no-repeat;
}

.sotw {
	/*background: #e8b201 url(images/kiaOra_kids.jpg) left bottom repeat-x;*/
background: #e8b201 url(images/3877181a-b167-41cc-a8e5-8cbd890dad6b.jpg) left bottom repeat-x;

	color: #000;
	position: relative;
	z-index: 0;
}

.sotw:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -2;
}


.student-content {
	width: 50%;
	font-size: 13px;
	line-height: 160%;
}

.student-content-landscape {
	width: 100%;
	font-size: 15px;
}

span.ofthe {
	color: #f4ce51;
	font-size: 18px;
	font-family: "times new roman", times, serif;
	font-style: italic;
}

#studentheader-landscape {
	background: red !important;
	display: block;
	border: 10px solid red;
	height: 60px;
	overflow: hidden;
}

b.student-landscape-header {
	color: #fff;
	text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.7);
}

#events {
	background: #fff;
	padding: 4% 5%;
}

#events h2 {
	margin: 0 0 15px 0;
}

.event {
	border-top: 1px solid #dfdfdf;
	padding: 15px 0;
	font-size: 0.9em;
	line-height: 150%;
	min-height: 65px;
}

.eventtitle {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	padding-bottom: 5px;
	display: inline-block;
}

img.eventpic {
	float: left;
}

img.eventmore {
	float: right;
	margin: -40px 0 0 6px;
}

.eventtext {
	margin: 0 44px 0 85px;
}


.fb-wrap {
	width:50%;
	margin: 0 auto;
}

.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] {
	width: 100% !important;
}

.sotwpost {
	overflow: hidden;
	background: #eee;
	margin-bottom: 15px;
	/* width: 48%;
	margin-right: 2%;
	float: left; */
}

.sotwpost h3 {
	margin: 0;
}

.sotwpost h3 a {
	font-size: 26px;
	text-decoration: none;
}

.sotwpost img {
	padding-right: 20px;
	float: left;
	height: 100%;
	max-width: 400px;
	height: auto;
}

.sotwpost-content {
	padding: 15px;
}

.date {
	font-size: 10px;
	font-style: italic;
	color: #777;
}

img.sotw-post-image {
	max-width: 100%;
	height: auto;
}

ul#menu-international {
	margin: 0;
}

ul#menu-international li a {
	display: block;
	background: #e4af00 url(images/int-bg.png) right top no-repeat;
	text-decoration: none;
	color: #fff;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	text-transform: uppercase;
	padding: 10px 15px;
	margin-bottom: 4px;
}

ul#menu-international li a:hover {
	background: #000 url(images/int-bg.png) right top no-repeat;
	color: #fff;
}


ul#menu-japanese {
	margin: 0;
}

ul#menu-japanese li a {
	display: block;
	background: #e4af00 url(images/int-bg.png) right top no-repeat;
	text-decoration: none;
	color: #fff;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	text-transform: uppercase;
	padding: 10px 15px;
	margin-bottom: 4px;
}

ul#menu-japanese li a:hover {
	background: #000 url(images/int-bg.png) right top no-repeat;
	color: #fff;
}
/* Footer                                           */
/* ------------------------------------------------ */
#footer-wrapper {
	clear: both;
	background: #323033;
	overflow: hidden;
}

#footer {
	font-size: 1.1em;
	overflow: hidden;
	background: url(images/footer-bg.jpg) right top no-repeat;
	padding: 45px 25px 60px 25px;
}
 
#footer a, #footer, #footer p {
	color: #fff;
	font-weight: 400;
	text-decoration: none;
	font-weight: 300;
}

#footer h2, #footer h3 {
	color: #e4af00;
	
}

#footer h2 {
	font-size: 35px;
	margin: 0 0 3px 0;
}

#footer h3 {
	font-size: 30px;
	margin-bottom: 3px;
}

#footer a:hover {
	text-decoration: underline;
}

.footer-column {
	float: left;
	width: 30%;
	padding-right: 3%;
	padding-bottom: 20px;
}

.footer-column img {
	max-width: 100%;
}

.footer-padding {
	height: 74px;
}

#footer-menu ul li {
	padding: 8px 0;
	border-bottom: 1px solid #636264;
	background: none;
}

#copyright {
	clear: both;
	width: 100%;
	text-align: center;
	background: #fff;
	padding: 20px 0;
	font-size: 0.8em;
}

#copyright, #copyright a {
	color: #000;
}


.scrollup {
	width: 67px;
	height: 67px;
	position: fixed;
	bottom: 30px;
	right: 20px;
	display: none;
	text-indent: -9999px;
	background: url('images/icon_top.png') no-repeat;
}





/* WP Common Styles */

ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	}

.commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;
	background:url(http://www.yoursite.com/images/bg_comments2_cite.gif);
	border-top:1px solid #d6e4c1;
	border-bottom:1px solid #779d42;
	color:#596e3b;
	}	

.commentlist a:link, .commentlist a:visited {
	color:#596e3b;
	}

.commentlist a:hover, .commentlist a:active {
	color:#8ec343;
	}

.commentlist cite img {
	padding:1px;
	border:1px solid #aab59a;
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	}

.commentlist .time {
	background: url(http://www.yoursite.com/images/bg_clock.gif) no-repeat 1px;
	padding-left:13px;
	}

.commenttext {
	background: #9bc561 url(http://www.yoursite.com/images/bg_comments2_text.jpg) repeat-x bottom;
	border-top:1px solid #c5f386;
	padding: 0 20px 10px 20px;
	color:#fafcf6;
	}

.editLink {
   text-align: center;
   padding: 5px 0 15px 0;
}
.editLink a, a.editLink {
   background: #e0e0e0;
   color: #777777;
   font-size: 10px; 
   border: 1px solid #999999;
   text-decoration: none;
   padding: 3px 5px;
}
.editLink a:hover, a.editLink:hover {
   background: #eeeeee;
   border: 1px solid #333333;
   color: #000000;
}
.postmetadata {
   color: #999;
   font-size: 10px;
   margin: 2px 0;
}

img.aligncenter {
   display: block;
   text-align: center;
   margin: 0 auto;
}
img.alignright {
   text-align: right;
   display: block;
   float: right;
   margin: 10px 0px 5px 15px;
}
img.alignleft {
   text-align: left;
   display: block;
   float: left;
   margin: 10px 20px 5px 0px;
}
.wp-caption-text,.wp-caption-dd {
   margin: 0;
   font-weight: bold;
   font-size: smaller;
   text-align: center;
}
.wp-caption {
   margin-right: 5px;
}
.more-link {
   display:block;
}
.linklove {
   display:none;
}
.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

.embed-container {
    height: 100vh;
    width: 100%;
    padding-bottom: 50%;
    position: relative;
}
.embed-container iframe {
    min-width: 100%;
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.bmplayer-container.bmplayer-style-3 {
    right: 10px;
    top: 100px;
    width: 120px;
    height: 50px;
    overflow: hidden;
    display: none;
}

