/*
Theme Name: Churchill
Author: Bluehat
Author URI: http://bluehat.com.au
*/

.wf-loading .nav-menu a .nav-link-centre, .wf-loading .content
{
	visibility:hidden;
}

.wf-active .nav-menu a .nav-link-centre, .wf-active .content
{
	visibility:visible;
}

#supersized { position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
#supersized img{ width:auto; height:auto; position:relative; outline:none; border:none; }


.clearing
{
	clear:both;
}

html
{
	overflow-y: scroll;
	background-color:#444;
}

html, body
{
	height:100%;
	font-family:'museo-slab-n1', 'museo-slab', serif;
	font-weight:100;
	font-style:normal;
	color:#000;
	font-size:15px;
}

p
{
	margin-bottom:15px;
	line-height:150%;
}

a
{
	text-decoration:none;
	color:#000;
}

a:hover
{
	text-decoration:underline;
}

strong
{
	font-weight:500;
}

em
{
	font-family:'museo-slab-i3', 'museo-slab', serif;
	font-weight:300;
	font-style:italic;
}

h2
{
	margin-bottom:15px;
	font-family:'museo-slab-n5', 'museo-slab', serif;
	font-weight:500;
}

ul
{
	list-style-type:disc;
	margin-bottom:15px;
}

ul li
{
	margin-left:25px;
	margin-bottom:5px;
}

.overlay
{
	position:fixed;
	z-index:100;
	width:100%;
	height:100%;
	left:-200%;
	top:0;
	background-image:url("/assets/images/bg_overlay.png");
}

.main
{
	width:990px;
	height:100%;
	margin:0px auto;
}

.nav
{
	float:left;
	width:180px;
	margin-top:180px;
	height:100%;
	background-image:url('/assets/images/nav-bg.png');
	position:fixed;
}

.nav-logo
{
	/* margin:30px 29px; */
	margin:0;
	margin-top:-180px;
}

ul.nav-menu
{
	list-style-type:none;
	margin-bottom:0;
}

ul.nav-menu li
{
	margin-left:0;
	margin-bottom:0;
}

.nav-menu a
{
	display:block;
	clear:both;
	width:100%;
	height:60px;
	line-height:60px;
	color:#666;
	font-family:'museo-slab-n3', 'museo-slab', serif;
	font-weight:300;
}

.nav-menu a:hover
{
	text-decoration:none;
}

.nav-menu a.nav-link-active
{
	color:#000;
}

.nav-menu a span
{
	display:block;
	height:60px;
	float:left;
}

.nav-menu a .nav-link-left
{
	border:0;
	width:15px;
	background-color:#355c02;
}

.nav-menu a.nav-link-2 .nav-link-left, .nav-menu a.nav-link-2 .nav-link-right
{
	background-color:#508502;
}

.nav-menu a.nav-link-3 .nav-link-left, .nav-menu a.nav-link-3 .nav-link-right
{
	background-color:#77b31f;
}

.nav-menu a.nav-link-4 .nav-link-left, .nav-menu a.nav-link-4 .nav-link-right
{
	background-color:#a1ce6c;
}

.nav-menu a.nav-link-5 .nav-link-left, .nav-menu a.nav-link-5 .nav-link-right
{
	background-color:#b4d38a;
}

.nav-menu a.nav-link-6 .nav-link-left, .nav-menu a.nav-link-6 .nav-link-right
{
	background-color:#c6da98;
}

.nav-menu a.nav-link-7 .nav-link-left, .nav-menu a.nav-link-7 .nav-link-right
{
	background-color:#dbe4cf;
}

.nav-menu a.nav-link-active .nav-link-left
{
	height:58px;
	
	border-width:1px 0;
	border-style:solid;
	border-top-color:#315502;
	border-bottom-color:#749908;
}

.nav-menu a .nav-link-centre
{
	width:145px;
	padding-left:15px;
}

.nav-menu a.nav-link-active .nav-link-centre, .nav-menu a:hover .nav-link-centre
{
	background-color:#dcdcdc;
	height:58px;
	line-height:58px;
	
	border-width:1px 0;
	border-style:solid;
	border-top-color:#ccc;
	border-bottom-color:#ededed;
}

.nav-menu a:hover .nav-link-centre
{
	background-color:#e5e5e5;
	border-top-color:#ddd;
	border-bottom-color:#ededed;
	
	text-decoration:none;
}

.nav-menu a .nav-link-right
{
	background-color:#355c02;
	display:none;
	width:5px;
}

.nav-menu a:hover .nav-link-right
{
	display:block;
}

.nav-menu a.nav-link-active .nav-link-right
{
	display:block;
	height:58px;
	
	border-width:1px 0;
	border-style:solid;
	border-top-color:#315502;
	border-bottom-color:#749908;
}

.nav-menu a.nav-link-active.nav-link-2 .nav-link-left, .nav-menu a.nav-link-active.nav-link-2 .nav-link-right
{
	border-top-color:#4a7b02;
	border-bottom-color:#8fb808;
}

.nav-menu a.nav-link-active.nav-link-3 .nav-link-left, .nav-menu a.nav-link-active.nav-link-3 .nav-link-right
{
	border-top-color:#6ea61d;
	border-bottom-color:#aed656;
}

.nav-menu a.nav-link-active.nav-link-4 .nav-link-left, .nav-menu a.nav-link-active.nav-link-4 .nav-link-right
{
	border-top-color:#95bf64;
	border-bottom-color:#cbe5a6;
}

.nav-menu a.nav-link-active.nav-link-5 .nav-link-left, .nav-menu a.nav-link-active.nav-link-5 .nav-link-right
{
	border-top-color:#a7c380;
	border-bottom-color:#d6e8bc;
}

.nav-menu a.nav-link-active.nav-link-6 .nav-link-left, .nav-menu a.nav-link-active.nav-link-6 .nav-link-right
{
	border-top-color:#b7ca8d;
	border-bottom-color:#e1ecc5;
}

.nav-menu a.nav-link-active.nav-link-7 .nav-link-left, .nav-menu a.nav-link-active.nav-link-7 .nav-link-right
{
	border-top-color:#cbd3c0;
	border-bottom-color:#ecf1e6;
}

form.nav-search
{
	margin-top:30px;
	width:150px;
	padding:15px;
	background-color:#dcdcdc;
	border-style:solid;
	border-width:1px 0;
	border-top-color:#cccccc;
	border-bottom-color:#f6f6f6;
}

form.nav-search .nav-search-box
{
	width:150px;
	height:29px;
	background-color:#ececec;
	border-style:solid;
	border-width:1px 0;
	border-top-color:#cccccc;
	border-bottom-color:#f6f6f6;	
}

form.nav-search input.nav-search-input
{
	border:0;
	background:none;
	float:left;
	width:112px;
	height:29px;
	line-height:29px;
	padding-left:10px;
	font-size:13px;
}

form.nav-search input.nav-search-submit
{
	border:0;
	width:28px;
	height:29px;
	background-image:url('/assets/images/search.png');
	background-repeat:no-repeat;
	background-position:center center;
}

.content-bg
{
	z-index:1;
	width:810px;
	margin-left:180px;
	height:100%;
	background-image:url('/assets/images/body-bg.png');
	position:fixed;
}

.content
{
	position:relative;
	z-index:2;
	width:810px;
	padding:30px 0 0;
	float:left;
	margin-left:180px;
}

.home-header-blurb
{
	color:#FFF;
	font-family:'museo-slab-n3', 'museo-slab', serif;
	font-weight:300;
	font-size:16px;
	
	margin:60px 0 30px 420px;
	padding:25px;
	width:310px;
	background-image:url('/assets/images/home-intro-bg.png');
}

.home-header-blurb p
{
	margin:0;
	line-height:normal;
}

.column-single
{
	width:405px;
	float:left;
}

.column-double
{
	clear:both;
}

.box
{
	width:370px;
	margin:0 0 22px 25px;
}

.box-video
{
	margin:100px auto 0;
}

.column-double .box
{
	width:760px;
	margin-bottom:19px;
}

.column-right .box
{
	margin-left:10px;
}

.box-top, .box-centre, .box-bottom
{
	width:360px;
	background-image:url('/assets/images/shadow-column-single.png');
	background-repeat:repeat-y;
	padding:0 5px;
}

.box-top
{
	background-image:url('/assets/images/shadow-column-single-top.png');
}

.column-double .box-top
{
	width:750px;
	background-image:url('/assets/images/shadow-column-double-top.png');
}

.box-header-background
{
	background-color:#76b21f;
}

.column-double .box-header-background
{
	width:750px;
}

.box-header
{
	width:325px;
	padding:0 15px;
	line-height:30px;
	background-color:#ececec;
}

.column-double .box-header
{
	width:715px;
}

.box-header h2
{
	font-size:13px;
	color:#4d4d4d;
	font-family:'museo-slab-n5', 'museo-slab', serif;
	font-weight:500;
	letter-spacing:0.05em;	
	margin:0;
}

.box-video .box-header h2
{
	float:left;
}

.box-video .box-header h2.video-close
{
	float:right;
}

.box-header h2 span
{
	font-family:'museo-slab-n3', 'museo-slab', serif;
	font-weight:300;
}

.column-double .box-centre
{
	width:750px;
	background-image:url('/assets/images/shadow-column-double.png');
}

.box-footer .box-centre
{
	background-image:url('/assets/images/shadow-column-double-top.png');
}

.box-content-background
{
	background-color:#7fc021;
}

.column-double .box-content-background
{
	width:750px;
}

.box-footer .box-content-background
{
	background-color:#adadad;
}

.box-content
{
	background-color:#FFF;
	width:325px;
	padding:15px;
}

.box-with-inner .box-content
{
	padding-bottom:0;
}

.column-double .box-content
{
	width:715px;
}

.box-list .box-content
{
	width:745px;
	padding:0;
}

.box-video .box-content
{
	width:745px;
	padding:0;
}

.box-committee .box-content h2
{
	margin-bottom:0;
}

.box-content p:last-child
{
	margin:0;
}

.box-footer .box-content
{
	background-color:#e0e0e0;
}

.box-bottom
{
	height:8px;
	background-image:url('/assets/images/shadow-column-single-bottom.png');
	background-repeat:no-repeat;
}

.column-double .box-bottom
{
	width:750px;
	height:11px;
	background-image:url('/assets/images/shadow-column-double-bottom.png');	
}

.box-footer p
{
	font-size:13px;
	margin:0;
}

.box-inner-content-background
{
	background-color:#ececec;
}

.box-inner-content-column
{
	width:120px;
	float:left;
}

.column-single .box-inner-content-column
{
	width:60px;
}

.box-inner-content
{
	min-height:120px;
	margin-left:120px;
	background-color:#FFF;
	padding:0 0 15px 15px;
}

.column-single .box-inner-content
{
	min-height:60px;
	margin-left:60px;
}

.box-year
{
	width:120px;
	line-height:120px;
	font-size:36px;
	font-family:'museo-slab-n3', 'museo-slab', serif;
	font-weight:300;
	text-align:center;
	background-color:#7fc021;
	float:left;
}

a.box-list-item
{
	display:block;
	width:715px;
	padding:15px;
	border-bottom:1px solid #ececec;
}

a.box-list-item:hover
{
	background-color:#f8f8f8;
}

.box-list-year
{
	float:left;
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	background-color:#ececec;
	font-family:'museo-slab-n1', 'museo-slab', serif;
	font-weight:100;
}

.box-list-content
{
	float:left;
	margin-left:15px;
	width:640px;
	font-size:13px;
}

.box-list-content h2
{
	margin:0;
}

.box-list-content p
{
	margin-bottom:5px;
}

p.read-more
{
	margin:0;
}

p.read-more a, p.read-more span
{
	color:#568f02;
}

a.apply-now
{
	display:block;
	float:left;
	line-height:30px;
	padding:0 15px 0 10px;
	
	font-size:14px;
	font-family:'museo-slab-n5', 'museo-slab', serif;
	font-weight:500;
	letter-spacing:0.03em;
	color:#4d4d4d;
	
	background-color:#acdd74;
	background-image:url('/assets/images/apply-now-arrow.png');
	background-repeat:no-repeat;
	background-position:right top;
}

a.apply-now:hover
{
	text-decoration:none;
	background-color:#9bd461;
	background-position:right -30px;
}

a.apply-now:active
{
	background-color:#90ce54;
	background-position:right -60px;
}

.box-video-links a
{
	display:block;
	clear:both;
	margin-bottom:5px;
}

.box-video-links img
{
	float:left;
}

.box-video-links p
{
	float:left;
	line-height:25px;
	margin-top:5px;
	font-family:'museo-slab-n3', 'museo-slab', serif;
	font-weight:300;
	width:200px;
	padding-left:15px;
	font-size:19px;
}

.floating
{
	background: url(rgba.php?r=255&g=255&b=255&a=30) repeat;
	background: rgba(255,255,255,0.3);
	
	font-family:'museo-slab-n5', 'museo-slab', serif;
	font-weight:500;
	color:#333;
	padding:10px 15px;
	margin:-10px 0 30px 30px;
	width:720px;
}

.column-single .floating
{
	width:330px;
}

.floating-title
{
	margin-top:0;
	margin-bottom:15px;
}

.floating p
{
	margin-bottom:0;
}

.floating a
{
	color:#333;
}

.pagination-left
{
	float:left;
}

.pagination-right
{
	float:right;
}

a.apply-now-big
{
	display:block;
	width:335px;
	height:58px;
	margin-left:-5px;
	background-image:url('/assets/images/apply-now-big.png');
	background-repeat:no-repeat;
	background-position:0 0;
	padding:20px 30px 20px 20px;
	text-decoration:none;
}

a.apply-now-big:hover
{
	background-position:0 -98px;
}

a.apply-now-big:active
{
	background-position:0 -198px;
}

a.apply-now-big .apply-now-heading
{
	font-size:24px;
	font-family:"museo-slab-n5", "museo-slab";
	font-weight:500;
}

form.contact input, form.contact textarea
{
	font-size:14px;
	display:block;
	width:675px;
	height:29px;
	line-height:29px;
	padding:0 15px;
	background-color:#ececec;
	border:0;
	border-top:1px solid #b7b7b7;
	margin-bottom:15px;
}
	
form.contact textarea
{
	padding:15px;
	height:200px;
}

form.contact input.submit
{
	cursor:pointer;
	margin-bottom:0;
	width:auto;
	border:0;
	border-bottom:1px solid #b7b7b7;
	background-color:#ebf4de;
}

form.contact input.submit:hover
{
	border-bottom:1px solid #9a9a9a;
	background-color:#d9e9c1;
}

form.contact input.submit:active
{
	border-bottom:1px solid #5d5d5d;
	background-color:#b9d592;
}

