/**
 * HTML5 ✰ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity. */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
  /* Set your base font here, to apply evenly. */
  /* font-family: Georgia, serif;  */
}

/* Headers (h1, h2, etc) have no default font-size or margin. Define those yourself. */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

/* Always force a scrollbar in non-IE: */
html { overflow-y: scroll; }


/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

a, a:active, a:visited, a:hover { color: #e05822;; }



ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists. */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; white-space: pre-line; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } /* thnx ivannikolic! */

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements. */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements. */
button, input, select, textarea { margin: 0; }

/* Colors for form validity. */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
      border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink. */
::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/** Generated by FG **/
@font-face {
  font-family: 'Conv_DINPro-Bold';
  src: url('fonts/DINPro-Bold.eot');
  src: local('☺'), url('fonts/DINPro-Bold.woff') format('woff'), url('fonts/DINPro-Bold.ttf') format('truetype'), url('fonts/DINPro-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/** Generated by FG **/
@font-face {
  font-family: 'Conv_DINPro-Light';
  src: url('fonts/DINPro-Light.eot');
  src: local('☺'), url('fonts/DINPro-Light.woff') format('woff'), url('fonts/DINPro-Light.ttf') format('truetype'), url('fonts/DINPro-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/** Generated by FG **/
@font-face {
  font-family: 'Conv_DINPro-Medium';
  src: url('fonts/DINPro-Medium.eot');
  src: local('☺'), url('fonts/DINPro-Medium.woff') format('woff'), url('fonts/DINPro-Medium.ttf') format('truetype'), url('fonts/DINPro-Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/** Generated by FG **/
@font-face {
  font-family: 'Conv_DINPro-Regular';
  src: url('fonts/DINPro-Regular.eot');
  src: local('☺'), url('fonts/DINPro-Regular.woff') format('woff'), url('fonts/DINPro-Regular.ttf') format('truetype'), url('fonts/DINPro-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}



/**
 * Primary styles.
 *
 * Author:
 */

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  font-family: Verdana;
}

body, p {
 font-family: Verdana;
 padding: 10px 0;
}

.hidden-text {
  cursor: pointer;
  height: 0px !important;
  overflow: hidden;
}

header #logo {
   background-image: url(../img/logo.jpg);
   background-size: 100% 100%;
  padding-top: 171px;
  float: left;
  width: 500px;
  clear: both;
  position: relative;
  top: -35px;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.sidebar {
  width: 210px;
  float: right;

  margin: 0;
}

#sponsors a {
  width: 210px;
  overflow: hidden;
  display: block;
}


.home.blog .main #container {
-webkit-box-shadow:  none;

        box-shadow:  none;

}

.main {
  width: 959px;
  float: left;
}

.main #container,
.home.bloog .main #container {
  float: left;
  width: 959px;
-webkit-box-shadow:  0px 1px 3px 3px rgba(0, 0, 0, .15);

        box-shadow:  0px 1px 3px 3px rgba(0, 0, 0, .15);
        margin-bottom: 35px;
}


header {

}

.home.blog .attachment-single-thumb {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.header-right {

  width: 585px;
  float: right;

}

header nav {
  clear: both;
}

header form {
  float: right;
  margin-bottom: 38px;
}

header form .searchtext {
  -webkit-appearance: none;
  outline: none;
  box-shadow: none;
  border: none;
  font-style: italic;
  background: #ececed;
  height: 21px;
  float:left;
  width: 187px;
}

header form .searchsubmit {
  -webkit-appearance: none;
  border: none;
  box-shadow: none;
  border: none;
  float:left;
  height: 21px;
  background: #797b7e;
  color: white;
  font-size: 8px;
  line-height: 21px;
}

a {
  color: inherit;
}

#tweetview_tweetlist li{
  margin-bottom: 12px;
}
nav a, a.signup, #container .the-date a{
  font-family: Conv_DINPro-Light, Verdana;
  font-weight: normal;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  letter-spacing: 1px;
}

.lt-ie8 nav a, .lt-ie8 a.signup, .lt-ie8 #container .lt-ie8 .the-date a,
.lt-ie8 a.signup b, .lt-ie8 #container .lt-ie8 .the-date a,
.lt-ie8 .entry-content form [type="submit"],
.lt-ie8.entry-content form button,
.lt-ie8 .sidebar .tribe-events-list-widget h3,
.lt-ie8 .sidebar .widget_oauth_twitter_widget h3,
.lt-ie8 .sidebar .tribe-events-list-widget h3 a,
.lt-ie8 .sidebar .tweetview_widget h3,
.lt-ie8.widget_sponsor_widget h3,
.lt-ie8 .entry-content pre {
  font-family: Arial;
}

.tribe-events-list-widget ol {
  margin: 0;
}

body .tribe-events-list-widget ol li {
  margin-bottom: 5px;
}

a.signup.for-e-news {
  background: #E8A11B;
}

a.signup.take-walk {
  background: #8BA52D;
}

.signup, #container .the-date a{
  background: #DF5821;
  padding: 10px 20px;
  display: inline-block;
  margin-right: 17px;
}

#container .the-date {
  margin-bottom: 15px;
}

.bloog h2 a{
  color: #DF5821;
  text-decoration: none;
  margin-bottom: 15px;
}

.bloog h2 {
  margin-bottom: 15px;
}

.bloog h2 a:hover {
  text-decoration: underline;
}

.bloog .post {
  margin-bottom: 25px;
}

.signup + .signup {
  /* margin-right: 0; */
}

a.signup {
  min-width: 160px;
  text-align: center;
}

a.signup b, #container .the-date a {
  font-family: Conv_DINPro-Medium, Verdana;
}
.entry-content form [type="submit"],
.entry-content form button {
  background-color: #e05822;
  color: white;
  -webkit-appeaance: none;
  outline: none;
  border: none;
font-family: Conv_DINPro-Light, Verdana;
font-weight: normal;
text-transform: uppercase;
color: white;
text-decoration: none;
letter-spacing: 1px;
padding: 10px 20px;
}

.hidden {
  display: none;
}

.entry-content form table td {
  padding: 15px;
}

div.socialLinks {
  float:right;
  padding:10px;
}

a.social {
  text-decoration: none;
  /*float: right;*/
  margin-left: 8px;
}

header p {
color: #8BA52D;
line-height: 24px;
width: 388px;
font-size: 12px;
margin-bottom: 35px;
}

header nav{
  position: relative;
}

header nav > div > ul {
  margin-bottom: 70px;

}

#header nav > div > ul:hover > li {
  background: #818285;
      -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
        -ms-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
    transition: all .3s ease-in;

}

.home header nav > div > ul > li {
background: #8BA52D;
}

header nav > div > ul > li {
  float: left;
  background: #818285;
  color: white;
  width: 200px;
  text-align: center;
}

#header nav > div > ul:hover > li:hover,
#header nav > div > ul > li.current-menu-ancestor,
#header nav > div > ul > li.current-menu-item {
 background: #8BA52D;
}

header nav > div > ul > li a {
  display: inline-block;
  width: 199px;
  height: 100%;
  border-right: 1px solid white;
  padding: 10px 0;
  -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
        -ms-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

header nav > div > ul > li:last-child a {
  border-right: 0px solid transparent;
}

header nav > div > ul > li a, header nav > div > ul > li a:visited {
  color: white;
}

header nav > div > ul > li a:hover {
  color: black;
}

header nav > div > ul > li ul {
  display: none;
}

#header nav > div > ul > li.current-menu-ancestor ul,
#header nav > div > ul > li.current-menu-item ul {
  display: block;
  position: absolute;
  left: 0;
  top: 36px;
  background:  #8BA52D;
  width: 100%;
}

#header nav > div > ul > li.hover ul {
  display: block;
    position: absolute;
  left: 0;
  top: 36px;
  background:  #8BA52D;
  width: 100%;
  z-index: 100;
}

#header nav > div > ul > li ul li {
    display: block;
  background:  #8BA52D;
  float: left;
  width: auto;
}



#header nav > div > ul > li ul li a {
  width: auto;
  padding: 10px 20px;
  position: relative;
  border-right: none;
}

#header nav > div > ul > li#menu-item-123.current-menu-item ul li a,
#header nav > div > ul > li#menu-item-123.current-menu-ancestor ul li a,
#header nav > div > ul > li#menu-item-123.hover ul li a,
#header nav > div > ul > li#menu-item-111.hover ul li a,
#header nav > div > ul > li#menu-item-111.current-menu-item ul li a
 {
  padding: 10px 20px;
}

#header nav > div > ul > li ul li a:after {
  position: absolute;
  content: '|';
  right: 0;
}

#header nav > div > ul > li ul li a:hover:after {
  color: white;
}

#header nav > div > ul > li ul li:last-child a:after {
  display: none;
}

#home-slide {
  margin: 0;
  margin-bottom: 30px;
}
#home-slide li {
  display: none;
}

#home-slide li:first-child {
  display: block;
}

.cycle-loaded #home-slide li {
  display: block;
}

.sidebar {
  margin: 0;
}

.sidebar ul { margin: 0; }

.sidebar li { list-style: none;
  line-height: 22px;
}

.sidebar .tribe-events-list-widget li { }

.sidebar .tribe-events-list-widget,
.sidebar .widget_oauth_twitter_widget,
.sidebar .tweetview_widget {
  background: #5C9EB4;
  color: white;
  padding: 15px;

}

.tweetview_widget ul + ul {display: none;}

.tweetview_widget h3 a {
  font-weight: normal;
}

.sidebar .tribe-events-list-widget h3,
.sidebar .widget_oauth_twitter_widget h3,
.sidebar .tribe-events-list-widget h3 a,
.sidebar .tweetview_widget h3 {
  font-family: Conv_DINPro-Light, Verdana;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 9px;
  letter-spacing: 2px;

}

.sidebar .widget_oauth_twitter_widget div {
  margin-bottom: 10px;
  font-style: normal;
}

.sidebar a,
.sidebar a:visited,
.sidebar a:hover {
  color: white;
  text-decoration: none;
}

.sidebar > li {
  margin-bottom: 12px;
}

.sidebar .tribe-events-list-widget dl {
  position: relative;
  clear: both;
}

.sidebar .tribe-events-list-widget dd {
  position: absolute;
  left: 0;
  display: inline;
  float: left;

}

.sidebar .tribe-events-list-widget dt {
  display: block;
  float: left;
  padding-left: 45px;
}

.sidebar .dig-in {
  display: none;
}

.sidebar .blog-image {
  height: 74px;
  width: 100%;
  display: block;
}

.blog-image, .blog-header {
  background: url('../img/blog.png');
  background-color: #8ba62d;
}

.blog-header {
  display: block;
  height: 74px;
  width: 100%;
  background-repeat: no-repeat;
  margin-bottom: 45px;
}

.widget_sponsor_widget h3 {
  text-align: center;
  background: #a3a5a8;
  color: white;
    font-family: Conv_DINPro-Light, Verdana;
    font-weight: normal;
    text-transform: uppercase;
    padding: 10px 0;


}

.widget_sponsor_widget {
  -webkit-box-shadow:  0px 1px 3px 3px rgba(0, 0, 0, .15);

        box-shadow:  0px 1px 3px 3px rgba(0, 0, 0, .15);
}

.sidebar .signup {
  width: 100%;
  text-align: center;
  margin-bottom: 12px;
}

.sidebar .signup:last-child {
  margin-bottom: 0;
}


.home .mini-nav {
  margin: 0;
}

.home .mini-nav li {
  list-style: none;
  float: left;
  margin-left: 34px;
}

.home .mini-nav li:last-child {
  margin-left: 35px;
}

.home .mini-nav li:first-child {
  margin-left: 0px;
}

footer nav a,
footer nav a:visited {
  color: #adafb0;
  text-transform: none;
  font-size: 12px;
}

footer nav a:hover {
  color: black;
}

footer {
  margin-top: 75px;
  float: left;
  width: 100%;
}



footer nav > div > ul > li > a {
  text-transform: uppercase;
}

footer nav > div > ul > li {
  float: left;
  width: 165px;
  border-left: 1px solid #f0f1f1;
  padding-left: 18px;
}

footer nav > div > ul > li > ul > li {
  float: left;
  clear: left;
}

.actual-footer {
  float: left;
  clear: left;
  color: #7f8184;
  width: 100%;
  margin-top: 25px;
}

.main {position: relative;}

#pager {
  position: absolute;
  float: right;
  right: 0;
  top: 289px;
  z-index: 200;
}

#pager a {
  color: transparent;
  display: inline-block;
  border-radius: 100px;
  background: white;
  height: 30px;
  width: 30px;
  margin-right: 15px;
  opacity: .75;
}

#pager a.activeSlide {
  background: grey;
}


#container {
  padding: 45px 120px 45px 50px;
}

#container p {
  margin: 0;
  padding: 0;
  line-height: 22px;
}

#container .wrapper .featured {
  float: left;
  margin: 0 20px 20px 0;
}

#container .featured {
  margin-bottom: 45px;
}

.wp-caption-text,
.events-archive .tribe-events-event-entry p.wp-caption-text {
  font-size: 11px;
  line-height: 15px;
  padding-right: 10px;
  font-style: italic;

}

#container .quote {
  position: relative;
  background: #8ba62d;
  color: white;
  width: 310px;
  padding: 25px;
  padding-bottom: 35px;
  float: right;
  display: inline;
  margin: 25px 0 45px 25px;
  font-weight: bold;
    font-family: Arial;
line-height: 23px;
font-size: 14px;

}

#container .quote span {
  font-weight: normal;
  position: relative;
  font-size: 12px;
  top: 10px;
  line-height: 10px;
}

#container .quote:after {
  content: '';
  background: url('../img/quote-tail.jpg');
  display: inline-block;
  width: 34px;
  height: 40px;
  position: absolute;
  bottom: -40px;
  right: 47px;
}

.single-post .entry-title a,
.entry-title a {
  color: #e05822;
  text-decoration: none;
  font-size: 24px;
  margin-bottom: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.single-post .entry-title,
.page .entry-title {
  margin-bottom: 15px;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}

.entry-content address {
  font-size: 10px;
  font-style: normal;

}

.search .hentry {
  margin-bottom: 25px;
}

.single #container h1,
.single #container h2,
.single #container h3,
.single #container h4,
.single #container h5,
.page #container h1,
.page #container h2,
.page #container h3,
.page #container h4,
.page #container h5,
.events-gridview .tribe-events-cal-title,
.events-list h1,
.events-list h2,
.events-list h3,
.events-list h4,
.events-list h5,
.events-list h6 {
    color: #e05822;
}

.events-gridview .tribe-events-calendar td.tribe-events-present .daynum,
.events-gridview .tribe-events-calendar td.tribe-events-present .daynum > a,
.events-gridview .tribe-events-calendar-buttons a.tribe-events-button-on {
  background-color: #e05822;
}

.single #container h1,
.page #container h1 { font-size: 22px; }
.single #container h2,
.page #container h2 { font-size: 20px; }
.single #container h3,
.page #container h3 { font-size: 18px; }
.single #container h4,
.page #container h4 { font-size: 16px; }
.single #container h5,
.page #container h5 { font-size: 14px; }

.single  blockquote {
  padding-left: 30px;
  border-left: 3px solid grey;
  margin-left: 10px;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.single #container .post img {
  max-width: 100%;
}

.pagination {
  margin: 25px 0;
}

.pagination a {
      color: #e05822;
      text-decoration: none;
}

.pagination a:hover {
  text-decoration: underline;
}

#container .entry-content {
  line-height: 22px
}

#container .tag-legacy p,
#container .tag-legacy ul {
  margin: 10px 0;
}

#container .tag-legacy ul {
  margin-left: 20px;
}

.tag-legacy img {
  display: none;
}

#container .entry-content em {
  font-style: italic;
}

.tweetview-widget-time-ago {
  display: none;

}

.tweetview_widget  ul:last-child {
  margin-top: 10px;
}

.tribe-events-event h2 {
  margin-bottom: 15px;
}
 .two-column {

 }

 .two-column .column-1, .two-column .column-2 {
  width: 50%;
  float: left;
  padding-right: 20px;
 }

 .two-column .full-width {
  float: left;
  clear: left;
  width: 100%;
 }

 .entry-content pre {
  background-color: #e05822;
  font-family: Conv_DINPro-Medium, Verdana, sans-serif;
  color: white;
  display: block;
  width: 100%;
  margin: 0;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 10px 20px;
 }

.page .entry-content div {
  margin-bottom: 22px;
}

.page .entry-content ul {
  margin-bottom: 22px;
}

.page .entry-content ul ul {
  margin-bottom: 0;
}

.single-tribe_events .tribe-events-event-meta {
  clear: both;
}





/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement. */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Hide visually and from screenreaders, but maintain layout. */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; visibility: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }



/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here. */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here. */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you:
     j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links. */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/* Setting the color of the sidebar calendar widget to black*/
.sidebar a:visited {
  color: #525252;
}
.no-break {
	min-width: 388px;
}