/*
	colours:
		outline:	#2D4880
		dark blue:	#3E6DA7
		light blue:	#4F81BE
		pale blue:	#A3BCDD
		
		orange:		#D53F4C
*/

body, html
{
	margin:0px;
	padding:0px;
	height:100%;
	font-family: "Tauri", sans-serif;
}

#contain-all
{
	margin:auto;
	width:100%;
	min-height:100%;
	background:#fff;
	position:relative;
	background:#c6d6ea url("image/clouds_bg.jpg") repeat;
}

a:link
{
	color:#3E6DA7;
}

a:visited
{
	color:#2D4880;
}

a:active, a:hover
{
	color:#D53F4C;
}


#main-page
{
	max-width:1150px;
	margin:0px auto;
	position:relative;
	z-index:0;
	min-height:100%;
}


#page-content
{
	padding: 0 18px 36px 284px;
	height: 100%;
	min-height: 800px;
	background: #fff;
	max-width: 864px;
	position: relative;
	border: 1px solid #A3BCDD;
}

#header
{
	position:relative;
	width:100%;
	font-weight:bold;
	z-index:100;
	font-size:40px;
}

#header-content
{
	max-width:1150px;
	margin:auto;
	position:relative;
	right:8px;
	text-align:center;
	padding: 20px 0;
}

#header img
{
	vertical-align:middle;
}

#LCAlogo
{
	float:left;
}

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

#header a.title:hover
{
	color:#3E6DA7;
	text-decoration:none;
}

#header a.title
{
	
}

#subHeading
{
	font-size:20px;
	font-style:italic;
	margin:5px auto 10px auto;
	color:#2D4880;
}

ul#nav
{
	position: absolute;
	margin: 0px;
	padding: 0;
	width: 265px;
	left: -1px;
	top: -1px;
	background: #3E6DA7;
	min-height: 100%;
	border: 1px solid #2D4880;
}

ul#nav li
{
	margin:0px;
	list-style-type:none;
	margin:0px;
	background: #3E6DA7;
	/*border-top:1px solid #2D4880;*/
}

ul#nav li:first-child {
    border-top: none;
}

ul#nav li:last-child
{
	/*border-bottom:1px solid #2D4880;*/
}

ul#nav li a
{
	color:#fff;
	display:block;
	font-size:14px;
	margin:0px;
	padding:5px 5px 5px 16px;

	transition:background 100ms, box-shadow 200ms, padding 100ms;
	-webkit-transition:background 100ms, box-shadow 200ms, padding 100ms;
	-moz-transition:background 100ms, box-shadow 200ms, padding 100ms;
	text-decoration:none;
}

ul#nav li a:hover
{
	padding-left: 10px;
}

ul#nav li.submenu
{
	border-top:none;
	font-size:11px;
}

li.submenu ul
{
	padding-left:0px;
	/*border-top:1px solid #2D4880;*/
}

ul#nav li.submenu ul li
{
	border:none;	
}

ul#nav li.submenu ul li:first-child a
{
	/*box-shadow:0px 8px 4px -4px #3E6DA7 inset;*/
}

ul#nav li.submenu ul li + li
{
	/*border-top:1px solid #6F9FDC;*/
}

ul#nav li.submenu ul li a
{
	background: #4F81BE;
	padding-left:30px;
}

ul#nav li a:hover
{
	background:#D53F4C;
}

ul#nav li.submenu ul li a:hover
{
	background:#D53F4C;
	box-shadow:none;
	padding-left: 24px;
}

ul#nav li a.fade
{
	color:#ccc;
}


#navToggler
{
	display:none;
}

#footer-wrapper
{
	width: 100%;
	color: #fff;
	padding: 20px 0;
}
#footer
{
	text-align: center;
	padding: 13px;
	margin: auto;
	font-size: 11px;
	color: #3E6DA7;
}

h2.category-title {
    border-bottom: 1px solid #2D4880;
    padding: 0 0 10px 0;
    margin: 18px 0 0 0;
    font-size: 30px;
}


/* main content boxes */
.article
{
	margin-bottom:20px;
	margin-top:40px;
	font-size:1em;
}

.article:first-of-type
{
	margin-top:0px;
}


.article h2.title
{
	font-size:20px;
}

hr.article-divider
{
	width:90%;
	border-width:0px;
	border-bottom:2px solid #ccc;
}


/* preview table stuff */

a.preview-box
{
	width:50%;
	display:inline-block;
	text-align:center;
	margin:20px 0px;
	padding:20px 0px;
	color:#000;
	text-decoration:none;
	vertical-align:text-top;
}

a.third
{
	width:33%;
}
a.quarter
{
	width:25%;
}

a.preview-box img
{
	max-width:90%;
	margin:10px auto;
	border:1px solid #A3BCDD;
}

a.preview-box:hover img
{
	box-shadow:0px 1px 4px 2px #A3BCDD;
	cursor:pointer;
}

a.preview-box:hover
{
	text-decoration:underline;
}


.centre
{
	text-align:center;
}

.image-third
{
	max-width:31%;
	margin:0px 1%;
}
.image-half
{
	max-width:48%;
	margin:0px 1%;
}

.title
{
	font-family: "Hammersmith One", sans-serif;
}

div.indentSection
{
	width:auto;
	padding-left:5%;
}


/* gallery styles */
#galleryContainer
{
	z-index:1000;
	background:rgba(0,0,0,0.5);
	width:100%;
	position:fixed;
	display:none;
}

#galleryContainer:hover
{
	cursor:zoom-out;
}

#galleryImageWrapper
{
	text-align: center;
	position: relative;
	padding: 10px;
	margin: 10px;
	padding:8px;
	margin:8px;
}

#galleryImage
{
	bottom:100%;
	max-width:100%;
	outline: 10px solid #fff;
}

.imagePreview
{
	margin-bottom:20px;
	vertical-align:middle;
}

.imagePreview:hover
{
	box-shadow:0px 1px 5px 2px #2D4880;
	cursor:zoom-in;
}

/*
a.button, a.button:link
{
	display:inline-block;
	background-repeat:no-repeat;
	background-color:#3E6DA7;
	border: 1px solid #2D4880;
	color:#fff;
	padding:2px 6px 2px 6px;
	transition:background-color 200ms, box-shadow 200ms;
	-webkit-transition:background-color 200ms, box-shadow 200ms;
	-moz-transition:background-color 200ms, box-shadow 200ms;
	text-decoration:none;
}

a.button:hover
{
	background-color:#D53F4C;
	box-shadow:0px 1px 3px 0px #2D4880;
}


a.linkButton, a.linkButton:link
{
	background-image:url("image/right_arrow.png");
	background-position:right 8px center;
	padding: 2px 32px 2px 6px;
}

a.download, a.download:link
{
	background-image:url("image/down_arrow.png");
	background-position: 8px center;
	padding: 2px 6px 2px 32px;
}
*/

img.right-image
{
	float:right;
	margin-left:10px;
	max-width: 40%;
}

div.span-img {
	margin: 0 -18px;
}

div.span-img img {
	width: 100%;
}

table.contactDetails
{
	border-collapse:collapse;
}

table.contactDetails tr td:first-child
{
	text-align:right;
	padding:5px 5px 5px 15px;
}


table.contactDetails td
{
	padding:5px;
}

table.contactDetails tr td[colspan="2"]
{
	text-align:left;
	padding:5px;
}

img.alignright {
	float: right;
	margin: 10px 0px 10px 20px;
}

img.alignleft {
	float: left;
	margin: 10px 20px 10px 0px;
}

/* mobile */
@media(max-width:900px) {
body, html
{
	max-width:100%;
	min-width: 0;
}
#contain-all
{
	max-width:100%;
	/*! width:100%; */
	min-width: 0;
}
#main-page
{
	width:100%;
}
#page-content
{
	margin-left:0px;
	width:auto;
	padding-left: 18px;
	border-left: none;
	border-right: none;
}
#header
{
	width:100%;
}
#header-content
{
	width:auto;
	min-width:0;
	max-width: 100%;
	padding: 20px;
}
#LCAlogo
{
	float:none;
}
#LCALogoLink
{
	display:block;
}
ul#nav
{
	position:static;
	width:100%;
	display: none;
}
ul#nav.open
{
	display: block;
	margin: 0 -18px;
	width: auto;
}
ul#nav li a
{
	font-size:20px;
}
#navToggler
{
	text-align: center;
	display: block;
	color: #fff;
	font-size: 30px;
	margin: 0px;
	padding: 5px;
	transition:background 100ms, box-shadow 200ms;
	-webkit-transition:background 100ms, box-shadow 200ms;
	-moz-transition:background 100ms, box-shadow 200ms;
	text-decoration: none;
	box-shadow: none;
	cursor: pointer;
	background: #3E6DA7;
	border: solid #2D4880;
	border-width: 0 1px;
	background:url(./image/hamburger.png) no-repeat;
	background-color: #3E6DA7;
	border: solid #2D4880;
	border-width: 0 1px;
	background-position: 10px 10px;
	height: 32px;
}
#navToggler:hover
{
	background-color:#D53F4C;
	box-shadow:none;
}
#footer
{
	width:auto;
	min-width:0;
}
.article {
	width: auto;
}

div.span-img img {
	width: 100%;
	width: 100vw;
}

img.right-image
{
	float:none;
	margin-left:0;
	max-width: 100%;
}
}

@media(max-width:700px) {
a.third
{
	width:50%;
}
a.quarter
{
	width:33%;
}
.image-third
{
	max-width:48%;
	margin:5px 1%;
}
.image-half
{
	max-width:100%;
	margin:5px 0;
}
}

@media(max-width:450px) {
a.third
{
	width:100%;
}
a.quarter
{
	width:50%;
}
.image-third
{
	max-width:100%;
	margin:5px 0;
}
}

/* additional layout */

div.half {
	display: inline-block;
	width: 50%;
}

/* calendar */
/*
.tribe-bar-disabled, .tribe-events-ajax-loading
{
	display:none;
}

.tribe-events-calendar
{
	width:100%;
	border-collapse:collapse;
}

.tribe-events-calendar td
{
	border:solid 1px #999;

}*/