/*
Theme Name: YWAM Sunshine Coast
Theme URI: http://ywamwaves.com/
Description: The default WordPress theme for YWAM Sunshine Coast.
Version: 1.0
Author: Adam Campbell
Author URI: http://hotmeteor.com/
*/
/*  HTML5 ✰ Boilerplate  */
@import url("type/tiza.css");

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ol { list-style-type: decimal; margin-left: 2em; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

/*
-----------------------------------
General Layout
-----------------------------------
*/

body {
	background: #fac202 url(images/bg-body.png) repeat-x 0 0;
	position: relative;
}

	body.home {
		background: #fac202 url(images/bg-body-home.png) repeat-x 0 0;
	}

#container {
}

#header {
	background: url(images/bg-header.png) no-repeat center 0;
	clear: both;
	height: 120px;
	margin: 0 auto;
	position: relative;
	width: 900px;
}

#header-top {
	float: right;
	padding-top: 6px;
}

#main {
	clear: both;
	width: 100%;
}

#content {
	clear: both;
	margin: 0 auto;
	overflow: auto;
	width: 860px;
}

#left {
	float: left;
	margin: 0 0 30px;
}

	body.home #left {
		margin-top: 20px;
	}

#right {
	float: right;
	margin: 25px 0 30px;
}
	body.home #right {
		margin-top: 0;
	}

/*
-----------------------------------
General Typography
-----------------------------------
*/

a {
	font-weight: bold;
	text-decoration: none;
}

a:link,
a:visited {
	border-bottom: 1px solid #ccc;
	border-bottom: 1px solid rgba(255,91,2,0.3);
	color: #ff5b02;
}

a:hover {
	border-bottom: 1px solid #555;
	border-bottom: 1px solid rgba(0,0,0,0.8);
	color: #222;
}

a img,
a.alignleft {
	border: 0 !important;
}

blockquote {
	background-color: #fbda67;
	float: left;
	line-height: 1;
	margin: 5px 15px 7px -30px;
	width: 180px;
}

	blockquote p {
		font-size: 18px;
		line-height: 1.3;
		font-weight: 500;
		margin: 0;
		padding: 10px 12px;
		text-align: right;
	}
	
	blockquote p strong {
		font-weight: 700;
	}
	
	blockquote p a {
		border: 0 !important;
		display: block;
		font-size: 13px;
		font-weight: 900;
		margin: 10px 0 0;
		text-transform: uppercase;
	}

h1 {
	display: block;
	overflow: hidden;
	text-indent: -999em;
	height: 150px;
	width: 150px;
	position: absolute;
	top: 8px;
	left: 15px;
}

	h1 a {
		background-image: url(images/logo-2012.png);
		background-repeat: no-repeat;
		display: block;
		height: 100%;
		width: 100%;
	}
	
	/*
	h1 a:link,
	h1 a:visited {
		background-position: 0 0;
	}
	
	h1 a:hover {
		background-position: 0 -75px;
	}
	*/
	
h2 {
	color: #fff;
	font: normal 40px "TizaRegular", "Helvetica Neue", "Helvetica", Arial, sans-serif;
	height: 60px;
	margin: 0;
	text-shadow: #000 0 2px 1px;
}

	h2.h2-small {
		font: normal 30px "TizaRegular", "Helvetica Neue", "Helvetica", Arial, sans-serif;
	}
	
	h2.banner-text {
		font: normal 20px/1.33 "TizaRegular", "Helvetica Neue", "Helvetica", Arial, sans-serif;
		width: 500px;
		position: absolute;
		left: 20px;
	}
	
	h2.bt-1 {
		top: 56px;
	}
	
	h2.bt-2 {
		font-size: 25px;
		top: 145px;
	}
	
	em.green { color: #47e4e3; }
	em.orange { color: #ff5b02; }
	
h3 {
	font-size: 22px;
	font-weight: 500;
	margin: 0 0 1em;
	text-transform: uppercase;
}

	h3 span {
		background-color: #464646;
		color: #fff;
		font-weight: 900;
		padding: 1px 3px;
		text-shadow: #464646 0 0 1px;
	}		
	
	h3 strong {
		color: #47e4e3;
		font-weight: 900;
	}
	
	.twothird h3 {
		margin: 0 0 -10px;
	}
	
h4 {
	color: #222;
	font-size: 17px;
	font-weight: normal;
	line-height: 1.5;
	margin: 0 0 1em;
}

	h4 strong {
		border-bottom: 1px solid #444;
		border-bottom: 1px solid rgba(0,0,0,0.2);
	}

h5 {
	color: #222;
	font-weight: 700;
	font-size: 14px;
	margin: 0 0 1em;
	text-transform: uppercase;
}

	body.home h5 {
		margin: 0 0 2em;
	}

	h5 em {
		font-size: 12px;
		font-style: normal;
		font-weight: 500;
		margin-left: 5px;
	}

	h5 span {
		background-color: #464646;
		color: #fff;
		display: inline-block;
		padding: 2px 5px;
		text-shadow: #464646 0 0 1px;
	}
	
	h5 strong {
		color: #47e4e3;
		font-weight: normal;
	}
	
	.lefthalf h5 {
		text-shadow: rgba(255,255,255,0.7) 0 1px 0;
	}
	
	.righthalf .content-inner h5 {
		position: relative;
		z-index: 3;		
	}

h6 {
	color: #222;
	font-size: 12px;
	margin: 0 0 3px;
}

	h6 em {
		color: #888;
		font-style: normal;
	}
	
p {
	color: #444;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.6;
	margin: 0 0 12px;
}

p strong {
	color: #222;
	font-weight: 700;
}

.lefthalf ol,
.lefthalf ul,
.righthalf ol,
.righthalf ul {
	margin: 0 0 1em 16px;
}

.lefthalf ol li,
.lefthalf ul li,
.righthalf ol li,
.righthalf ul li {
	color: #444;
	font-size: 13px;
	line-height: 1.7;
}

.lefthalf ul li strong,
.righthalf ul li strong {
	color: #111;
	font-weight: bold;
	text-transform: uppercase;
}

/*
-----------------------------------
Header / Navigation
-----------------------------------
*/

#header-top p {
	color: #888;
	font-size: 11px;
	line-height: 1.4;
	margin: 0;
	text-align: right;
	text-transform: uppercase;
}

#header-top p a {
	border: 0;
	font-weight: normal;
	margin: 0 5px;
}

	#header-top p a.blog-link {
		color: #ff5b02 !important;
		font-weight: bold;
	}

	#header-top p a.last-link {
		margin-right: 0;
	}

#header-top p a:link,
#header-top p a:visited {
	color: #999;
}

#header-top p a:hover {
	color: #ddd;
}

#header-top p strong {
	color: #d7d7d7;
	font-weight: bold;
}

ul#nav {
	display: block;
	float: left;
	right: 0;
	position: absolute;
	top: 65px;
}

ul#nav li {
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	float: left;
	height: 55px;
	list-style-type: none;
	margin: 0 0 0 50px;
	padding: 0;
	position: relative;
}
	
	ul#nav li.hover {
		background-position: 0 -55px;
	}

	ul#nav li#nav-train { background-image: url(images/nav-train.png); width: 96px; }	/* Train */
	ul#nav li#nav-learn { background-image: url(images/nav-learn.png); width: 94px; }	/* Learn */
	ul#nav li#nav-connect { background-image: url(images/nav-connect.png); width: 116px; }	/* Connect */
	ul#nav li#nav-community { background-image: url(images/nav-community.png); width: 130px; }	/* Community */

ul#nav li a {
	border: 0;
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: -999px;
	width: 100%;
}
	
/* Subnavs */

div.subnav {
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.9);
	display: none;
	left: 0;
	position: absolute;
	top: 55px;
	width: 350px;	
	z-index: 1000;
    -moz-box-shadow: 0px 4px 4px #555555; /* FF3.5+ */
  	-webkit-box-shadow: 0px 4px 4px #555555; /* Saf3.0+, Chrome */
    box-shadow: 0px 4px 4px #555555; /* Opera 10.5, IE 9.0 */
    filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#555555'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#555555')"; /* IE8 */
}

	ul#nav li#nav-connect div.subnav {
		left: -304px;
	}

	ul#nav li#nav-community div.subnav {
		left: auto;
		right: 0;
	}

	ul#nav li.hover div.subnav {
		/*display: block;*/
	}
	
div.subnav-wide {
	width: 420px;
}

div.subnav-left {
	float: left;
	width: 219px;
}

	div.subnav-rev div.subnav-left {
		width: 130px;
	}

	div.subnav-wide div.subnav-left {
		width: 280px;
	}
	
	div.subnav-left dl {
		margin: 0;
		padding: 0;
	}
	
	div.subnav-left dt {
		color: #222;
		font-size: 11px;
		font-weight: bold;
		line-height: 14px;
		margin: 0;
		padding: 0;
	}
	
	div.subnav-left dd {
		color: #888;
		font-size: 11px;
		line-height: 14px;
		margin: 0 0 8px;
		padding: 0;
	}
	
	div.subnav-wide div.subnav-left dl {
		width: 130px;
		float: left;		
	}
	
	div.subnav-wide div.subnav-left dt,
	div.subnav-wide div.subnav-left dd {
		width: 115px;		
	}

div.subnav-right {
	margin-left: 220px;
}

	div.subnav-rev div.subnav-right {
		margin-left: 130px;
	}
	
	div.subnav-wide div.subnav-right {
		margin-left: 280px;
	}
	
	div.subnav-right h6 {
		margin: 0 0 5px;
	}
	
	div.subnav-right p {
		font-size: 11px;
		margin: 0 0 1px;
	}

div.subnav-inner {
	padding: 8px 12px 12px;
}

	div.subnav-rev div.subnav-left .subnav-inner {
		padding: 8px 0 0 12px;
	}

div.subnav-inner p {
	clear: none;
	color: #777;
	font-size: 11px;
	line-height: 1.3;
	margin: 0 0 5px;
}

.subnav-banner {
	height: 110px;
	margin: 0 0 6px;
	position: relative;
}

.subnav-banner a,
.subnav-banner a img {
	border: 0;
	display: block;
}

.subnav-banner span {
	background-color: #363636;
	background-color: rgba(54, 54, 54, 0.7);
	bottom: 0;
	color: #47e4e3;
	display: block;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	left: 0;
	padding: 4px 8px;
	position: absolute;
}

.subnav-banner span em {
	color: #aaa;
	font-style: normal;
	font-weight: normal;
}

.subnav-banner span strong {
	color: #eee;
	font-weight: bold;
}

/* Jumplist */

ul#nav li ul.jumplist {
	display: block;
	float: none;
	position: relative;
}

ul#nav li ul.jumplist li {
	border-bottom: 1px dotted #ccc;
	display: block;
	float: none;
	font-size: 11px;
	font-weight: bold;
	height: auto;
	list-style-type: none;
	margin: 0;
	padding: 7px 0 4px;
	text-transform: uppercase;
}

ul#nav li ul.jumplist li a {
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	text-indent: 0;
	width: auto;
}

/* Sidelist */

ul#nav li ul.sidelist {
	display: block;
	float: none;
	margin: 11px 0 0;
	padding: 0;
	position: static;
}

ul#nav li ul.sidelist li {
	display: block;
	float: none;
	font-size: 11px;
	font-weight: bold;
	height: auto;
	line-height: 1.2;
	list-style-type: none;
	margin: 0 0 8px;
	padding: 0;
	width: 125px;
}

ul#nav li ul.sidelist li a {
	border: 0;
	display: block;
	height: 100%;
	overflow: visible;
	text-indent: 0;
	width: 100%;
}

ul#nav li ul.sidelist li a img {
	border: 0;
	display: block;
	margin: 0 0 3px;
}

/* Widelist */

ul#nav li ul.widelist {
	display: block;
	float: none;
	margin: 0 0 15px;
	position: static;
}

ul#nav li ul.widelist li {
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	height: 100px;
	list-style-type: none;
	margin: 0 0 8px;
	padding: 0;
	vertical-align: bottom;
	width: 25%;
}

ul#nav li ul.widelist li a {
	border: 0;
	display: block;
	height: auto;
	overflow: visible;
	text-indent: 0;
	width: 100%;
}

	ul#nav li ul.widelist li a.jumplink {
		height: 25px;
		line-height: 1.1em;
		margin: 3px 0 0;
	}

ul#nav li ul.widelist li a img {
	border: 0;
	display: block;
	margin: 1px 0 0;
	vertical-align: bottom;
}

/* All subnav lists */

ul.sidelist li.bigtarget a,
ul.widelist li.bigtarget a {
	color: #222;
}

ul.sidelist li img,
ul.widelist li img {
	opacity: .8;
}

ul.sidelist li.bigtarget img,
ul.widelist li.bigtarget img {
	opacity: 1;
}

/* Subnav Guide */

div.subnav-guide {
	background: #eee url(images/img-2010guide-th-trans.png) no-repeat 7px 8px;
	margin: 0 0 -12px -12px;
	padding: 7px 12px;
}

div.subnav-guide h5 {
	color: #959595;
	font-size: 13px;
	line-height: 13px;
	font-weight: 700;
	margin: 0 0 0 70px;
	text-shadow: #fff 0 1px 0;
}

div.subnav-guide h5 strong {
	color: #555555;
	font-weight: normal;
}

div.subnav-guide p {
	clear: none;
	line-height: 1.2;
	margin: 0 0 0 70px;
}

div.subnav-guide p a {
	border: 0 !important;
	clear: none !important;
	display: block !important;
	font-weight: bold;
	height: auto !important;
	overflow: visible !important;
	text-indent: 0 !important;
	width: auto !important;
}

div.subnav-guide p em {
	font-style: normal;
}

div.subnav-guide-hover {
	background-color: #ddd;
	cursor: pointer;
}

div.subnav-guide-hover a {
	color: #222;
}

div.subnav-guide-hover h5 {
	color: #ff5b02;
}	

div.subnav-guide-hover h5 strong {
	color: #222;	
}

/* Weather */

#weather {
	margin: 0 0 1em;
}

#weather dt {
	border-bottom: 1px solid #ddd;
	color: #555;
	display: block;
	font-size: 12px;
	height: 52px;
	margin: 0 0 7px;
	text-align: center;
	text-transform: uppercase;
}

	#weather dt img {
		display: block;
		float: left;
		margin: 0 15px 0 0;
	}
	
	#weather dt strong {
		color: #222;
		display: block;
		font-size: 2em;
		padding: 7px 0 0;
	}
	
#weather dd {
	color: #444;
	font-size: 11px;
	line-height: 1.4;
	margin: 0 0 5px;
	padding: 0;
}
		

/*
-----------------------------------
Footer
-----------------------------------
*/

#footer {
	background: url(images/bg-footer.png) repeat-x 0 0;
	clear: both;
	padding: 0;
	width: 100%;
}

#footer-top {
	height: 52px;
	margin: 0 auto;
	width: 900px;
}

#footer-bottom {
	background: url(images/bg-footer-bottom.jpg) repeat-x 0 0;
	height: 290px;
	margin: 0 auto;
	width: 900px;
}

#footer-left {
	float: left;
	margin-top: 50px;
	width: 45%;
}

#footer-right {
	float: right;
	margin-top: 30px;
	width: 40%;
}

ul.footer-nav {
	height: 10px;
	margin: 0 0 25px;
	padding: 0;
}

	ul.footer-nav-main {
		border-bottom: 1px solid #444;
		margin: 0 0 15px;
		padding: 0 0 15px;
	}

ul.footer-nav li {
	display: block;
	float: left;
	font-size: 11px;
	list-style-type: none;
	margin: 0 20px 0 0;
	padding: 0;
}

ul.footer-nav li a {
	border: 0;
}

#footer a:hover {
	border-bottom: 1px solid #555;
	color: #eee;
}

#footer img {
	display: block;
	margin: 0 0 7px -21px;
}
	
#footer p {
	clear: left;
	color: #999;
	font-size: 11px;
	line-height: 1.6em;
}	

#blog-promo {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 2000;
}

.blog #blog-promo {
	display: none;
}

#blog-promo a {
	display: block;
	border: none !important;
	margin: 0;
	padding: 0;
}

#blog-promo a img {
	display: block;
	margin: 0;
	padding: 0;
}

/*
-----------------------------------
Forms
-----------------------------------
*/

fieldset,
form {
	border: 0;
	margin: 0;
	padding: 0;
}

legend {
	display: none;
}

.lefthalf form ol {
	margin: 0;
	padding: 0;
}

.lefthalf form ol li {
	font-size: 13px;
	line-height: 1.4;
	list-style-type: none;
	margin: 0 0 12px;
	padding: 0;
}

.lefthalf form label {
	color: #222;
	display: block;
	font-weight: bold;
	margin: 0 0 1px;
	padding: 0;
}

.lefthalf form input.single {
	font-size: 14px;
	margin: 0;
	padding: 2px;
	width: 95%;
}

.lefthalf form select {
	font-size: 14px;
	margin: 0;
}

.lefthalf form textarea {
	font-size: 12px;
	margin: 0;
	padding: 2px;
	width: 95%;
}

.lefthalf form input.sendbutton {
	font-size: 14px;
}

p.linklove {
	display: none;
}

#usermessagea {
	font-size: 13px;
	margin: 0 0 15px;
}

.failure {
	color: red;
}

/*
-----------------------------------
Homepage
-----------------------------------
*/

#banner {
	clear: both;
	display: block;
	height: 430px;
	margin: 1px 0 0;
	padding: 0;
	width: 100%;
}

#banner-content {
	margin: 0 auto;
	position: relative;
	width: 900px;	
}

#banner-content img {
	left: 20px;
	position: absolute;
	top: 40px;
	z-index: 10;
}

/* Schools Box */
#schools-box {
	background: url(images/bg-schools-box-trans.png) no-repeat 0 0;
	height: 250px;
	left: 0;
	position: absolute;
	top: 185px;
	width: 415px;
	z-index: 10;
}

#schools-box-inner {
	padding: 98px 15px 0;
}

dl.schools-box-block {
	cursor: help;
	float: left;
	height: 60px;
	margin: 0;
	padding: 0;
	width: 50%;
}

dl.schools-box-block dt, dl.schools-box-block dt p {
	color: #222;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

dl.schools-box-block dd {
	color: #222;
	font-size: 11px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

	dl.schools-box-block dd.school-dates {
		color: #777;
	}
	
	dl.schools-box-block dd.school-info {
		display: none;
	}
	
	.tooltip-active dd.school-info {
		display: block;
	}
	
	dl.schools-box-block dd.school-link {
		text-transform: uppercase;
	}
	
	dl.schools-box-block dd.school-link a {
		border: 0;
	}
	
#schools-box-inner p {
	font-size: 11px;
	line-height: 1.1;
	margin: 0;
}

#schools-box-inner p a {
	border: 0;
	text-transform: uppercase;
}

.tooltip-contents span {
	display: block;
	margin: 0 0 5px;
	height: 50px;
	overflow: hidden;
}

.tooltip-contents span img {
	display: block;
	height: 85px !important;
	margin: -10px 0 0;
	vertical-align: middle;
	width: 140px !important;
}

.tooltip-contents p {
	color: #eee;
	font-size: 11px;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	text-align: center;
}

.tooltip-contents p a {
	border: 0;
}

.tooltip-contents p a:hover {
	color: #fff;
}

/* Banner Cycle */
ul#banner-cycle {
	display: block;
	height: 430px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

ul#banner-cycle li {
	background-repeat: no-repeat;
	background-position: center 0;
	display: none;
	height: 430px;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

	#banner-1 { /* laughing */
		background-image: url(images/banner-1.jpg);
	}
	
	#banner-2 { /* hanging out */
		background-image: url(images/banner-2.jpg);
	}
	
	#banner-3 { /* surfers */
		background-image: url(images/banner-3.jpg);
	}
	
	#banner-4 { /* group */
		background-image: url(images/banner-4.jpg);
	}
	
#banner ul#banner-cycle li .banner-inner {
	display: block;
	height: 410px;
	margin: 0 auto;
	position: relative !important;
	width: 900px !important;
}

#banner ul#banner-cycle li .banner-inner img {
	top: 100px;
	display: none;
	height: 75%;
	position: absolute;
	left: 430px;
	z-index: 100;
}

#preload {
	display: none !important;
}

/* Ministries */

#ministry-hilite {
	background: #47e4e3 url(images/logo-10k-med.png);
	margin: 0 0 20px;
	padding: 10px 15px 10px 130px;
}

#ministry-hilite-inner {
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.9);
	padding: 10px 12px 1px;
}

#ministry-hilite a:link,
#ministry-hilite a:visited {
	background-color: #464646;
	border: 0;
	color: #47e4e3;
	padding: 2px;
}

#ministry-hilite a:hover {
	background-color: #464646;
	border: 0;
	color: #fff;
	padding: 2px;
}

#ministry-hilite p {
	line-height: 1.5;
	margin: 0 0 1em;
}

#ministry-hilite p strong {
	font-size: 13px;
}

#homepage-ministries {
	padding-left: 20px;
}

ul#ministry-list {
	margin: 0;
	padding: 0;	
}

ul#ministry-list li {
	border-bottom: 1px dotted #c89b02;
	clear: left;
	display: block;
	height: 90px;
	list-style-type: none;
	padding: 7px 0;
	width: 310px;
}

ul#ministry-list li img {
	border: 3px solid #fff;
	display: block;
	float: left;
	margin: 0 0 7px;
}

ul#ministry-list li h6 {
	font-size: 13px;
	line-height: 1.2;
	margin: -2px 0 2px 130px;
	text-transform: uppercase;
}

ul#ministry-list li h6 a {
	border: 0;
}

ul#ministry-list li p {
	display: block;
	font-size: 11px;
	line-height: 1.4;
	margin: 0 0 0 130px;
}

p#list-nav {
	font-size: 13px;
	text-align: center;
	padding-left: 20px;
}

p#list-nav a {
	border: 0;
	font-weight: bold;
	margin: 0 10px;
}

/*
-----------------------------------
Inner Pages
-----------------------------------
*/

.innerpage {
	padding-top: 50px;
}

p#breadcrumb {
	color: #aaa;
	font-family: "proxima-nova-1","proxima-nova-2",sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	margin: 0 0 10px;
	text-transform: uppercase;
}

p#breadcrumb a {
	border: 0;
	font-weight: bold;
}

#breadcrumb a:link,
#breadcrumb a:visited {
	color: #aaa;
	color: rgba(71, 228, 227, 0.6);
}

#breadcrumb a:hover {
	color: #fff;
	color: rgba(71, 228, 227, 1);
}

#breadcrumb span.separator {
	color: #bbb;
	font-size: 13px;
	font-weight: normal;
	margin: 0 7px;
}

#breadcrumb span.current {
	color: #777;
	display: none;
	font-weight: bold;
}

/* Program Details */
#program-details {
	background: url(images/bg-program-details-top-trans.png) no-repeat 0 0;
	margin-left: 10px;
	width: 406px;
}

#program-details-inner {
	background: url(images/bg-program-details.png) no-repeat 0 76px;
	padding: 16px 25px 10px;
}

#program-details-inner p {
	font-size: 12px;
	line-height: 1.4 !important;
}

#program-places {
	border-bottom: 1px solid #ddd;
	margin: 0 0 7px;
}

#program-dates {
	float: left;
	width: 45%;
}

#program-costs {
	float: right;
	width: 45%;
}

#program-application {
	border-top: 1px solid #ddd;
	clear: both;
	float: none;
	margin: 0 0 4px;
	padding-top: 7px;
	width: 100%;
}

	#program-application a {
		background: url(images/icon-16x16-pdf.png) no-repeat 0 0;
		border: 0;
		display: inline-block;
		padding-left: 18px;
	}

#program-clear {
	clear: both;
	width: 100%;
}

#program-details h5 {
	margin: 0 0 .3em;
}

#program-details h5#main-head {
	background: url(images/bg-program-details-h5.png) no-repeat 25px 0;
	margin: 0 0 .5em;
	padding: 15px 0px;
}

#program-details p {
	line-height: 1.6em;
	margin: 0 0 .5em;
}

#program-details p em {
	color: #999;
	font-size: 10px;
}

#program-bottom {
	background: url(images/bg-program-details-bottom.png) no-repeat -1px 0;	
	clear: both;
	height: 105px;
	width: 100%;
}

#program-bottom-inner {
	padding: 25px 0 0;
}

#program-bottom p {
	height: 16px;
	line-height: 16px;
}

#program-bottom p a {
	background: url(images/icon-16x16-pdf.png) no-repeat 0 0;
	border: 0;
	display: inline-block;
	padding-left: 18px;
}

/* PDF area */

#program-bottom a img {
	border: 0;
	display: block;
	float: right;
	margin: -25px 40px 0 0;
}

#program-bottom a:hover img {
}

#program-bottom h6 {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4em;
	margin: 0 120px 3px 0;
	text-align: right;
}

#program-bottom h6 strong {
	background-color: #464646;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	padding: 0 5px;
	text-transform: uppercase;
}

#program-bottom h6 strong em {
	color: #47e4e3;
	font-style: normal;
}

#program-bottom p {
	font-size: 11px;
	margin: 0 120px 0 0;
	text-align: right;
}

#program-bottom p em {
	font-style: normal;
}

/* Certification */

p#certification {
	border-top: 1px solid #444;
	border-top: 1px solid rgba(0,0,0,0.2);
	clear: both;
	color: #777;
	color: rgba(0,0,0,0.4);
	font-size: 11px;
	line-height: 1.4em;
	padding: 15px 0;
	width: 100%;
}

	p#certification strong {
		color: #777;
		color: rgba(0,0,0,0.4);
	}
	
/* Individual Pages */

body.page-parent #main,
body.page-child #main {
	background-repeat: no-repeat;
	background-position: center 1px;
	background-image: url(images/banner-inner-default.jpg);	
}
	
body.page-parent .innerpage,
body.page-child .innerpage {
	background-repeat: no-repeat;
	background-position: 0 112px;
}

/* Waves DTS (4) */
body.page-id-4 .innerpage { background-image: url(images/lefttop-waves.png); } 
/* ATW DTS (5) */
body.page-id-5 #main { background-image: url(images/banner-inner-atw.jpg); }
body.page-id-5 .innerpage { background-image: url(images/lefttop-atw.png); }
/* Surfers DTS (17) */
body.page-id-17 #main { background-image: url(images/banner-inner-surfers.jpg); }
body.page-id-17 .innerpage { background-image: url(images/lefttop-surfers.png); }
/* SBS (66) */
body.page-id-66 #main { background-image: url(images/banner-inner-sbs.jpg); }
body.page-id-66 .innerpage { background-image: url(images/lefttop-sbs.png); }
/* LTP (103) */
body.page-id-103 #main { background-image: url(images/banner-inner-ltp.jpg); }
body.page-id-103 .innerpage { background-image: url(images/lefttop-ltp.png); }
/* TESOL (106) */
body.page-id-106 #main { background-image: url(images/banner-inner-tesol.jpg); }
body.page-id-106 .innerpage { background-image: url(images/lefttop-tesol.png); }
/* About Us (222) */
body.page-id-222 #main { background-image: url(images/banner-inner-aboutus.jpg); }
body.page-id-222 .innerpage { background-image: url(images/lefttop-aboutus.png); }
/* Base Info (305) */
body.page-id-305 #main { background-image: url(images/banner-inner-baseinfo.jpg); }
body.page-id-305 .innerpage { background-image: url(images/lefttop-baseinfo.png); }
/* Mission Building (237) */
body.page-id-237 #main { background-image: url(images/banner-inner-mission.jpg); }
body.page-id-237 .innerpage { background-image: url(images/lefttop-mission.png); }
/* Skate Ministry (126) */
body.page-id-126 #main { background-image: url(images/banner-inner-skate.jpg); }
/* SFMI (135) */
body.page-id-135 #main { background-image: url(images/banner-inner-sfmi.jpg); }
body.page-id-135 .innerpage { background-image: url(images/lefttop-sfmi.png); }
/* Moselle (144) */
body.page-id-144 #main { background-image: url(images/banner-inner-moselle.jpg); }
body.page-id-144 .innerpage { background-image: url(images/lefttop-moselle.png); }
/* 10/20 (147) */
body.page-id-147 #main { background-image: url(images/banner-inner-1020.jpg); }
body.page-id-147 .innerpage { background-image: url(images/lefttop-1020.png); }
/* BAM (157) */
body.page-id-157 #main { background-image: url(images/banner-inner-bam.jpg); }
body.page-id-157 .innerpage { background-image: url(images/lefttop-bam.png); }
/* 10K (161) */
body.page-id-161 #main { background-image: url(images/banner-inner-10k.jpg); }
body.page-id-161 .innerpage { background-image: url(images/lefttop-10k.png); }

/* What is DTS? */

#what-is-dts {
	background-color: #e6bd2f;
	padding: 12px 15px 1px;
	margin-top: 20px;
}

#what-is-dts h5 {
	color: #fff;
	font-size: 25px;
	margin: -25px 0 20px;
	text-shadow: #222 0 1px 0;
	-moz-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
	-webkit-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	transform: rotate(-4deg);
}

/* Payments */

a#secure-pay {
	background: #ff7a32;
	border: 1px solid #999;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #555;
	color: #222;
	display: block;
	font-size: 13px;
	padding: 7px 12px;
	text-align: center;
	text-shadow: #bbb 0 1px 0;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
  background-image: -moz-linear-gradient(top, #ff7a32, #ff5b02); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ff7a32),color-stop(1, #ff5b02)); /* Saf4+, Chrome */
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff7a32', EndColorStr='#ff5b02'); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff7a32', EndColorStr='#ff5b02')"; /* IE8 */
}

/*
-----------------------------------
Columns
-----------------------------------
*/

.onethird {
	background: url(images/bg-onethird.png) no-repeat 0 0;
	padding-top: 15px;
	width: 340px;
}

.onethird .content-inner {
}

.twothird {
	width: 510px;
}

.twothird .content-inner {
	margin: 0 15px;
	padding: 15px 30px;
	background-color: #fff;
}

.onehalf {
	width: 50%;
}

.lefthalf .content-inner {
	padding: 95px 40px 15px 30px;
}

.righthalf .content-inner {
	padding: 0 15px 20px;
}

.standard #one {	
	padding: 95px 40px 15px 30px;
	width: 70%;
}

.standard .righthalf .content-inner,
.ministry .righthalf .content-inner {
	padding-top: 130px;
}

.community .righthalf {
	padding-top: 0;
}

.community .lefthalf .content-inner {
	padding-top: 30px;	
}

.community .righthalf .content-inner {
	padding-top: 10px;
}

.wide #one {	
	padding: 95px 30px 15px;
}

.multiple {
	padding-top: 15px;
	width: 650px;
}

.multiple-item {
	margin-bottom: 80px;
	position: relative;
}

.multiple-item h3 {
	font-size: 18px;
	margin: 0 0 -10px;
	position: relative;
	padding-top: 15px;
	top: -35px;
	z-index: 2;
}

.multiple-item h3.multiple-title {
	background: #444;
	color: #fbda67;
	display: inline-block;
	font-size: 28px;
	margin: 0;
	padding: 3px 5px;
	top: 60px;
	left: 0;
}

.multiple-item blockquote {
	margin-left: 0;
	padding: 0;
	width: 260px;
}

.multiple-item blockquote p {
	font-size: 17px;
	margin: 0;
	padding: 14px;
}

.multiple-item figure.item-image {
	height: 100px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	width: 650px;
}

.multiple-item figure.item-image img {
	display: block;
	height: auto;
	margin-top: -33%;
	min-width: 100%;
}

.multiple-item .entry {
	padding-top: 80px;
	z-index: 3;
}

.multiple-item .entry p {
	font-size: 14px;
}

.multiple-item .entry h5 {
	font-size: 16px;
}

.multiple-item .entry h5 strong {
	display: inline;
}

/*
-----------------------------------
Images
-----------------------------------
*/

img.alignleft {
	
}

#left img.alignleft {
	background: #fac200 url(images/bg-th-p-left.png) no-repeat 0 0;
	display: block;
	float: left;
	margin: 5px 20px 5px -45px;
	padding: 12px 12px 12px 0;
}

#left img.alignright {
	background: url(images/bg-th-p-right.png) no-repeat 0 0;
	display: block;
	float: right;
	margin: 5px -45px 5px 15px;
	padding: 15px 0 12px 18px;
}

img.alignright {
	
}

img.alignnone {
	display: block;
	margin: 0 auto;
}

img.size-thumbnail {	
}

.righthalf .content-inner .image-wrap {
	display: block;
	height: 108px;
	margin: 0 0 -30px;
	overflow: hidden;
	position: relative;
	width: 390px;
	z-index: 1;
}

.righthalf .content-inner .image-wrap img {
	border: 0;
	display: block;
	position: relative;
	z-index: 1;
}

.righthalf .content-inner .image-wrap .image-overlay {
	background: url(images/img-overlay-righthalf.png) no-repeat 0 0;
	display: block;
	height: 120px;
	left: 0;
	position: absolute;
	top: 0;
	width: 390px;
	z-index: 2;
}

/*
-----------------------------------
Tables
-----------------------------------
*/

table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}

td {
	color: #222;
	font-size: 1.2em;
	padding: 10px 12px 7px 12px;
	text-align: left;
	vertical-align: top;
}

td img {
	display: block;
	margin: 0;
}

/* Give us a Waves table */
table.wp-table-reloaded-id-1 {
	margin: 0 auto 1em;
}

table.wp-table-reloaded-id-1 td {
	background-color: #444;
	border-bottom: 1px solid #222;
	color: #ccc;
}

	table.wp-table-reloaded-id-1 td.column-1 { 
		color: #fff;
		font-weight: bold; 
	}
	table.wp-table-reloaded-id-1 td.column-2 { }
	table.wp-table-reloaded-id-1 td.column-3 { width: 150px; }

table.wp-table-reloaded-id-1 td a:link,
table.wp-table-reloaded-id-1 td a:visited {
	border-bottom: 1px solid #777;
	color: #fff;
}

table.wp-table-reloaded-id-1 td a:hover {
	border-bottom: 1px solid #ccc;
	border-bottom: 1px solid rgba(255,91,2,0.3);
	color: #ff5b02;
}

/*
-----------------------------------
FLV Videos
-----------------------------------
*/

#main-video {
	bottom: 0;
	display: none;
	height: 330px;
	left: 0;
	position: fixed;
	width: 400px;
	z-index: 9999;
}

#main-video-head {
	display: block;
	height: 30px;
	text-align: right;
}

#main-video-head p {
	float: right;
	font-size: 11px;
	font-weight: bold;
	line-height: 1em;
	margin: 0;
	padding: 0;
}

#main-video-head p a {
	background-color: #111;
	border: 3px solid #fff;
	display: inline-block;
	padding: 4px 10px;
	text-align: center;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

	#main-video-head p a:link,
	#main-video-head p a:visited {
		color: #bbb;
	}
	
	#main-video-head p a:hover {
		color: #fff;
	}

#main-video-inner {
	display: block;
	height: 300px;
	width: 400px;
}

/*
-----------------------------------
Blog
-----------------------------------
*/

/* Error page */
.errorpage {
	height: 500px;
	padding-top: 40px;
}

.errorpage h2 {
	font-size: 60px;
	height: auto;
	margin: 0 0 100px;
}

.errorpage h3 {
	font-size: 34px;
	font-weight: 700;
	margin: 0 0 10px;
}

.errorpage h5 {
	font-size: 15px;
	font-weight: 500;
	margin: 0 0 100px;
	text-transform: none;
}

.errorpage p {
	color: #777;
	color: rgba(0,0,0,.4);
	font-size: 11px;
}

/* Blog */
.blog header {
	clear: both;
	height: 90px;
	padding: 10px 0 0;
	margin: 0 0 30px;
}

.blog header h2 {
	font-size: 62px;
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	text-shadow: #111 0 2px 2px;
}

.blog header h2 a {
	border: 0;
	/*
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	*/
}

.blog header h2 a:link, .blog header h2 a:visited {
	color: #fff;
}

.blog header h2 a:hover {
	color: #fff;
}

.blog header h5 {
	color: #47e4e3;
	font-size: 20px;
	line-height: 15px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.blog header h5 span {
	background: none;
	color: #47e4e3;
	padding: 0;
	text-shadow: #363636 0 0 1px, #363636 2px 2px 0, rgba(255,255,255,.2) 3px 3px 0;
}

#blogleft {
	float: left;
	width: 640px;
}

#blogright {
	float: right;
	width: 160px;
}

/* Entries */
.blog .type-post {
	border-bottom: 6px solid #363636;
	border-bottom: 6px solid rgba(0,0,0,.4);
	margin-left: 100px;
	margin-bottom: 50px;
	padding-bottom: 20px;
}

.blog .post h3 {
	color: #333;
	font-size: 28px;
	font-weight: 700;
	margin: 0 220px 0 0;
	padding-top: 7px;
	text-shadow: #fac202 1px 1px 0, rgba(0,0,0,.2) 2px 2px 0;
	text-transform: none;
	width: auto;
}

.blog .post .author-name {
	border-bottom: 1px dashed #666;
	border-bottom: 1px dashed rgba(0,0,0,.3);
	font-size: 11px;
	color: #666;
	color: rgba(0,0,0,.6);
	margin: 0;
	padding-bottom: 7px;
	position: relative;
}

.blog .post h3 a:link, .blog .post h3 a:visited {
	border: 0;
	color: #333;
}

.blog .post h3 a:hover {
	border: 0;
	color: #ff5b02;
}

.blog .entry {
	padding: 20px 0 30px;
}

.blog .author-thumb {
	float: left;
	margin-left: -100px;
	width: 75px;
	position: relative;
}

.blog .post .author-thumb::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 11px solid #fff;
	border-top: 11px solid rgba(255,255,255,.6);
	border-right: 11px solid transparent;
	margin: 0;
	position: absolute;
	top: 20px;
	right: -12px;
}

.blog .author-thumb img {
	border: 3px solid #fff;
	border: 3px solid rgba(255,255,255,.6);
	display: block;
	margin: 0;
}

.blog .entry p {
	/*
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 40px;
	-webkit-column-gap: 40px;
	column-gap: 40px;
	*/
}

.blog .entry blockquote {
	border-left: 1px solid #444;
	display: block;
	float: none;
	margin: 20px 50px 50px -40px;
	padding: 15px 80px 15px 40px;
	position: relative;
	width: auto;
}

.blog .entry blockquote p {
	margin: 0;
	padding: 0;
	text-align: left;
}

.blog .entry blockquote p,
.blog p.no-columns,
.blog .entry .postmetadata,
.blog .entry .entry-tags {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
	clear: left;
}

.blog .entry blockquote p::after {
	color: #444;
	color: rgba(0,0,0,.1);
	content: "”";
	display: block;
	font-size: 180px;
	height: 76px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.blog .entry ol,
.blog .entry ul {
	margin: 0 0 20px 20px;
}

.blog .entry .alignnone {
	border-bottom: 1px solid #444;
	border-bottom: 1px solid rgba(0,0,0,.4);
	display: block;
	margin: 0 0 30px -40px;
	padding: 15px 0 5px;
	text-align: left;
}

.blog .entry .alignleft {
	float: left;
	margin: 5px 12px 15px -40px;
	padding: 0;
}

.blog .entry-commentslink {
	background: #fff;
	background: rgba(255,255,255,.6);
	float: right;
	font-size: 11px;
	padding: 5px 10px;
	text-align: right;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.blog .entry-commentslink a {
	border: none;
}

.blog .entry-commentslink a:link, .blog .entry-commentslink a:visited {
	border: none;
	color: #444;
}

.blog .entry-commentslink a:hover {
	color: #111;
}

.postmetadata {
	clear: both;
	color: #666;
	color: rgba(0,0,0,.6);
	border-top: 1px solid #444;
	border-top: 1px solid rgba(0,0,0,.2);
	font-size: 11px;
	margin: 0 0 5px;	
	padding: 10px 0 0;
}

.entry-tags {
	color: #666;
	color: rgba(0,0,0,.6);
	font-size: 11px;
	margin: 0 0 30px;
}

/* Sidebar */
#blogright a {
	border: 0;
}

#blogright p {
	font-size: 11px;
	line-height: 1.33;
	margin: 0 0 10px;
}

#blogright p strong {
	display: block;
	font-size: 14px;
}

#blogright ul {
	margin: 0 0 20px;
}

#blogright li {
	font-size: 12px;
	list-style-type: none;
	margin: 0 0 8px;
	padding: 0;
}

/* Search */
#searchform {
	border-bottom: 1px solid #444;
	border-bottom: 1px solid rgba(0,0,0,.4);
	margin: 0 0 80px;
	padding: 0 0 15px;
}

#searchform #s {
	border: 1px solid #444;
	display: block;
	margin: 0 0 4px;
	padding: 3px;
	width: 130px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#searchform label {
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 1px;
	text-transform: uppercase;
}

#searchform input[type=submit] {
	background: #ff5b02;
	border: 0;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 6px;
	text-shadow: rgba(0,0,0,.4) 1px 1px 0;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: #444 1px 1px 0;
	-webkit-box-shadow: #444 1px 1px 0;
	box-shadow: #444 1px 1px 0;
}

#searchform input[type=submit]:hover {
	background: #444;
	text-shadow: rgba(0,0,0,1) 1px 1px 0;
}

#searchform input[type=submit]:active {
	position: relative;
	top: 1px;
}

/* Comments */
#commentarea {
	clear: both;
	margin: 0 0 80px;
	padding: 30px 0 0;
}

h3#comments {
	font-size: 14px;
	font-weight: 700;
}

#commentform p {
	font-size: 11px;
}

#commentform textarea {
	border: 1px solid #444;
	font-size: 13px;
	padding: 3px;
}

#commentform input[type=submit] {
	background: #ff5b02;
	border: 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 8px;
	text-shadow: rgba(0,0,0,.4) 1px 1px 0;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: #444 1px 1px 0;
	-webkit-box-shadow: #444 1px 1px 0;
	box-shadow: #444 1px 1px 0;
}

#commentform input[type=submit]:hover {
	background: #444;
	text-shadow: rgba(0,0,0,1) 1px 1px 0;
}

#commentform input[type=submit]:active {
	position: relative;
	top: 1px;
}

.commentlist {
	margin: 0 0 30px;
}

.commentlist li {
	border-bottom: 1px solid #444;
	border-bottom: 1px solid rgba(0,0,0,.3);
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0 0 7px;
	position: relative;
}

.commentlist .comment-author {
	font-size: 11px;
	height: 50px;
	clear: both;
}

.commentlist .comment-author img {
	float: left;
	margin: 0 7px 0 0;
}

.commentlist .comment-meta {
	font-size: 11px;
	position: absolute;
	top: 0;
	right: 0;
}

/* Archives */
h2.pagetitle {
	color: #444;
	color: rgba(0,0,0,.6);
	font-size: 26px;
	height: auto;
	line-height: 1.33;
	margin: 0 0 40px;
	padding: 6px 0 0;
	text-shadow: none;
}

h2.pagetitle strong {
	color: #fff;
	display: block;
	font-size: 48px;
	line-height: 1.1;
	margin-top: 6px;
	text-shadow: #444 0 2px 2px;
}



.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; 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; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
