/*
Theme Name: CAIR 2014
Theme URI: http://smackhappydesign.com
Description: Web design
Author: Smack Happy Desgin
Version: 1.0
Tags: black, blue
*/


/* -------- reset.css - v1.0 | 20080212 ------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}



/* -------- begin html tag settings --------- */
BODY {
  background: #c7c7c7;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1em;
	text-align: center;
}
TD {
	padding: 4px;
}
h1, h2, h3, h4, h5 {
	font-family: "Hypatia Sans Pro",Helvetica, Arial,  sans-serif;
	line-height: 1.2em;
	margin-bottom: .2em;
	font-weight: normal;
	text-transform: uppercase;
}
h1 {
	color: #000;
	font-size: 36px;
}
h2 {
	color: #000;
	font-weight: bold;
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
#content h3 {
  background: url("images/h3-bullet.png") left top no-repeat;
	color: #f89728;
	font-size: 18px;
	padding-left: 20px;
}
h4 {
	color: #839ac1;
	font-weight: bold;
	font-size: 16px;
}
h5 {
	color: #555;
	font-size: 16px;
}
ul {
	list-style-image: url("images/bullet.png");
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ul > li, ol > li {
  margin-bottom: 1em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
p, li {
	line-height: 1.2em;
	margin: 0 0 1em 0;
}
a {
	color: #00467f;
	cursor: pointer;
	text-decoration: none;
}
a:visited {
	color: #1362a3;
}
a:hover, a:active {
	color: #de7b05;
	text-decoration: underline;
}
hr {display: none;}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	font-size: 1em;
	padding: 4px;
}
iframe {
  max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}




/* ---------- begin structural settings ---------------- */
#container {
	font-size: .9em;
	float: left;
	margin: 0 auto;
	width: 100%;
}
.section {
    position: relative;
    text-align: center;
    width: 100%;
}
.content {
	display: inline-block;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 980px; /* 1124 - 2 * 92 */
}
#header { max-width: 100%; }
#headerContainer {
  background: #fff;
  border-bottom: 1px solid #999;
  position: relative;
  z-index: 2000;
  text-transform: uppercase;
}
#logo {
	float: left;
	max-height: 82px;
}

/* top nav - actions and social icons */
.menu-top-nav-container {
  max-width: 73%;
  float: right;
}
#menu-top-nav {
  float: right;
	font-family: "Hypatia Sans Pro",Helvetica, Arial,  sans-serif;
	margin-top: 30px;
}
#menu-top-nav a {
  color: #fff;
  font-weight: bold;
  float: left;
  width: 32px;
  height: 32px;
  overflow: hidden;
  margin-left: 6px;
  text-indent: 100px;
}
#menu-item-62 a,
#menu-item-61 a,
#menu-item-60 a,
#menu-top-nav .menu-btn a {
  background: #f89728;
  width: auto;
  height: auto;
  padding: 8px 14px 5px 14px;
  margin-right: 6px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  text-indent: 0px;
}
#menu-item-60 a {
  background: #999;
  margin-right: 20px;
}
#menu-item-48 a {background-image: url("images/icons/home.png");}
#menu-item-47 a {background-image: url("images/icons/youtube.png");}
#menu-item-46 a {background-image: url("images/icons/twitter.png");}
#menu-item-45 a {background-image: url("images/icons/facebook.png");}
#menu-item-59 a {background-image: url("images/icons/email.png");}
#menu-item-49 a {background-image: url("images/icons/rss.png");}

#navContainer {
  background: #00467f;
  text-transform: uppercase;
}

#nav { max-width:100%; }
#nav .menu-header {
  margin: 0 auto;
  text-align: center;
}
#nav h2 {display: none;}
#nav ul {
   margin: 0 auto;
   display: inline-block;
}
#menu-main-nav > li {
  position: relative;
  border-left: 2px solid #839ac1;
  margin: 4px;
  padding: 0 0 0 7px;
}
#nav a {
  color: #fff;
  display: block;
  padding: 6px 10px;
  text-decoration: none;
  position: relative;
}
#menu-main-nav li:first-child  {
  border: 0;
}
#nav .current-menu-item a, #nav .current_page_item a, #nav .current-page-ancestor a {
   background: #2f639b;
}
#nav a:hover, #nav a:active, #nav li:hover {
   color: #b8c8e3;
}

#nav li ul.sub-menu {
   position: absolute;
   top: 29px;
   left: 0;
   z-index: 2000;
   width: 201px;
}
#nav li ul.sub-menu li {
   background: none;
   clear: both;
   font-size: .9em;
   text-align: left;
   width: 204px;
}
#nav li ul.sub-menu a {
   background: #00467f;
   border-top: 1px solid #839ac1;
   padding: 10px 12px;
}
#nav li ul.sub-menu a:hover, #nav li ul.sub-menu a:active {
   background: #2f639b;
}
#nav li ul.sub-menu {
   display: none;
}
#nav li:hover ul.sub-menu {
   display: block;
}

.mobile-nav {
  background: url("images/mobile-nav.png") center center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: relative;
  margin: 6px 10px 6px 0;
  display: none;
  float: right;
  z-index: 1000;
}


#pageContainer {
	background: #fff;
}
#page {
	text-align: left;
}

#content {
	float: left;
	padding: 50px 0;
	text-align: left;
  width: 72%;
}
#content.one-column {
	width: 100%;
}

#sidebar {
	float: right;
	margin: 50px 0;
	width: 25%;
}
#sidebar h2 {
	padding: 20px 0 0 0;
}
#sidebar ul ul {
  display: inline-block;
  margin: 0 0 10px 20px;
}
#sidebar ul li li {
  margin-bottom: 8px;
}
#sidebar ul li {
	width: 100%; /* for ie 7 */
}
#sidebar .pages-nav ul {
  margin-left: 0;
}
#sidebar .pages-nav li a {
  padding-left: 20px;
}
#sidebar .pages-nav .current_page_item, #sidebar .pages-nav .current-menu-item {
  background: url("images/h3-bullet.png") left top no-repeat;
}

#footerContainer {
  background:  url("images/footer-bg.png");
  border-top: 1px solid #ccc;
	color: #555;
	padding: 40px 0 30px 0;
}

#footer ul {
	margin: 0;
}
#footer .widget-area {
  float: left;
  max-width: 40%;
  margin-right: 2%;
}
#footer #third {
  margin-right: 0;
}
#footer #first .menu li {
  width: 55%;
  margin-bottom: .5em;
}
#footer #first .menu li:nth-child(1),
#footer #first .menu li:nth-child(3) {
  width: 25%;
}
#footer #first .menu li a {
  background: url("images/bullet.png") left center no-repeat;
  padding-left: 14px;
}
#footer .widget-container {margin: 0;}
#footer .menu li {
	margin-right: 14px;
}
#footer .gform_wrapper {
  margin: 0;
}
#footer .gform_body li {
  margin-bottom: 6px;
}
#footer .gform_footer {
  margin: 0;
  padding: 0;
}
#footer .gform_wrapper textarea.small {
  height: 50px;
}
#footer input[type="submit"] {
  background-color: #839ac1;
}
#bottomContainer {
  padding: 8px 0 4px 0;
}
.copyright {
	color: #777;
	float: left;
	font-size: .9em;
	margin-top: .5em;
}
.credit {
	clear: right;
	color: #777;
	float: right;
	font-size: .9em;
}
#footer .credit a {color: #777;}
.informed {
	color: #777;
	float: right;
}
.informed a {
	padding: 0 0 6px 6px;
}

.nav, .nav ul, .menu, .menu ul  {
	margin: 0;
	padding: 0;
}
.nav li, .menu li {
	float: left;
	list-style: none;
	margin: 0;
}
.nav a, .menu a {
	text-decoration: none;
}
.hide {display: none;}
.date, .help {
	color: #777;
	font-size: .9em;
}


/* grid */
.row {
   clear: right;
}
.col {
   float: left;
   margin-right: 2%;
}
.span-1 {
   width: 100%;
}
.span-2 {
   width: 48%;
}
.span-3 {
   width: 31.5%;
}
.last, .col:last-child {
  margin: 0;
}

.divider {
  border-bottom: 9px solid #ccc;
  clear: both;
  margin-bottom: 40px;
  padding-top: 26px;
}
.cair-sections {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}
.cair-sections .section-content {
  margin-left: 20px;
}



/* buttons */
a.button, input[type="submit"] {
	background: #f89728;
	border: 0px;
	color: #fff;
	cursor: pointer;
	font-size: 17px;
	font-weight: 500;
	font-family: "Hypatia Sans Pro",Helvetica, Arial,  sans-serif;
	text-transform: uppercase;
	text-align: center;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
a.button {
	display: inline-block;
	min-width: 100px;
	padding: 12px;
	text-decoration: none;
}
input[type="submit"] {
	padding: 8px 16px 4px 16px;
}
a.button:hover, input[type="submit"]:hover {
  opacity: 0.8;
}



/* blog */
.category .post {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
.blog-thumb {
  background: url("images/post-default.jpg") center center no-repeat;
  background-size: cover;
  float: left;
  width: 200px;
  height: 200px;
  background-color: #FFFFFF;
  margin: 0 8px 0 0;
  overflow: hidden;
}
#content .blog-thumb a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  width: 100%;
  height: 100%;
}
#content .blog-thumb img {
  float: left;
  width: 100%;
  height: 100%;
}
.post-all-content {
  margin-left: 240px;
  min-height: 180px;
}
.post-all-content h2 {
  border-bottom: 1px solid #999;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.post-all-content h2 a {
  color: #000;
}
.entry-meta a, .entry-utility a {
  text-transform: uppercase;
  color: #999;
  text-decoration: none;
}
.meta-sep {
  padding: 0 6px;
}
.blog .post {
  margin-bottom: 40px;
  float: left;
  width: 100%;
}
.video-screen {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  float: right;
  width: 300px;
  height: 150px;
  margin: 0 0 10px 20px;
  position: relative;
  text-align: center;
}
.psa-text {
}
#content .video-screen img {
  max-width: 30%;
  height: auto;
  margin-top: 30px;
}


/* staff / people */
.people .person {
  float: left;
  width: 100%;
  margin: 0 0 50px 0;
}
#content .person img {
  border: 9px solid #839ac1;
  float: left;
  width: 28%;
  height: auto;
}
.person-info {
  margin-left: 35%;
}


/* slider */
.cs, .cs div, .cs-img {
  height: 400px;
}
.cs {
  overflow: hidden;
}
.cs div {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cs div .caption {
  background: url("images/transparent-black.png");
  font: normal 24px/1.2em "Hypatia Sans Pro", Helvetica, Arial, sans-serif;
  position: absolute;
  padding: 10px;
  margin: 30px 0;
  color: #F89728;
  z-index: 2000;
  left: 30px;
  right: 30px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.cs .content {
  z-index: 10;
  position: relative;
}
.bg, .the-link {
  opacity: 0.3;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.the-link {
  z-index: 1000;
}
.cs-nav {
  width: 1110px;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
#cair-slider .cs-default .cs-pagwrap {
  top: 380px;
}
#cair-slider .cs-default .cs-pag {
  opacity: 1;
}
#cair-slider .cs-default .cs-prev,
#cair-slider .cs-default .cs-next {
  opacity: 0.5;
  top: -220px;
}
#cair-slider .cs-default .cs-prev:hover,
#cair-slider .cs-default .cs-next:hover {
  opacity: 1;
}
#cair-slider .cs .cs-img {
  left: 0;
  width: 100%;
  z-index: 1000;
}
#cair-slider .cs .cs-img.Align-Image-Top {background-position: center top;}
#cair-slider .cs .cs-img.Align-Image-Bottom {background-position: center bottom;}
#cair-slider .cs .cs-img.Fit-Inside-Box {background-size: contain;}
.cs div .caption.Box-Align-Top {top: 50px;}
.cs div .caption.Box-Align-Bottom {bottom: 30px;}
.cs div .caption.Text-Color-White {color: #fff;}
.cs div .caption.Text-Color-Black {color: #000;}
.cs div .caption.Text-Color-Orange {color: #F89728;}
.cs div .caption.Text-Color-Blue {color: #00467f;}
.cs div .caption.Background-White {background: url("images/transparent-white.png"); padding: 10px;}
.cs div .caption.Background-Black {background: url("images/transparent-black.png"); padding: 10px;}
.cs div .caption.No-Background {background:none; padding: 0px;}
.cs div .caption.Text-Align-Left {text-align: left;}
.cs div .caption.Text-Align-Right {text-align: right;}
.cs div .caption.Text-Align-Center {text-align: center;}


#content .gsection {
  padding-top: 50px;
}


/* events */
#events-col .menu li {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}
.event-date {
  background: #00467f;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  float: left;
  border-radius: 24px;
  text-align: center;
  padding: 8px;
  margin: -6px 10px 10px 0;
  line-height: 1.1em;
  min-width: 32px;
}
.entry-date {
  font-size: 12px;
  color: #999;
}
.entry-date a {
  color: #999;
}
#content .fullcalendar td {
  width: 14%;
}
#content .fullcalendar ul,
#content .fullcalendar li {
  list-style: none;
  padding: 0;
  margin: 0;
}
#content .fullcalendar li {
  margin-bottom: .5em;
  line-height: 1.1em;
}
.single-event #content {
  width: 100%;
}
.single-event #sidebar {
  display: none;
}
.event-details {
  width: 65%;
}
.event-map {
  width: 30%;
}
.event-details img {
  margin-bottom: 10px;
}
#content div.em-booking-login {
  padding-left: 50px;
  margin-left: 420px;
  border-left: 1px dashed #ccc;
}


#topics div {
  display: none;
}

#footer .gform_wrapper .gfield_captcha_container img.gfield_captcha {
  float: left !important;
  margin: 2px 8px 0px 0 !important;
}
.gform_wrapper .gfield_captcha_container {
  float: right;
  width: 78%;
}
