@charset "utf-8";  

/*
	Theme Name: Kingsbury PS Theme
	Theme URI: http://www.studio84design.com.au/
	Description: Custom responsive theme for Kingsbury Primary School.
	Version: 1.0
	Author: Studio 84 Design
	Author URI: http://www.studio84design.com.au/
	Tags: 

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:500 16px/26px 'Raleway', sans-serif;
	color:#222;
	background:url(img/background.jpg);
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a, a:visited {
	color:#FFC200;
	text-decoration:none;
}
a:hover {
	color:#0084CE;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:-70px auto 0;
	position:relative;
	background:url(img/background-top.jpg) center 70px no-repeat,
			   url(img/background-bottom.jpg) center bottom no-repeat;
}

/* header */
.header {
	max-width:1080px;
	width:95%;
	margin:70px auto 0;
}

/* logo */
.logo {
	width:341px;
	height:190px;
	background:#FFF;
	opacity:0.85;
	margin-top:70px;
}
.logo-img {
	width:340px;
	height:80px;
	margin-top:45px;
}
.tag-line {
	width:322px;
	height:22px;
	float:right;
	margin:-120px 20px 0 0;
}

/* nav */
.nav {
	width:100%;
	height:70px;
	top:0;
	position:fixed;
	background:#0070BC;
	z-index:999;
}
.nav-inner {
	width:1080px;
	height:70px;
	margin:0 auto;
	padding-top:15px;
}
.nav-inner ul {
	margin:0;
	padding:0;
	list-style:none;
}
.nav-inner ul li {
	display:inline-block;
	margin:-15px -5px 0 0;
	padding-top:15px;
	height:70px;
}
.nav-inner ul li:hover {
	background:#005DAB;
}
.nav-btn {
	color:#FFF;
	font:600 20px/1.8 'Raleway', sans-serif;
	padding:25px 22px;
}
.nav-btn:hover {
	background:#005DAB;
}
.nav-btn-yellow {
	background:#FFDE5C;
	color:#005DAB;
	font:600 20px/1.8 'Raleway', sans-serif;
	padding:25px 27px;
}
.nav-btn-yellow:hover {
	background:#FFF;
}
/* drop down menu */
.nav-inner ul li ul {
	position:absolute;
	top:70px;
	width:240px;
	height:auto;
	background:#005DAB; 
	padding-bottom:5px;
	display:none;
	overflow:hidden;
	opacity:0;
	visibility:hidden;
	z-index:9999;
}
.nav-inner ul li ul a {
	color:#FFF;
	width:240px;
	display:block; 
	height:40px;
	margin:-10px 0 0 -20px;
	padding:10px 0 0 20px;
}
.nav-inner ul li ul a:hover {
	color:#00466D;
}
.nav-inner ul li ul li { 
	width:240px;
	height:40px;
	padding:8px 20px 14px;
	margin:0;
	display:block; 
	color:#FFF;
	z-index:9999;
}
.nav-inner ul li ul li:hover { 
	background:#FFDE5C;
}
.nav-inner ul li:hover ul {
	display:block;
	opacity:1;
	visibility:visible;
	z-index:9999;
}

/* content */
.content {
	max-width:1080px;
	width:95%;
	margin:0 auto;
	position:relative;
}

/* sidebar */
.sidebar {
	display:none;
}

/* footer */
.footer {
	max-width:1080px;
	width:95%;
	height:216px;
	margin:60px auto 0;
	position:relative;
}
.footer-title {
	width:100%;
	background:#0070BC;
	height:60px;
}
.footer-title h4 {
	margin:0;
}
.footer-title-inner-left {
	float:left;
	margin:10px 20px;
}
.footer-top {
	float:right;
	margin:20px;
}
.footer-box {
	width:100%;
	background:#FFF;
	opacity:0.85;
	padding:10px 0 20px 0;
	margin-top:3px;
}
.footer-box p {
	margin-left:20px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
.entry-title {
	display:none;
}
/* blue side section */
.sidebar-title, .sidebar-title-2nd {
	width:341px !important;
	height:60px;
	background:#005DAB;
}
.sidebar-title-2nd {
	margin-top:10px;
}
.sidebar-box {
	width:341px !important;
	background:#0070BC;
	margin-top:3px;
	color:#FFF;
}
.sidebar-box h4 {
	margin:0;
	line-height:1.4em;
}
.sidebar-list li {
	list-style:circle !important;
	margin:0 0 5px 20px !important;
	color:#FFDE5C;
	font-weight:600;
}
.sidebar-extra {
	background:#FFDE5C;
	color:#0070BC;
	font-weight:600;
}
.sidebar-extra:hover  {
	background:#FFF;
}
.sidebar-extra a {
	color:#0070BC;
}
.sidebar-extra img {
	float:right;
}
.sidebar-link {
	padding:20px;
}

/* main content section */
.content-title {
	background:#FFF;
	/*opacity:0.85;*/
	height:60px;
	margin-left:20px;
	width:718px !important;
}
.content-box, .content-box-2nd {
	background:#FFF;
	opacity:0.85;
	margin:1px 0 20px 20px;
	width:718px !important;
	border-bottom:3px solid #FFDE5C;
}
.content-box-2nd {
	margin-top:3px;
}
.content-box h3 {
	margin:0 0 -10px 0;
}
.content-box strong, .post-article strong {
	color:#005DAB;
}
.main-page-btn, .main-page-btn-middle {
	width:32.3%;
	height:115px;
	border:1px solid #CCC;
	border-bottom:5px solid #CCC;
	text-align:center;
	padding:20px;
	float:left;
	font:600 18px/1.2 'Raleway', sans-serif;
	color:#005DAB !important;
	background:#FFF;
	margin-top:10px;
}
.main-page-btn:hover, .main-page-btn-middle:hover {
	border:1px solid #005DAB;
	border-bottom:5px solid #005DAB;
	color:#FFF !important;
	background:#0070BC;
}
.main-page-btn img, .main-page-btn-middle img {
	margin-bottom:5px;
}
.main-page-btn-middle {
	margin:10px 10px 0 10px;
}
.content-box-half {
	width:50%;
	float:left;
}
.table {
	width:100%;
}
.table-col {
	width:25%;
	float:left;
}
.table-title {
	width:100%;
	float:left;
	font:600 16px/1.2 'Raleway', sans-serif;
	background:#E0E0E0;
	border:1px solid #FFF;
	padding:5px 10px;
}
.table-item {
	width:100%;
	float:left;
	background:#F5F5F5;
	border:1px solid #FFF;
	padding:5px 10px;
}
.table-item li {
	margin-left:-20px;
}

/* home page boxes switched sides */
.content-title-2 {
	background:#FFF;
	/*opacity:0.85;*/
	height:60px;
	margin-right:20px;
	width:718px !important;
}
.content-box-2 {
	background:#FFF;
	opacity:0.85;
	margin:3px 20px 0 0;
	width:718px !important;
	border-bottom:3px solid #FFDE5C;
}
.content-box-2 h3 {
	margin:0 0 -16px 0;
}
.youtube_codegena {
	margin-bottom:20px;
}
.video-caption {
	margin-left:20px;
}

/* home page events list */
.sidebar-box .entry-title {
	display:block;
}
.sidebar-box .entry-title a:hover {
	border-bottom:1px solid #FFDE5C;
}
.sidebar-box ul {
	padding:0;
}
.sidebar-box ul li {
	list-style:none;
	margin-bottom:20px;
}
.sidebar-box a {
	color:#FFDE5C;
}
.sidebar-box img a:hover {
	border-bottom:none;
}

/* home news list */
.home-news-list {
	padding:0;
	margin:0;
}
.home-news-list li {
	list-style:none;
	margin:0 0 20px 0;
}
.home-news-list li h3 {
	margin-bottom:10px;
}
.home-news-list li h3 a {
	color:#005DAB;
	font:600 20px/1.8 'Raleway', sans-serif;
}
.view-article {
	padding:3px 10px;
	background:#FFDE5C;
	color:#005DAB !important;
	font:600 14px/1.2 'Raleway', sans-serif;
}

/* posts page */
.post-title {
	width:100%;
	background:#005DAB;
	height:60px;
	color:#FFF;
	margin:0;
	font:700 20px/1.8 'Raleway', sans-serif;
	padding:10px 20px 0 20px;
}
.post-content {
	width:100%;
	padding:10px 20px;
	background:#FFF;
	opacity:0.85;
	margin:3px 0 0 0;
	border-bottom:3px solid #FFDE5C;
}
.post-content p {
	width:679px;
}
.post-thumb, .post-thumb img {
	width:341px;
	right:10px;
	top:45px;
	position:absolute;
}

/* category posts page */
.post-title-category-page a {
	color:#005DAB;
	font-weight:600;
}
.post-excerpt-category-page {
	margin-bottom:40px;
}
.post-date {
	background:#F5F5F5;
	border-left:5px solid #E0E0E0;
	padding:5px 10px;
	font-size:14px;
}
.post-article {
	margin:40px 0;
}

/* calendar full view */
#tribe-events-header {
	background:#FFDE5C !important;
	height:40px;
	padding:8px 20px;
}
#tribe-events-footer, #tribe-events-header {
	margin-bottom:0;
}
#tribe-events-header a {
	color:#00466D !important;
	font-size:18px !important;
}
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a, #tribe-events-header .tribe-events-sub-nav li {
	display:block !important;
}
.tribe-events-month-event-title a {
	color:#00466D;
}
#tribe-events-content .tribe-events-calendar td:hover {
	background:#FFDE5C;
}
#tribe-events-content .tribe-events-calendar td {
	background:#FFF;
}
#tribe-events-bar {
	margin-bottom:0;
}
#tribe-events-content {
	padding:0;
}
h2.tribe-events-page-title, .single-tribe_events .tribe-events-single-event-title {
	background:#005DAB;
	height:60px;
	margin:0;
	font:700 20px/1.8 'Raleway', sans-serif;
	padding-top:10px;
}
#tribe-events-content table.tribe-events-calendar {
	margin:0;
}
#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
	font-size:18px !important;
}
.tribe-events-calendar div[id*=tribe-events-daynum-], .tribe-events-calendar div[id*=tribe-events-daynum-] a {
	font-size:18px !important;
}
#tribe-events-content table.tribe-events-calendar {
	font-size:14px !important;
}
#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
	background-color:#0070BC;
}
#tribe-bar-form label {
	font-size:12px !important;
}
.tribe-events-calendar thead th {
	background-color:#5E6063;
}
#tribe-bar-form .tribe-bar-submit input[type=submit], #tribe-events .tribe-events-button, .tribe-events-button{
	background:#FFDE5C !important;
	color:#00466D !important;
	font-size:16px !important;
}
.tribe-bar-views-inner {
	padding:15px 0 50px;
}
/* calendar event list view */
.tribe-events-list .type-tribe_events {
	padding:20px;
	background:#FFF;
	margin-bottom:10px;
	font-size:120%;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured {
	padding:20px;
	argin-bottom:10px;
}
.tribe-events-list .tribe-events-list-event-title {
	padding:10px 20px;
	background:#0070BC;
	margin:-20px 0 10px -20px;
}
.tribe-events-list .type-tribe_events h2 {
	font:700 20px/1.8 'Raleway', sans-serif;
}
.tribe-events-list .type-tribe_events a {
	color:#FFDE5C;
}
.tribe-events-list .type-tribe_events a:hover {
	color:#FFF;
}
.tribe-events-read-more {
	color:#FFC200 !important;
}
.tribe-events-loop .tribe-events-event-meta {
	font-size:16px;
}
.tribe-events-event-meta-desc .tribe-events-gmap, .tribe-events-event-meta .tribe-events-gmap {
	display:none;
}
/* calendar day view */
.tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
	margin-left:0;
}
/* calendar details view */
.single-tribe_events .tribe-events-single-event-title {
	background:#005DAB;
	color:#FFF;
	height:60px;
	margin:0;
	font:700 20px/1.8 'Raleway', sans-serif;
	padding:10px 20px;
}
.tribe-events-schedule {
	background:#FFF;
	padding:10px 20px;
	margin-top:4px;
}
.tribe-events-schedule h2 {
	color:#00466D;
}
.single-tribe_events .tribe-events-cal-links, #tribe-events-footer {
	display:none;
}
.tribe-events-back {
	padding:20px;
	background:#FFDE5C;
	width:340px;
	margin-bottom:0;
}
.tribe-events-back a {
	color:#00466D;
}
.single-tribe_events .tribe-events-event-meta {
	margin-top:0;
	font-size:16px;
}

/* contact form */
.nf-form-fields-required {
	font-size:14px !important;
	color:#444 !important;
	margin:10px 0 20px 150px;
}
.label-above .nf-field-label {
	float:left;
	width:150px;
}
.nf-field-label label {
	font-weight:600 !important;
}
.nf-field-element {
	width:508px !important;
	float:left;
}
.nf-field-element input, .nf-field-element textarea {
	padding:5px 20px;
}
.nf-field-element textarea {
	margin:-80px 0 0 150px !important;
	vertical-align:top !important;
}
.nf-after-field .nf-error-msg, .nf-error-field-errors {
	margin:-10px 0 0 150px;
	font-size:16px;
}
.nf-error-field-errors {
	margin-bottom:40px;
}
.field-wrap button, .field-wrap input[type=button], .field-wrap input[type=submit] {
	margin-bottom:20px;
	background:#FFDE5C;
	color:#00466D;
	border:none;
	text-transform:uppercase;
	font-weight:600;
	font-size:16px;
	padding:15px 30px;
}

/* download form button */
.download-form-holder {
	width:100%;
	/*height:72px;*/
	background:#F5F5F5;
}
.download-form-holder:hover {
	background:#E0E0E0;
}
.download-form-holder a {
	width:100%;
	height:72px;
	top:0;
	left:0;
	color:#00466D;
}
.download-form-icon {
	width:80px;
	padding:10px 20px;
	background:#E0E0E0;
	float:left;
}
.download-form-label {
	padding:10px 20px 12px 100px;
}

/* gallery links button */
.gallery-links-holder {
	width:100%;
	min-height:100px;
	/*height:72px;*/
	background:#F5F5F5;
}
.gallery-links-holder:hover {
	background:#E0E0E0;
}
.gallery-links-holder a {
	width:100%;
	height:100px;
	top:0;
	left:0;
	color:#00466D;
}
.gallery-links-thumb {
	width:100px;
	background:#E0E0E0;
	float:left;
	margin-right:20px;
}
.gallery-links-label {
	padding:10px 20px 12px 100px;
}
.justified-gallery>div>div>a>img, .justified-gallery>div>div>img, .justified-gallery>div>div>a>div.effect-wrapper>img {
	border:1px solid #FFF !important;
}

/* values */
.values-label {
	width:100%;
	background:#F5F5F5;
	border-left:10px solid #E0E0E0;
	padding:10px 20px;
	font-weight:600;
	margin-top:10px;
}

/* oshc login btn */
.login-btn {
	width:100%;
	text-align:center;
	background:#F5F5F5;
}
.login-btn-label {
	width:100%;
	text-align:center;
	background:#E0E0E0;
	padding:10px 20px;
}

/* documents gallery */
.mpp-container a {
	color:#00466D;
}
.mpp-item-entry .mpp-item-thumbnail img, .mpp-item-single .mpp-item-entry img.mpp-large, .mpp-image {
	width:60%;
	box-shadow:none;
	padding:0;
}
.mpp-photo-entry {
	height:220px;
	background:#FFF;
	border:1px solid #CCC;
	border-bottom:5px solid #CCC;
	padding:10px 20px 20px 20px;
}
.mpp-item-entry:hover {
	border:1px solid #005DAB;
	border-bottom:5px solid #005DAB;
}
.mpp-gallery .post-date {
	display:none;
}

/* staff photos */
.sidebar-staff-photo {
	width:33%;
	height:180px;
	float:left;
	text-align:center;
	margin-top:10px;
}
.sidebar-staff-photo img {
	margin-bottom:-20px;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}
h1 {
	color:#005DAB;
	font:700 20px/1.8 'Raleway', sans-serif;
	margin:0;
}
h2 {
	color:#FFF;
	font:700 20px/1.8 'Raleway', sans-serif;
	margin:0;
}
h3 {
	color:#005DAB;
	font:600 20px/1.8 'Raleway', sans-serif;
}
h4 {
	color:#FFDE5C;
	font:600 20px/1.8 'Raleway', sans-serif;
}
h5 {
	color:#005DAB;
	font:600 20px/1.4 'Raleway', sans-serif;
	background:#FFDE5C;
	padding:0 10px;
	width:fit-content;
}
h6 {
	color:#FFDE5C;
	font:600 16px/1.4 'Raleway', sans-serif;
	margin:-20px 0 10px 20px;
}
.white {
	color:#FFF;
	padding:0 0 10px 10px;
}
.yellow {
	color:#FFDE5C;
	padding-left:20px;
}
.yellow-no-pad {
	color:#FFDE5C;
	margin-bottom:-10px;
}
.yellow-2 {
	color:#FFC200;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:350px) {
.sidebar-extra {
	text-align:center;
}
.sidebar-extra img {
	float:none;
}
}
@media only screen and (max-width:420px) {
.post-thumb, .post-thumb img {
	width:100%;
}
.sidebar-staff-photo {
	width:50%;
}
}
@media only screen and (max-width:480px) {
.table-col {
	width:100% !important;
}
.footer-title {
	text-align:center;
	/*height:60px;*/
}
.footer-title-inner-left {
	display:none;
}
.footer-top {
	float:none;
	margin:20px auto;
}
}
@media only screen and (max-width:768px) {
.wrapper {
	background:url(img/background-top.jpg) center 50px no-repeat,
			   url(img/background-bottom.jpg) center bottom no-repeat;
}
.nav {
	margin-top:180px;
	height:60px;
	position:relative;
}
.nav-inner {
	width:100%;
	margin-top:0;
	height:60px;
}
.nav-inner ul {
	display:none;
}
.mob-menu-header-holder {
	margin-top:105px !important;
	position:absolute !important;
}
.header {
	width:100%;
	margin:0;
}
.logo {
	width:100%;
	height:120px;
	text-align:center;
	margin-top:-180px;
}
.logo-img {
	margin-top:20px;
	padding:0 20px;
}
.tag-line {
	display:none;
}
.content-title, .content-title-2 {
	margin:20px 0 3px 0;
	width:100% !important;
	opacity:1;
}
.content-box, .content-box-2nd, .content-box-2 {
	margin:0 0 20px 0;
	width:100% !important;
}
.content-box-half {
	width:100%;
}
.sidebar-title, .sidebar-title-2nd {
	width:100% !important;
}
.sidebar-box {
	width:100% !important;
}
.home-partner-logo {
	width:243px;
	margin:0;
	float:left;
}
.post-title {
	margin-top:20px;
}
.post-content p {
	width:100%;
}
.table-col {
	width:50%;
}
#tribe-events-bar {
	margin-top:20px;
}
.nf-field-element textarea {
	margin:-30px 0 0 0 !important;
}
.nf-form-fields-required {
	margin:10px 0 20px 0;
}
}
@media only screen and (max-width:840px) {
.sidebar-title img {
	display:none;
}
}
@media only screen and (min-width:992px) and (max-width:1136px) {
.logo {
	width:31.5% !important;
}
}
@media only screen and (min-width:768px) and (max-width:1136px) {
.nav-inner ul {
	display:none;
}
.logo {
	width:33%;
}
.logo-img {
	width:85%;
	margin-left:5%;
}
.content-title, .sidebar-title-2nd, .content-box, .content-box-2nd, .content-title-2, .content-box-2 {
	width:97% !important;
}
.sidebar-title, .sidebar-box {
	width:100% !important;
}
.youtube_codegena {
	margin-bottom:20px;
}
.video-caption {
	margin-left:20px;
}
.nf-field-element textarea {
	margin:-30px 0 0 0 !important;
}
.nf-form-fields-required {
	margin:10px 0 20px 0;
}
}
@media only screen and (max-width:1136px) {
.nav-btn, .nav-btn-yellow {
	color:#FFF;
	background:none;
	padding:25px 22px;
}
.nav-btn:hover, .nav-btn-yellow:hover {
	background:none;
	color:#005DAB;
}
.mobmenu_content ul li ul li {
	margin-left:-30px;
}
.left-menu-icon-text {
	margin-left:10px;
}
.post-thumb, .post-thumb img {
	top:0;
	right:0;
	position:relative;
}
}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#005DAB;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#005DAB;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#005DAB;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.post-edit-link {
	display:block;
	float:right;
	background:#FFDE5C;
	color:#005DAB;
	padding:3px 12px;
}

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		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) ")";
	}
	.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;
	}
	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;
	}
}
