@charset "utf-8";
/* RESET & GRID */

/* =============================================================================
   Reset !n! !rst
   ========================================================================== */
/*
  A more considered reset; more of a restart... As per: csswizardry.com/2011/10/reset-restarted
  https://github.com/csswizardry/inuit.css/blob/master/inuit.css/generic/_reset.scss
*/
h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dd, ol, ul, form, fieldset, legend, table, th, td, caption, hr, figure, body {
	margin: 0;
	padding: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* =============================================================================
   Normalize !n! !nrml
   ========================================================================== */
/*! normalize.css 2012-08-07T21:27 UTC | MIT License | git.io/normalize */
/* https://github.com/h5bp/html5-boilerplate/blob/master/css/normalize.css */
/* Note this has been modified from the above mentioned sources */
/* HTML5 display definitions */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
 display: none;
}
/* Base */
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

/* =============================================================================
   Global Styles !n! !glb
   ========================================================================== */
/* ==|== Base !base !n! ======================================================= */

.chromeframe {
	margin: 0.2em 0;
	padding: 0.2em 0;
	color: #000000;
	background: #999999;
}

::-moz-selection {
 background: #b3d4fc;
 text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
b, strong {
	font-weight: 700;
}
dt {
	font-weight: 700;
}
hr {
	display: block;
	height: 1px;
	padding: 0;
	border: 0;
	border-top: 1px solid #cccccc;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
mark {
	background: #ffff00;
	color: #000000;
}
pre, code, kbd, samp {
	font-family: Monaco, 'Courier New', monospace;
	font-size: 14px;
	font-size: 1.4rem;
	color: #212121;
	padding: 1px 3px;
	background: #f2f2f2;
	border: 1px solid #cccccc;
	border-radius: 3px;
}
pre {
	padding: 5px;
}
pre ol {
	margin-bottom: 0;
	padding-right: 15px;
}
blockquote {
	color: #212121;
	padding: 0 20px 0;
}
blockquote p {
	margin-bottom: 0.28125em;
}
blockquote small, blockquote cite {
	font-size: 14px;
	font-size: 1.4rem;
	font-style: normal;
	color: #999999;
}
blockquote small:before {
	content: "\2014";
	padding-right: 3px;
}
/* =============================================================================
   Tables !n! !tbl
   ========================================================================== */
.table {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-left: none;
	border-collapse: separate;
}
.table thead th, .table tfoot td {
	font-weight: 700;
}
.table thead th {
	text-align: left;
	vertical-align: bottom;
}
.table th, .table td {
	padding: 8px 12px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	vertical-align: top;
	-webkit-transition: background-color 0.25s 0 linear;
	-moz-transition: background-color 0.25s 0 linear;
	-o-transition: background-color 0.25s 0 linear;
	transition: background-color 0.25s 0 linear;
}
.table tbody tr:hover td, .table tbody tr:hover th {
	background-color: #ebebeb;
}
.table caption + thead tr:first-child th, .table caption + tbody tr:first-child th, .table caption + tbody tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + tbody tr:first-child th, .table colgroup + tbody tr:first-child td, .table thead:first-child tr:first-child th, .table tbody:first-child tr:first-child th, .table tbody:first-child tr:first-child td {
	border-top: none;
}
.table thead, .table tfoot {
	background-color: #e6e6e6;
}
.table tr.even, .table tr.alt {
	background-color: #f5f5f5;
}
.table tbody tr:nth-child(even) {
	background-color: #f5f5f5;
}
.table.radius {
	border-radius: 3px;
}
.table.radius caption + thead tr:first-child th:first-child, .table.radius caption + tbody tr:first-child td:first-child, .table.radius colgroup + thead tr:first-child th:first-child, .table.radius colgroup + tbody tr:first-child td:first-child, .table.radius thead:first-child tr:first-child th:first-child, .table.radius tbody:first-child tr:first-child td:first-child {
	border-radius: 3px 0 0 0;
}
.table.radius caption + thead tr:first-child th:first-child, .table.radius caption + tbody tr:first-child td:first-child, .table.radius colgroup + thead tr:first-child th:first-child, .table.radius colgroup + tbody tr:first-child td:first-child, .table.radius thead:first-child tr:first-child th:first-child, .table.radius tbody:first-child tr:first-child td:first-child {
	border-radius: 3px 0 0 0;
}
.table.radius caption + thead tr:first-child th:last-child, .table.radius caption + tbody tr:first-child td:last-child, .table.radius colgroup + thead tr:first-child th:last-child, .table.radius colgroup + tbody tr:first-child td:last-child, .table.radius thead:first-child tr:first-child th:last-child, .table.radius tbody:first-child tr:first-child td:last-child {
	border-radius: 0 3px 0 0;
}
.table.radius thead:last-child tr:last-child th:first-child, .table.radius tbody:last-child tr:last-child td:first-child, .table.radius tfoot:last-child tr:last-child td:first-child {
	border-radius: 0 0 0 3px;
}
.table.radius thead:last-child tr:last-child th:first-child, .table.radius tbody:last-child tr:last-child td:first-child, .table.radius tfoot:last-child tr:last-child td:first-child {
	border-radius: 0 0 0 3px;
}
.table.radius thead:last-child tr:last-child th:last-child, .table.radius tbody:last-child tr:last-child td:last-child, .table.radius tfoot:last-child tr:last-child td:last-child {
	border-radius: 0 0 3px 0;
}
/* =============================================================================
   Forms !n! !frm 
   ========================================================================== */
.fieldset {
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	border-radius: 3px;
}
label {
	display: block;
	margin-bottom: 3px;
}
::-webkit-input-placeholder {
 color: #b3b3b3;
}
:-moz-placeholder {
 color: #b3b3b3;
}
:-ms-input-placeholder {
 color: #b3b3b3;
}
input[type="text"], input[type="password"], input[type="search"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="datetime"], input[type="date"], input[type="time"], select[multiple="multiple"], select, textarea {
	margin: 0 0 0.84375em;
	padding: 6px;
	background: #f2f2f2;
	border: 1px solid #dadada;
	box-shadow:1px 1px 12px rgba(0, 0, 0, 0.1) inset;
	border-radius: 2px;
	-webkit-transition: box-shadow 0.15s 0s linear;
	-moz-transition: box-shadow 0.15s 0s linear;
	-o-transition: box-shadow 0.15s 0s linear;
	transition: box-shadow 0.15s 0s linear;
	outline-style: none;
}
input[type="text"], input[type="password"], input[type="search"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="datetime"], input[type="date"], input[type="time"], select {
	height: 32px;
}
select[multiple="multiple"] {
	height: auto;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="datetime"]:focus, input[type="date"]:focus, input[type="time"]:focus, select[multiple="multiple"]:focus, textarea:focus {
	border-color: #b3b3b3;
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
}
input[type="text"], input[type="password"], input[type="search"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], textarea {
	-webkit-appearance: none;
}

/* =============================================================================
   Grid !n! !grd 
   ========================================================================== */
.row {
 *zoom: 1;
}
.row:before, .row:after {
	content: "";
	display: table;
}
.row:after {
	clear: both;
}
.row:before, .row:after {
	content: "";
	display: table;
}
.row:after {
	clear: both;
}
.row.nocolumns {
	padding-left: 1%;
	padding-right: 1%;
}
.row .row {
	margin-left: -1%;
	margin-right: -1%;
}
.row.full-width {
	margin-left: -1%;
	margin-right: -1%;
}
.column {
	max-width: 100%;
	float: left;
	padding-left: 1%;
	padding-right: 1%;
}
@media only screen and (min-width: 768px) {
.width1of1 {
	width: 100%;
}
.width1of2,  .width2of4 {
	width: 50%;
}
.width1of3 {
	width: 33.333333333333336%;
}
.width2of3 {
	width: 66.66666666666667%;
}
.width1of4 {
	width: 25%;
}
.width3of4 {
	width: 75%;
}
.width1of5 {
	width: 20%;
}
.width2of5 {
	width: 40%;
}
.width3of5 {
	width: 60%;
}
.width4of5 {
	width: 80%;
}
}

/* == posts, pages, and search results == */
.post-header {
	margin-bottom: 1.125em;
}
.post-meta {
	margin-bottom: 1.125em;
}
.post-meta dl {
	margin-bottom: 0;
}
.post-meta dt, .post-meta dd {
	display: inline-block;
}
.post-meta dd {
	margin-left: 5px;
}
.post-tags ul, .post-tags li {
	display: inline;
	padding-left: 0;
}
.post-tags li {
	margin-left: 7px;
}
.post-tags li:first-child {
	margin-left: 0;
}
.post-description {
	margin-bottom: 1.125em;
 *zoom: 1;
}
.post-description:before, .post-description:after {
	content: "";
	display: table;
}
.post-description:after {
	clear: both;
}
.post-description:before, .post-description:after {
	content: "";
	display: table;
}
.post-description:after {
	clear: both;
}
.post-description p {
	margin: 0;
}
.post-thumb {
	display: block;
	margin-bottom: 1.125em;
}
.pagination {
	margin-bottom: 1.125em;
 *zoom: 1;
}
.pagination:before, .pagination:after {
	content: "";
	display: table;
}
.pagination:after {
	clear: both;
}
.pagination:before, .pagination:after {
	content: "";
	display: table;
}
.pagination:after {
	clear: both;
}
.pagination a, .pagination span {
	float: left;
	display: block;
	padding: 2px;
}
.block{
	float:left;
	clear:left;
	width:100%;
}
.feed {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.feed li {
	margin: 0px;
	padding: 0px;
	float:left;
	clear:left;
}
.feed .event-page-listing{
	margin:0 0 15px 0;
}
.cal-grid{
	float: left;
	width: 75px;
	text-align: center;
	border:1px solid #222222;
	border-radius: 0 0 6px 6px;
}
.cal-grid span{
	width: 100%;
	display: inline-block;
}
.cal-grid .mon{
	color:#fff;
	background: #222;
	padding:3px 0;
	font-size: 12px;
}
.cal-grid .day{
	color: #FC1922;
	line-height: 30px;
	font-size: 28px;
	text-shadow: 2px 2px 2px #ccc;
	font-weight: 700;
}
.cal-grid .dat{
	font-size:11px;
}
.cal-group{
	float:left;
	margin-left:10px;
}

/* == comments == */
/* http://www.456bereastreet.com/archive/201105/styling_ordered_list_numbers/ */
.comment-list {
	counter-reset: li;
	margin-left: 0;
	padding-left: 0;
}
.comment-list li {
	list-style: none;
	position: relative;
	padding-top: 5px;
	border-top: 1px dashed #cccccc;
}
.comment-list .children {
	padding-left: 10px;
}
.comment-list .children li {
	padding-left: 30px;
}
.comment-list .children li:before {
	content: "\2191";
	font-size: 24px;
	font-size: 2.4rem;
	color: #cccccc;
	position: absolute;
	left: 0;
}
.comment {
	margin-bottom: 1.125em;
}
.comment header {
	margin-bottom: 1.125em;
 *zoom: 1;
}
.comment header:before, .comment header:after {
	content: "";
	display: table;
}
.comment header:after {
	clear: both;
}
.comment header:before, .comment header:after {
	content: "";
	display: table;
}
.comment header:after {
	clear: both;
}
.comment-list li .comment header:before {
	content: counter(li);
	counter-increment: li;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 400;
	font-family: sans-serif;
	text-align: center;
	color: #cccccc;
	display: block;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.comment header .avatar, .comment header h3 {
	margin: 3px 0 0;
}
.comment header h3 cite {
	font-size: 20px;
	font-size: 2rem;
	font-style: normal;
}
.comment header h3 time {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	display: block;
}
.comment header a:hover {
	color: #a53318;
}
.comment-edit-link {
	clear: both;
	display: block;
	padding-top: 5px;
}
.comment [property="commentText"] {
	clear: both;
}
#commentform .form-allowed-tags code {
	display: block;
}
#commentform .required, .comment-form .required {
	color: #a72c2c;
}
.comment-form-url input, .comment-form-email input, .comment-form-author input, .comment-form .author, .comment-form .email, .comment-form .url {
	max-width: 350px;
	width: 100%;
}
.comment-form-comment textarea, .comment-form .comment {
	max-width: 450px;
	width: 100%;
}
/* custom html5 comment form */
/* == author == */
.author .bio .avatar {
	float: left;
	margin: 0.4em 1.125em 1.125em 0;
}
.author .bio {
 *zoom: 1;
}
.author .bio:before, .author .bio:after {
	content: "";
	display: table;
}
.author .bio:after {
	clear: both;
}
.author .bio:before, .author .bio:after {
	content: "";
	display: table;
}
.author .bio:after {
	clear: both;
}
/* == Images and Figures == */
.alignleft, .alignright, .alignnone, .aligncenter {
	display: block;
	margin: 0 auto 1.125em;
}
/* == default wp gallery == */
.wp-gallery {
	margin: 0 -10px;
	padding: 0;
	list-style: none;
}
.wp-gallery li {
	float: left;
	width: 25%;
	padding: 0 10px;
	margin-bottom: 20px;
	line-height: 1;
}
.wp-gallery li:nth-child(4n+1) {
	clear: both;
}
.wp-gallery li a {
	display: block;
}
.wp-gallery li a img {
	width: 100%;
}
.wp-gallery li .caption {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ==========================================================================
   Helper Classes !hlp !n!
   ========================================================================== */
/* Floats */
.left {
	float: left;
}
.right {
	float: right;
}
/* Highlight Text */
.highlight {
	background: #ffff99;
}
/* List Styles */
ul.nobullet {
	list-style: none;
}
ul.circle {
	list-style-type: circle;
}
ul.disc {
	list-style-type: disc;
}
ul.square {
	list-style-type: square;
}
ol.lowerroman {
	list-style-type: lower-roman;
}
ol.upperroman {
	list-style-type: upper-roman;
}
ol.loweralpha {
	list-style-type: lower-alpha;
}
ol.upperalpha {
	list-style-type: upper-alpha;
}
ol.decimal {
	list-style-type: decimal;
}
ol.decimal0 {
	list-style-type: decimal-leading-zero;
}
/* Image replacement */
.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
 *text-indent: -9999px;
}
.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
	display: none !important;
	visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
	visibility: hidden;
}
/* Contain floats: h5bp.com/q */
.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
/* Responsive Helpers */
/*
  IE10 Metro responsive
  Required for Windows 8 Metro split-screen snapping with IE10
  Source: http://timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design/
*/
@-ms-viewport {
 width: device-width;
}
.hide0 {
	display: none !important;
}
@media only screen and (min-width: 480px) {
.hide480 {
	display: none !important;
}
.show480 {
	display: inherit !important;
}
}
@media only screen and (min-width: 600px) {
.hide600 {
	display: none !important;
}
.show600 {
	display: inherit !important;
}
}
@media only screen and (min-width: 768px) {
.hide768 {
	display: none !important;
}
.show768 {
	display: inherit !important;
}
}
@media only screen and (min-width: 992px) {
.hide992 {
	display: none !important;
}
.show992 {
	display: inherit !important;
}
}
@media only screen and (min-width: 1382px) {
.hide1382 {
	display: none !important;
}
.show1382 {
	display: inherit !important;
}
}
/* =============================================================================
   Print Styles !n! !prnt
   ========================================================================== */
@media print {
* {
	background: transparent !important;
	color: #000 !important;
	/* Black prints faster: h5bp.com/s */
  
    box-shadow: none !important;
	text-shadow: none !important;
}
a,  a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
/*
     * Don't show links for images, or javascript/internal links
     */
  .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;/* h5bp.com/t */
  
  }
tr,  img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
 @page {
 margin: 0.5cm;
}
p,  h2,  h3 {
	orphans: 3;
	widows: 3;
}
h2,  h3 {
	page-break-after: avoid;
}
}