/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
*/



* {word-wrap: break-word;}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */

}

.inline-block {display: inline-block;}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}

body.active {overflow: hidden;}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

h1.single-title, h1.page-title, h1.archive-title {margin: 0;}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 0.5em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

#present ul, #latestnews ul, .events ul {padding: 0;margin: 0;list-style: none;}
#present .eventdate, #present .eventtime {color:#B6B6B6;font-weight: 300;}
.home .events ul {margin: 0;}
.home .events h2 {padding-left: 0;}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  *vertical-align: middle;
  /* 3 */

}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

  *overflow: visible;
  /* 4 */

}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  *width: 13px;
  /* 3 */

}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {

}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;padding: 0;
}


.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
    width: /*whatever width you want*/;
}

/******************************************************************
Site Name: 
Author: 

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of LESS' great features: 
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more. 

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}


/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the 
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	SNABELAfont-face {
    	font-family: 'Font Name';
    	src: url('../fonts/font-name.eot');
    	src: url('../fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('../fonts/font-name.woff') format('woff'),
             url('../fonts/font-name.ttf') format('truetype'),
             url('../fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/* 
use the best ampersand 
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.alert {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #e8dc59;
  background: #ebe16f;

}
.alert-info {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-error {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #deeaae;
  background: #e6efc2;
}
/*********************
BORDER RADIUS
*********************/
/* 
NOTE: For older browser support (and some mobile), 
don't use the shorthand to define *different* corners. 

USAGE: .border-radius(4px); 

*/
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can 
really slow down your CSS. Don't overdo it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0,0,4px,0,#444); */
/* .boxShadow(none); */
/*********************
BUTTONS
*********************/
.button,
.button:visited {
  border: 1px solid #be0d37;
  border-top-color: #db0f3f;
  border-left-color: #db0f3f;
  padding: 4px 12px;
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #e40f42;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f01d4f), to(#e40f42));
  background-image: -webkit-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -moz-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -o-linear-gradient(top, #f01d4f, #e40f42);
  background-image: linear-gradient(to bottom, #f01d4f, #e40f42);
}
.button:hover,
.button:visited:hover,
.button:focus,
.button:visited:focus {
  color: #ffffff;
  border: 1px solid #be0d37;
  border-top-color: #9d0a2d;
  border-left-color: #9d0a2d;
  background-color: #cc0e3b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#cc0e3b));
  background-image: -webkit-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: -moz-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: -o-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: linear-gradient(to bottom, #e40f42, #cc0e3b);
}
.button:active,
.button:visited:active {
  background-color: #f01d4f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#f01d4f));
  background-image: -webkit-linear-gradient(top, #e40f42, #f01d4f);
  background-image: -moz-linear-gradient(top, #e40f42, #f01d4f);
  background-image: -o-linear-gradient(top, #e40f42, #f01d4f);
  background-image: linear-gradient(to bottom, #e40f42, #f01d4f);
}
.blue-button,
.blue-button:visited {
  border-color: #1472ad;
  text-shadow: 0 1px 1px #1472ad;
  background-color: #1681c4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
  background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
  background-image: -moz-linear-gradient(top, #1990db, #1681c4);
  background-image: -o-linear-gradient(top, #1990db, #1681c4);
  background-image: linear-gradient(to bottom, #1990db, #1681c4);
  -webkit-box-shadow: inset 0 0 3px #59b3ec;
  -moz-box-shadow: inset 0 0 3px #59b3ec;
  box-shadow: inset 0 0 3px #59b3ec;
}
.blue-button:hover,
.blue-button:visited:hover,
.blue-button:focus,
.blue-button:visited:focus {
  border-color: #116396;
  background-color: #1472ad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
  background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
  background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
  background-image: -o-linear-gradient(top, #1784c9, #1472ad);
  background-image: linear-gradient(to bottom, #1784c9, #1472ad);
}
.blue-button:active,
.blue-button:visited:active {
  background-color: #1990db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
  background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
  background-image: -moz-linear-gradient(top, #1681c4, #1990db);
  background-image: -o-linear-gradient(top, #1681c4, #1990db);
  background-image: linear-gradient(to bottom, #1681c4, #1990db);
}
/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

------------ MAP ------------

01. GENERAL STYLES
02. WORDPRESS BODY CLASSES
03. LAYOUT & GRID STYLES
04. LINK STYLES
05. H1, H2, H3, H4, H5 STYLES
06. HEADER STYLES
07. NAVIGATION STYLES
08. POSTS & CONTENT STYLES
09. PAGE NAVI STYLES
10. COMMENT STYLES
11. COMMENT FORM STYLES
12. SIDEBARS & ASIDES
13. FOOTER STYLES

******************************************************************/
/*********************
01. GENERAL STYLES
*********************/
html,
body {
  /* height: 100%; */

}
body {
  font-weight: 400;
  font-size: 100%;
  line-height: 1.5;
  background:#e8e8e8;

}
#content {margin: 5px 5px 0px 5px;}
article.page header, article.post header {background: #fff;padding: 10px 10px 0 10px;margin: 0 auto 0 auto;border-top-left-radius: 2px;
border-top-right-radius: 2px;}
article.page section, article.post section {background: #fff;padding: 0 10px 10px 10px;border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;}

.admin-link {font-size: 12px;text-transform: uppercase;background: #222222;}
.admin-link:hover {padding-left: 10px !important;}
/********************
02. WORDPRESS BODY CLASSES
    style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
03. LAYOUT & GRID STYLES
*********************/
.wrap {
  width: auto;
  margin: 0;
}

#container {
	padding-top:50px; }
/*********************
04. LINK STYLES
*********************/
a,
a:visited {
  color: #000;
  /* on hover */

  /* on click */

  /* mobile tap color */

}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  /*color: #5e8817;*/
}
a:link,
a:visited:link {
  /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: 'Istok Web', sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 700;
  /*
	if you're going to use webfonts, be sure to check your weights
	http://css-tricks.com/watch-your-font-weight/
	*/

  /* removing text decoration from all headline links */

}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h1,
.h1 {
  font-size: 1.5em;
  line-height: 1.333em;
  color: #000;
}
h2,
.h2 {
  font-size: 1.25em;
  line-height: 1.5em;
  margin-bottom: 0.375em;
  font-weight: 700;
  color: #000;
}
h3,
.h3 {
  font-size: 1.125em;
}
h4,
.h4 {
  font-size: 1.1em;
  font-weight: 700;
}
h5,
.h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/*********************
06. HEADER SYTLES
*********************/

/* Sites */
header.header {background:#86c31c;height: 50px;color: #fff;position: fixed;top: 0;z-index: 999;left: 0;right: 0;}
.aadum-iogu header.header {background: #44C31C;}
.husholdningsforening header.header {background: #801CC3;}
.forsamlingshus header.header {background: #C31C1C;}
.kraftvarmevaerk header.header {background: #4931CA;}
.koebmand header.header {background: #015F1F;}
.hallen header.header {background: #C37A1C;}
.borgerforening header.header {background: #00b2d8;}
.bussen header.header {background: #BCC31C;}
.fonde header.header {background: #C31C68;}


#blogname {font-size:18px;padding:0 10px ;margin:0 50px;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
#blogname a {color: #fff;display: inline;height: 50px;text-decoration: none;}
.aadum #blogname a {display: inline-block;}

/* Sites */
#aadumlogo {margin-top: 13px;height: auto;width: 215px;margin-bottom: -1px;-ms-interpolation-mode: bicubic;max-width: 90%;}

#blogdescription {display: none;color: rgba(255,255,255,0.9);}
#blognametext, #blogdescription {line-height: 50px;}
/*********************
07. NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
.nav {
  border: 1px solid #ccc;
  border-bottom: 0;
  /* end .menu li */

  /* highlight current page */

  /* end current highlighters */
  

}
.nav li {
  /*
		so you really have to rethink your dropdowns for mobile.
		you don't want to have it expand too much because the
		screen is so small. How you manage your menu should
		depend on the project. Here's some great info on it:
		http://www.alistapart.com/articles/organizing-mobile/
		*/

}
.nav li a {
  display: block;
  text-decoration: none;
  padding: 10px 10px;
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  /*
			remember this is for mobile ONLY, so there's no need
			to even declare hover styles here, you can do it in
			the style.scss file where it's relevant. We want to
			keep this file as small as possible!
			*/

}
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 30px;
}

nav.buttomnavigation li {float: left;}
nav.buttomnavigation li a, nav.buttomnavigation li span {text-decoration: none;padding: 10px;min-width: 20px;display: block;background: #fff;}
nav.buttomnavigation li a:hover {background: rgba(0,0,0,0.1);}
nav.buttomnavigation li span.current {background: rgba(0,0,0,0.08);}
nav.buttomnavigation li span.infonumber {margin-right: 1px;}

nav.buttomnavigation li span, nav.buttomnavigation li a.page-numbers {display: none;}
nav.buttomnavigation li {width: 50%;}
nav.buttomnavigation li a.prev {display: block;}
nav.buttomnavigation li a.next {display: block;text-align: right;}

#contentviewmenu {margin-top: 5px;}
#contentviewmenu ul {list-style: none;padding: 0;}
#contentviewmenu li {display: block;float: left;margin-bottom: 20px;width: 50%;height: 100px;position: relative;}
#contentviewmenu li a {display:block;margin-right: 20px;background:#fff;position: relative;-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;height: 100%;
padding: 30px;
text-align: center;}

#contentviewmenu li a .inner {display:block;background: #fff;width:100%;margin:auto;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
text-align: center;}

#contentviewmenu #subpages {background: none;margin: 0;padding: 0;}
#contentviewmenu #subpages h3 {display: none;}
#contentviewmenu #subpages ul li {margin-left: 0;}
/* end .nav */
/*********************
08. POSTS & CONTENT STYLES
*********************/

#container {}

/* end .hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
#breadcrumbs {font-size: 12px;color: #999;}
#breadcrumbs a {color: #999;text-decoration: none;}
.byline {
  color: #999;
  font-size: 0.8em;
  margin: 0;
}
footer .byline {  margin-top: 5px;
margin-left: 5px;}

.byline .info {font-size: 12px;color:#464646;font-weight:300;display: inline-block;}
.byline .info:first-letter{text-transform: capitalize}

.facebook-btn {min-width: 140px;display: none;margin-bottom: 5px;}
.fb_iframe_widget {display: inline;margin-right: 10px;}

.article-header {margin-bottom: 10px;margin-top: 0;}
/* entry content */
.entry-content {
  /*
			image alignment on a screen this size may be
			a bit difficult. It's set to start aligning
			and floating images at the next breakpoint,
			but it's up to you. Feel free to change it up.
			*/

}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  margin: 0;
  max-width: 100%;
  height: auto;
}

.entry-content img.alignleft, .entry-content img.alignright, .user-submitted-image img {display: block;margin: 0 auto; }
.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */

}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}
/*************************************
Social 

******************************/


.sharelabel {float: left;padding-top: 10px;width: 100px;font-size: 0.8em;}
.rrssb-buttons {float: left;width:100%:}
.rrssb-buttons li {width: 50%;padding: 0;}
.rrssb-buttons li.email {padding-right: 2.5px;padding-left: 0;}
.rrssb-buttons li.facebook {padding-left: 2.5px;padding-right: 0;}

.newsletter {
	background: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border-radius: 2px;
	text-align: center;
}

#subpages {
	background: #fff;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 20px;
	border-radius: 2px;
}
.sidebar #subpages {margin-top:0px;}

#subpages .h3, #subpages h3 {margin: 0;}
#subpages ul {list-style-type: disc;margin: 0;padding: 0;}
#subpages ul li {margin-left: 20px;}
#subpages a {display: block;text-decoration: none;font-size: 18px;}
#subpages a:hover {text-decoration: underline;}

.custombutton, #user-submitted-post {display:block;
background: #f19600;text-shadow: none;padding: 10px;height: auto;font-family: 'Istok Web', sans-serif;clear: both;
border: 0 none;
border-radius: 2px;
color: #FFFFFF;
cursor: pointer;
font-size: 15px;
font-weight: bold;
line-height: 32px;
text-align: center;
text-decoration: none;
vertical-align: top;
white-space: nowrap;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.custombutton.blue {background: #2bade9 !important;}

a.custombutton:visited {color:#fff;}
.custombutton:hover {background: #d68400;}
.custombutton.right {float: right;width: auto;}
.custombutton.eventbutton {margin-bottom: 10px;}
.custombutton.small {padding: 5px;line-height: 20px;}
.custombutton.home {margin-top: -5px;}



.news .custombutton {margin: 0 5px 10px 5px;}
.news.sidebar .custombutton {margin: 0;}
#mc_embed_signup input.button {width:30%;background: #2bade9;text-shadow: none;display: inline-block !important;padding: 3px;height: auto;max-width: 150px;font-family: 'Istok Web', sans-serif;clear: both;
border: 0 none;
border-radius: 4px;
color: #FFFFFF;
cursor: pointer;
font-size: 15px;
font-weight: bold;
line-height: 32px;
text-align: center;
text-decoration: none;
vertical-align: top;
white-space: nowrap;}
#mc_embed_signup input.email {display: inline-block !important;max-width: 300px !important;margin: 0 10px 10px 0 !important;font-family: 'Istok Web', sans-serif;border: 1px solid #999;
-webkit-appearance: none;padding: 9px 0;text-indent: 5px;width: 58%;min-width: 130px;border-radius: 2px;}
#mc_embed_signup form {text-align: center !important;padding: 10px 0 0 0 !important;}
#mc_embed_signup .button:hover {background: #2E9ACC !important;}


/*************************************
Masonry 

******************************/
.mainbox {width: 100%;margin-bottom: 0;}
.mainbox .mainbox-inner {display:block;position:relative;margin: 0;background: #fff;padding: 5px;}
.mainbox .mainbox-inner {display:block;position:relative;margin: 0 0px 10px 0px;background: #fff;padding: 0px;overflow: hidden;}
.mainbox a {text-decoration: none;}
.mainbox .h2, .mainbox h2 {margin:0;padding:20px;padding-top: 0; font-weight: 700;line-height: 1.1em;font-size: 1.2em;}
.mainbox p {padding: 0 20px 20px 20px;color: #474545;line-height: 1.2em;font-size: 0.8em;margin: 0;}
.mainbox img {max-width: 100%;}
.mainbox#latestnews .mainbox-inner {padding: 20px;}
.mainbox#latestnews h2 {padding-left: 0;}
.mainbox#latestnews .newsitem {margin-bottom: 20px;line-height: 1.2em;position: relative;min-height: 50px;}
.mainbox#latestnews .smallthumb {position: absolute;margin-right: 8px;}
.mainbox#latestnews .textdata {margin-left: 58px;}
.mainbox#latestnews .time {display: block;font-size: 0.8em;color: #000;font-weight: 300;}
.mainbox#latestnews .smallthumb img {border-radius: 50px;width: 50px;height: 50px;}

.smallthumb {width: 50px;height: 50px;background: #e8e8e8;border-radius: 25px;}

.mainbox.events .mainbox-inner {padding: 20px;}

.boxgenerals .mainbox h2 {padding: 0 0 20px 0;}
.boxgenerals .mainbox p {padding: 0;}
.boxgenerals .mainbox.events ul {margin: 0 20px;}
.boxgenerals img {width: 75px;height: 75px;-webkit-border-radius: 75px;
-moz-border-radius: 75px;
border-radius: 75px;}
.boxgenerals img.alignright {float: right;margin:0 0 0 20px;}

.boxgenerals .mainbox-inner {-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;}

.boxgenerals .overlay {padding: 20px;}
.boxgenerals .thumbnail .overlay {height: 100%;width: 100%;background-color: rgba(255,255,255,0.8);}

.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"]>a, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, #tribe-events .tribe-events-button, .tribe-events-button.tribe-inactive, #tribe-events .tribe-events-button:hover, .tribe-events-button:hover, .tribe-events-button.tribe-active:hover {
background-color: #6F6F6F;
}

#tribe-events-content.tribe-events-list {padding: 20px;}

#tribe-events-content .tribe-events-tooltip h4, #tribe_events_filters_wrapper .tribe_events_slider_val, .single-tribe_events a.tribe-events-ical, .single-tribe_events a.tribe-events-gcal {
color: #86c31c;}

.tribe-events-calendar td.tribe-events-present.mobile-active, #tribe-events-content .tribe-events-calendar td.tribe-events-present.mobile-active:hover, .tribe-events-calendar td.tribe-events-present.mobile-active div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present.mobile-active div[id*="tribe-events-daynum-"] a, .tribe-events-calendar td.mobile-active, .tribe-events-calendar .mobile-active div[id*="tribe-events-daynum-"], .tribe-events-calendar .mobile-active div[id*="tribe-events-daynum-"] a, #tribe-events-content .tribe-events-calendar .mobile-active:hover {background: #86c31c;}


/*************************************
Mainpage

******************************/

.flexslider {margin: 0;background: none;border: none;border-radius: 0;box-shadow: 0 0;overflow:hidden;}
ul.slideparent {padding: 0;list-style: none;margin: 0;}

.welcome {display:block;padding: 40px 20px; background: no-repeat;-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;max-width: 1130px;}
 
.welcomelink {text-decoration: none;}
.welcome-inner {display:block;text-align: center;margin: 10px 0px;}
.welcome-inner h1 {font-size: 25px;color:#fff;padding: 10px 15px 0 15px;text-shadow: 0 1px 1px rgba(0,0,0,0.6), 0px 0px 60px rgba(0, 0, 0, 1);margin: 0;z-index: 999;transform:rotate(-5deg);
-ms-transform:rotate(-5deg); /* IE 9 */
-webkit-transform:rotate(-5deg);}
.welcome-inner h2 {color: #fff;font-weight: 300;font-size:15px;font-family: 'Source Sans Pro', 'sans serif';text-shadow: 0 1px 1px rgba(0,0,0,1), 0px 0px 15px rgba(0, 0, 0, 1);padding: 5px 10px;display: inline-block;background: black;transform:rotate(-5deg);
-ms-transform:rotate(-5deg); /* IE 9 */
-webkit-transform:rotate(-5deg);margin-top: 0px;}
.welcome-inner h2 p {margin: 0;}

.mainbox.latestnews .smallthumb {float: left;margin-right: 8px;width: 50px;height:50px;}
.mainbox.latestnews .smallthumb img {height: 50px;width: 50px;border-radius: 75px;}
.mainbox.latestnews .mainbox-inner {padding: 0;font-size: 16px;line-height: 1.2;overflow: hidden;margin-bottom: 20px;}
.mainbox.latestnews .mainbox-inner .time {color: black;font-weight: 300;}
.mainbox.latestnews .time {display: block;font-size: 0.8em;color: #8a8a8a;padding-bottom: 1px;}
.mainbox.latestnews .timebox {display:block;padding: 3px;padding-top:8px;font-size:12px;background: #4E4E4E;height: 50px;width: 50px;float: left;text-align: center;color: #fff;}
.mainbox.latestnews .textdata {padding-left: 60px;}


.home .mainbox.latestnews .timebox {background: #8a8a8a;}
.mainbox.latestnews.present a {}
.mainbox.latestnews.present .mainbox-inner {min-height:200px;background: #292929;color: #555555;
	-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-radius: 2px;
margin-bottom: 10px;
}


.thumbnail .present-overlay { background: rgba(0,0,0,0.5);width: 100%;height: 100%;position: absolute;}
.present-overlay {}
.present-align {  width: 90%;
  margin: auto;
  position: absolute;
  top: 50%; left: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
          text-align: center;
}

.mainbox.latestnews.present .mainbox-inner .presenttitle {padding: 0;font-weight: 400;font-size: 30px;font-weight: 700;color: #fff;}
.mainbox.latestnews.present.thumbnail .mainbox-inner .presenttitle {text-shadow: 0 -1px 1px rgba(0,0,0,0.6), 0px 0px 60px rgba(0, 0, 0, 1);}
.mainbox.latestnews.present .timebox {height: 90px;width: 90px;margin: 5px;-webkit-border-radius: 45px;-moz-border-radius: 45px;border-radius: 45px;}
.mainbox.latestnews.present .smallthumb {height: 100px;width: 100px;}
.mainbox.latestnews.present img {width: 90px;height: 90px;webkit-border-radius: 45px;-moz-border-radius: 45px;border-radius: 45px;margin-bottom: 10px;}

.lastestnewsheader span {font-size: 0.6em;font-weight: 300;}



.events .upcomingevent {display: block;background:#fff;margin-bottom: 20px;padding-right: 5px;}
.events .eventdate {display:block;padding: 3px 2px;padding-top:13px;background: #292929;height: 50px;width: 50px;float: left;text-align: center;font-size: 12px;color: #fff;border-radius: 45px;line-height: 1em;font-weight: 300;}
.events .eventtitle {padding-left: 8px;display: block;overflow: hidden;white-space:nowrap;padding-top: 2px;text-overflow: ellipsis;height: 28px;}
.events .eventtime {padding-left: 8px;display: block;overflow: hidden;white-space:nowrap;font-size: 0.8em;font-weight: 300}
.events .alleventlink {font-size: 0.8em;font-weight: 300;text-align: center;display: block;margin-top: 8px;}
.seemore {font-size: 0.8em;font-weight: 300;text-align: center;display: block;margin-top: 0px;text-decoration: none;}
.mainbox .facebook {
	min-height: 299px;
	overflow: hidden;
	}

.sidebar.events .upcomingevent {margin-right: 0px;margin-left: 0;}

/*************************************
NEWS

******************************/

.news article.nothumbnail .h2 {padding-bottom: 5px;}


.news article .mainbox-inner {padding-bottom: 20px;}
.news article .mainbox-inner .article-header	 {margin-top: 0px;}
.news article.thumbnail .mainbox-inner {padding-bottom: 0;}


.news {margin-top: 20px;}
.newsbox {margin: 0 5px 20px 5px;}
.news article.newsbox a {text-decoration: none;}
.news article.newsbox .mainbox-inner {display:block;background: #fff;padding: 20px;}
.news article.newsbox time {display:block;font-size: 0.7em;font-weight: 300;}
.news article.newsbox .h2 {margin: 0;display: inline;line-height: 1.25em;}
.news .mainbox-inner {position: relative;margin-bottom: 0;}
.news article.newsbox .article-header {margin: 0;padding: 0;padding-left: 85px;}
.news article.newsbox section {padding: 0;padding-left: 85px;}
.news article.newsbox .entry-content p {padding: 0;color: #474545;line-height: 1.2em;}
.news article.newsbox .news-thumbnail {position:absolute;left:10px;}
.news article.newsbox .news-thumbnail img {width:75px;height: 75px;-webkit-border-radius: 150px;
-moz-border-radius: 150px;
border-radius: 150px;}


/*
.news article.thumbnail .h2 {position: absolute;top:5px;left:20px;right: 10px;margin: 0;}
.news article.nothumbnail .h2 {margin:0 10px 0 10px;}
.news article.thumbnail .h2 span {padding-top: 3px;padding-bottom: 3px;color: #FFF;background-color: rgba(0,0,0,0.8);display: inline;
  background: rgba(0,0,0,0.8);
  box-shadow: 10px 0 0 rgba(0,0,0,0.8), -10px 0 0 rgba(0,0,0,0.8);
}
.news article.thumbnail .time {position: absolute;bottom: 0;right: 10px;font-size: 10px;color:#fff;font-family: Helvetica, Arial;}




*/
/*************************************
EVENTS

******************************/

#tribe-events-pg-template {margin-bottom: 10px;padding: 0;margin: 0;}
#tribe-events-pg-template  .article-header {margin: 0;}
#tribe-events-content {background: #fff;padding: 20px;margin-top: 0px;border-radius: 2px;margin-bottom: 0px;}

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */

/******************************************************************
GALLERY
******************************************************************/

.gallery-item {display: inline-block;width: 33.333%;margin: 0;position: relative;}
.gallery-icon {margin-right: 1px;margin-bottom: 1px;}
.gallery-icon img {width: 100%;height: auto;margin-bottom: -6px;}
.gallery-item .wp-caption-text {position: absolute;bottom: 0;left:0;right: 0;margin: 0;background: rgba(255,255,255,0.6);padding: 3px;}


/******************************************************************
09. PAGE NAVI STYLES
******************************************************************/
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}
.bones_page_navi {
  /* current page link */

  /* end .bones_page_navi .bpn-current */

  /* common styles for page-navi links */

  /* remove the bg on end links */

  /* previous link */

  /* next page link */

  /* first page link */

  /* last page link */

}
.bones_page_navi li {
  float: left;
  margin-left: 10px;
}
.bones_page_navi li a {
  padding: 3px 6px;
  display: block;
  text-decoration: none;
  position: relative;
}
.bones_page_navi li a:hover,
.bones_page_navi li a:focus {
  color: #f01d4f;
  text-decoration: underline;
}
.bones_page_navi li.bpn-current {
  padding: 3px 6px;
  border-bottom: 2px solid #f01d4f;
  position: relative;
}
.bones_page_navi li.bpn-current a {
  /* hovering on current page link */

}
.bones_page_navi li.bpn-prev-link,
.bones_page_navi li.bpn-next-link {
  font-weight: 700;
}
.bones_page_navi li.bpn-prev-link a,
.bones_page_navi li.bpn-next-link a {
  padding: 0;
}
.bones_page_navi li.bpn-prev-link a:hover,
.bones_page_navi li.bpn-next-link a:hover,
.bones_page_navi li.bpn-first-page-link a:hover,
.bones_page_navi li.bpn-last-page-link a:hover {
  background: none;
}
/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}
/* end .wp-prev-next */
/******************************************************************
10. COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */

}
.commentlist {
  /* general comment classes */

  /* vcard */

  /* end .commentlist .vcard */

  /* comment meta */

  /* comment content */

  /* end .commentlist .comment_content */

  /* comment reply link */

  /* end .commentlist .comment-reply-link */

}
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
  /* end .commentlist li ul.children */

}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
  /* variations */

  /* change number for different depth */

}
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .odd {
  background: #eee;
}
.commentlist .even {
  background: #fefefe;
}
.commentlist .vcard {
  margin-left: 50px;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
.commentlist .comment_content {
  margin-left: 50px;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em;
}
.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
  opacity: 1;
}
/* end .commentlist */
/******************************************************************
11. COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
.respond-form form {
  margin: 0.75em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small {
  display: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */

}
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}
/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}
/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}
/*********************
12. SIDEBARS & ASIDES
*********************/
.widget ul li {
  /* deep nesting */

}

.alert-help {display: none;}
/*********************
13. FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-bottom: 5px;
}


/*
	if you checked out the link above:
	http://www.alistapart.com/articles/organizing-mobile/
	you'll want to style the footer nav
	a bit more in-depth. Remember to keep
	it simple because you'll have to
	override these styles for the desktop
	view.
	*/
/* end .footer-links */
/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/





/* **************************** LIST MULTISITE **************************************/

.wrapper {
  position: relative;  
}


.active .wrapper {
  left: 250px;
  
}

a.menu-link {
	position: absolute;
    display: block;
    padding: 16px 10px 16px 15px;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    border-left: none;
    cursor: pointer;
    width: 50px;
    float: left;
}

a.menu-link img {width: 19px;height: 18px;}

.active a.menu-link {
	background: rgba(0,0,0,0.1);
}

a.menu-link-hover {
	padding: 10px;
	display: none;
	text-decoration: none;
	color: #000;
	font-size: 30px;
	cursor: pointer;
	right:0;
	z-index: 1000;
	position: absolute;

}

a.menu-link-hover img {width: 19px;height: 18px;}

a.menu-link:hover {background: rgba(0,0,0,0.2);}



nav[role=navigation]#bloglistmenu {
  background: #e8e8e8;
  clear: both;
  overflow: hidden;
 width: 250px;
  height: 100%;
  position: fixed;
  top: 0;
  left: -500px;
  top:50px;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

ul.ulmenu {overflow-x: scroll;
height: 100%;}


.active nav[role=navigation]#bloglistmenu {
	left: 0;
}

nav[role=navigation]#bloglistmenu ul {
  margin: 0;
  padding: 0;
}



  
nav[role=navigation]#bloglistmenu li a {
  display: block;
  padding: 17px;
  padding-bottom: 15px;
  padding-top: 19px;
  padding-left: 10px;
  color: #999999;
  text-decoration: none;
  line-height: 1em;
}

nav[role=navigation]#bloglistmenu li#clubs {color: #fff;text-transform: uppercase;font-size: 12px;padding: 16px 0 16px 10px;}





nav[role=navigation]#bloglistmenu li.selected > a {background: #333333;color:#fff !important;}
nav[role=navigation]#bloglistmenu li.blog > a:hover {padding-left: 5px;;background: #333333;}
nav[role=navigation]#bloglistmenu li.selected > a:hover {padding-left: 10px}
/* Sites */


nav[role=navigation]#bloglistmenu li.blog > a#blog_1:hover {border-left: 5px solid #86c31c;color:#fff !important;}
nav[role=navigation]#bloglistmenu li.blog > a#blog_2:hover {border-left: 5px solid #44C31C;color:#fff !important;}
nav[role=navigation]#bloglistmenu li.blog > a#blog_3:hover {border-left: 5px solid #801CC3;color:#fff !important;}
nav[role=navigation]#bloglistmenu li.blog > a#blog_4:hover {border-left: 5px solid #C31C1C;color:#fff !important;}
nav[role=navigation]#bloglistmenu li.blog > a#blog_5:hover {border-left: 5px solid #4931CA;color:#fff !important;}
nav[role=navigation]#bloglistmenu li.blog > a#blog_6:hover {border-left: 5px solid #015F1F;color:#fff !important;}
nav[role=navigation]#bloglistmenu li.blog > a#blog_7:hover {border-left: 5px solid #C37A1C;color:#fff !important;}
nav[role=navigation]#bloglistmenu li.blog > a#blog_8:hover {border-left: 5px solid #1CA8C3;color:#fff !important;}
nav[role=navigation]#bloglistmenu li.blog > a#blog_9:hover {border-left: 5px solid #00b2d8;color:#fff !important;}
nav[role=navigation]#bloglistmenu li.blog > a#blog_10:hover {border-left: 5px solid #BCC31C;color:#fff !important;}
nav[role=navigation]#bloglistmenu li.blog > a#blog_10:hover {border-left: 5px solid #BCC31C;color:#fff !important;}
nav[role=navigation]#bloglistmenu li.blog > a#blog_11:hover {border-left: 5px solid #C31C68;color:#fff !important;}
nav[role=navigation]#bloglistmenu li.blog > a#blog_traktorpulling:hover {border-left: 5px solid #13009E;}
nav[role=navigation]#bloglistmenu li.blog > a#blog_aadumskole:hover {border-left: 5px solid #E85220;}



nav[role=navigation]#bloglistmenu li.current_page_item > a {font-weight: 700;}

nav[role=navigation]#bloglistmenu li > div {display: none;} 
nav[role=navigation]#bloglistmenu li.selected > div {display: block;} 

nav[role=navigation]#bloglistmenu li.selected > div {background: #e8e8e8;}
nav[role=navigation]#bloglistmenu li.selected > div a {color: #555555;}
nav[role=navigation]#bloglistmenu li.selected > div a:hover {text-decoration: underline;}


#logodiv {width: 100%;text-align: center;}
#logo {width:100px;margin: 8px 0 5px 0}

#search {position: absolute;width: 50px;right: 0;top: 0;height: 50px;}

#search .search-form {display: none;}

#search input {
	display: block;
	float: left;
	border:none;
	padding: 5px;
	background: rgba(0,0,0,0.2);
	color:#fff;
	padding-left: 10px;
	-webkit-appearance: none;
	-webkit-border-radius: 14px;
	-webkit-border-top-right-radius: 0px;
	-webkit-appearance: none;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius: 14px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-radius: 14px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	
	
}
#search button {display:block;float:left;border:none;background: rgba(0,0,0,0.2);padding: 7px;padding-right: 10px;-webkit-border-top-right-radius: 14px;
-webkit-border-bottom-right-radius: 14px;
-moz-border-radius-topright: 14px;
-moz-border-radius-bottomright: 14px;
border-top-right-radius: 14px;
border-bottom-right-radius: 14px;}

#search .search-btn img {height: 16px;margin-bottom: -2px;}

#search ::-webkit-input-placeholder {
   color: rgba(255,255,255,0.7);
}

#search :-moz-placeholder { /* Firefox 18- */
   color: rgba(255,255,255,0.7);  
}

#search ::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(255,255,255,0.7);  
}

#search :-ms-input-placeholder {  
   color: rgba(255,255,255,0.7);  
}


#search .search-link {width: 50px;display: inline-block;position: absolute;right: 0;top: 0;height: 50px;cursor: pointer;padding-top: 15px;
padding-left: 14px;}
#search .search-link img.searchicon {width: 21px;height: 20px;}
#search .search-link img.closeicon {width: 20px;height: 20px;display: none;}
.searchactive #search .search-link img.searchicon {display: none;}
.searchactive #search .search-link img.closeicon {display: block;}
#search .search-link:hover, #search .search-link:active {background-color: rgba(0,0,0,0.1);}

.searchactive #search {width: 100%;background: rgba(0,0,0,0.2);}
.searchactive #search form {display: block;float:right;margin-top: 10px;padding-right: 60px;text-align: right;}
.searchactive #blogname, .searchactive a.menu-link {display: none;}


.widget {

padding:20px;
background: #fff;
border-radius: 2px;
}
.widget.marginbottom {margin-bottom: 20px;}
.widget.margintop {margin-top: 10px !important;}

.widget h4 {margin-top: 0;}
.widget.nostyle {background: none;padding: 0;}

.ad .widget-inner {margin-right: 5px;}
.ad {margin-bottom: 20px;}
.ad img {width: 100%;height: auto;border-radius: 2px;}
.ad .sponsor {font-size: 10px;text-transform: uppercase;}

nav .top-nav {
	display:block;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 0;
	}

.top-nav ul{display:block;margin: 0;}

.top-nav ul li{display: inline-block;
position: relative;
/* z-index:100; */}

.top-nav ul li:first-child{margin-left:0;}

.top-nav ul li a {font-weight:600;
text-decoration:none;
padding:11px;
display:block;
color:#ffffff;


}

.top-nav ul li a:hover, .top-nav ul li:hover > a{color:#ffffff;background:#9CA3DA;}

.top-nav ul ul {display: none;
margin: 0;
padding: 0;
width: 150px;
position: absolute;
top: 46px;
left: 0px;
background: #ffffff;
-webkit-box-shadow:  1px 2px 3px 0px rgba(0, 0, 0, 0.2);
        
        box-shadow:  1px 2px 3px 0px rgba(0, 0, 0, 0.2);
}

.top-nav ul ul li {
display:block;
float: none;
background:none;
margin:0;
padding:0;
}
.top-nav ul ul li a {font-size:12px;
font-weight:normal;
display:block;
color:white;
border-left:3px solid #616161;
background:#616161;}

.top-nav ul ul li a:hover, .top-nav ul ul li:hover > a{
background:#fff;
border-left:3px solid #9CA3DA;
color:#797979;
}

.top-nav ul li:hover > ul{ display: block;z-index: 101;}
.top-nav ul ul ul {left: 149px;
	top: 0px;
}

.mobile-menu{display:none;
width:100%;
padding:11px;
background:#424242;
color:#ffffff;
text-transform:uppercase;
font-weight:600;
}
.mobile-menu:hover{background:#3E4156;
color:#ffffff;
text-decoration:none;
}
nav.buttomnavigation ul {margin-bottom: 20px;padding: 5px;}


nav[role=navigation]#bloglistmenu {background: #222222}

@media screen and (min-width:550px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to 
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection. 
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.less styles.
  
  ******************************************************************/
  /*********************
  NAVIGATION STYLES
  *********************/
  
  h1, .h1 {font-size: 2em;}
  .active .wrapper {left: 500px;}
  nav[role=navigation]#bloglistmenu {width: 500px !important;}
  nav[role=navigation]#bloglistmenu li.selected > div {position: absolute;left:250px;top:0;height: 100%;width: 250px;overflow: auto;}
 
  nav[role=navigation]#bloglistmenu li.selected a {color: #777777;font-size:16px;}
  .news article.newsbox .mainbox-inner {padding-right: 160px;}
  .news article.newsbox.thumbnail .mainbox-inner {min-height: 190px;}
  .news article.newsbox .article-header {padding-left: 160px;}
  .news article.newsbox section {padding-left: 160px;}
  .news article.newsbox .news-thumbnail img {width:150px;height: 150px;}
  .boxgenerals .bubble {width: 150px;height: 150px;-webkit-border-radius: 150px;
-moz-border-radius: 150px;
border-radius: 150px;}

	.widget.ad {width: 49.999%;float: left;}
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */
  
  }
  .entry-content .alignleft,
  .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright,
  .entry-content img.alignright, .user-submitted-image {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter,
  .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  
  .mainbox {width: 49.999%;float: left;}
  .mainbox .mainbox-inner {margin-right: 10px;}
  
  
  #present .mainbox.item1 {width: 100%;}

   .sidebar.events .upcomingevent {margin-right: 10px;}
   
   #contentviewmenu li {width: 33.333%;}
   
   
   /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
}

@media screen and (min-width:660px) {

.welcome h1 {font-size: 50px;}
.welcome h2 {font-size: 25px;}


#blogdescription {display: inline;}
.aadum #blogdescription {padding-left: 10px;}


nav.buttomnavigation li span, nav.buttomnavigation li a.page-numbers {display: block;}
nav.buttomnavigation li {width: auto;}
nav.buttomnavigation li a.prev {display: block;float:none;}
nav.buttomnavigation li a.next {display: block;float:none;}
.entry-content img.alignleft {display: inline;margin: 0;float: left;padding-right: 10px;padding-bottom: 10px; }
 .entry-content img.alignright {display: inline;margin: 0;float: right;padding-left: 10px;padding-bottom: 10px; }
 .mainbox.present {width: 33.333%;}
 .mainbox.present.item2, .mainbox.present.item4 {width: 50%;}
 .footer {
  margin-bottom: 20px;
}
}



/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media screen and (min-width:950px) {

  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Grid Stylesheet
  
  I've seperated the grid so you can swap it out easily. It's
  called at the top the style.less stylesheet.
  
  There are a ton of grid solutions out there. You should definitely
  experiment with your own. Here are some recommendations:
  
  http://gridsetapp.com - Love this site. Responsive Grids made easy.
  http://gridpak.com/ - Create your own responsive grid.
  
  The grid below is a combination of the 1140 grid and Twitter Boostrap. 
  I liked 1140 but Boostrap's grid was way more detailed so I merged them 
  together, let's see how this works out. If you want to use 1140, the original 
  values are commented out on each line.
  
  ******************************************************************/
  
  .onecol {
    width: 5.801104972%;
  }
  

  .twocol {
    width: 14.364640883%;
  }
   
  .threecol {
    width: 22.928176794%;
  }
  .fourcol {
    width: 31.491712705%;
  }
  

  .fivecol {
    width: 40.055248616%;
  }

  .sixcol {
    width: 48.618784527%;
  }

  .sevencol {
    width: 57.182320438000005%;
  }

  .eightcol {
    width: 65.74585634900001%;
  }

  .ninecol {
    width: 74.30939226%;
  }

  .tencol {
    width: 82.87292817100001%;
  }

  .elevencol {
    width: 91.436464082%;
  }

  .twelvecol {
    width: 99.999999993%;
  }

  
  .onecol,
  .twocol,
  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol,
  .ninecol,
  .tencol,
  .elevencol,
  .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
  
   .nosidebar {
   max-width: 750px;
  }
  
  .ad .widget-inner {margin-right: 0px;}
  
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    max-width: 1140px;
  }
article.page header, article.post header {padding: 20px 20px 0 20px;margin: 20px auto 0 auto;}
article.page section, article.post section {padding: 0 20px 20px 20px;}

.admin-link {position: absolute;bottom: 0;width: 50%;}
nav[role=navigation]#bloglistmenu > ul {padding-bottom: 50px;}

#tribe-events-content {margin-top: 20px;}
  /*********************
  HEADER SYTLES
  *********************/
  
  #blogname {text-align: left;margin: 0;}
  #search {width: auto;}
  #search .search-form {display: block;}
  #search .search-link {display: none;}
  
  .home #latestnews, .home .events {margin-top: 10px;}

  /*********************
  NAVIGATION STYLES
  *********************/
  .nav {
    background: #eee;
    border: 0;
    /* end .menu ul li */
  
    /* highlight current page */
  
    /* end current highlighters */
  
  }
  .nav li {
    float: left;
    position: relative;
    /*
  		plan your menus and drop-downs wisely.
  		*/
  
    /* showing sub-menus */
  
  }
  .nav li a {
    border-bottom: 0;
    /*
  			you can use hover styles here even though this size
  			has the possibility of being a mobile device.
  			*/
  
  }
  .nav li a:hover,
  .nav li a:focus {
    background-color: #dedede;
  }
  .nav li ul.sub-menu,
  .nav li ul.children {
    margin-top: 0;
    border: 1px solid #ccc;
    border-top: 0;
    position: absolute;
    display: none;
    z-index: 8999;
    /* highlight sub-menu current page */
  
  }
  .nav li ul.sub-menu li,
  .nav li ul.children li {
    /*
  				if you need to go deeper, go nuts
  				just remember deeper menus suck
  				for usability. k, bai.
  				*/
  
  }
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    padding-left: 10px;
    border-right: 0;
    display: block;
    width: 180px;
    border-bottom: 1px solid #ccc;
  }
  .nav li ul.sub-menu li:last-child a,
  .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  .nav li:hover ul {
    top: auto;
    display: block;
  }
  /* end .nav */
  /*********************
  SIDEBARS & ASIDES
  *********************/
  .sidebar {
    margin-top: 20px;
    margin-bottom: 20px;
    
  }
  
  .sidebar.news {margin-top: 20px;}
  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em;
  }

  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  
  }
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }
  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  
  a.menu-link {display: none;}
  #container {
	margin-left: 50px;}
  	
  nav[role=navigation]#bloglistmenu {
  	position: fixed;
  	top: 0;
  	left: -500px;
  	bottom: 0;
  	height: auto;
  	z-index: 1000;
  	width: 550px !important;
  	
  	}
  	
  	 body.hoveractive nav[role=navigation]#bloglistmenu {
  	position: fixed;
  	top: 0;
  	left: 0px;
  	bottom: 0;
  	height: auto;
  	z-index: 1000;
  	
  	}
  	
  	  .hoveractive nav[role=navigation]#bloglistmenu li.selected > div {position: fixed;top:0px;}
  	a.menu-link-hover {display: block;height: 100%;background: #222222;color: #fff;;width: 50px;padding-top: 16px;padding-left: 15px;}
  	.hoveractive a.menu-link-hover {background: #e8e8e8;color: #000;}
  	.no-touch .hoveractive nav[role=navigation]#bloglistmenu {width: 500px !important;}
  	.no-touch .hoveractive nav[role=navigation]#bloglistmenu a.menu-link-hover {display: none;}

  	/*body.hoveractive {overflow: hidden;} */
  	
  	#logodiv {width: auto;text-align: left;}
  	header.header {position:fixed;left:50px;right:0;z-index:999;}

  	
  	#logo {float: left;width: 200px;margin-top: 20px;}
  	
  	/*#search {position: static;float:right;margin-top: 20px;}*/
  	#content {margin: 0 10px;}
  	
  	.sidebar .mainbox {width: 100%}
  	.widget {width: 100%;}
  	
  	#search {background: none;padding-top: 10px;padding-right: 10px;}
  	.widget.margintop {margin-top: 0px !important;}

  	
}

@media screen and (min-width:1200px) {
	nav[role=navigation]#bloglistmenu li.selected .nice_navigation {height:100%;overflow: auto;}
	
	nav[role=navigation]#bloglistmenu li.selected > div {overflow: hidden}
	
	#content {margin: 0 10px 0 0;}
}
@media screen and (min-width:1200px) AND (max-width:1400px) {
	nav[role=navigation]#bloglistmenu {left: -250px;z-index:1;width:550px !important;}
	#container {margin-left: 300px;}
	nav[role=navigation]#bloglistmenu li.selected > div {padding-top: 50px;left:300px;}
	
	.no-touch .hoveractive nav[role=navigation]#bloglistmenu {width: 300px !important;position: fixed;top:0;left:0;}
	.no-touch .hoveractive nav[role=navigation]#bloglistmenu  li.selected > div {left: 50px;display: none;position: absolute;top:50px;width: 250px;}
	.no-touch .hoveractive nav[role=navigation]#bloglistmenu li > a {width: 300px;}
	a.menu-link-hover {position: absolute;left:250px;background: #222222;color: #fff;}
	
}

@media screen and (min-width:1400px) {
	nav[role=navigation]#bloglistmenu {left: 0;z-index:1;width:500px !important;}
	nav[role=navigation]#bloglistmenu:hover {left: auto;}
	nav[role=navigation]#bloglistmenu li.selected > div {left:250px;padding-top: 50px;}
	
	#container {margin-left: 500px;}
	a.menu-link-hover {display: none;}
	header.header {left:250px;}
	.active #container {left: 0;}
	body.active {overflow: auto;}
	.no-touch header.header {z-index: 1001;}
	
}	



.rrssb-buttons.large-format li a,.rrssb-buttons.large-format li a .text{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.clearfix{*zoom:1}.rrssb-buttons{box-sizing:border-box;-moz-box-sizing:border-box;font-family:"Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;height:36px;margin:0;padding:0;width:100%}.rrssb-buttons li{box-sizing:border-box;-moz-box-sizing:border-box;display:block;float:left;height:100%;list-style:none;height:100%;margin:0;padding:0 2.5px}.rrssb-buttons li a{box-sizing:border-box;-moz-box-sizing:border-box;background-color:#ccc;border-radius:2px;display:block;font-size:11px;font-weight:bold;height:100%;padding:11px 7px 12px 27px;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;-webkit-transition:background-color 0.2s ease-in-out;-moz-transition:background-color 0.2s ease-in-out;-o-transition:background-color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out}.rrssb-buttons li a .icon{display:block;height:100%;left:10px;padding-top:9px;position:absolute;top:0;width:10%}.rrssb-buttons li a .icon svg{height:17px;width:17px}.rrssb-buttons li a .icon svg path,.rrssb-buttons li a .icon svg polygon{fill:#fff}.rrssb-buttons li a .text{color:#fff}.rrssb-buttons li a:active{box-shadow:inset 1px 3px 15px 0 rgba(22,0,0,0.25)}.rrssb-buttons li.email a{background-color:#0a88ff}.rrssb-buttons li.email a:hover{background-color:#006ed6}.rrssb-buttons li.email a:active{background-color:#006ed6}.rrssb-buttons li.facebook a{background-color:#306199}.rrssb-buttons li.facebook a:hover{background-color:#244872}.rrssb-buttons li.linkedin a{background-color:#007bb6}.rrssb-buttons li.linkedin a:hover{background-color:#005983}.rrssb-buttons li.twitter a{background-color:#26c4f1}.rrssb-buttons li.twitter a:hover{background-color:#0eaad6}.rrssb-buttons li.googleplus a{background-color:#e93f2e}.rrssb-buttons li.googleplus a:hover{background-color:#ce2616}.rrssb-buttons li.googleplus .style2{fill:#e93f2e}.rrssb-buttons li.googleplus .style3{fill:#e93f2e}.rrssb-buttons li.youtube a{background-color:#df1c31}.rrssb-buttons li.youtube a:hover{background-color:#b21627}.rrssb-buttons li.pinterest a{background-color:#b81621}.rrssb-buttons li.pinterest a:hover{background-color:#8a1119}.rrssb-buttons li.github a{background-color:#444}.rrssb-buttons li.github a:hover{background-color:#2b2b2b}.rrssb-buttons li.small a{padding:0}.rrssb-buttons li.small a .icon{position:relative;margin:0 auto;top:auto;left:auto;overflow:hidden;height:100%;width:100%}.rrssb-buttons li.small a .text{visibility:hidden}.rrssb-buttons.large-format{height:auto}.rrssb-buttons.large-format li{height:auto}.rrssb-buttons.large-format li a{font-size:13px;font-size:1vw;padding:7% 0% 7% 12%;border-radius:0.2em}.rrssb-buttons.large-format li a .icon{left:7%;padding-top:0;width:12%}.rrssb-buttons.large-format li a .icon svg{height:100%;width:100%}.rrssb-buttons.large-format li a .text{font-size:13px;font-size:1vw}.rrssb-buttons.large-format li a:hover{font-size:13px;font-size:1vw;padding:7% 0% 7% 12%;border-radius:0.2em}.rrssb-buttons.small-format{padding-top:5px}.rrssb-buttons.small-format li{height:80%;padding:0 1.5px}.rrssb-buttons.small-format li a .icon{height:100%;padding-top:0}.rrssb-buttons.small-format li a .icon svg{position:relative;top:6px;height:48%;width:80%}.rrssb-buttons.tiny-format{height:22px;position:relative}.rrssb-buttons.tiny-format li{padding-right:7px}.rrssb-buttons.tiny-format li a{background-color:transparent;padding:0}.rrssb-buttons.tiny-format li a .icon svg{height:70%;width:100%}.rrssb-buttons.tiny-format li a:hover{background-color:transparent}.rrssb-buttons.tiny-format li a:active{background-color:transparent}.rrssb-buttons.tiny-format li.email a .icon svg path,.rrssb-buttons.tiny-format li.email a .icon svg polygon{fill:#0a88ff}.rrssb-buttons.tiny-format li.email a:hover .icon svg path,.rrssb-buttons.tiny-format li.email a:hover .icon svg polygon{fill:#0054a3}.rrssb-buttons.tiny-format li.facebook a .icon svg path,.rrssb-buttons.tiny-format li.facebook a .icon svg polygon{fill:#306199}.rrssb-buttons.tiny-format li.facebook a:hover .icon svg path,.rrssb-buttons.tiny-format li.facebook a:hover .icon svg polygon{fill:#18304b}.rrssb-buttons.tiny-format li.linkedin a .icon svg path,.rrssb-buttons.tiny-format li.linkedin a .icon svg polygon{fill:#007bb6}.rrssb-buttons.tiny-format li.linkedin a:hover .icon svg path,.rrssb-buttons.tiny-format li.linkedin a:hover .icon svg polygon{fill:#003650}.rrssb-buttons.tiny-format li.twitter a .icon svg path,.rrssb-buttons.tiny-format li.twitter a .icon svg polygon{fill:#26c4f1}.rrssb-buttons.tiny-format li.twitter a:hover .icon svg path,.rrssb-buttons.tiny-format li.twitter a:hover .icon svg polygon{fill:#0b84a6}.rrssb-buttons.tiny-format li.googleplus a .icon svg path,.rrssb-buttons.tiny-format li.googleplus a .icon svg polygon{fill:#e93f2e}.rrssb-buttons.tiny-format li.googleplus a:hover .icon svg path,.rrssb-buttons.tiny-format li.googleplus a:hover .icon svg polygon{fill:#a01e11}.rrssb-buttons.tiny-format li.googleplus .style2{fill:#e93f2e}.rrssb-buttons.tiny-format li.googleplus .style3{fill:#e93f2e}.rrssb-buttons.tiny-format li.youtube a .icon svg path,.rrssb-buttons.tiny-format li.youtube a .icon svg polygon{fill:#df1c31}.rrssb-buttons.tiny-format li.youtube a:hover .icon svg path,.rrssb-buttons.tiny-format li.youtube a:hover .icon svg polygon{fill:#84111d}.rrssb-buttons.tiny-format li.pinterest a .icon svg path,.rrssb-buttons.tiny-format li.pinterest a .icon svg polygon{fill:#b81621}.rrssb-buttons.tiny-format li.pinterest a:hover .icon svg path,.rrssb-buttons.tiny-format li.pinterest a:hover .icon svg polygon{fill:#5d0b11}.rrssb-buttons.tiny-format li.github a .icon svg path,.rrssb-buttons.tiny-format li.github a .icon svg polygon{fill:#444}.rrssb-buttons.tiny-format li.github a:hover .icon svg path,.rrssb-buttons.tiny-format li.github a:hover .icon svg polygon{fill:#111}


/*




/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .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;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}




