/*
Theme Name:     Anaximander-Static Child
Theme URI:      http://example.com/
Description:    Child theme for the Anaximander-Static theme
Author:         Mike Deegan
Author URI:     http://example.com/about/
Template:       Anaximander-Static
Version:        0.1.0
Tags:           blue, flexible-width, sticky-post, theme-options, threaded-comments
*/

@import url('normalize.css'); /* Start off with a complete CSS reset */
@import url('reset.css'); /* Start off with a complete CSS reset */

/* 
-------------------------------------------------------------- 
General structure - Basic rules
-------------------------------------------------------------- 
*/

html {
    /*    http://www.colorzilla.com/gradient-editor/   */
    /*    Ultimate CSS Gradient Generator   */
    /*    A powerful Photoshop-like CSS gradient editor from ColorZilla.    */
    background: #ff3300; /* Old browsers */
    background: -moz-linear-gradient(left,  #ff3300 0%, #9a2500 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ff3300), color-stop(100%,#9a2500)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #ff3300 0%,#9a2500 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #ff3300 0%,#9a2500 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #ff3300 0%,#9a2500 100%); /* IE10+ */
    background: linear-gradient(to right,  #ff3300 0%,#9a2500 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3300', endColorstr='#9a2500',GradientType=1 ); /* IE6-9 */
}

body {
    margin: 10px 0 0 0;
    color: #000000;
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

#top-of-page-buffer {
    height: 0px;
}

#wrapper {
    width: 1040px;
    max-width: 1040px; /* max-width makes frame responsive */
    margin: 0 auto;
}

#main {
    background-color: #ffffff!important;
}

#content-container {
    background-color: #ffffff!important;
    clear: both;
    width: 100%;
    padding-top: 10px;
}

#content {
    background-color: #ffffff!important;
    margin: 0px 20px;
    overflow: hidden;
}

#colophon {
	clear: both;
	display: block;
	width: 100%;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute!important;
/*	clip: rect(1px 1px 1px 1px);*/  /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

/* END General structure */

/*
--------------------------------------------------------------
Global styles
-------------------------------------------------------------- 
*/

/* Microsoft has a non-standard CSS touch-action property which allows you to remove the delay on specific 
 * elements or the whole document without disabling pinch-zooming:
 */

a, button, input {
    -ms-touch-action: manipulation; /* IE10  */
    touch-action: manipulation;     /* IE11+ */
}

em {	
	font-style: italic;
}

strong {
	font-weight: 600;
	/*font-weight: bold;*/
}

/* Used to highlight content when navigating the site using a keyboard.
 * Anaximander features extensive focus elements so this style is optional.
:focus {
	outline: #000 solid 1px;
}
*/

.right {
	float: right;
}

.left {
	float: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 1em 0 0.5em 0;
}

h2.clubFieldSelector {
	margin: 0.5em 0 0.2em 0;
}

h1 {
	font-size: 1.5em;	
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.3em;
    line-height: 1.1em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1em;
}


p {
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 0 0 1em 0;
}

#sitemap-container h2 {
    font-size: 1em;
}

div#content-container article div.sitemap li.menu-item, 
div#content-container article div.sitemap li.menu-item a,
div.sitemap li.link-rss, 
div.sitemap li.link-rss a,
div.sitemap li.link-search, 
div.sitemap li.link-search a { 
    padding-bottom: 5px; padding-top: 5px; 
}

.entry-header h1, 
.entry-content h1, 
.entry-header h2, 
.entry-content h2, 
.entry-header h3, 
.entry-content h3  {
    margin-left: 5px;
}

pre {
    max-width: 100%;
    overflow: hidden;
	font-size: 0.8em;
	margin: 0 0 1em 0;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

hr {
  margin: 15px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

acronym[title],
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote, q, em, cite, dfn, i, cite, var, address {
  font-style: italic;
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.3em;
}

blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

code, pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
}

code {
  padding: 2px 4px;
  color: #d14;
  word-break: break-all;
/*  word-wrap: break-word;*/
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
/*  word-wrap: break-word;*/
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
}

pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

form {
  margin: 0 0 20px;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

legend small {
  font-size: 15px;
  color: #999999;
}

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

input,
button,
select,
textarea {
    font-family: Arial, Helvetica, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
}

input,
textarea,
.uneditable-input {
  width: 206px;
}

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #c8c8c8;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
/*  margin-top: 1px \9;*/
/*  *margin-top: 0;*/
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

/*  *margin-top: 4px;*/
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}

select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #c8c8c8;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
/*  outline: 5px auto -webkit-focus-ring-color;*/
  outline-offset: -2px;
}

/*input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}*/

/*input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}*/

/*input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}*/

/* END Global Styles */

/* 
-------------------------------------------------------------- 
Header
-------------------------------------------------------------- 
*/

header {
    background-color: transparent;
}
#site-header {
    position: relative;
    background-color: transparent;
}

.site-header-img-placeholder #site-header-img-aria {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    text-shadow: none;
    background-image: url(images/lwfc-header-full.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-color: transparent;
}

.site-header-img-placeholder #site-header-img-aria .inner {
    color: #000000;
    padding-top: 15%; /* height/width = 160/1020 = height% */
    display: block;
    height: 0px;
    background-color: transparent;
}

#img-header-logo {
    position: absolute;
    top: 0;
    left: 5%;
    z-index: 2;
}

#header-social {
    position: absolute; 
    top: 0; 
    right: 0;
    min-width: 45px;
    float: right;
    padding-right: 10px;
    text-align: right;
}

#header-social ul 
{
    margin: 0;
    padding: 10px 0 0 0;
    width: 100%;
    display: block;
    list-style: none;
    line-height: 1em;
    
}

#header-social-links li {
    margin: 6.6666666666666666666666666666667% 0;
    position: relative;
    min-height: 55px;
}

#header-social-links a, #header-social-links img {
    color: #ffffff;
}

#header-social-links img {
    position:absolute;
    right: 0px;
}

div#header-social li.link-rss { margin-bottom: 10px; }

#header-social-links a { font-weight: bold; text-decoration: none!important; background-color: transparent!important; color: #ffffff!important; } /*  */
#header-social-links a:focus { background-color: transparent; } /*  */
#header-social-links a:hover { background-color: transparent; } /*  */
#header-social-links a:active { background-color: transparent;} /*  */

div#header-social span.mobileText { 
    line-height: 40px;
    position: absolute; top: 30px; right: 0;
}

/* END Header */


/* 
-------------------------------------------------------------- 
Front Page
-------------------------------------------------------------- 
*/

#front-page a, .footer-nav a {
    color: #ffffff;
    text-decoration: none;
    line-height: 1.25em;
}

#footer-copyright { padding-bottom: 10px; width: 100%; overflow: hidden; }
#footer-copyright-left { float: left; width: 58%; padding-left: 2%; }
#footer-copyright-right { float: left; width: 38%; text-align: right; padding-right: 2%; }

#validation-links a {
    display: inline;
    font-weight: bold;
    text-decoration: underline;
    line-height: 1.25em;
    padding: .1em;
}

#front-page #slider-n-ground-status { clear: both; width: 100%; margin-bottom: 2%; overflow: hidden; }
#front-page #slider { float: left; width: 65%; margin-right: 2%; height: 300px; }

#front-page #ground-status-n-popular-links {
    position: relative; 
    float: left;
    width: 33%;
    margin-right: 0;
    background-color: #e5e6e7;
}
#ground-status-n-popular-links hr { margin: 0; }

div#ground-status-container { background-color: #e5e6e7; margin-top: 3px; padding: 2px 5px 5px 5px; } /* grey */
div#ground-status-container p { margin: 0 0 0.5em 0; }
div#ground-status-container h2 { color: #000000; font-weight: bold; font-size: 1.4em; margin: 0.3em 0; } /* red */
div#ground-status hr { margin: 0; }
div#ground-status-container table.ground-status-table { background-color: #e5e6e7; margin: 0 0 0.5em 0; } /* grey */
div#ground-status-container table.ground-status-table td { padding: 2px; }
div#ground-status-container table.ground-status-table td.ground-status-open { color: #40ae49; font-size: 1.1em;} /* green */
div#ground-status-container table.ground-status-table td.ground-status-closed { color: #9a2500; font-weight: bold; font-size: 1em; } /* red */
div#ground-status-container table.ground-status-table td.ground-status-fieldname { background-color: #e5e6e7; } /* grey */
div#ground-status-container div#ground-status-post-content p { background-color: #e5e6e7; } /* grey */
div#ground-status-container span.ground-status-edit-link a { font-weight: bold; border: 1px solid #9a2500!important; padding: 2px; text-decoration: none!important; background-color: #ffffff!important; color: #9a2500!important; } /*  */
div#ground-status-container span.ground-status-edit-link a:focus { background-color: #ffffff!important; color: #9a2500!important; } /*  */
div#ground-status-container span.ground-status-edit-link a:hover { background-color: #ffffff!important; color: #9a2500!important; } /*  */
div#ground-status-container span.ground-status-edit-link a:active { background-color: #ffffff!important; color: #9a2500!important; } /*  */

div.ssba { margin-top: 20px; }
div#ground-status-post-content div.ssba { display: none; }

#secondary-navigation { background-color: #ffffff; padding: 0; }
#secondary-navigation a { 
    display: inline-block; 
    width: 100%; 
    text-decoration: none; 
    color: #000000; 
    font-weight: bold; 
    font-size: 1em; 
    line-height: 1.6em; 
    margin-top: 5px; 
    padding: 0.3em 0; 
    text-transform: uppercase;
    background: #939598 url(images/read-more-darkred-small.png) bottom right no-repeat;
}
#secondary-navigation a:focus { background-color: #000000!important; color: #ffffff!important; } /*  */
#secondary-navigation a:hover { background-color: #000000!important; color: #ffffff!important; } /*  */
#secondary-navigation a:active { background-color: #000000!important; color: #ffffff!important; } /*  */

#secondary-navigation a span.spacer { padding: 0 5px; }

#front-page .nav-link { display: inline-block; padding-left: 10px; }
#front-page .nav-description { display: inline-block; padding-right: 10px; }
#front-page .area1 { float: left; width: 30%; margin-right: 3%; }
#front-page .area2 { float: left; width: 30%; margin-right: 3%; }
#front-page .area3 { float: left; width: 30%; margin-right: 0; }

#front-page #news-blog {
    clear: both; 
    color: #ffffff;
    
    background: #ff3300; /* Old browsers */
    background: -moz-linear-gradient(left,  #ff3300 0%, #9a2500 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ff3300), color-stop(100%,#9a2500)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #ff3300 0%,#9a2500 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #ff3300 0%,#9a2500 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #ff3300 0%,#9a2500 100%); /* IE10+ */
    background: linear-gradient(to right,  #ff3300 0%,#9a2500 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3300', endColorstr='#9a2500',GradientType=1 ); /* IE6-9 */    
}

#front-page #news-blog-content { clear: both; display: inline-block; width: 100%; padding: 10px 0; }
#front-page #news-blog-content .area1 { margin-right: 2%; padding-left: 10px; }
#front-page #news-blog-content .area2 { margin-right: 2%; border-left: 2px #ffffff solid; padding-left: 10px; }
#front-page #news-blog-content .area3 { border-left: 2px #ffffff solid; padding-left: 10px; }
#front-page #news-blog-content article { position: relative; }
#front-page #news-blog-content article img { position: absolute; right: 0; bottom: 0; }
#front-page #news-blog-content article .read-more { text-align: right; }

#front-page #news-blog-content .theExcerpt { margin-top: 10px; }


#front-page #welcome { clear: both; width: 100%; padding-top: 10px; margin-bottom: 2%; overflow: hidden; }
#front-page #msg { float: left; width: 65%; margin-right: 2%; overflow: hidden; }

div#msg span.front-page-dynamic-edit-link  a { font-weight: bold; border: 1px solid #9a2500!important; padding: 2px; text-decoration: none!important; background-color: #ffffff!important; color: #9a2500!important; } /*  */
div#msg span.front-page-dynamic-edit-link a:focus { background-color: #ffffff!important; color: #9a2500!important; } /*  */
div#msg span.front-page-dynamic-edit-link a:hover { background-color: #ffffff!important; color: #9a2500!important; } /*  */
div#msg span.front-page-dynamic-edit-link a:active { background-color: #ffffff!important; color: #9a2500!important; } /*  */

#front-page #sponsors {
    position: relative; 
    float: left;
    width: 33%;
    margin-right: 0;
    background-color: #e5e6e7;
}

div#sponsors-container { background-color: #e5e6e7; margin-top: 5px; padding: 2px 10px 5px 10px; } /* grey */
div#sponsors-container p { margin: 0 0 0.5em 0; }
div#sponsors-container h2 { color: #9a2500; font-weight: bold; font-size: 1em; margin: 5px; } /* red */
div#sponsors-container h2.sponsors-title { margin-left: 0px; }

div.lwfc-sponsor-container { clear: both; width: 100%; background-color: #ffffff; margin-bottom: 2%; overflow: hidden; }
div.lwfc-sponsor-content-left { float: left; width: 48%; margin-right: 2%; background-color: #ffffff; }
div.lwfc-sponsor-content-right { float: left; width: 48%; margin-right: 0; padding: 1%; background-color: #ffffff; }
div.lwfc-sponsor-container p { margin: 0 0 0.5em 0; }
div.lwfc-sponsor-container h2 { color: #9a2500; font-weight: bold; font-size: 1em; margin: 0.3em; } /* red */
div.lwfc-sponsor-container hr { margin: 0; }

.lwfc-sponsor-leftright-container { text-align: center; border: 5px solid #e5e6e7; margin-top: 5px; overflow: hidden; }
.lwfc-sponsor-leftright-container a { font-weight: bold; text-decoration: none!important; } /*  */

div.lwfc-sponsor-content-right p.lwfc-sponsors-name { font-weight: bold; }

div.lwfc-sponsor-container span.sponsor-edit-link a, div.lwfc-sponsor-leftright-container span.sponsor-edit-link a { font-weight: bold; border: 1px solid #9a2500!important; padding: 2px; text-decoration: none!important; background-color: #ffffff!important; color: #9a2500!important; } /*  */
div.lwfc-sponsor-container span.sponsor-edit-link a:focus, div.lwfc-sponsor-leftright-container span.sponsor-edit-link a:focus { background-color: #ffffff!important; color: #9a2500!important; } /*  */
div.lwfc-sponsor-container span.sponsor-edit-link a:hover, div.lwfc-sponsor-leftright-container span.sponsor-edit-link a:hover { background-color: #ffffff!important; color: #9a2500!important; } /*  */
div.lwfc-sponsor-container span.sponsor-edit-link a:active, div.lwfc-sponsor-leftright-container span.sponsor-edit-link a:active { background-color: #ffffff!important; color: #9a2500!important; } /*  */

#front-page a:focus, .footer-nav a:focus, #front-page .nav-link a:focus, #front-page .nav-description a:focus { background-color: black; }
#front-page a:hover, .footer-nav a:hover, #front-page .nav-link a:hover, #front-page .nav-description a:hover { background-color: #9a2500; } /* was #cc6230 before contrast fix */
#front-page a:active, .footer-nav a:active, #front-page .nav-link a:active, #front-page .nav-description a:active { background-color: #ff3300; }

/* 
-------------------------------------------------------------- 
Main Content
-------------------------------------------------------------- 
*/

.post-container {
	margin-left: 34.04255319148936%;   /* 320px * 100 / 940px */
        min-height: 100px;
}

.entry-header {
	margin-left: -51.61290322580645%;   /* 320px * 100 / 620px */
	width: 48.38709677419355%;   /* 300px * 100 / 620px */
	float: left;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
}

.entry-header-club {
    float: left;
    width: 60%;
}

.entry-content-club.club-listing {
    float: left;
    margin-left: 2%;
    width: 38%;
}

.sticky {

}

.entry-header a:link,
.entry-header a:visited {
	text-decoration: none;
}

.entry-header a:hover,
.entry-header a:focus {
	text-decoration: underline;
}
.entry-title {
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
	line-height: 1em;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
}

.name-date {
	font-size: 0.8em;
	text-transform: uppercase;
	margin-top: 1.5em;
}
.entry-meta {
	clear: both;
	display: block;
}
.index-meta {
	margin: 1em 0;
}
.index-meta li {
	float: left;
	margin: 0 1px 0 0;
	text-transform: uppercase;
}

.index-meta li a:link,
.index-meta li a:visited {
	font-size: 0.6em;
	padding: 2px 20px;
	background: #9b9b9b;
	text-decoration: none;
	line-height: 17px;
	color: #ffffff;
}

.index-meta ul ul li a:link,
.index-meta ul ul li a:visited {
	padding: 2px 10px;
}

.index-meta li.theComments a:link,
.index-meta li.theComments a:visited {
	background: #333;
}

.index-meta li a:hover,
.index-meta li.theComments a:hover,
.index-meta li a:focus,
.index-meta li.theComments a:focus {
	background: #9a2500;
}
aside.index-meta ul {
    margin-bottom: .5em;
    overflow: hidden;
}

li.theComments span {
	display: none;
}

.single-thumb {
	margin: 0 0 1em 0;
}

.single-thumb img {
	max-width: 100%;
	height: auto;
}

.entry-content p {
	line-height: 1.6em;
	margin-bottom: 1.6em;
}

.course-listing p, .showcase-listing p, .teacher-listing p, .student-listing p {
	line-height: 1.4em;
	margin-bottom: 1em;
}

.course-listing a.call-to-action, .showcase-listing a.call-to-action, .teacher-listing a.call-to-action, .student-listing a.call-to-action {
    padding: 5px;
    background-color: #eeeeee;
    display: inline-block;
    margin: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
}

.course-listing a.call-to-action:hover, .showcase-listing a.call-to-action:hover, .teacher-listing a.call-to-action:hover, .student-listing a.call-to-action:hover {
    background-color: #dddddd;
}

.entry-content ul {
	list-style-type: square;
	margin-bottom: 1em;
}

.entry-content ol {
	list-style-type: decimal;
	margin-bottom: 1em;
}

.entry-content li {
	font-size: 0.9em;
	margin: 0 0 1em 2em;
	line-height: 1.6em;
}

.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

.index-title {
	font-size: 1.3em;
	font-weight: 100;
	text-transform: uppercase;
	margin: 15px 0;
	line-height: 1.2em;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
}

.index-title a {
        color: #9a2500;
	text-decoration: none;
}


.index-title a:hover,
.index-title a:focus {
        color: #9a2500;
	text-decoration: underline;
}

.index-name-date {
	font-size: 0.8em;
	text-transform: uppercase;
	margin: 20px;
}

.index-name-date a {
	text-decoration: none;
}

.index-name-date a:hover,
.index-name-date a:focus {
	text-decoration: underline;
}

.index-content {
	margin: 20px;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
}

.more-link {
	text-align: right;
}
.more-link a:link,
.more-link a:visited {
	font-size: 0.6em;
	padding: 2px 20px;
	background: #9B9B9B;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 17px;
	color: white;
}

.more-link a:hover,
.more-link a:focus {
	background-color: #9a2500; 	
}

.page-header {
	background: #EAEAEA;
}
.page-header h1 {
	font-weight: 100;
	text-transform: uppercase;
	font-size: 1em;
	margin: 0;
	padding: 20px 50px;
}


/* 
-------------------------------------------------------------- 
Index - Traditional
-------------------------------------------------------------- 
*/

#regular-index {

    background: #ffffff!important;    
	float: left;
	margin: 0 -320px 0 0;
	width: 100%;
}

#regular-content {
	margin: 0 320px 20px 0;
}

#regular-index .index-post-container {
	width: 100%;
	border: none;
	float: none;	
	margin: 0 0 30px 0;
}

#regular-index .the-thumbnail {
	display: none;    /* remove this to make featured images appear on the index/home page */
}

#regular-index .index-title,
#regular-index .index-name-date,
#regular-index .index-content {
	margin: 15px 0;
}


#sidebar, #template-snippet-sidebar {
	float: right;
	overflow: hidden;
	width: 300px;
	margin: 0 0 0 20px;
}

#sidebar .widget {
	width: 258px;
	border: 1px #e3e3e3 solid;
	float: left;
	padding: 20px;	
	margin: 0 0 20px 0;
}

#sidebar .widget-title {
	font-size: 1.5em;
	font-weight: 100;
	text-transform: uppercase;
	margin-top: 0;
	line-height: 1.3em;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
}

#sidebar .children {
	margin-left: 0.5em;
	padding: 0!important;
	float: none;
}

#sidebar ul li a {
	text-decoration: none;
	display: block;
	padding: 10px 0;
	font-size: 90%;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
}

#sidebar ul li a:hover,
#sidebar ul li a:focus {
	background-color: #E5E5E5;
	text-decoration: none;
	padding: 10px;
}

		
/* 
-------------------------------------------------------------- 
Index - Masonry
-------------------------------------------------------------- 
*/

#masonry-index {
	width: 105%;  /* make the outer most container box 'too big' - the extra 5% allows content to slide up*/
}

#masonry-index .textwidget {
	padding:0;
}

#masonry-index .index-post-container {
	width: 298px;
	border: 1px #e3e3e3 solid;
	float: left;	
	margin: 0 20px 20px 0; /* 20px margin on right and bottom */
}

#masonry-index .index-title,
#masonry-index .index-name-date,
#masonry-index .index-content {
	margin: 15px;
}

/* Front page widgets */

.index-widget-area .widget {
	width: 258px;
	float: left;
	padding: 10px;	
	margin: 0 0 5px 0;
}

.index-widget-area .widget-title {
	font-size: 1.1em;
	font-weight: 100;
	text-transform: uppercase;
	margin-top: 0;
	line-height: 1.3em;
	word-wrap: break-word;
}

.index-widget-area .children {
	margin-left: 0.5em;
	padding: 0!important;
	float: none;
}

.index-widget-area ul li a {
	text-decoration: none;
	display: block;
	padding: 10px 0;
	font-size: 90%;
	-webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
}

.index-widget-area ul li a:hover,
.index-widget-area ul li a:focus {
	background-color: #E5E5E5;
	text-decoration: none;
	padding: 10px;
}

.index-widget-area .recentcomments a:hover,
.index-widget-area .recentcomments a:focus {
	background: inherit;
	text-decoration: underline;
}

/* Recent Comments widget */


.recentcomments {
	font-size: 90%;
	padding: 10px 0;
}

.recentcomments a {
	font-size: 100%!important;
}

.recentcomments a:hover,
.recentcomments a:focus {
	background: inherit;
	text-decoration: underline;
}

.textwidget {
	padding: 10px 0 0 0;
	line-height: 1.3em;
	font-size: 0.9em;
}

.textwidget p {
	font-size: 100%;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 100%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}

.widget_calendar #wp-calendar tr {
	line-height: 1.8em;
}

.widget_calendar #wp-calendar caption {
	font-size: 1em;
	padding: 5px 0 10px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* RSS Widget */

h1.widget-title a:link,
h1.widget-title a:visited {
	text-decoration: none!important;
}

h1.widget-title a:hover,
h1.widget-title a:focus {
	text-decoration: underline!important;
}

.widget_rss ul li {
	margin-bottom: 1em;
	padding-bottom: 10px;
	font-weight: 100;
}

.widget_rss ul li a {
	text-transform: uppercase;
	font-size: 1.1em!important;
}

.widget_rss ul li a:hover {
	text-decoration: underline!important;
}

.widget_rss a:hover,
.widget_rss a:focus {
	background: inherit!important;
	padding: 10px 0!important; 
}

.widget_rss .rss-date {
	font-size: 0.8em;
	color: #808080;
	margin-bottom: 10px;
}

.widget_rss .rssSummary {
	font-size: 0.8em;
	line-height: 1.3em;
	margin-bottom: 5px;
}

.widget_rss cite {
	font-size: 0.8em;
	color: #808080;
}

.widget_rss cite:before {
	content: "by ";
}


/* PAGINATION */

.paginationBox {
	clear: both;
	display: block;
	float: left;
	margin: 1em 0 2em 0;
}
ul.pagination {
	margin: 0px auto 0px auto;
	padding: 0px 0px 10px 0px;
	position: relative;
	font-size: 80%;
	line-height: 1em;
	list-style-type: none;
}
.pagination li {
	float: left;
	vertical-align: middle;
	background-color: #fff;
	margin-right: 1px;
}


.pagination span,
.pagination a {
	float: left;
	border: 1px #ccc solid;
	padding: 3px 9px 4px 9px;
	text-decoration: none;
	width: auto;
	color: #999;
}
.pagination a:hover,
.pagination a:focus {
	color: #fff;
	background-color: #ccc;
}
.pagination .current{
	padding: 3px 9px 4px 9px;
	color: #fff;
	background-color: #ccc;
	border: 1px #ccc solid;
}

/* END PAGINATION */

.footer-meta {
	margin: 1em 0;
        overflow: hidden;
}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 1.5em 0;
	padding-left: 2em;
	border-left: 1px #ccc solid;
	font-style: italic;
	color: #333;
	line-height: 1.4em;
	border-left-color: #EFEFEF;
	border-left-width: 10px;
}

.footer-tags li {
	float: left;
	text-transform: uppercase;
	margin: 1px 1px 0 0;
}

.footer-tags li a:link,
.footer-tags li a:visited,
.footer-tags li.highlight {
	font-size: 0.7em;
	padding: 2px 10px;
	background: #9b9b9b;
	text-decoration: none;
	line-height: 15px;
	color: #fff;
}

.footer-tags li.highlight,
.footer-tags li.highlight {
	background: #333;
	padding: 2px 20px;
}

.footer-tags li a:hover,
.footer-tags li a:focus {
	background: #9a2500;
}


/* RELATED */

h1#recent {
	text-transform: uppercase;
	font-weight: 100;
	margin: 0 0 1em 50px;
}

#related {
	background: #eaeaea;
	padding: 50px;
        overflow: hidden;
        color: #000000;
}

#related ul {

}

#related ul li {
	width: 31.91489361702128%;
	float: left;
	margin-right: 2.127659574468085%;
}

#related ul li:last-child {
	margin-right: 0;
}

#related ul li a {
	text-decoration: none;
        color: #000000;
}

#related ul li article {
	padding: 20px;
	border: 1px solid rgb(255,255,255);
	-webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
}

#related ul li a:hover article,
#related ul li a:focus article {
	background: #ffffff;
}

#related .theExcerpt {
	margin-top: 1em;
}

/* END RELATED */

/* 404 page */

/* Notices */

/* 
-------------------------------------------------------------- 
Image Attachments
-------------------------------------------------------------- 
*/

.image-attachment .entry-header {
	margin-left: 0;
	width: 100%;
	float: none;
}
.image-attachment div.entry-meta {
	float: left;
	font-size: .9em;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
	font-size: .9em;
}
.image-attachment nav a {
	color: #ffffff;
}
.image-attachment .previous-image {
	margin-right: 10px;
}
.image-attachment .next-image {
	margin-left: 10px;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* 
--------------------------------------------------------------
Images
-------------------------------------------------------------- 
*/

/* fluid images */
img {
    max-width: 100%;                    /* allow images to shrink but never increase above 100% of container's width */
    vertical-align: middle;             /* remove whitespace around images */
    display: block;
    border: 0;                          /* remove blue borders from around images */
    -ms-interpolation-mode: bicubic;    /* solves issue where images appear pixelated in IE - sharperns images in IE */
/*    image-rendering: optimizeQuality;    solves issue where images appear pixelated in Firefox 3.6 and up - sharperns images in Firefox */
    width: 100%;
}

img#wpstats {
    display: none;
}

img.noStretch, img.mapp-icon, img.ajax-loader {
    width: auto;
    height: auto;
}

.img-ie { width: auto; }

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
#sidebar img,
.wp-caption {
	max-width: 100%; /* images will be 100% of the containing container's width, i.e. when images are too wide for containing element, force them to fit. */
	height: auto; /* automatically override height to match resized width for correct aspect ratio */
}

a img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
	border: none;
}
p img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
	margin-bottom: 1em; 
}

img.alignleft,
.wp-caption.alignleft {
	margin-right: 1em;
	margin-bottom: 1em;
	margin-top: 5px;
}
img.alignright,
.wp-caption.alignright {
	margin-left: 1.5em;
	margin-bottom: 1.5em;
	margin-top: 5px;
}
img.aligncenter,
.wp-caption.aligncenter {
	margin: 0 auto 1.5em auto; /* Set margin to auto on left and right and sets a bottom margin */
	max-width: 100%;
	height: auto;
}

.lwfc-sponsor-container img.aligncenter {	
    margin:  0.5em auto 0.5em auto; /* Set margin to auto on left and right and sets a top and bottom margin */
}

.lwfc-sponsor-container figure.post-thumbnail { 
    padding-left: 10px;
    padding-right: 10px; 
}

.wp-caption {
	padding: 10px;
	text-align: center;
	border: 1px #ccc solid;
}
.wp-caption img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
	margin: 0;
}
.wp-caption .wp-caption-text {
	margin: .5em;
	font-size: 80%;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}

a.rsswidget img {
    width: auto;
    height: auto;
}

/* END Images */



.video {
	margin: 0 0 1em 0;
        padding-top: 10px;
}

video {
	width: 100%;
	height: auto;
}


/*
--------------------------------------------------------------
Forms
--------------------------------------------------------------
*/

form#searchform.in-page div#search-container {
        color: #ffffff;
        font-weight: bold;
        background-color: #CB2B00;
        border-radius: 2px;
        margin: 0px;
        padding: 0px;
        width: 95%;
}
form#searchform.in-page { margin: 0px; }

form#searchform.in-page div#left-side { margin-left: 5px; }
form#searchform.in-page div#right-side { padding-bottom: 5px; padding-top: 5px; }

form#searchform.in-page input {
        vertical-align: top;
}
form#searchform.in-page div input#s { margin: 2px 1em 0 0; }
form#searchform.in-page div input.searchsubmit-text { margin-top: 2px; margin-left: 5px; }
form#searchform.in-page div input.searchsubmit-image { margin-top: 0px; }

p.search-form-instructions { margin-bottom: 0px; }

#searchform input#s {
	width: 90%;
}
form#searchform label.error {
    color: #9A2500;
    background-color: #e5e6e7;
    font-weight: bold;
    margin-top: 5px; 
    padding: 0 5px;
    width: 90%;
}

input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}

/* END Forms */

/*
--------------------------------------------------------------
Comments
-------------------------------------------------------------- 
*/

#comments-title {
	text-transform: uppercase;
	font-weight: 100;
	margin-bottom: 2em;
}

#reply-title {
	text-transform: uppercase;
	font-weight: 100;
	margin: 2em 0 1em 0;
	
}
article.comment {
	margin-left: 34.04255319148936%;
	margin-bottom: 3em;
	padding-bottom: 1em;
	border-bottom: 1px solid #CCC;
}

.comment-footer {
	margin-left: -51.61290322580645%;
	width: 48.38709677419355%;
	float: left;
	font-size: 0.9em;
	line-height: 1.3em;
}

.left-content {
	float: left;
	margin-right: 10px;
}
.comment-author {
	text-transform: uppercase;
	color: #999999;
}

/* Custom style for post author */
.bypostauthor {
	
}

.commentlist .children {
	margin-left: 60px;
}


.comment-footer a:link,
.comment-footer a:visited {
	color: #999;
	font-size: 90%;
	text-decoration: none;
}

.comment-footer a:hover,
.comment-footer a:focus {
	color: #333;
}

.comment-footer .reply a:link,
.comment-footer .reply a:visited {
	width: 48px;
	border: 1px #ccc solid;
	display: block;
	text-transform: uppercase;
	font-size: 70%;
	text-align: center;
	padding: 0;
}

.comment-footer .reply a:hover,
.comment-footer .reply a:focus {
	border-color: #999;
} 

.comment-footer .children li {
	margin-left: 60px;
}

#commentform {
	margin-left: 34.04255319148936%;
	margin-bottom: 2em;
}

#commentform input:focus,
#commentform textarea:focus {
/*	outline: 1px solid #808080;*/
}

#commentform label {
	display: inline-block;
	margin-bottom: 0.4em;
	font-size: 90%;
}

#commentform input,
#commentform textarea {
	padding: 5px;
}
.comment-notes {
	margin-left: -51.61290322580645%;
	width: 38.38709677419355%;
	float: left;
	font-size: 80%;
	color: #999;
}

.form-allowed-tags {
	font-size: 80%;
	color: #999;
	
}
#respond input[type=text] {
	display: block;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
}
#respond .form-allowed-tags {
	clear: both;
/*	width: 80%;*/
}
#respond .form-allowed-tags code {
	display: block;
}

#commentform input#submit {
	margin: 1em 0 0 0;
	border: 1px solid #ccc;
	color: #999;
	padding: 3px 2em;
	background: #fff;
	font-size: 70%;
	text-transform: uppercase;
}

#commentform input#submit:hover,
#commentform input#submit:focus {	
	border-color: #999;
	color: #333;
	cursor: pointer;
}

.pingback {
	margin: 0 0 2em 0;
}


/*
--------------------------------------------------------------
Widgets
--------------------------------------------------------------
*/

.widget {
	display: block;
}
#sidebar .widget_search {
	overflow: hidden;
}
#sidebar .widget_search input {
	float: left;
}


/*
--------------------------------------------------------------
Bubble - http://blogs.sitepointstatic.com/examples/tech/css3-speech-bubbles/index.html
Pure CSS3 Speech Bubbles Without Images
No images or additional elements are used to create these speech bubbles. 
You only require a single <p> tag and a little CSS3 code.
--------------------------------------------------------------
*/

p.bubble
{
        display: inline-block;
	position: relative;
        top:50px;
	width: 115px;
	height: 100px;
        text-align: left;
	margin: 35px auto;
        padding: 5px 10px 0 15px;
	background-color: #fff;
	border: 4px solid #666;
/*	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;*/
	border-radius: 30px;
	-webkit-box-shadow: 2px 2px 4px #888;
	-moz-box-shadow: 2px 2px 4px #888;
	box-shadow: 2px 2px 4px #888;
}

#teachers-content-area1 a p, #teachers-content-area2 a p, #teachers-content-area3 a p   {
    display: none;
}

#teachers-content-area1 a:hover p, #teachers-content-area2 a:hover p, #teachers-content-area3 a:hover p {
    color: black;
    display: block;
    overflow: hidden;
}

#students-content-area1 a p, #students-content-area2 a p, #students-content-area3 a p   {
    display: none;
}

#students-content-area1 a:hover p, #students-content-area2 a:hover p, #students-content-area3 a:hover p {
    color: black;
    display: block;
    overflow: hidden;
}

/*
--------------------------------------------------------------
Footer
--------------------------------------------------------------
*/

#colophon {
	padding: 0;
	background: #333;
	color: #c8c8c8;
	font-size: 0.9em;
}

#footer-sidebar ul {
	padding: 50px;
}

#footer-sidebar ul li {
	width: 23.40425531914894%;
	float: left;
	margin-right: 2.127659574468085%;
}

#footer-sidebar ul li:last-child {
	margin-right: 0;
}

#footer-sidebar ul ul,
#footer-sidebar ul ul li {
	margin: 0;
	padding: 0;
	float: none;
	width: 100%;
}

#footer-sidebar .widget-title {
	font-weight: 100;
	text-transform: uppercase;
	margin-top: 0;
	line-height: 1.3em;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
}

#footer-sidebar ul ul li a {
	text-decoration: none;
	display: block;
	padding: 10px 0;
	font-size: 90%;
	line-height: 1.3em;
	-webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
}

#footer-sidebar ul ul li a:hover,
#footer-sidebar ul ul li a:focus {
	background-color: #666666;
	text-decoration: none;
	padding: 10px;
}

/* SPECIAL CASE: RECENT COMMENTS */

#footer-sidebar ul#recentcomments li {
	padding: 10px 0;
}

#footer-sidebar ul#recentcomments li:hover,
#footer-sidebar ul#recentcomments li:focus {

}

#footer-sidebar ul li.recentcomments a:link,
#footer-sidebar ul li.recentcomments a:visited {
	border-style: none;
	color: inherit;
	text-decoration: none;
	line-height: 1.2em;
}

#footer-sidebar ul li.recentcomments a.url {
	font-weight: normal;
	font-style: italic;
	text-transform: none;
}
#footer-sidebar ul li.recentcomments a:hover,
#footer-sidebar ul li.recentcomments a:focus {
	background-color: transparent;
	background-image: none;
	text-decoration: underline;
}

/* END RECENT COMMENTS */


#footer-content {
	margin: 0;
	padding: 20px 50px;
	background: #4F4F4F;
	text-align: center;
	font-size: 70%;
	text-transform: uppercase;
}

#footer-content p {
	margin: 0 0 10px 0;
}

#colophon a:link,
#colophon a:visited,
#colophon a:hover,
#colophon a:focus {
	color: #ffffff;
	text-decoration: none;
}

/* 
-------------------------------------------------------------- 
Footer
-------------------------------------------------------------- 
*/

.footer-nav {
    clear: both;
    background: #333333;
    font: 100%/.8 Arial, Helvetica, sans-serif;
    font-weight: bold;
    width: 100%;
    margin-top: 0px;
    padding-top: 10px;
    overflow: hidden;
}

.footer-nav .nav-title {
    font-weight: bold;
    padding: .5em;
}

.footer-nav .nav-title h2 { font-size: 1.2em; }

.footer-nav ul  {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}

.footer-nav a {
    display: block;
    padding: .5em;
}

#footer-social a {
    height: 35px;
    padding-top: 0px; 
    padding-bottom: 0px;
}

.footer-nav a:link,
.footer-nav a:visited, 
.footer-nav a:hover,
.footer-nav a:focus {
    text-decoration: none;
}

#footer-a { background: #333333; float: left; width: 60%; margin-bottom: 2%; border-top: 2px solid rgb(191, 191, 191); }
#footer-b { background: #333333; float: left; width: 40%; margin-bottom: 2%; border-top: 2px solid rgb(191, 191, 191); }

footer .one, footer .two, footer .three, footer .four, footer .five { 
    background: #333333;
    float: left;
    height: 100%;
}

footer input[type="text"],footer input[type="email"] {
    width: 90%;
}

footer .col {
    border-right: 1px solid rgb(191, 191, 191);
}

#footer-a .one {
    margin-left: 3%;
}

footer .one {
    width: 40%; 
    margin-right: 3%;
}

footer .two, footer .three {
    width: 25%; 
    margin-right: 3%;
}

footer .three, footer .five { margin-right: 0; }

footer .four, footer .five {
    width: 48%; 
    margin-right: 1%;
    margin-bottom: 2%;
}

.footer-social-links-left { clear: both; float: left; margin-top: 0px; margin-right: 2%; }
.footer-social-links-right { float: left; margin-top: 4%; margin-right: 0; }
#footer-social .link-search { margin-top: 3px; }

/* BACK TO TOP */

.back-to-top-nav { background-color: #9a2500; color: #ffffff; text-align: right; padding: 0; margin: 0;}
.back-to-top-nav img {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}

/* FLEXSLIDER CUSTOM STYLES */

.flex-container { max-height: 220px; }

.flexslider {
	border: 1px solid #ccc!important;
	padding: 0px!important;
        margin-bottom: 0px!important;
/*	border-radius: 0!important;
	-webkit-border-radius: 0!important;
	-o-border-radius: 0!important;
	-moz-border-radius: 0!important;*/
	-webkit-box-shadow: none!important;
}

#front-page .flexslider a {
        color: #000000!important;
}

#front-page .flex-direction-nav a {
        color: #000000!important;
        font-weight: bold!important; 
        background-color: #eeeeee!important;
	text-decoration: none!important;
        line-height: 1.5em!important;
        vertical-align: middle;
        padding: .5em .5em 0 .5em;
}

.flex-direction-nav li .next {
	right: -16px!important;
}

.flex-direction-nav li .prev {
	left: -17px!important;
}

/* Fix for FlexSlider */
.flexslider .slides img {
	max-width: 100%;
	height: auto;
        max-height: 200px;
}

/* END FLEXSLIDER CUSTOM STYLES */

.button, input[type="submit"] { 
/*    background-image: -moz-linear-gradient(top, #cc6230, #cc6230); 
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #cc6230),color-stop(1, #cc6230)); */
    background: #9a2500; /* was #cc6230 before contrast fix */
    margin-top: 5px;
    padding: 2px 15px; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    color: white; 
    font-size: 1.2em;	
    font-weight: bold!important; 
    text-transform: uppercase; 
    border: 2px solid white!important; 
    -moz-box-shadow: 1px 1px 3px #666; 
    -webkit-box-shadow: 1px 1px 3px #666; 
}

.footer-nav a.button {
    display: inline;  
    padding: 2px 15px; 
    color: white; 
    font-size: 1.2em;
    font-weight: bold!important;  
}

.button:hover {
    background-image: none; 
    background-color: #9a2500; /* was #cc6230 before contrast fix */
    -moz-box-shadow: 0px 0px 2px #999; 
    text-decoration: none!important; 
}

div.category-archive-meta {
    display: block;
}
div.category-archive-meta p {
    padding: 10px;
}

.gm-style div, .gm-style span, .gm-style label, .gm-style a {
    font-size: 11px;
    font-weight: 400;
    font-family: Arial, sans-serif;
}

.gm-sv-label {
    display: none;
}

#google-maps-button .button {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    color: white;
    text-decoration: none!important;
    background-color: #3ba13b;
    padding: 2px 15px;
    margin-left: 5px;
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border: 1px solid black!important; 
    -moz-box-shadow: 1px 1px 3px #666; 
    -webkit-box-shadow: 1px 1px 3px #666; 
}

th.sorting, th.sorting_asc, th.sorting_desc {
    line-height: 2em;
}

div#main_nav_menu_container {
    background-color: #939598;
    background-image: url(images/lwfc-bar-bg.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 40px;
}

div#main_nav_menu {
    float: right;
    padding-left: 0px; 
    padding-right: 0px;
}

div#clubs_menu.menu_container {
    border: none;
    border: 0;
    box-shadow: none;    
}

/* Contact 7 Forms
--------------------------------------------- */
form.wpcf7-form {
    border: 1px solid black;
    padding: 15px;
    background-color: #F1F1F1;
}
form.wpcf7-form p {
    margin-bottom: 5px;
}
form.wpcf7-form label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
form.wpcf7-form input, form.wpcf7-form textarea, form.wpcf7-form .uneditable-input {
	width: 90%;
}
input#formname, #emailform, #subject, #message {
    width:80%;
    margin-top: 5px;
    margin-bottom: 5px;
}
input#formname {
    margin-top: 20px;
}
input.wpcf7-form-control.wpcf7-submit{
    background: #9a2500;
    padding: 2px 15px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: white;
    font-size: 1.2em;
    font-weight: bold!important;
    text-transform: uppercase;
    border: 2px solid white!important;
    -moz-box-shadow: 1px 1px 3px #666;
    -webkit-box-shadow: 1px 1px 3px #666;
}
input.wpcf7-form-control.wpcf7-submit input:hover[type="button"], 
form.wpcf7-form input:hover[type="reset"], 
form.wpcf7-form input:hover[type="submit"], 
form.wpcf7-form .button:hover, 
form.wpcf7-form .entry-content .button:hover {
    background-color: #9a2500;
}
div.wpcf7-response-output {
    margin: 0.5em!important; 
    padding: 0.2em 1em!important; 
}
.wpcf7-not-valid {
    border: 1px solid #C26464!important;
}
span.wpcf7-not-valid-tip {
    color: #C26464!important;
}

form#newsletterform {
    margin: 0;
    padding: 0;
}

form#newsletterform label:nth-of-type(2) { margin-top: 5px; }
form#newsletterform label.error {
    color: #9A2500;
    background-color: #e5e6e7;
    font-weight: bold;
    margin-top: 5px; 
    padding: 0 5px;
}

p.contactDetails, p.clickForBoM {
    line-height: 1em;
    margin-bottom: 1em;
    padding: 0.5em 0;
    overflow: hidden;
}

p.contactDetails, a.contactDetails img {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}

div#clubContactDetailsInfo {}
div#clubPrimaryContact {}
div#clubStrip {}

div#clubFieldInformation { overflow: hidden; background-color: #cadfaa; margin-top: 5px; padding-left: 10px; }
div.clubFieldInformation1 { float: left; width: 60%; }
div.clubFieldInformation2 { float: left; width: 40%; margin-top: 20px;  margin-bottom: 20px; }
div#clubFieldInformation hr { margin-bottom: 0px; }

div#clubContent { overflow: hidden;  background-color: #cadfaa; width: 100%; }
div#clubContent h2 { margin-top: 10px; }
div#clubContent p { width: 95%; padding-left: 5px; }

div#clubWetWeather { overflow: hidden; background-color: #d5dddf; margin: 10px 0; }
div#clubWetWeather1 { float: left; width: 45%; }
div#clubWetWeather2 { float: left; width: 55%; }

.entry-header-club a.contactDetails, 
.entry-content-club a.contactDetails {
    display: block;
    padding: 0.5em 0;
    text-decoration: none;
    color: #000000;
    background-color: #ffffff;
    overflow: hidden;
    width: 100%;
}

div.entry-content-club h1.entry-title {
    margin-top: 10px;
}

div#clubWetWeather1 a.contactDetails {
    color: #000000;
    background-color: #d5dddf;
}

.entry-header-club a.contactDetails:hover, 
.entry-header-club a.contactDetails:focus,
.entry-content-club a.contactDetails:hover, 
.entry-content-club a.contactDetails:focus,
div#clubWetWeather1 a.contactDetails:hover, 
div#clubWetWeather1 a.contactDetails:focus {
    color: #ffffff;
    background-color: #9a2500;
}

p.clickForBoM a {
    display: inline-block;
    text-align: center;
    background: #000000;
    color: #FFFFFF;
    font-weight: bold;
    margin: 5px;
    padding: 5px;
}

/* Telephone Number Links */
@media screen and ( min-width : 320px ) { /* for larger screens */
    .tel, .tel:focus, .tel:hover, .tel:active .tel:visited {
        text-decoration: none!important;
        cursor: default!important;
        color: #000000!important;
        background-color: #ffffff!important;
    }
    
    div#clubWetWeather1 .tel, div#clubWetWeather1 .tel:focus, div#clubWetWeather1 .tel:hover, div#clubWetWeather1 .tel:active div#clubWetWeather1 .tel:visited {
        color: #000000!important;
        background-color: #d5dddf!important;
    }
}

p.clickForBoM img {
    display: inline-block;
    vertical-align: baseline;
    margin: 0 2px 0 0;
}

p.contactDetails img.alignleft { margin: 0 5px 0 0; }

.contactDetails-links-left { clear: both; float: left; vertical-align: middle; text-align: center!important; }
.contactDetails-links-right { float: left; }

.contactDetails-links-left-span { vertical-align: central; text-align: center!important; }
.contactDetails-links-right-span { vertical-align: central; text-align: center!important; }
span.contactDetails-links-left-span img { margin: 5px 5px 5px 0!important; }

.contactDetails-links-left-shortcode { vertical-align: central; text-align: center!important; }
.contactDetails-links-right-shortcode { vertical-align: central; text-align: center!important; }
span.contactDetails-links-left-shortcode img { margin: 5px 5px 5px 0!important; }

form {
	padding: 10px;
	margin: 10px 0;
	position: relative;
	}
	.tl-line {
		position: absolute;
		top: -1px;
		left: -1px;
		width: 10px;
		height: 10px;
		background: url(images/corner-topleft-line.png);
	}
	.tr-line {
		position: absolute;
		top: -1px;
		right: -1px;
		width: 10px;
		height: 10px;
		background: url(images/corner-topright-line.png);
	}
	.bl-line {
		position: absolute;
		bottom: -1px;
		left: -1px;
		width: 10px;
		height: 10px;
		background: url(images/corner-bottomleft-line.png);
	}
	.br-line {
		position: absolute;
		bottom: -1px;
		right: -1px;
		width: 10px;
		height: 10px;
		background: url(images/corner-bottomright-line.png);
	}

div.single-field {
	padding: 10px;
	position: relative;
	}
	.tl {
		position: absolute;
		top: 0;
		left: 0;
		width: 10px;
		height: 10px;
		background: url(images/corner-topleft.jpg);
		display: none;
	}
	.tr {
		position: absolute;
		top: 0;
		right: 0;
		width: 10px;
		height: 10px;
		background: url(images/corner-topright.jpg);
		display: none;
	}
	.bl {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 10px;
		height: 10px;
		background: url(images/corner-bottomleft.jpg);
		display: none;
	}
	.br {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 10px;
		height: 10px;
		background: url(images/corner-bottomright.jpg);
		display: none;
	}


div.curFocus {
	background: #fdecb2!important;
}

option { height: 20px; }

section#masonry-index figure.hideOnMasonry {
    display: none;
}

div#regular-content.ffnc-fixtures ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
div#regular-content.ffnc-fixtures ul li {
    background-image: url(images/bullet-square-red.png);
    background-repeat: no-repeat;
    background-position: 0px 5px; 
    padding-left: 14px;
    margin-top: 5px; 
    margin-bottom: 10px;
}
div#regular-content.ffnc-fixtures a { padding-top: 5px; padding-bottom: 5px; }

div#fields_menu.menu_container { margin-bottom: 20px; box-shadow: none; }

div.addthis_toolbox a.at300b, div.addthis_toolbox a.at300m, div.addthis_toolbox a.addthis_counter { margin: 3px; }

/*
--------------------------------------------------------------
Media Queries Aplenty
--------------------------------------------------------------
*/

@media screen and ( min-width : 720px ) and ( max-width : 1039px) {

	#wrapper {
		max-width: 720px;
	}
        
    /* HEADER image stays centered and scales with the viewport */
    .site-header-img-placeholder #site-header-img-aria {
        background-image: url(images/lwfc-header-tablet.png);
        background-position: 220px center;
    }
    .site-header-img-placeholder #site-header-img-aria .inner {
        padding-top: 25%;     /* height/width = 150/690 = height% */
    }

    #secondary-navigation a { font-size: 0.8em; }

    div#ground-status-container h2 { font-size: 1em; }

    .menu_container a { padding: 0 6px!important; }

    div.clubFieldInformation1, div.clubFieldInformation2 {
        clear: both;
        float: none;
        width: 100%;
        margin-top: 0;
    }

    .entry-header-club {
        width: 50%;
    }

    .entry-content-club.club-listing {
        width: 48%;
    }

    div#clubWetWeather1, div#clubWetWeather2 {
        clear: both;
        float: none;
        width: 100%;
    }

    div.lwfc-sponsor-content-left { clear: both; float: none; width: 100%;  margin: 0 0 10px 0; height: auto; }
    div.lwfc-sponsor-content-right { clear: both; float: none; width: 100%; margin-top: 10px; }
    
    .wp-caption {
        padding: 0px;
        max-width: 98%;
    }
}

@media screen and ( max-width : 719px ) {
	
	#wrapper {
		width: 100%;
	}

    #img-header-logo {
        left: 2%;
    }

    /* HEADER image stays centered and scales with the viewport */
    .site-header-img-placeholder #site-header-img-aria {
        background-image: url(images/lwfc-header-tablet.png);
        background-position: 180px center;
    }
    .site-header-img-placeholder #site-header-img-aria .inner {
        padding-top: 25%;     /* height/width = 150/690 = height% */
    }

    #secondary-navigation a { font-size: 1em; }

    div#ground-status-container h2 { font-size: 1.4em; }

    .menu_container a { padding: 0 6px!important; }
        
	#pre-header {
		padding: 0px 20px;
	}

	#header-search {
		right: 20px;
	}

	#header-search #searchform input#s {
		width: 175px;
	}

	#header_margin,
	.page-header h1,
	#related,
	#footer-sidebar ul	{
		padding: 20px;
	}
        
	.header-container {
		margin-left: 0;
	}

	#header-title {
		margin-left: 0;
		width: 100%;
		float: none;
	}
        
	/* Jump main menu down */

	#access {
		background: #fff;
		margin: 20px -20px -20px -20px;
		float: left;
	}

	#access li {
		float: left;
		position: relative;
		margin: 0;
		border-right: 1px solid #E5E5E5;
		border-bottom: 1px solid #E5E5E5;
	}

	#access a {
		display: block;
		padding: 10px 25px;
		text-decoration: none;
		color: #333;
		text-transform: uppercase;
		font-size: 0.8em;
	}

	#access li:hover > a,
	#access li:focus > a {
		color: #000;
	}

	#access ul ul {
		top: 2.1em;
		margin-left: 10px;
		background-position: 30px 0px;
	}
        
	#content {
		margin: 20px;
	}

	.post-container {
		margin-left: 0;
	}

	.entry-header {
		margin-left: 0;
		width: 100%;
		float: none;
	}


    .entry-header-club {
        margin-left: 0;
        width: 100%;
        float: none;
    }

    .entry-content-club.club-listing {
        margin-left: 0;
        width: 100%;
        float: none;
    }        
        
	h1#recent {
		margin-left: 20px;
	}

	#regular-index {
		float: none;
		margin: 0; 
	}

	#regular-content {
		margin: 0 0 20px 0;
	}

        #masonry-index .index-post-container {
                width: 95%;
        }

	#sidebar, #template-snippet-sidebar {
		float: none;
		overflow: inherit;
		width: 100%;
		margin: 0;
	}
        
	/* Change widgets to stack one on top of the other */

        #sidebar .widget {
		width: inherit;
		border: none;
		background: #E3E3E3;
		float: none;
		padding: 0;
		margin: 0 0 20px 0;
	}
	
	#sidebar .widget ul {
		padding: 0 20px 20px 20px;
	}

	#sidebar .widget-title {
		padding: 20px 20px 0 20px;
	}

	#sidebar ul li a:hover,
	#sidebar ul li a:focus {
		background-color: #fff;	
	}

	#footer-sidebar ul li {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 50px;
	}

	#related ul li {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}

    #front-page #slider { clear: both; float: none; width: 100%;  margin: 0 0 10px 0; height: auto; }
    #front-page #ground-status-n-popular-links { clear: both; float: none; width: 100%; margin: 0; }

    #front-page #msg { clear: both; float: none; width: 100%;  margin: 0 0 10px 0; height: auto; }
    #front-page #sponsors { clear: both; float: none; width: 100%; margin: 0; }

    div.lwfc-sponsor-content-left { clear: both; float: none; width: 100%;  margin: 0 0 10px 0; height: auto; }
    div.lwfc-sponsor-content-right { clear: both; float: none; width: 100%; margin-top: 10px; }

    #front-page .area1 { float: left; width: 48%; margin-right: 2%; }
    #front-page .area2 { float: left; width: 48%; margin-right: 0; }
    #front-page .area3 { display: none; }

    #front-page #news-blog-content .area1 { width: 47%; margin-right: 2%; }
    #front-page #news-blog-content .area2 { width: 47%; margin-right: 0; }

    #footer-a { float: none; width: 100%;}
    #footer-b { clear: both; float: none; width: 100%;}
    footer .four, footer .five {
       width: 46%; 
       padding: 1%;
    }
    footer .col:last-child {
            border: none;
    }
    
    .wp-caption {
        padding: 0px;
        max-width: 98%;
    }

    
} /* END max-width : 719px */

@media screen and ( max-width : 610px ) {

    body {
        padding: 5px;
    }

    #wrapper {
        width: 100%;
    }

    #img-header-logo {
        left: 0px;
    }

    /* HEADER image stays centered and scales with the viewport */
    .site-header-img-placeholder #site-header-img-aria {
        background-image: none;
    }
    .site-header-img-placeholder #site-header-img-aria .inner {
        padding-top: 30%;     /* height/width = 150/320 = height% */
    }

    #front-page #slider { clear: both; float: none; width: 100%; margin: 0 0 10px 0; height: auto; }
    #front-page #ground-status-n-popular-links { clear: both; float: none; width: 100%; margin-left: 0px; }

    #front-page #msg { clear: both; float: none; width: 100%; margin: 0 0 10px 0; height: auto; }
    #front-page #sponsors { clear: both; float: none; width: 100%; margin-left: 0px; }

    div.lwfc-sponsor-content-left { clear: both; float: none; width: 100%;  margin: 0 0 10px 0; height: auto; }
    div.lwfc-sponsor-content-right { clear: both; float: none; width: 100%; margin-top: 10px; }

    #front-page .nav-description { display: none; }

    #secondary-navigation a { font-size: 1em; }

    div#ground-status-container h2 { font-size: 1.3em; }

    #front-page .area1 { float: left; width: 100%; margin-right: 0; }
    #front-page .area2 { display: none; margin-right: 0; }
    #front-page .area3 { display: none; margin-right: 0; }

    #front-page #news-blog-content .area1 { float: left; width: 98%; margin-right: 0; }        
    #front-page #news-blog-content  { padding-bottom: 0; }

    div.clubFieldInformation1, div.clubFieldInformation2 {
        clear: both;
        float: none;
        width: 100%;
        margin-top: 0;
    }

    div#clubWetWeather1, div#clubWetWeather2 {
        clear: both;
        float: none;
        width: 100%;
    }

    #footer-a .one {
        margin-left: 0px;
    }

    footer .one, footer .two, footer .three, footer .four, footer .five {
        clear: both;
        float: none;
        width: 100%;
        padding-top: 10px;
    }

    footer .two .nav-title, footer .three .nav-title, footer .five .nav-title { 
            border-top: 1px solid rgb(191, 191, 191);
    }

    #footer-copyright-left, #footer-copyright-right { 
        clear: both;
        float: none;
        width: 100%;
    }
    
    .wp-caption {
        padding: 0px;
        max-width: 98%;
    }
   
} /* END max-width : 500px */


@media screen and ( max-width : 320px ) {
        
    body {
        padding: 2px;
    }

    #wrapper {
        width: 100%;
    }

    #img-header-logo {
        left: 0px;
    }

    /* HEADER image stays centered and scales with the viewport */
    .site-header-img-placeholder #site-header-img-aria {
        background-image: none;
    }
    .site-header-img-placeholder #site-header-img-aria .inner {
        padding-top: 50%;     /* height/width = 150/320 = height% */
    }

    #pre-header {
      padding: 0px 10px;
	}

	#header-search {
		right: 10px;
	}

	#header_margin,
	.page-header h1,
	#related,
	#footer-sidebar ul {
		padding: 10px;
	}

	.page-header h1 {
		padding: 20px 10px;
	}

	#content {
		margin: 20px 10px;
	}

	h1#recent {
		margin-left: 10px;
	}

        #front-page .flex-direction-nav a { height: 20px; line-height: .5em!important; padding: .5em .5em 0 .5em; }
    
	#related {
		padding: 20px 10px;
	}

	#footer-sidebar ul {
		padding: 20px 10px;
	}

    /*  #front-page #slider { clear: both; float: none; width: 100%; margin: 0 0 10px 0; height: auto; }  */
    #front-page #slider-n-ground-status { padding-top: 0px; }
    #front-page #slider { clear: both; display: none; }
    #front-page #ground-status-n-popular-links { clear: both; float: none; width: 100%; margin-top: 0px; margin-left: 0px; }

    #front-page #msg { clear: both; float: none; width: 100%; margin: 0 0 10px 0; height: auto; }
    #front-page #sponsors { clear: both; float: none; width: 100%; margin-left: 0px; }

    div.clubFieldInformation1, div.clubFieldInformation2 {
        clear: both;
        float: none;
        width: 100%;
        margin-top: 0;
    }

    #front-page .area1 { float: left; width: 100%; margin-right: 0; }
    #front-page .area2 { display: none; margin-right: 0; }
    #front-page .area3 { display: none; margin-right: 0; }

    #front-page .nav-description { display: none; }

    footer .one, footer .two, footer .three, footer .four, footer .five {
        clear: both;
        float: none;
        width: 100%;
        padding-top: 10px;
    }

    footer .four, footer .five {
        margin: 2%;
    }

    table#DataTables_Table_0.dataTable a {
        padding-top: 1em!important;
        padding-bottom: 1em!important;
    }

    th.sorting, th.sorting_asc, th.sorting_desc {
        padding-top: 1em!important;
        padding-bottom: 1em!important;
    }

    input {
       height: 40px!important;
       line-height: 40px!important;
    }

    .footer-nav a {
        font-size: 120%;
    }

    #footer-copyright-left, #footer-copyright-right { 
        clear: both;
        float: none;
        width: 100%;
    }
    
    .wp-caption {
        padding: 0px;
        max-width: 98%;
    }
    
} /* END max-width : 320px */



div.entry-content table {
  font-size: 0.9em;
  border-collapse: collapse;
  margin-bottom: 1em;
}
div.entry-content th, 
div.entry-content td {
  padding: 0.3rem;
  text-align: left;
  border: 1px solid #ccc;
}



/* needed to add some CSS to fix issue of text flicker (normal to bold) around the Royal Slider, every time the transition happens
 * http://help.dimsemenov.com/kb/royalslider-jquery-plugin-issues/font-flickering-or-blurriness
 * http://help.dimsemenov.com/discussions/problems/803-text-flicker-around-the-royal-slider-every-time-the-transition-happens 
 */
div#content div#front-page,
div#main_nav_menu_container,
footer#colophon
{ -webkit-backface-visibility:hidden; }