/*
Theme Name: Phoenix
Theme URI: http://fasturtle.com
Description: FastSite by Fasturtle
Version: 1.0
Author: Fasturtle
Author URI: http://fasturtle.com
Template: ft-framework
*/

/**
 * @section fonts
 * @see http://www.fontsquirrel.com/fonts/open-sans-condensed/
 */

@font-face {
    font-family: 'OpenSansCondensedLight';
    src: url('https://secure.qgiv.com/cps_orgs/allc/OpenSans-CondLight-webfont.eot');
    src: url('https://secure.qgiv.com/cps_orgs/allc/OpenSans-CondLight-webfont-ie.eot') format('embedded-opentype'),
         url('https://secure.qgiv.com/cps_orgs/allc/OpenSans-CondLight-webfont.woff') format('woff'),
         url('https://secure.qgiv.com/cps_orgs/allc/OpenSans-CondLight-webfont.ttf') format('truetype'),
         url('https://secure.qgiv.com/cps_orgs/allc/OpenSans-CondLight-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansCondensedBold';
    src: url('https://secure.qgiv.com/cps_orgs/allc/OpenSans-CondBold-webfont.eot');
    src: url('https://secure.qgiv.com/cps_orgs/allc/OpenSans-CondBold-webfont-ie.eot') format('embedded-opentype'),
         url('https://secure.qgiv.com/cps_orgs/allc/OpenSans-CondBold-webfont.svg') format('woff'),
         url('https://secure.qgiv.com/cps_orgs/allc/OpenSans-CondBold-webfont.ttf') format('truetype'),
         url('https://secure.qgiv.com/cps_orgs/allc/OpenSans-CondBold-webfont.woff') format('svg');
    font-weight: normal;
    font-style: normal;

}

/**
 * @section reset
 * @see Eric Meyer's CSS Reset, http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
 */
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;
}

/**
* @section html5 
*/
header, footer, section, article, aside, nav {
	display: block;
}

/**
 * @section typography
 * @see Blueprint CSS, http://blueprintcss.org
 */

html {
	background:#fff7a8 url(https://370d1508e5a59dddb705-1fba8c10b00bf72c40c616df1830fcaf.ssl.cf2.rackcdn.com/bg-edge_png-1403623197) repeat-y center top;
	font-size:100.01%;
	overflow-x: hidden;

}

body {
	background: url(https://370d1508e5a59dddb705-1fba8c10b00bf72c40c616df1830fcaf.ssl.cf2.rackcdn.com/bg-top_png-1403623198) no-repeat center top;
	color:#013b53;
	font-family: Helvetica, Arial, sans-serif;
	font-size:90%;
	line-height:1.6;
	width: 100%;
	max-width: 100%;
}

a, a:link {
	color:#0397d5;
	text-decoration:underline;
}

a:visited {
	color: #013b53;
}

a:hover, a:active, a:focus {
	color:#f9881d;
}

h1, h2, h3, h4, h5, h6,
table thead, table th {
	color: #81bc1b;
	font-family: OpenSansCondensedBold, Helvetica, Arial, sans-serif;
	font-weight:normal;
	text-transform: uppercase;
}

h1.archive {
    font-variant: normal;
    margin-bottom: 10px;
	font-size: 20px;
	color: #F9B26F;
	font-family: OpenSansCondensedLight, Helvetica, Arial, sans-serif;

    padding: 0 16px;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong,
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {
	font-weight: normal;
}

h1 italic, h2 italic, h3 italic, h4 italic, h5 italic, h6 italic,
h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.1;
	margin-bottom: 0.5em;
}

h1 {
	font-size:2em;
}

h2 {
	font-size:2em;
	text-transform: none;
	color: #0397d5;
}

h3 {
	font-size:1.4em;
	text-transform: none;
	color: #0397d5;
}

h4 {
	font-size:1.2em;
	text-transform: none;
	color: #0397d5;
}

blockquote {
	color:#0397d5;
	font-style:italic;
	font-size: 110%;
	margin:1em;
}

cite {
	color:#0397d5;
	font-size: 85%;
	line-height: 1.4;
	display: block;
	font-style: normal;
	margin-top: 10px;
}


em, dfn {
	font-style:italic;
}

sup, sub {
	line-height:0;
}

abbr, acronym {
	border-bottom:1px dotted #666666;
}

address {
	font-style:italic;
	margin:0 0 1.5em;
}

del {
	color:#666666;
}

pre {
	font-family:Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace;
	font-size:1em;
	line-height:1.5;
	margin:1.5em 0;
	white-space:pre;
}

ul, ol {
	margin:0 1.5em 1.5em 0;
	padding-left:2.333em;
}

li ul, li ol {
	margin:.5em 0 0.5em 2.5em;
	list-style-type: circle;
}

ul {
	list-style-type:disc;
	margin-left:1.5em;
}

ol {
	list-style-type:decimal;
	margin-left:1.5em;
}

dd {
	margin-left:1.5em;
}

p, dl {
	margin:0 0 1.5em;
}

strong, dfn, dl dt {
	font-weight:700;
}

table {
	border: none;
	margin: 0 0 1.5em 0;
}

#main > section > article section table.halves tr td {
	width: 48% !important;
}

#main > section > article section table.thirds tr td {
	width: 32% !important;
}

#main > section > article section table {
	width: 570px !important;
	border: none;
}

#main > section > article section table thead,
#main > section > article section table th {
	font-size: 1.4em;
	background: #EEEEEE;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 0 0.5em;
	text-align: left;
	vertical-align: middle;
}

#main > section > article section table td {
	border-bottom: 1px solid #ddd;
	padding: 0.5em;
	text-align: left;
	vertical-align: top;
}

/**
 * @section layout
 */
body > header, body > #nav, #main, body > footer, .callouts {
	margin:0 auto;
	width:950px;
}

body > header {
	position: relative;
	padding: 0;
	width:950px
}

#main {
	background: #fff url(https://370d1508e5a59dddb705-1fba8c10b00bf72c40c616df1830fcaf.ssl.cf2.rackcdn.com/bg-sidebar_png-1403623198) repeat-y 660px 0;
    margin-bottom: 0;
    overflow: hidden;
    padding-bottom: 0;
    width: 950px;
}

#main > section > article > header {
	display: none;
	margin: 0 0 20px 0;
}

#main > section > article > header h1 {
    font-variant: normal;
    margin: 0;
    padding: 0;
}

#main > section {
	margin: 1em;
	float:left;
	width:630px;
}

#main article {
	padding:1em;
	position: relative;
}

#main nav#posts-nav {
	font-weight: bold;
	padding: 1em 0 0 0;	
	text-align: center;
}

section #respond {
	padding-top: 1.5em;
}

#respond form textarea,
#respond form input[type="text"] {
	width: 98%;
}

.comments {
	margin: 2em 0 1em 0;

}

.comments > article {
	border-bottom: 1px solid #999;
	padding: 1em 0 0.5em 0 !important;
}

.comments > article .comment-meta {
	background:#ccc;
    color: #000;
    font-size: 90%;
    font-style: italic;
	padding: 0.5em 0.5em 0.2em 0.5em;
	line-height: 1.2;
}

.comments > article .comment-meta img.avatar {
	float: right;
	margin-top: -12px;
}

#main article h1 a {
	text-decoration: none;
}

#main > aside {
    float: left;
    margin: 0 0 1em 13px;
    padding: 20px 0 0;
    width: 250px;
}

/**
 * @section header
 */

body > header {
	position: relative;
	height: 192px;
	z-index: 100;
}

body > header h1#logo {
	margin: 0;
	padding: 0;
	height: 119px;
	width: 159px;
}

body > header h1#logo a, 
body > header h1#logo a:visited, 
body > header h1#logo a:hover {
	display: block;
	text-decoration:none;
	position: relative;
	top:20px;
	z-index: 100;
}

body > header h1#logo a img,
body > header a.rite-care img {
	border: none;
}

body > header a.rite-care {
	display: block;
	position: absolute;
	top:35px;
	left:200px;
}

#banner {
	background:#fff;
	margin: 0 auto;
	width: 910px;	
	height: 305px;
	position: relative;
	padding: 20px 20px 0px 20px;
}

#banner .img {
	width: 455px;
	height: 325px;	
	overflow: hidden;
}

#banner .img img {
	height: 325px;	
	width: auto;
}

body.home .callouts-top {
  	background: url(https://370d1508e5a59dddb705-1fba8c10b00bf72c40c616df1830fcaf.ssl.cf2.rackcdn.com/bg-callouts-tall_png-1403623199) no-repeat scroll 0 0 transparent;
    display: block;
    height: 30px;
    margin: 0 auto;
    position: absolute;
    text-indent: -9999em;
    top: 295px;
    white-space: nowrap;
    width: 910px;
    z-index: 89999;
}

body.home .nav-bottom {
  	background: url(https://370d1508e5a59dddb705-1fba8c10b00bf72c40c616df1830fcaf.ssl.cf2.rackcdn.com/bg-nav-tall_png-1403623199) no-repeat scroll 0 -60px transparent;
    display: block;
    height: 35px;
    margin: 0 auto;
    position: absolute;
    text-indent: -9999em;
    top: 0;
    white-space: nowrap;
    width: 910px;
    z-index: 89999;
}

#rotator {
	background: #41b1e0 url(https://370d1508e5a59dddb705-1fba8c10b00bf72c40c616df1830fcaf.ssl.cf2.rackcdn.com/bg-banner_png-1403623200) repeat-x left bottom;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
    position:absolute;
    height:325px;
	width: 910px;
	top:0;
	left:20px;
	z-index: 50;
    overflow: hidden;
}

#rotator li {
    height: 325px;
	display: block;
    margin: 0 auto;
    padding: 0;
    width: 910px;
}

#rotator li .phrase {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 20px;
    text-align: left;
    top: 83px;
    width:400px;
}

#rotator li .phrase h2,
.subpage-banner h2  {
    color: #fff;
    display: block;
    font-size: 2em;
    font-weight: normal;
    line-height: 1.3;
    margin: 0 0 .5em 0;
    padding: 0;
    text-align: left;
}

#rotator li .phrase .btn a {
	background: url(https://370d1508e5a59dddb705-1fba8c10b00bf72c40c616df1830fcaf.ssl.cf2.rackcdn.com/btn_png-1403623200) no-repeat 0 0;
	font-family: OpenSansCondensedBold,Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	color: #fff48b;
	text-decoration: none;
	font-size: 18px;
	display: block;
	height: 33px;
	width: 215px;
	text-align: center;
	padding: 10px 0 0 0;
}

#rotator li .phrase .btn a:hover {
	color: #fff;
}

body > header h2#tagline {
 	font-size: 1.2em;
	text-transform: uppercase;
	font-family: OpenSansCondensedLight, Helvetica, Arial, sans-serif;
    margin: 0;
    padding:0;
}

body > header .top,
body > header .inner {
	position: absolute;
	right: 0;		
	top:55px;
	text-align: right;
}

body > header .inner {
	right: 185px;
    top: 62px;
}

.inner ul.menu {
	padding: 0;
	margin: 0 0 10px 0;
	list-style: none;
	overflow: auto;
	display: block;
}

.inner ul.menu li:first-child {
	border-right:0;
}

.inner ul.menu li {
	float: right;
	border-right:1px solid #81bc1b;
	padding: 0 7px;
}

.inner ul.menu li,
.inner ul.menu li a {
	color: #81bc1b;
	line-height: 1;
	font-family: OpenSansCondensedBold, Helvetica, Arial, sans-serif;
	text-transform: uppercase;

}

.inner ul.menu li a:hover {
	color: #0397D5;
}

h2.tel {
	color: #f9902d;
	font-size: 24px;
	margin: 0;
}

h2.tel span {
	font-family: OpenSansCondensedLight, Helvetica, Arial, sans-serif;
}

.subpage-banner {
	margin: 0 auto;
	width: 910px;
	padding: 20px 20px 0px 20px;
	background: #fff url(https://370d1508e5a59dddb705-1fba8c10b00bf72c40c616df1830fcaf.ssl.cf2.rackcdn.com/bg-subpage-banner_png-1403623201) no-repeat center top;
	height: 142px;
}

.subpage-banner h2 {
	text-transform: none;
	position: relative;
	top: 50px;
	left: 20px;
	width: 700px;
}

.menu-social-container {
	position: absolute;
	top:15px;
	right: 0;
}

.menu-social-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-social-container ul li {
    float: left;
    margin: 0 0 0 3px;
}

.menu-social-container ul li a {
    background: url(https://370d1508e5a59dddb705-1fba8c10b00bf72c40c616df1830fcaf.ssl.cf2.rackcdn.com/social2_png-1403623201) no-repeat scroll 0 0 transparent;
    display: block;
    height: 32px;
    overflow: hidden;
    text-indent: 150%;
    white-space: nowrap;
    width: 32px;
}

.menu-social-container ul li.twitter a {
    background: url(https://370d1508e5a59dddb705-1fba8c10b00bf72c40c616df1830fcaf.ssl.cf2.rackcdn.com/social2_png-1403623201) no-repeat scroll 0 0 transparent;
}

.menu-social-container ul li.twitter a:hover {
    background: url(https://370d1508e5a59dddb705-1fba8c10b00bf72c40c616df1830fcaf.ssl.cf2.rackcdn.com/social2_png-1403623201) no-repeat scroll 0 -50px transparent;
}

.menu-social-container ul li.facebook a {
    background: url(https://370d1508e5a59dddb705-1fba8c10b00bf72c40c616df1830fcaf.ssl.cf2.rackcdn.com/social2_png-1403623201) no-repeat scroll 0 -100px transparent;
}

.menu-social-container ul li.facebook a:hover {
    background: url(https://370d1508e5a59dddb705-1fba8c10b00bf72c40c616df1830fcaf.ssl.cf2.rackcdn.com/social2_png-1403623201) no-repeat scroll 0 -150px transparent;
}

.menu-social-container ul li.rss a {
    background: url(https://370d1508e5a59dddb705-1fba8c10b00bf72c40c616df1830fcaf.ssl.cf2.rackcdn.com/social2_png-1403623201) no-repeat scroll 0 -200px transparent;
}

.menu-social-container ul li.rss a:hover {
    background: url(https://370d1508e5a59dddb705-1fba8c10b00bf72c40c616df1830fcaf.ssl.cf2.rackcdn.com/social2_png-1403623201) no-repeat scroll 0 -250px transparent;
}

.menu-social-container ul li.pinterest a {
    background: url(https://370d1508e5a59dddb705-1fba8c10b00bf72c40c616df1830fcaf.ssl.cf2.rackcdn.com/social2_png-1403623201) no-repeat scroll 0 -300px transparent;
}

.menu-social-container ul li.pinterest a:hover {
    background: url(https://370d1508e5a59dddb705-1fba8c10b00bf72c40c616df1830fcaf.ssl.cf2.rackcdn.com/social2_png-1403623201) no-repeat scroll 0 -350px transparent;
}

.menu-social-container ul li.youtube a {
    background: url(https://370d1508e5a59dddb705-1fba8c10b00bf72c40c616df1830fcaf.ssl.cf2.rackcdn.com/social2_png-1403623201) no-repeat scroll 0 -400px transparent;
}

.menu-social-container ul li.youtube a:hover {
    background: url(https://370d1508e5a59dddb705-1fba8c10b00bf72c40c616df1830fcaf.ssl.cf2.rackcdn.com/social2_png-1403623201) no-repeat scroll 0 -450px transparent;
}

/**
 * @section nav
 */
body > #nav {
	line-height: 1;
	background: #fff;
	overflow: hidden;
	font-family: OpenSansCondensedBold, Helvetica, Arial, sans-serif;
}

body > #nav ul {
	background: #0e7baa;
	list-style:none;	
	margin:0 auto;
 	overflow: hidden;
    white-space: nowrap;
}

body > #nav > ul {
	padding:0 15px;
	width: 880px;
}

body > #nav > ul > li {
	float:left;
}

body > #nav > ul > li:first-child {
	border-left: none;
}

body > #nav ul li a, 
body > #nav ul li a:link,
body > #nav ul li a:visited {
	color:#fff;
	display:block;
	font-size:18px;
	margin: 0;
	padding:8px 20px;
	text-align:center;
	text-decoration:none;
	white-space: normal;
	text-transform: uppercase;

}

body > #nav ul li.current_page_item ul li a,
body > #nav ul li ul li a:visited {
	color:#fff;
	display:block;
	padding-left:1.5em;
	text-align:left;
	text-decoration:none;
}

body > #nav ul li a:hover,
body > #nav ul li a.over,
body > #nav ul li a:active, 
body > #nav ul li.current_page_item > a,
body > #nav ul li.current_page_item ul li a:hover,
body > #nav ul li ul li a:hover,
body > #nav ul li ul li.current_page_item  >a,
body > #nav ul li.current_page_parent > a {
	color:#fffbd4;
	text-decoration:underline;
}


body > #nav ul li ul.sub-menu {
    background: #0397D5;
	margin: 0;
	padding: 0;
}

body > #nav ul li ul.sub-menu li a {
    color: #fff;
    text-align: left;
    text-shadow: none;
	text-transform: uppercase;
    width: auto;
}

body > #nav ul li ul li a:hover, 
body > #nav ul li.current_page_item ul li a:hover, 
body > #nav ul li ul li.current_page_item > a {
    background: #81BC1B;
    color: #fffbd4;
}

body > #nav ul li ul.sub-menu li:first-child {
	border-top: none;
}

body > #nav ul li ul.sub-menu li {
	float: none;
	border-top:1px solid #076C93;
	clear: both;		
	display: block;
}
	
body > #nav ul li ul.sub-menu li a {
    padding-left: 20px;
}

body > #nav ul li ul.sub-menu {
    left: -999em;
    position: absolute;
    text-align: left;
    width: 200px;
    z-index: 99999;
}

body > #nav ul li:hover ul.sub-menu, 
body > #nav ul li.sfhover ul.sub-menu {
    left: auto;
    z-index: 99999;
}

/**
 * @section callouts
 */

.callouts {
	background: #fff;
}

.callouts ul {
	background: #fffbd4 url(https://370d1508e5a59dddb705-1fba8c10b00bf72c40c616df1830fcaf.ssl.cf2.rackcdn.com/bg-callouts-btm_png-1403623202) no-repeat center bottom;
	list-style: none;
	margin: 0 auto 20px;
	padding: 0 0 25px 0;
	overflow: auto;
	width: 910px;
}

.callouts ul li:first-child {
	margin-left: 20px;
	width: 170px;
}

.callouts ul li {
	float: left;
	width: 135px;
	padding: 20px 20px 20px 55px;
}

.callouts ul li.childhood {
	background: url(https://370d1508e5a59dddb705-1fba8c10b00bf72c40c616df1830fcaf.ssl.cf2.rackcdn.com/icons-callout-sprite_png-1403623209) no-repeat 0 20px;
}

.callouts ul li.speech {
	background: url(https://370d1508e5a59dddb705-1fba8c10b00bf72c40c616df1830fcaf.ssl.cf2.rackcdn.com/icons-callout-sprite_png-1403623209) no-repeat 0 -80px;
}

.callouts ul li.reading {
	background: url(https://370d1508e5a59dddb705-1fba8c10b00bf72c40c616df1830fcaf.ssl.cf2.rackcdn.com/icons-callout-sprite_png-1403623209) no-repeat 0 -180px;
}

.callouts ul li.auditory {
	background: url(https://370d1508e5a59dddb705-1fba8c10b00bf72c40c616df1830fcaf.ssl.cf2.rackcdn.com/icons-callout-sprite_png-1403623209) no-repeat 0 -280px;
}

.callouts h3 {
	color: #0397d5;
	text-transform: uppercase;
	margin: 0;
}

.callouts, .callouts a {
	color: #f98f2b;
	font-family: OpenSansCondensedBold,Helvetica,Arial,sans-serif;
	text-transform: uppercase;
}

.callouts a:hover,
.callouts h3 > a:hover {
	color: #81BC1B;
}

.callouts h3 > a {
	text-decoration: none;
	color: #0397d5;
}

/**
 * @section article
 */
body.blog #main > section > article > header,
body.archive #main > section > article > header,
body.category #main > section > article > header,
body.single #main > section article .comments article > header,
body.single-event #main > section > article > header {
	display: block;
}

article header h1 a, 
article header h1 a:visited {
	text-decoration:none !important;
}

article header h1 a:hover,
article header h1 a:active {
	text-decoration:none;
}

article .wp-caption-text {
	text-align: center;
	font-style: italic;
	color: #999;
	font-size: 90%;
	margin-bottom: 0;
}

article footer {	
	font-style: italic;
	font-size: 90%;
	color: #81BC1B;
	border-top:1px solid #81BC1B;
	padding-top:5px;
	margin-top:.5em;
	clear:both;
}

article footer p {
	margin-bottom: 0;
}

article footer dl {
	float:left;
	padding:0 10px;
	width:213px;
}

article footer dl dt {
	white-space:normal;
	overflow:hidden;
}

article footer dl dt a {
	white-space:nowrap;
}

#main > section > article section ul,
#main > section > article section ol {
	margin: 0 1.5em 1.5em 1.5em;
	padding-left: 0;
	list-style-position: outside;
}

#main > section > article section a.read-more {
	font-weight: bold;
}

/**
 * @section aside
 */

aside h2, aside h3 {
    font-size: 1.6em;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 0.25em;
    padding:0;
    text-align: left;
	text-transform: uppercase;
	color: #81BC1B;
    text-decoration: none;
}

aside .events h3 > a,
aside .news > h3 > a {
	color: #81BC1B;
}

aside h2 a:hover, aside h3 a:hover {
	color: #0397d5;
}

aside > ul {
	list-style:none;
	margin:0;
	padding:0 1em;
}

#main > aside ul li {
	padding-bottom: 2em;
}

.widget {
	display: block;
}

#main > aside ul li.blog-archives {
	padding: 1em 0 2em 0;
}

#main > aside ul li.blog-archives > h2 {
	padding-bottom: 0.25em;
}

#main > aside img {
	max-width: 210px;
	height: auto;
}

#main > aside .events h3 a,
aside .news > h3 > a {
	float: right;
	font-size: 75%;
}

#main > aside .latest ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#main > aside .latest ul li {
	border-top:1px solid #81BC1B;	
	padding: 10px 0 6px 0;
	overflow: auto;
	clear: both;
}

#main > aside .latest ul li a {
	text-decoration: none;
}

#main > aside .latest span.details .url,
#main > aside .news ul li h3 a span {
	font-weight: normal;
	display: block;
	text-decoration: underline;
}

#main > aside .latest ul.events h2 a span.details,
#main > aside .news ul li h3 a {
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: none;
	line-height: 1.3;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

#main > aside .latest ul.events h2 a:hover,
#main > aside .news ul li h3 a:hover {
	color: #81BC1B;
}

#main > aside .latest ul.events h2 a span.date {
	font-family: OpenSansCondensedLight,Helvetica,Arial,sans-serif;
	float: left;
	margin-right: 10px;
	color: #f9b26f;
	text-align: center;
	font-size: 36px;
	font-weight: normal;
	line-height: 1;
}

#main > aside .latest ul.events h2 a span.details {
	float: right;
	width: 175px;
}

#main > aside .latest ul.events h2 a span.date span.month {
	display: block;
	font-family: OpenSansCondensedBold,Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	font-size: 18px;
}

/**
 * @section footer
 */

body > footer {	
	background: #fff url(https://370d1508e5a59dddb705-1fba8c10b00bf72c40c616df1830fcaf.ssl.cf2.rackcdn.com/bg-footer_png-1403623213) no-repeat center top;
    color: #fff;
    padding: 50px 0 1em 0;
	overflow: auto;
	font-size: 12px;

}

body > footer > ul#col, body > footer > ul#col li ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding:0;
}

body > footer p {
	text-align: center;
	margin-bottom: 0;
}

body > footer p strong {
	text-transform: uppercase;
}

body > footer > ul#col {
	padding: 0 10px;
	margin-top: 2em;	
	overflow: auto;
}

body > footer > ul#col li  {
	margin: 0;
	float: left;
	margin-left: 1em;
	width: auto;
}

body > footer a,
body > footer a:link {
	color: #fff;
	margin-bottom: 0;
	padding:0;
}

body > footer a:visited, 
body > footer a:hover {
	color:#fff;
}

body > footer > ul li a.credit {
    background: url(https://370d1508e5a59dddb705-1fba8c10b00bf72c40c616df1830fcaf.ssl.cf2.rackcdn.com/ftlogo-black_png-1403623214) 0 0 no-repeat;
    display:block;
	height:19px;
	overflow:hidden;
	text-indent:150%;
	white-space:nowrap;
	width:128px !important;
	margin-top: 0;
	margin-left: 613px;
}

ul#col,
ul#col a {
	color: #013B53;
	font-size: 12px;
}

/**
 * @section contact form
 */
.wpcf7 {
	margin-left:0;
	margin-right:0;
	padding:12px;
}

span.wpcf7-form-control-wrap {
	position:static !important;
}

.contact-form span.wpcf7-not-valid-tip-no-ajax, 
.contact-form span.wpcf7-not-valid-tip {
    background: url(https://370d1508e5a59dddb705-1fba8c10b00bf72c40c616df1830fcaf.ssl.cf2.rackcdn.com/req-icon_png-1403623216) no-repeat scroll top left transparent !important;
    border: medium none !important;
    color: #F98F2B;
    display: block;
    float: none !important;
    font-size: 13px !important;
    height: 16px;
    left: 0 !important;
    margin-left: 0;
    overflow: hidden;
    padding: 0 0 10px 20px !important;
    position: relative !important;
    top: 2px !important;
    width: 222px;
	font-weight: bold;
}

img.ajax-loader {
	border: none !important;	
	background: none !important;
	padding: 0 !important;
}

.wpcf7 div.wpcf7-validation-errors,
.wpcf7 div.wpcf7-spam-blocked {
	background: #b90606;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    font-style: italic;
}

.wpcf7 div.wpcf7-mail-sent-ok {
	background: #127A33;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    font-style: italic;
}

form {
	text-align:left;
}

label {
	font-weight:bold;
}

label .wpcf7-list-item-label {
	font-weight: normal;
}

span.req {
	color:#F98F2B;
	font-style:italic;	
	font-weight: normal;	
	font-size: 80%;
}

form div.row {
	padding: 0.4em 0;
	clear:both;
}

textarea#comment {
	display: block;
	margin-bottom: 1em;
}

textarea {
	padding: 0.5em;
}

div.submit-button {
	height:35px;
}

input[type="text"],
input[type="email"], 
.row input.field, 
.field {
	height:17px;
}

input[type="text"], 
input[type="email"], 
.row input.field, 
textarea {
	background: #fff url(https://370d1508e5a59dddb705-1fba8c10b00bf72c40c616df1830fcaf.ssl.cf2.rackcdn.com/inner-shadow_png-1403623216) repeat-x 0 -54px;
	border:1px solid #F9B06C;
}

#searchform {
	margin:10px auto;
	padding:5px 3px;
	text-align:center;
}

#sidebar #searchform #s {
	padding:2px;
	width:108px;
}

#sidebar #searchsubmit {
	padding:1px;
}

div.contact-form, 
div.contact-form input, 
div.contact-form textarea {
	font-family: Helvetica, Arial, sans-serif;
}

#respond form {
	padding:0;
}

#respond form label {
	display:block;
	color: #0397D5;
}

#respond form input {
	margin-bottom:10px;
}

#commentform input {
	margin:5px 5px 1px 0;
	padding:2px;
	width:170px;
}

#commentform {
	margin:5px 10px 0 0;
}

#commentform textarea {
	padding:2px;
	width:100%;
}

#respond label .req {
	font-weight: normal !important;
	color: #F98F2B;
}

#commentform #submit {
	float:right;
	margin:0 0 5px auto;
}

.contact-form {
	padding: 2em;
   	background: none repeat scroll 0 0 #FFFBD4;
    border: 1px solid #F9B06C;
}

form#contact {
	width:100%;
}

form#contact div.row {
	clear:both;
	height:28px;
}

form#contact div.row.text {
	height:78px;
}

#contact label, div.contact-form label {
	color: #0397D5;
    font-weight: bold;
    margin: 12px 0 0;
    text-align: left;
}

input[type="text"],
div.contact-form input[type="text"],
div.contact-form input[type="email"], 
div.contact-form textarea {
	font-weight:normal;
	margin:0 0 6px;
	font-size: 16px;
	padding:6px 6px 3px 6px;
	width: 93%;
}

div.contact-form select {
	float:right;
	font-weight:normal;
	margin:0 0 6px;
	width:61%;
}

.contact-form textarea {
	height:60px;
}

input#captcha2 {
	margin:0;
	width:160px;
}

img#captcha-image2 {
	background:#000 !important;
    border: none !important;
    float: right;
    margin-top: 24px;
    padding: 3px !important;
}

/**
 * @section misc classes
 */
a[class*="pdf"], 
a[href$=".pdf"], 
a[href*=".pdf"], 
a.pdf {
	background:url(https://370d1508e5a59dddb705-1fba8c10b00bf72c40c616df1830fcaf.ssl.cf2.rackcdn.com/a-pdf_gif-1403623217) no-repeat scroll right center transparent;
	padding:0 1.4em 0 0;
}

/**
 * @section events page
 */

#em-wrapper .em-events-search {
	display: none;
}

#em-wrapper article {
	border-top:1px solid #81BC1B;
}

#em-wrapper article section p {
	margin-bottom: 0;
}

#em-wrapper article header h1 {
	margin-bottom: 0;
}

#em-wrapper article .date {
    color: #F9B26F;
    float: left;
    font-family: OpenSansCondensedLight,Helvetica,Arial,sans-serif;
    font-size: 36px;
    font-weight: normal;
    line-height: 1;
    margin-right: 10px;
    text-align: center;
}

#em-wrapper article .date .month {
	display: block;
    font-family: OpenSansCondensedBold,Helvetica,Arial,sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}

#em-wrapper article .time {
	font-weight: bold;
}

#em-wrapper article a.read-more {
	display: block;
}

.vevent .em-location-map { /* important is used to override inline styles auto-generated by events plugin */
	width: 580px !important;
	height: 350px !important;
	margin-bottom: 1em;
	display: block;
}

.em-location-map-container {
	margin-bottom: 1em;
}

.vevent > h3 {
	padding-left: 24px;	
	background: url(https://370d1508e5a59dddb705-1fba8c10b00bf72c40c616df1830fcaf.ssl.cf2.rackcdn.com/icon-cal_png-1403623218) 0 0 no-repeat;
}

/**
 * @section images
 */

#main > section > article section iframe,
#main > section > article section img {
	background: transparent;
	border: none;
	padding: 0;
	max-width: 562px;
}


.centered, .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: .5em;
	margin-bottom: .5em;
}

.alignright, img.alignright {
	padding: 4px;
	margin: 0 0 2px 10px;
	display: inline;
}

.alignleft, img.alignleft {
	padding: 4px;
	margin: 0 10px 2px 0;
	display: inline;
}


/**
 * @section Form
 */
input[type="image"] {
	border: none !important;
}

input[type="submit"] {
	border: 1px solid #066A92;
	background: #0397D5 url(https://370d1508e5a59dddb705-1fba8c10b00bf72c40c616df1830fcaf.ssl.cf2.rackcdn.com/fade-top_png-1403623218) repeat-x 0 0;
	display:inline-block;
	color:#fff;
	font-size: 16px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
}

input[type="submit"]:hover {
	background:#81BC1B url(https://370d1508e5a59dddb705-1fba8c10b00bf72c40c616df1830fcaf.ssl.cf2.rackcdn.com/fade-top_png-1403623218) repeat-x 0 0;
	border-color: #6E9D1A;
	cursor: pointer;
	color:#ffffff;
}

input[type="submit"]:active, 
input[type="submit"]:focus {
	color:#ffffff !important;
	position:relative;
	top:1px;
}