/******************************************************************
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
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
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 */

}
/*
 * 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;
}
/* ==========================================================================
   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;
}
/*
 * 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: 1em 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;
}
/*
 * 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.
******************************************************************/
ul,
ol {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
/* proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens) */
p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -epub-hyphens: auto;
  hyphens: auto;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
/******************************************************************
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'
*********************/
/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */.clearfix {
  /* for IE */

  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
TOOLS
*********************/
/* http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement/ */
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*********************
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.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('http://blogs.blouinnews.com/wp-content/themes/BN-blogs-bones-responsive-v2_2/library/fonts/font-name.eot');
    	src: url('http://blogs.blouinnews.com/wp-content/themes/BN-blogs-bones-responsive-v2_2/library/fonts/font-name.eot#iefix') format('embedded-opentype'),
             url('http://blogs.blouinnews.com/wp-content/themes/BN-blogs-bones-responsive-v2_2/library/fonts/font-name.woff') format('woff'),
             url('http://blogs.blouinnews.com/wp-content/themes/BN-blogs-bones-responsive-v2_2/library/fonts/font-name.ttf') format('truetype'),
             url('http://blogs.blouinnews.com/wp-content/themes/BN-blogs-bones-responsive-v2_2/library/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;
}
/* alerts & notices */
.alert {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.help {
  border-color: #e8dc59;
  background: #ebe16f;
}
.info {
  border-color: #bfe4f4;
  background: #d5edf8;
}
.error {
  border-color: #f8cdce;
  background: #fbe3e4;
}
.success {
  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: .rounded(4px); 

*/
/* 
Instead of having a seperate mixin for the different
borders, we're using the mixin from 320 & Up to make
things easier to use.

USAGE: .border-radius(4px,4px,0,0);

*/
/*********************
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 SIZING
*********************/
/* .boxSizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So 
probably best not to use it. I mean, were you going to anyway? */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0 0 4px #444); */
/*********************
BUTTONS
*********************/
.button,
.button:visited {
  border: 1px solid #931f21;
  border-top-color: #ac2426;
  border-left-color: #ac2426;
  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: #b52628;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ca2a2d), to(#b52628));
  background-image: -webkit-linear-gradient(top, #ca2a2d, #b52628);
  background-image: -moz-linear-gradient(top, #ca2a2d, #b52628);
  background-image: -o-linear-gradient(top, #ca2a2d, #b52628);
  background-image: linear-gradient(to bottom, #ca2a2d, #b52628);
}
.button:hover,
.button:visited:hover,
.button:focus,
.button:visited:focus {
  color: #ffffff;
  border: 1px solid #931f21;
  border-top-color: #76181a;
  border-left-color: #76181a;
  background-color: #a02124;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b52628), to(#a02124));
  background-image: -webkit-linear-gradient(top, #b52628, #a02124);
  background-image: -moz-linear-gradient(top, #b52628, #a02124);
  background-image: -o-linear-gradient(top, #b52628, #a02124);
  background-image: linear-gradient(to bottom, #b52628, #a02124);
}
.button:active,
.button:visited:active {
  background-color: #ca2a2d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b52628), to(#ca2a2d));
  background-image: -webkit-linear-gradient(top, #b52628, #ca2a2d);
  background-image: -moz-linear-gradient(top, #b52628, #ca2a2d);
  background-image: -o-linear-gradient(top, #b52628, #ca2a2d);
  background-image: linear-gradient(to bottom, #b52628, #ca2a2d);
}
.blue-button,
.blue-button:visited {
  border-color: #0e2451;
  text-shadow: 0 1px 1px #0e2451;
  background-color: #122e66;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#16387c), to(#122e66));
  background-image: -webkit-linear-gradient(top, #16387c, #122e66);
  background-image: -moz-linear-gradient(top, #16387c, #122e66);
  background-image: -o-linear-gradient(top, #16387c, #122e66);
  background-image: linear-gradient(to bottom, #16387c, #122e66);
  -webkit-box-shadow: inset 0 0 3px #2257c1;
  -moz-box-shadow: inset 0 0 3px #2257c1;
  box-shadow: inset 0 0 3px #2257c1;
}
.blue-button:hover,
.blue-button:visited:hover,
.blue-button:focus,
.blue-button:visited:focus {
  border-color: #0a1b3b;
  background-color: #0e2451;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#13306b), to(#0e2451));
  background-image: -webkit-linear-gradient(top, #13306b, #0e2451);
  background-image: -moz-linear-gradient(top, #13306b, #0e2451);
  background-image: -o-linear-gradient(top, #13306b, #0e2451);
  background-image: linear-gradient(to bottom, #13306b, #0e2451);
}
.blue-button:active,
.blue-button:visited:active {
  background-color: #16387c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#122e66), to(#16387c));
  background-image: -webkit-linear-gradient(top, #122e66, #16387c);
  background-image: -moz-linear-gradient(top, #122e66, #16387c);
  background-image: -o-linear-gradient(top, #122e66, #16387c);
  background-image: linear-gradient(to bottom, #122e66, #16387c);
}
/*
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.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
* {
  margin: 0;
  padding: 0;
}
/* Stock Tags */
p {
  padding: 0px;
  margin-bottom: 14px;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
hr {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  margin: 0 auto;
}
.clear {
  clear: both;
}
.hide {
  display: none;
}
.push {
  padding-top: 20px;
}
/* Typography */
h1 {
  font-size: 26px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
body {
  font: normal 12px/18px Helvetica, Arial, sans-serif;
}
p {
  font-size: 15px;
  line-height: 24px;
}
a:link {
  text-decoration: none;
  color: #006bb2;
}
a:active,
.active {
  color: #d3323f !important;
}
a:visited {
  color: #006bb2;
}
a:hover {
  color: #d63d3d !important;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
#header {
  clear: both;
  position: relative;
  margin: 0 auto;
  width: 100%;
}
#sidebar-first {
  float: left;
  width: 230px;
  margin-right: 30px;
}
#container {
  margin-bottom: -20px;
}
#contentwrap,
#pre-region,
#post-region {
  margin: 30px auto 40px auto;
  clear: both;
  width: 100%;
}
/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* home page */
/* blog page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
.search a {
  color: #006bb2;
}
.search a:visited {
  color: #006bb2;
}
/* search page */
/* search result page */
.search-results {}
.search-results #content .eightcol article {
  border-bottom: 1px dotted #aaa;
  padding: 20px 10px;
}
.search-results article header {}
.search-results article section {}
  .search-results article .post-content { margin-bottom: 0; padding-left: 0; }
  .search-results article .post-content h3 { font: bold 21px/25px Helvetica, Arial, sans-serif; margin-bottom: 3px; }
    .search-results article .post-content h3 a { text-decoration: none; color: #000; }
  .search-results article .post-content .meta { }
    .search-results article .post-content .comments-meta a { text-decoration: none; }
  .search-results article .post-content .wp-caption { float: right; padding-left: 20px; margin-bottom: 10px; max-width: 180px; }
  .search-results article .post-content .post-thumbnail { float: right; margin-bottom: 0; padding-left: 20px; }
  .search-results article .post-content .post-thumbnail img { margin: 0; float: right; }
.search-results article footer { padding-bottom: 0; }


/* 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 */
/* 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) */
/*********************
NAVIGATION STYLES
*********************/
.nav {
  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 ul.sub-menu,
.nav li ul.children {
  width: 200px;
  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 */
/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
/*
		This 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%;
}
/* 4.85%;  } /* grid_1  */
.twocol {
  width: 14.364640883%;
}
/* 13.45%; } /* grid_2  */
.threecol {
  width: 22.928176794%;
}
/* 22.05%; } /* grid_3  */
.fourcol {
  width: 31.491712705%;
}
/* 30.75%; } /* grid_4  */
.fivecol {
  width: 40.055248616%;
}
/* 39.45%; } /* grid_5  */
.sixcol {
  width: 48.618784527%;
}
/* 48%;    } /* grid_6  */
.sevencol {
  width: 57.182320438000005%;
}
/* 56.75%; } /* grid_7  */
.eightcol {
  width: 65.74585634900001%;
}
/* 65.4%;  } /* grid_8  */
.ninecol {
  width: 74.30939226%;
}
/* 74.05%; } /* grid_9  */
.tencol {
  width: 82.87292817100001%;
}
/* 82.7%;  } /* grid_10 */
.elevencol {
  width: 91.436464082%;
}
/* 91.35%; } /* grid_11 */
.twelvecol {
  width: 99.999999993%;
}
/* 100%;   } /* grid_12 */
/* layout & column defaults */
.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;
}
dl,
menu,
ol,
ul {
  margin: 0;
}
/*
No Grid? Say Whaaaat?
There's really no need for all that
extraneous grid css since floating
columns wouldn't really fit on such a
small screen, so let's only bring it in
when we're ready for it.
*/
/*********************
LINK STYLES
*********************/
a,
a:visited {
  color: #006bb2;
  /* on hover */

  /* on click */

  /* mobile tap color */

}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  color: #008ae5;
  text-decoration: underline;
}
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);
}
/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 500;
  /*
	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: normal 2em/1.333em 'Droid Sans', Helvetica, arial, sans-serif;
}

h2, .h2 {
	font-size: 1.75em;
	line-height: 1.4em;
	margin-bottom: 0.375em;
}

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;
}
*/
.advertisment {
  display: block;
  text-align: center;
  padding: 10px auto;
}
.leaderboard {
  position: relative;
}
.sidebar_ad {
  padding-top: 7px;
  border-top: 1px solid #ccc;
}
/*********************
SECTION TITLE SYTLES
*********************/
.section {
  width: 600px;
  margin-top: 27px;
  clear: both;
  height: auto;
}
.section-head,
.section-head-centered {
  border-bottom: 1px solid #ccc;
  float: left;
  padding: 0;
  margin: -21px 0 22px 0;
  width: 100%;
}
.section-head {
  text-align: left;
}
.section-head-centered {
  text-align: center;
}
.section-head .section-head-block {
  padding: 0px 10px 5px 0;
  font: normal 22px/21px 'Oswald', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.section-head-centered .section-head-block {
  padding: 0px 10px;
  font: normal 22px/21px 'Oswald', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.section-head-block {
  width: auto;
  position: relative;
  top: 10px;
  color: #333;
}
.section-head span {
  background: white;
  padding: 0px 10px 5px 0;
}
.section-head-centered span {
  background: white;
  padding: 0px 10px;
}
/*********************
GLOBAL HEADER SYTLES
*********************/
/* BEGIN GRAY GLOBAL NAV */
#globalnavwrap {
  background: white;
  display: block;
  height: 36px;
  padding: 4px 0 0 0;
  position: relative;
}
#globalnav-outer {
  background: url('../images/bg-nav-global.jpg') 0 0 repeat-x;
  background: -moz-linear-gradient(top, #f8f8f8 0%, #dadada 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #dadada));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #f8f8f8 0%, #dadada 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #f8f8f8 0%, #dadada 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #f8f8f8 0%, #dadada 100%);
  /* IE10+ */

  background: linear-gradient(top, #f8f8f8 0%, #dadada 100%);
  /* W3C */

  border-bottom: 1px solid #cbcbcb;
  border-top: 1px solid #e8e8e8;
}
#globalnav {
  display: block;
  width: 100%;
  height: 36px;
  margin: 0 auto;
  position: relative;
}
.menu-global li {
  display: block;
  float: left;
  border-right: 1px solid #faf9f9;
  border-left: 1px solid #c6c4c4;
}
.menu-global li:hover {
  background: #dadada;
  /* Old browsers */

  background: -moz-linear-gradient(top, #dadada 0%, #f8f8f8 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dadada), color-stop(100%, #f8f8f8));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #dadada 0%, #f8f8f8 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #dadada 0%, #f8f8f8 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #dadada 0%, #f8f8f8 100%);
  /* IE10+ */

  background: linear-gradient(top, #dadada 0%, #f8f8f8 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dadada', endColorstr='#f8f8f8', GradientType=0);
  /* IE6-8 */

}
.menu-global li a {
  color: #000000;
  display: block;
  text-decoration: none;
  font: normal 11px/13px 'Puritan', Helvetica, sans-serif;
  padding: 12px 6px;
}
.menu-global li.active {
  background: #ffffff url('../images/bg-global-nav-shadow.jpg') repeat-x;
  border-bottom: 1px solid #ffffff;
  border-left: none;
  border-right: none;
  padding: 8px 0 0 0;
  margin-top: -8px;
  color: #d3323f;
  position: relative;
  top: 1px;
  left: auto;
}
.menu-global li.active a {
  color: #d3323f;
  font-size: 12px;
}
.menu-global .active:hover {
  background: #ffffff url('../images/bg-global-nav-shadow.jpg') repeat-x !important;
}
.menu-global {
  float: left;
}
#global-login {
  float: right;
  margin-top: 5px;
  text-transform: uppercase;
}
#global-login li {
  float: left;
  display: block;
  border: 0;
  margin: 5px;
}
#global-login li:first-child {
  padding-right: 10px;
  border-right: 1px dotted #999;
}
#global-login li:hover,
#global-login li a:hover {
  background: none;
}
#global-login li a {
  font: normal 10px/10px Arial, Helvetica, sans-serif;
  color: #000;
}
/* END GRAY GLOBAL NAV */
/* BEGIN SITE-SPECIFC SMALL NAV */
#site-nav {
  margin-top: 16px;
  float: right;
  position: relative;
}
#site-nav li {
  display: block;
  float: left;
  border-right: 1px solid #ccc;
  padding: 0 10px 0 10px;
  height: 16px;
}
#site-nav li a {
  font: normal 10px/18px Arial, Helvetica, sans-serif;
  color: #006699;
  text-decoration: none;
  margin-right: 3px;
  text-transform: uppercase;
}
/* dropdown entries */
#site-nav .editions:after,
#site-nav .videos:after,
#site-nav .slideshows:after {
  content: '';
  position: absolute;
  margin: 7px 5px 0 2px;
  background: url('../images/arrow-sprite.png') no-repeat 0 -6px;
  width: 5px;
  height: 3px;
}
/* no arrow dropdown entries */
#site-nav .blogs {
  background: none;
  padding-right: 5px;
}
#site-nav li:last-child {
  border: none;
}
/* END SITE-SPECIFIC SMALL NAV */
/* SITE LOGO */
#site-logo {
  float: left;
  width: auto;
  margin: 15px 10px 10px 10px;
}
#site-logo img {
  width: 100%;
}
#site-category {
  display: none;
}
/* SITE LOGO *//* SEARCH AREA */
#search-box {
  background: url('../images/search-bg.jpg');
  padding: 5px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin-top: 15px;
  clear: right;
  float: right;
}
#search-box .searchwrap {
  background: white;
  border: 1px solid #ccc;
  padding: 5px 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 260px;
  position: relative;
}
#search-box #searchfield {
  float: left;
  background: transparent url('../images/search-icon.jpg') no-repeat left center;
  border: 0;
  padding: 5px 5px 5px 25px;
  width: auto;
}
#search-box #submit {
  float: right;
  background: #0f99dc;
  border: 0;
  padding: 5px;
  margin: 0;
  color: #ffffff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
#search-box #submit:hover {
  cursor: cursor;
}
/* SEARCH AREA */
/* MAIN NAV */
.main-nav-wrap {
  clear: both;
  height: 36px;
  height: auto !important;
  /* mobile */

  /* also include bg image? */
  background: #0a4793;
}
.main-nav {
  clear: both;
  z-index: 100;
  position: relative;
  width: 100%;
}
.main-nav-inner {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.main-nav li {
  float: none;
  display: block;
  width: 100%;
  background: #0a4793;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-right: 1px solid #4d81aa;
  border-bottom: 1px solid #3d6687;
}
.main-nav li:first-child {
  border-top: 1px solid #3d6687;
}
/* jQuery injected */
.main-nav-wrap li:hover,
.mainmenu-hover {
  background: #e6e6e6;
  /* Old browsers */

  z-index: 10;
}
.main-nav li:hover a {
  color: #d63d3d;
}
.main-nav li a,
.main-nav li a:visited {
  padding: 9px 14px 9px 8px;
  display: block;
  color: #f0f0f0;
  text-decoration: none;
  font-family: 'Cabin Condensed', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
}
.main-nav li a:after {
  content: '';
  position: absolute;
  margin: 7px 0 0 5px;
  /* background: url('../images/arrow-sprite.png') no-repeat 0 -6px; */

  width: 5px;
  height: 3px;
}
.main-nav li.noarrow a,
.main-nav li.noarrow a:after {
  background: none !important;
  margin: 0 !important;
  padding-right: 11px !important;
  width: auto;
  height: 18px;
}
/*.dropdown {
	background: @white;
	border: 2px solid #ccc;
	border-top: 0;
	
	display: none; 
	max-width: 980px;
	position: absolute;
	top: auto;
	
	box-shadow: 0px 5px 10px #999;
	-moz-box-shadow: 0 5 10px #999;
	-webkit-box-shadow: 0 5 10px #999;
	}
.dropdown ul { float: left; }
.dropdown li { list-style-type: none; float: none; border: 0; margin: 0; padding: 0; }
	.dropdown li { background: none; }
	.dropdown li a:after { background: none; }

.dropdown .left { background: #f9f9f9; padding: 15px; }
	.dropdown .left li { 
		text-transform: uppercase; 
		font-size: 11px; 
		font-weight: bold; 
		margin-bottom: 10px;
		padding-right: 20px;
		background: none;
		}
	.dropdown .left li a { 
		padding: 0;
		display: block;
		color: @bn-blue;
		font: bold 11px/11px helvetica, arial, sans-serif; 
		}
		.dropdown .left li:first-child { background: url('../images/subnav-home.gif') no-repeat right center; }
.dropdown .right { padding: 15px; float: left; }
	.dropdown .column { 
		float: left;
		margin-right: 30px;
		}
	.dropdown .col-heading { display: block; font-weight: bold; font-size: 10px; text-transform: uppercase; } 
	.dropdown .column ul { clear: both; }
	.dropdown .right li {
		background: none; 
		}
	.dropdown .right li a { 
		padding: 0;
		display: block;
		color: @bn-blue;
		font: normal 12px/18px helvetica, arial, sans-serif; 
		text-transform: capitalize;
		}
*/
/* jQuery injected class for hover state */
.mainmenu-hover .dropdown-news,
.mainmenu-hover .dropdown-politics,
.mainmenu-hover .dropdown-business,
.mainmenu-hover .dropdown-technology,
.mainmenu-hover .dropdown-science-health,
.mainmenu-hover .dropdown-entertainment,
.mainmenu-hover .dropdown-arts,
.mainmenu-hover .dropdown-lifestyles,
.mainmenu-hover .dropdown-travel {
  display: block;
}
.mainmenu-hover .dropdown-news {
  left: 45px;
}
.mainmenu-hover .dropdown-politics {
  left: 111px;
}
.mainmenu-hover .dropdown-business {
  left: 195px;
}
.mainmenu-hover .dropdown-technology {
  left: 286px;
}
.mainmenu-hover .dropdown-science-health {
  right: 0;
}
.mainmenu-hover .dropdown-entertainment {
  right: 0;
}
.mainmenu-hover .dropdown-arts {
  right: 0;
}
.mainmenu-hover .dropdown-lifestyles {
  right: 0;
}
.mainmenu-hover .dropdown-travel {
  right: 0;
}
/* MAIN NAV END */
/* Mobile main nav */
.mobile_navbox {
  background: #0a4793;
  color: white;
  font: 300 20px/18px 'Yanone Kaffeesatz', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.mobile_navbox div {
  background: #0a4793 url('../images/dropdown-mainnav-arrow.png') no-repeat 96% 50%;
  float: left;
  padding: 9px 16px 9px 10px;
  width: 33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mobile_navbox div:hover {
  background: #e6e6e6;
  color: #d63d3d;
  cursor: pointer;
}
.mobile_navbox .nav_select {
  border-right: 1px solid #4d81aa;
  width: 44%;
}
.mobile_navbox .blog_select {
  width: 44%;
}
.mobile_navbox .mobile_search {
  width: 12%;
  background: #808080 url('../images/mobile_search_icon.png') no-repeat center 50%;
  text-indent: -9999em;
}
.mobile_navbox .mobile_search:hover {
  background: #000000 url('../images/mobile_search_icon.png') no-repeat center 50%;
}
.main-nav {
  display: none;
}
.blogs_nav {
  display: none;
  padding: 10px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: normal 14px/18px Helvetica, Arial, sans-serif;
}
.blogs_nav .header {
  clear: both;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}
.blogs_nav ul {
  margin: 0 0 20px;
  padding: 0;
}
.blogs_nav ul:before,
.blogs_nav ul:after {
  content: " ";
  display: table;
}
.blogs_nav ul:after {
  clear: both;
}
.blogs_nav li {
  float: left;
  width: 50%;
  margin-bottom: 10px;
}
.blogs_nav li a:hover {
  text-decoration: none;
}
.mobile_search_dd {
  display: none;
  background: #ffffff;
  border-bottom: 1px solid #ccc;
  font-size: 15px;
  width: 100%;
  height: 36px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mobile_search_dd #searchform {
  border: 0;
  padding: 0;
}
.mobile_search_dd #searchform #s {
  width: 86%;
  margin: 0;
  padding: 9px 5px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mobile_search_dd #searchsubmit {
  background: #333;
  width: 12%;
  float: right;
  position: relative;
  border: none;
  padding: 10px;
  margin: 0 0 0 -5px;
  text-indent: -9999em;
}
/* SUB NAV */
#sub-nav-wrap {
  background: #f6f6f6;
}
#sub-nav-inner {
  width: 100%;
  margin: 0 auto;
}
#sub-nav {
  background: #f6f6f6;
  height: 36px;
}
#sub-nav li {
  float: left;
  margin: 0;
  padding: 9px;
  list-style-type: none;
}
/* SUB NAV */
/*********************
HEADER STYLES
*********************/
.logo {
  margin: 10px 0;
}
/*********************
BRANDED BLOG HEADER
*********************/
.directory {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  margin: 14px 0;
  padding-left: 10px;
}
.directory a {
  padding: 5px 10px;
  font-size: 12px;
}
.directory .all {
  /* border-right: 1px solid #ccc;
		padding-left: 0; */

}
.branded-blog {
  color: #666666;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
  padding: 14px 0;
  margin: 18px 0 18px 0;
}
.branded-blog .blog-details {
  float: left;
  padding-bottom: 6px;
  padding-left: 10px;
}
.branded-blog .blog-details .title {
  font: 400 29px/34px 'Nobile', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  width: 375px;
}
.branded-blog .blog-details .title a,
.branded-blog .blog-details .title a:link,
.branded-blog .blog-details .title a:visited,
.branded-blog .blog-details .title a:active,
.branded-blog .blog-details .title a:focus {
  color: #CA2A2D;
  text-decoration: none;
  text-shadow: #fff 0 1px 0;
}
.branded-blog .blog-details .author {
  font-weight: bold;
  width: 250px;
}
.branded-blog .blog-details .author span {
  float: left;
  margin-right: 3px;
}
.branded-blog .blog-details .author a {
  color: #666;
}
.branded-blog .blog-details .author li {
  float: left;
  list-style-type: none;
  margin-right: 3px;
}
.branded-blog .blog-details .author li:after {
  content: ', ';
}
.branded-blog .blog-details .author li:last-child:after {
  content: none;
}
.branded-blog .blog-details .author li:last-child:before {
  content: ' & ';
}
.branded-blog .social {
  position: relative;
  top: 5px;
  clear: left;
}
.branded-blog .social ul li {
  float: left;
  margin: 0;
  background: url('../images/branded-sprite.png') no-repeat;
}
.branded-blog .social ul li a {
  display: block;
  margin-right: 4px;
  height: 17px;
  width: 19px;
  text-indent: -9999em;
}
.branded-blog .social ul .connect {
  background: none;
  width: auto;
}
.branded-blog .social ul .soc_email {
  background-position: 0 -78px;
}
.branded-blog .social ul .soc_rss {
  background-position: 0 -104px;
}
.branded-blog .social ul .soc_fb {
  background-position: 0 -26px;
}
.branded-blog .social ul .soc_tw {
  background-position: 0 0px;
}
.branded-blog .social ul .soc_li {
  background-position: 0 -52px;
}
.branded-blog .social ul .button_tw,
.branded-blog .social ul .button_fb,
.branded-blog .social ul .about {
  background-image: none;
  margin-right: 6px;
}
.branded-blog .social ul .about a { 
  width: auto;
  text-indent: 0;
}
.branded-blog .image {
  float: left;
  padding: 0 20px 2px 0px;
}
.branded-blog .blog-info {
  /* mobile only */

  display: none;
  padding: 10px 0 10px 10px;
}
.branded-blog .blog-info .follow {
  /*border-right: 1px solid #ccc;*/
  margin-right: 10px;
  padding-right: 10px;
  font: normal 20px/24px 'Oswald', "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: left;
  margin-bottom: 12px;
}
.branded-blog .blog-info .about {
  float: left;
  font: normal 20px/24px 'Oswald', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.branded-blog .blog-info .about a {
  color: #666666;
}
.branded-blog .blog-info .about a:hover {
  text-decoration: none;
}
.branded-blog .blog-info .email {
  clear: both;
  border: 1px solid #ccc;
  padding: 5px;
  width: 300px;
}
.branded-blog .blog-info .email input {
  border: 0;
}
.branded-blog .blog-info .email #email {
  padding: 4px 5px;
  float: left;
  width: 65%;
}
.branded-blog .blog-info .email #submit {
  float: right;
  background: #999;
  color: white;
  padding: 5px 8px;
  text-transform: uppercase;
  font-size: 10px;
}
.branded-blog .right {
  float: left;
}
.about-snippet {
  margin-bottom: 30px;
}
.about-snippet .title {
  font: normal 20px/20px 'Oswald', "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: left;
  border-right: 3px solid #ddd;
  margin-right: 20px;
  padding: 20px 20px 20px 0;
}
.about-snippet .snippet {
  color: #cacaca;
  font-size: 15px;
}
.about-snippet .snippet a {
  font-style: normal;
  color: #ca2a2d;
}
/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function, this is so we can
easily just write on group of styles for
the navs on the site and our css is cleaner
and moe 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;
  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.less 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;
}
/* end .nav */
/*********************
BLOG GRID (directory) STYLES
*********************/
.page-template-includesblog-directory-php #content #sidebar1 {
  padding-top: 40px;
}
.blog-filter {
  font: normal 18px/38px 'PT Sans Narrow', helvetica, arial, sans-serif;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
  margin: 15px 0 30px 0;
  text-rendering: optimizespeed;
}
.blog-filter h1 {
  font: 400 36px/34px 'Yanone Kaffeesatz', Helvetica, Arial, sans-serif;
  text-rendering: optimizespeed;
  text-transform: uppercase;
  float: left;
  display: block;
  margin: 0;
}
.blog-filter ul {
  float: left;
  display: block;
  margin: 15px 0 0 15px;
}
.blog-filter ul li {
  padding: 0 15px;
  border-right: 1px solid #a1a1a1;
  float: left;
  display: block;
  line-height: 1em;
}
.blog-filter ul li:last-child {
  border-right: 0;
}
.blog-filter ul li a {
  color: #515050;
  text-decoration: none;
}
.blog-filter ul li a:hover,
.blog-filter ul li a:active {
  color: #db0303;
}
.blog-grid {
  border-bottom: 5px solid #dcdbdb;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.blog-grid li {
  float: left;
  width: 50%;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 10px;
}
.blog-grid li:before,
.blog-grid li:after {
  content: " ";
  display: table;
}
.blog-grid li:after {
  clear: both;
}
.blog-grid li:hover {
  background: #f4f4f4;
}
.blog-grid li:nth-child(2n) {
  /* was (3n) */
  margin-right: 0;
}
.blog-grid .item img {
  float: left;
  padding: 0 10px 10px 0;
}
.blog-grid .item .title h2 {
  margin: 0;
  font: 400 20px/24px 'Cabin Condensed', Helvetica, Arial, sans-serif;
  text-rendering: optimizespeed;
}
.blog-grid .item .title h2 a {
  color: #000;
}
.blog-grid .item .tagline {
  font: normal 13px/16px Arial, Helvetica, sans-serif;
}
.blog-grid .item .more {
  display: block;
  margin-top: 3px;
}
.blog-grid .item .more a {
  font: bold 13px/13px Helvetica, Arial, sans-serif;
  color: #ca2a2d;
  text-decoration: none;
}
.blog-grid .item .more a:hover {
  text-decoration: underline;
}
/* ##### BLOG DIRECTORY ##### */
/*********************
POSTS & CONTENT STYLES
*********************/
#inner-content {
  margin-top: 10px;
  width: 100%;
}
#inner-content .eightcol {
  width: 100%;
}
#inner-content #sidebar1 {
  width: 95%;
  padding: 2.5%;
  margin-left: 0;
}
article {
  margin: 0;
  padding: 15px;
}
article .article-header {
  padding-bottom: 5px;
  margin-bottom: 12px;
}
article a,
article a:visited {
  color: #000000;
}
article a:hover,
article a:visited:hover {
  color: #ca2a2d;
}
article h1 {
  margin: 0 0 10px 0;
  clear: left;
  font: bold 32px/36px "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -1px;
}
article h1 a {
  color: #000000;
}
article h1 a:hover {
  text-decoration: none;
}
article .meta {
  float: left;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  border-right: 1px solid #ccc;
  color: #999;
  font: normal 12px/18px Helvetica, Arial, sans-serif;
}
article .meta a,
article .meta a:visited {
  color: #006bb2;
  text-decoration: none;
}
article .post-thumbnail {
  margin: 0 0 10px 0;
}
article .post-thumbnail img {
  display: block;
  margin: 0 auto;
}
article .read-more {
  margin-bottom: 0;
  text-align: center;
  float: none;
}
article .read-more a {
  color: #de4c06;
  text-decoration: none;
}
article .read-more a:hover {
  color: #000000 !important;
}
.hentry footer {
  padding-bottom: 0px;
}
.hentry footer p {
  margin: 0;
}
/* end .hentry */
/* Specific Article Overrides */
.home article h1 a,
.archive article h1 a,
.search-results article h1 a {
  color: #000000;
}
.home article h1 a:visited,
.archive article h1 a:visited,
.search-results article h1 a:visited {
  color: #000000;
}
.home article p,
.archive article p,
.search-results article p {
  clear: left;
}
.home article,
.archive article {
  border-bottom: 1px solid #777777;
  margin-bottom: 20px;
}
.home article .post-content,
.archive article .post-content {
  margin-bottom: 0;
  clear: both;
}
/* Article Footer Elements */
.article-select {
  margin: 10px 0;
  padding: 10px 0;
  border-top: 1px solid #adadad;
  border-bottom: 1px solid #adadad;
  text-transform: uppercase;
  font-weight: bold;
  float: left;
  width: 100%;
}
.article-select:before,
.article-select:after {
  content: " ";
  display: table;
}
.article-select:after {
  clear: both;
}
.article-select .left {
  padding-bottom: 10px;
}
.article-select .left,
.article-select .right {
  clear: both;
  text-align: center;
  float: none;
}
.article-select .home,
.article-select .previous,
.article-select .next {
  float: none;
  display: inline;
}
.article-select .previous,
.article-select .home {
  border-right: 1px solid #ccc;
  padding-right: 10px;
  margin-right: 10px;
}
.article-select a,
.article-select a:visited {
  text-decoration: none;
  color: #006bb2;
  font-family: helvetica, arial, sans-serif;
}
.tag-wrap {
  clear: both;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 10px;
}
.tags-outer {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  clear: both;
  display: block;
  height: auto;
}
.tags {
  display: block;
  border-top: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  background: #f5f5f5;
  padding: 12px;
}
.tags span {
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 4px;
}
.tags a {
  display: inline-block;
  margin: 0 4px;
}
.social-share li {
  float: left;
  list-style-type: none;
  margin-right: 10px;
}
#sharebarx li {
  list-style-type: none;
}
.related-articles {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  margin-bottom: 10px;
}
.related-articles h4 {
  font: bold 18px/24px 'Nobile', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #b90c00;
  margin-bottom: 4px;
}
.related-articles ul li {
  width: 50%;
  display: block;
  float: left;
  list-style-type: none;
}
.related-articles ul li .image {
  float: left;
  margin-right: 10px;
}
.related-articles ul li .title {
  padding-right: 20px;
  font-size: 14px;
  font-weight: bold;
}
.related-articles ul li .author a {
  color: #006bb2;
}
.related-articles ul li .author a:visited {
  color: #006bb2;
}
.related-articles .no_related_post {
  width: 100%;
  text-align: center;
  font: bold 18px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ccc;
  text-transform: uppercase;
  list-style-type: none;
}
/* related articles */
/* TRIPLE WIDE SMALL BLOCK */
.triple-story {
  border-bottom: none;
  margin-bottom: 30px;
  padding: 15px 0;
  width: 100%;
}
.triple-story li {
  clear: left;
  list-style-type: none;
  float: left;
  display: block;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}
.triple-story li:first-child {
  margin-left: 0;
}
.triple-story li:last-child {
  margin-right: 0;
}
.triple-story .image {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
.triple-story .image a img {
  display: block;
}
.triple-story .details {
  float: left;
}
.triple-story .details .category {
  text-transform: uppercase;
  font-size: 10.5px;
  margin-bottom: 2px;
}
.triple-story .details .title {
  font-size: 16px;
  line-height: 20px;
  width: 175px;
}
.triple-story .details .title a {
  color: #000;
  font-weight: bold;
}
/* TRIPLE STORY SMALL BLOCK */
.author-box {
  /* border-left: 6px solid #CA2A2D; */

  border: 1px solid #ccc;
  margin: 0;
  padding: 10px 15px;
  box-shadow: 0px 2px 4px #ccc;
  -moz-box-shadow: 0 2px 4px #ccc;
  -webkit-box-shadow: 0 2px 4px #ccc;
}
.author-box h4 {
  font: bold 18px/24px 'Nobile', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #b90c00;
  margin-bottom: 8px;
  border-bottom: 1px solid #ccc;
}
.author-box .image {
  float: left;
  margin-right: 20px;
  width: 75px;
}
.author-box .bio {
  display: inline;
}
.author-box .bio .name {
  display: inline;
  font-size: 16px;
  font-weight: bold;
  display: block;
}
.author-box .bio .name a,
.author-box .bio .name a:visited {
  color: #000000;
}
.author-box .bio .desc {
  display: block;
  margin-bottom: 10px;
  position: relative;
  top: 3px;
  padding-right: 20px;
  font-size: 15px;
}
.author-box .bio .social {
  display: block;
  float: right;
}
.author-box .bio .social li {
  display: inline;
  padding-right: 4px;
  margin-right: 2px;
  border-right: 1px solid #ccc;
}
.author-box .bio .social li:last-child {
  border-right: none;
}
.author-box .bio .social li a,
.author-box .bio .social li a:visited {
  color: #006bb2;
}
.single .author-box {
  margin-bottom: 20px;
}
.page .author-box {
  border-left: 0;
  border-top: 0;
  border-right: 0;
  padding: 10px 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.author-list {
  padding-top: 10px;
  clear: both;
}
.author-list .heading {
  font: 400 20px/24px 'Nobile', "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: 2px dotted #ccc;
  width: 100%;
  padding-bottom: 2px;
}
/* End Article Footer Elements */
.archive-title {
  border-bottom: 1px dotted #999;
  padding-bottom: 24px;
  padding-left: 10px;
  margin-bottom: 10px;
  line-height: 26px;
}
/* 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 */
/*********************
POSTS & CONTENT STYLES
*********************/
/* post content */
.post-content {
  margin-bottom: 30px;
  /* at this larger size, we can start to align images */

  /*
	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.
	*/

}
.post-content .alignleft,
.post-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.post-content .alignright,
.post-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.post-content .aligncenter,
.post-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.post-content a {
  color: #000000;
  text-decoration: underline;
}
.post-content a:hover {
  text-decoration: none;
}
.post-content ul,
.post-content ol {
  margin-left: 1.2em;
  margin-bottom: 1em;
  font-size: 15px;
  line-height: 24px;
}
.post-content ul li,
.post-content ol li {
  list-style-type: square;
}
.post-content blockquote {
  color: #999;
  padding: 0 0 0 40px;
  margin: 20px 0;
  border-left: 2px solid #dedede;
}
.post-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.post-content img {
  margin: 0;
  max-width: 100%;
  height: auto;
}
.post-content video,
.post-content object {
  max-width: 100%;
  /* height: auto; */

}
.post-content pre,
.post-content code {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

.post-content table { }
.post-content table tr:nth-of-type(2n+1) { background: #f4f4f4; }
.post-content table tr:first-child { background: #0a4793; color: #fff; border: 1px solid #0a4793; }
.post-content table tr:first-child td { border: none; }
.post-content table td { border: 1px solid #999; padding: 2px 5px;}

/* end .post-content */
.wp-caption {
  text-align: left;
  margin-bottom: 10px;
  font-size: 11px;
  width: auto !important;
  /* images inside wp-caption */

}
.wp-caption img {
  margin-bottom: 0;
  max-width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  text-align: left;
  max-width: 100%;
}
/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/*********************
PAGE STYLES
*********************/
.page .page {
  margin-bottom: 50px;
}
.page #content {
  margin-top: 10px;
}
.page #content header {
  padding: 0;
  margin: 0;
}
.page #main {
  padding-top: 10px;
}
.page .page-title {
  color: #666;
  font: normal 24px/32px 'Oswald', "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: left;
  width: 85px;
}
.page h1 {
  padding-left: 10px;
}
.page article {
  padding: 10px;
  clear: left;
  width: auto;
}
.page .post-content {
  margin-bottom: 0;
}
.page footer {
  margin: 0;
  padding: 0;
}
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}
.bones_page_navi {
  font: bold 14px/14px Arial, Helvetica, sans-serif;
  /* 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-right: 10px;
  border: 1px solid #dedede;
}
.bones_page_navi li a {
  color: #006bb2;
  padding: 10px 8px;
  display: block;
  text-decoration: none;
  position: relative;
}
.bones_page_navi li a:hover,
.bones_page_navi li a:focus {
  color: inherit;
  text-decoration: underline;
}
.bones_page_navi li.bpn-current {
  padding: 10px 8px;
  background: #006bb2;
  position: relative;
  color: #ffffff;
}
.bones_page_navi li.bpn-current a {
  color: inherit;
  /* 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: 10px 8px;
}
.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 */
/******************************************************************
COMMENT STYLES
******************************************************************/
.comments-meta {
  font: normal 12px/12px Helvetica, Arial, sans-serif;
  margin-bottom: 25px;
  display: inline;
}
.comment-count {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent url('../images/comment_cloud.jpg') no-repeat scroll 0% 0%;
  color: #006bb2;
  float: left;
  margin: 2px 5px 0 0;
  padding-left: 20px;
  text-align: center;
}
/* h3 comment title */
#comments {
  /* number of comments span */

}
#comments-box {
  border: 1px solid #dedede;
}
#comments-box .comments-header {
  border-bottom: 1px dotted #dedede;
  clear: both;
}
#comments-box .comments-header .meta {
  margin-top: 15px;
}
#comments-box h3 {
  clear: both;
  float: left;
  font-family: 'Yanone Kaffeesatz', 'arial narrow', sans-serif;
  font-size: 2.2em;
  letter-spacing: 1px;
  margin: 3px 15px 0 0;
  padding: 0 15px 0 20px;
  text-transform: uppercase;
}
.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 article {
  margin-bottom: 0;
}
.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;
  border-bottom: 0;
  padding-bottom: 0;
}
.commentlist li ul.children {
  margin: 0 0 0 40px;
  /* 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: 80px;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard .author {
  color: #999;
  font: normal 11px/11px Arial, Helvetica, sans-serif;
}
.commentlist .vcard time {
  clear: left;
  font: normal 11px/11px Arial, Helvetica, sans-serif;
}
.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: #ffffff;
}
.commentlist .comment_content {
  margin-left: 80px;
}
.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: #ffffff;
  opacity: 0.65;
  margin-bottom: 10px;
  font: bold 0.9em/1em Helvetica, Arial, sans-serif;
}
.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
  opacity: 1;
}
/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 0;
  padding-bottom: 2.2em;
}
.respond-form form {
  margin: 0 0 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: #ffffff;
  border: 1px solid #ccc;
  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: #ffffff;
}
.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;
}
#commentform {
  background: #f6f6f6;
  padding: 10px;
}
/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0;
  background: #6490B6;
  color: #ffffff;
  font: normal 1em/1em 'arial narrow', Arial, sans-serif;
  padding: 5px 15px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
}
/* cancel comment reply link */
#cancel-comment-reply p {
  margin: 0;
}
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
.tag-wrap {
  background: url('../images/tags.png') no-repeat 0 5px;
  padding-left: 16px;
  margin-bottom: 8px;
}
.tag-wrap a,
.tag-wrap a:visited {
  color: #006bb2;
  font: normal 0.9em/1.2em helvetica, arial, sans-serif;
  text-decoration: none;
}
/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}
/*********************
SIDEBARS & ASIDES
*********************/
.widget {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 4em;
  padding: 0;
  font-size: 12px;
}
.widget:before,
.widget:after {
  content: " ";
  display: table;
}
.widget:after {
  clear: both;
}
.widget ul {
  padding: 10px 20px;
}
.widget ul:before,
.widget ul:after {
  content: " ";
  display: table;
}
.widget ul:after {
  clear: both;
}
.widget ul li {
  /* deep nesting */

}
.widget ul li ul {
  margin-top: 0.75em;
  padding-left: 1em;
}
.widget_text {
  padding: 0;
}
.widget_categories ul li,
.widget_archive ul li,
.widget_links ul li,
.widget_meta ul li {
  float: left;
  width: 50%;
}
/* links widget */
/* meta widget */
/* pages widget */
/* recent-posts widget */
.widget_recent_entries li {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    }
.widget_recent_entries li:first-child {
  padding-top: 0; 
  }
.widget_recent_entries li:last-child {
  border-bottom: 0; 
  }
/* archives widget */
/* tag-cloud widget */
/* calendar widget */
/* category widget */
/* recent-comments widget */
#recentcomments li {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    }
#recentcomments li:first-child {
  padding-top: 0; 
  }
#recentcomments li:last-child {
  border-bottom: 0; 
  }
/* search widget */
#searchform {
  border: 1px solid #ccc;
  padding: 5px;
}
#searchform #s {
  border: 0;
}
.widget_search {
  border: 0;
}
/* text widget */
#sidebar1 {
  font: normal 14px/21px Helvetica, Arial, sans-serif;
  clear: both;
  float: left;
}
/* Blog Search */
#sidebar1 .widget_search {
  margin-top: 6px;
  padding: 4px 0;
  width: 100%;
}
#sidebar1 .widget_search #s {
  border: 0;
  width: 85%;
}
#sidebar1 .widget_search #searchsubmit {
  width: 23px;
  height: 23px;
  background: url('../images/icon-search-blog.jpg') no-repeat 0 0;
  text-indent: -9999em;
  border: 0;
  padding: 3px 5px;
  float: right;
}
#searchform #s {
  border: 1px solid #ccc;
  padding: 3px;
}
#searchform .screen-reader-text {
  display: none;
}
/* Blog Search */
/* Social Block */
#social_block {
  border: 4px solid #eaeaea;
  padding: 10px 5px;
  font-size: 16px;
}
#social_block ul {
  margin: 0;
  padding: 0;
}
#social_block ul li {
  float: left;
  display: block;
  list-style-type: none;
  margin: 0 4px;
  background: url('../images/social_sprite.png') no-repeat;
  width: 23px;
  line-height: 23px;
}
#social_block ul li a {
  display: block;
  text-indent: -9999em;
}
#social_block ul .connect {
  background: none;
  width: auto;
}
#social_block ul .soc_wwww {
  background-position: 0 0;
}
#social_block ul .soc_about {
  background-position: 0 -32px;
}
#social_block ul .soc_email {
  background-position: 0 -64px;
}
#social_block ul .soc_rss {
  background-position: 0 -91px;
}
#social_block ul .soc_fb {
  background-position: 0 -124px;
}
#social_block ul .soc_tw {
  background-position: 0 -157px;
}
#social_block ul .soc_tu {
  background-position: 0 -190px;
}
/* Social Block End */
.sidebar a {
  font-family: Helvetica, Arial, sans-serif;
  text-decoration: none;
}
.sidebar a:hover {
  text-decoration: underline;
}
.widgettitle {
  border-bottom: 1px solid #000;
  font: 300 2.2em/1.1em 'Yanone Kaffeesatz', 'arial narrow', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  text-align: center;
}
/* FOOTER */
#footer {
  background: #004473;
  width: 100%;
  position: relative;
}
.footer {
  margin-top: 70px;
}
.footer-inner {
  width: 94%%;
  margin: 0 auto;
}
.footer-inner h3 {
  color: #899db3;
  font: normal 14px/14px Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}
.footer-upper {
  padding: 20px 0;
}
.footer-upper .footer-logo {
  float: left;
}
.footer-upper .network-menu {
  float: left;
  margin-left: 20px;
}
.footer-upper .network-menu li {
  float: left;
  margin: 8px;
  border-right: 1px solid #256590;
  padding-right: 20px;
  list-style-type: none;
}
.footer-upper .network-menu li:last-child {
  border: 0;
}
.footer-upper .network-menu li a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 10px;
}
.footer-middle {
  clear: both;
  margin-bottom: 25px;
}
.footer-middle .col-1,
.footer-middle .col-2,
.footer-middle .col-3 {
  padding: 0;
  margin: 0 30px 0 0;
  float: left;
}
.footer-middle li {
  margin: 0 30px 5px 0;
  display: block;
}
.footer-middle li a {
  color: #ffffff;
  font: normal 11px/16px Helvetica, Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}
.footer-middle .menu-editorial-footer {
  width: 375px;
  float: left;
}
.footer-middle .menu-editorial-footer-2 {
  width: auto;
  float: left;
}
.footer-middle .menu-editorial-footer,
.footer-middle .menu-editorial-footer-2 {
  margin-bottom: 10px;
}
.footer-middle .mailchimp-signup-footer {
  float: left;
  clear: left;
}
.footer-middle .mailchimp-signup-footer h4 {
  color: #ccc;
  font: normal 18px/32px 'Oswald', Helvetica, Arial, sans-serif;
}
.footer-middle .mailchimp-signup-footer input.email {
  padding: 5px 12px;
  border: 1px solid #cbcbcb;
  width: 160px;
  font-size: 10px;
}
.footer-middle .mailchimp-signup-footer input.submit {
  text-transform: uppercase;
  color: #ffffff;
  background: #f95a09;
  padding: 5px 6px 6px 6px;
  padding: 2px 0 \9;
  border: 0;
  margin: 0;
  font-family: Helvetica, Arial, Tahoma, sans-serif;
}
.footer-middle .mailchimp-signup-footer input.submit:hover {
  cursor: cursor;
}
.footer-middle .mailchimp-signup-footer .social-media {
  margin-top: 15px;
}
.footer-middle .mailchimp-signup-footer .social-media li {
  float: left;
  display: block;
  margin-right: 5px;
  list-stye-type: none;
  background: url('../images/footer-sprite.png') no-repeat;
  height: 24px;
  width: 26px;
}
.footer-middle .mailchimp-signup-footer .social-media li a {
  display: block;
  height: 24px;
  width: 26px;
}
.footer-middle .mailchimp-signup-footer .social-media .facebook {
  background-position: 0 0;
}
.footer-middle .mailchimp-signup-footer .social-media .google {
  background-position: -26px 0;
}
.footer-middle .mailchimp-signup-footer .social-media .twitter {
  background-position: -51px 0;
}
.footer-middle .mailchimp-signup-footer .social-media .pinterest {
  background-position: -77px 0;
}
.footer-middle .mailchimp-signup-footer .social-media .rss {
  background-position: -104px 0;
}
.footer-lower {
  background: url('../images/bg-footer-news-lower.jpg');
  width: 100%;
  border-top: 1px solid #256590;
  padding: 12px 0;
}
.footer-lower .legal {
  float: left;
  color: #899db3;
}
.footer-lower .legal p {
  font: normal 14px/19px Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}
.footer-lower ul {
  float: left;
}
.footer-lower li {
  float: left;
  display: block;
  border-right: 1px solid #899db3;
  list-stye-type: none;
}
.footer-lower li:last-child {
  border: none;
}
.footer-lower li a {
  color: #ffffff;
  padding: 0 8px;
  font: normal 11px/10px Helvetica, Arial, sans-serif;
  text-decoration: none;
}
/* FOOTER */
/* ******************
CUSTOM THEME OPTIONS
****************** */
.post-edit-link {
  background: #666666;
  color: #ffffff !important;
  padding: 2px 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#theme-options-wrap {
  width: 700px;
  padding: 3em;
  background: white;
  border-top: 1px solid white;
}
#theme-options-wrap #icon-tools {
  position: relative;
  top: -10px;
}
#theme-options-wrap input,
#theme-options-wrap textarea {
  padding: .7em;
}
.return-to-post {
  clear: both;
  padding-top: 10px;
}
.return-to-post a {
  font-size: 16px;
}
.dropcap {
  float: left;
  color: #b90c00;
  font-size: 70px;
  line-height: 70px;
  padding: 0 10px 0 0;
  font-family: 'Oswald', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pullquote {
  position: relative;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  color: #333;
  text-align: center;
  font: italic 22px/30px "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 20px 50px 30px 50px;
  margin-bottom: 15px;
  clear: both;
}
.pullquote:before,
.pullquote:after {
  color: #b90c00;
  position: relative;
  font: normal 80px/12px 'Copperplate', 'Copperplate Gothic Light', "Georgia", Cambria, Times New Roman, Times, serif;
}
.pullquote:before {
  content: '\201C';
  top: 25px;
  padding-right: 10px;
}
.pullquote:after {
  content: '\201D';
  bottom: -25px;
  padding-left: 10px;
}
/* Twitter Widget Pro */
.widget_twitter ul li {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.widget_twitter ul li:first-child {
  padding-top: 0;
}
.widget_twitter .intent-meta a {
  margin-right: 5px;
}
.widget_twitter .follow-button {
  text-align: center;
  margin-bottom: 5px;
}
/*
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.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
  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.scss styles.
  
  ******************************************************************/
  #site-logo {
    width: auto;
    margin: 24px 0 15px 10px;
  }
  .main-nav li {
    border-bottom: none;
  }
  .main-nav li:first-child {
    border-top: none;
  }
  .menu-global li a {
    font: normal 12px/12px 'Puritan', Helvetica, sans-serif;
    padding: 12px;
  }
  .menu-global li.active a {
    font-size: 13px;
  }
  /* TRIPLE WIDE SMALL BLOCK */
  .triple-story {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 30px;
    padding: 15px 0;
    width: 100%;
  }
  .triple-story li {
    clear: none;
    border-bottom: none;
    list-style-type: none;
    float: left;
    display: block;
    width: 180px;
    margin: 0 25px;
  }
  .triple-story li:first-child {
    margin-left: 0;
  }
  .triple-story li:last-child {
    margin-right: 0;
  }
  .triple-story .image {
    margin-bottom: 5px;
  }
  .triple-story .image a img {
    display: block;
  }
  .triple-story .category {
    text-transform: uppercase;
    font-size: 10.5px;
    margin-bottom: 2px;
  }
  .triple-story .title {
    font-size: 16px;
    line-height: 20px;
    width: 180px;
  }
  .triple-story .title a {
    color: #000;
    font-weight: bold;
  }
  /* TRIPLE STORY SMALL BLOCK */
}
/*
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 only screen and (min-width: 768px) {
  /******************************************************************
  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!
  
  ******************************************************************/
  .wrap,
  #globalnav,
  #header,
  #contentwrap,
  #pre-region,
  #post-region,
  .footer-inner,
  .main-nav,
  .main-nav-inner,
  #sub-nav-inner {
    width: 980px;
    margin: 0 auto;
  }
  .main-nav-wrap {
    display: block;
    background: -moz-linear-gradient(top, #0a4793 0%, #145a8d 100%);
    /* FF3.6+ */
  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0a4793), color-stop(100%, #145a8d));
    /* Chrome,Safari4+ */
  
    background: -webkit-linear-gradient(top, #0a4793 0%, #145a8d 100%);
    /* Chrome10+,Safari5.1+ */
  
    background: -o-linear-gradient(top, #0a4793 0%, #145a8d 100%);
    /* Opera 11.10+ */
  
    background: -ms-linear-gradient(top, #0a4793 0%, #145a8d 100%);
    /* IE10+ */
  
    background: linear-gradient(top, #0a4793 0%, #145a8d 100%);
    /* W3C */
  
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a4793', endColorstr='#145a8d', GradientType=0);
    /* IE6-8 */
  
  }
  .main-nav li {
    float: left;
    width: auto;
    background: #0a4793 url('../images/bg-nav-main.jpg') repeat-x;
    background: -moz-linear-gradient(top, #0a4793 0%, #145a8d 100%);
    /* FF3.6+ */
  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0a4793), color-stop(100%, #145a8d));
    /* Chrome,Safari4+ */
  
    background: -webkit-linear-gradient(top, #0a4793 0%, #145a8d 100%);
    /* Chrome10+,Safari5.1+ */
  
    background: -o-linear-gradient(top, #0a4793 0%, #145a8d 100%);
    /* Opera 11.10+ */
  
    background: -ms-linear-gradient(top, #0a4793 0%, #145a8d 100%);
    /* IE10+ */
  
    background: linear-gradient(top, #0a4793 0%, #145a8d 100%);
    /* W3C */
  
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a4793', endColorstr='#145a8d', GradientType=0);
    /* IE6-8 */
  
  }
  .main-nav-wrap li:hover,
  .mainmenu-hover {
    background: -moz-linear-gradient(top, #e6e6e6 0%, #fefefe 100%);
    /* FF3.6+ */
  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(100%, #fefefe));
    /* Chrome,Safari4+ */
  
    background: -webkit-linear-gradient(top, #e6e6e6 0%, #fefefe 100%);
    /* Chrome10+,Safari5.1+ */
  
    background: -o-linear-gradient(top, #e6e6e6 0%, #fefefe 100%);
    /* Opera 11.10+ */
  
    background: -ms-linear-gradient(top, #e6e6e6 0%, #fefefe 100%);
    /* IE10+ */
  
    background: linear-gradient(top, #e6e6e6 0%, #fefefe 100%);
    /* W3C */
  
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#fefefe', GradientType=0);
    /* IE6-8 */
  
    z-index: 10;
  }
  #footer {
    background: #004473 url('../images/bg-footer-news-upper.jpg');
    background: -moz-linear-gradient(top, #004473 0%, #014e84 100%);
    /* FF3.6+ */
  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #004473), color-stop(100%, #014e84));
    /* Chrome,Safari4+ */
  
    background: -webkit-linear-gradient(top, #004473 0%, #014e84 100%);
    /* Chrome10+,Safari5.1+ */
  
    background: -o-linear-gradient(top, #004473 0%, #014e84 100%);
    /* Opera 11.10+ */
  
    background: -ms-linear-gradient(top, #004473 0%, #014e84 100%);
    /* IE10+ */
  
    background: linear-gradient(top, #004473 0%, #014e84 100%);
    /* W3C */
  
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004473', endColorstr='#014e84', GradientType=0);
    /* IE6-8 */
  
  }
  .mobile_navbox {
    display: none;
  }
  .main-nav {
    display: block !important;
  }
  .mobile_search_dd,
  .blogs_nav {
    display: none !important;
  }
  #site-logo {
    padding-left: 10px;
    margin-left: 0px;
  }
  #site-category {
    display: block;
    border-left: 1px solid #ccc;
    float: left;
    color: #cc0000;
    margin-left: 16px;
    padding: 12px 0 0 13px;
    position: relative;
    top: 35px;
    font: normal 36px/36px 'Cabin Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .directory {
    padding: 0 10px;
  }
  .branded-blog {
    padding: 14px 10px;
    margin-bottom: 30px;
  }
  .branded-blog .blog-info {
    display: block;
  }
  .branded-blog .blog-details .title {
    width: 425px;
  }
  .branded-blog .blog-details { 
    padding-left: 0;
  }
  .branded-blog .blog-details .author {
    width: 330px;
  }
  .branded-blog .image {
    padding-left: 0;
  }
  .branded-blog .right {
    float: right;
    width: auto;
  }
  #content .eightcol {
    width: 100%;
  }
  #content .eightcol article {
    padding: 10px;
  }
  #content #sidebar1 {
    width: 100%;
    float: left;
    clear: none;
    padding: 0;
  }
  #content #sidebar1 .widget {
    float: left;
    width: 47%;
    margin: 20px 10px;
  }
  #content #sidebar1 .widget_search {
    width: 97% !important;
  }
  .article-select .left {
    padding-bottom: 0;
  }
  .article-select .left {
    clear: none;
    text-align: left;
    float: left;
  }
  .article-select .right {
    clear: none;
    text-align: right;
    float: right;
  }
  .article-select .home,
  .article-select .previous,
  .article-select .next {
    float: left;
    display: block;
  }
  article .read-more {
    float: right;
  }
  article h1 {
    font: bold 36px/40px "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .hentry footer {
    padding-bottom: 20px;
  }
  .hentry footer p {
    margin: 0;
  }
  /* end .hentry */
  /*
  .wp-caption {
  	width: 980px !important;
  
  	img {
  		max-width: 100%;
  	}
  } */
  .page .post-content {
    padding-left: 24px;
  }
  .page h1 {
    padding-left: 0;
  }
  .page article {
    clear: none;
    font-size: 20px;
    float: left;
    border-left: 3px solid #ddd;
    margin-left: 20px;
    padding-left: 20px;
    width: 500px;
  }
  #footer {
    padding: 0 10px;
  }
  .footer-inner {
    width: 100%;
  }
  .footer-middle .menu-editorial-footer {
    width: 375px;
    float: left;
    border-right: 1px solid #256590;
  }
  .footer-middle .menu-editorial-footer-2 {
    width: auto;
    float: left;
    border-right: 1px solid #256590;
    padding-left: 30px;
  }
  .footer-middle .mailchimp-signup-footer {
    float: left;
    padding-left: 30px;
    clear: none;
  }
  .footer-lower ul {
    float: left;
    margin: 0 0 0 10px;
  }
  .footer-middle .menu-editorial-footer,
  .footer-middle .menu-editorial-footer-2 {
    margin-bottom: 0px;
  }
}
/*
DESKTOP
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 only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Desktop Stylesheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop. 
  
  ******************************************************************/
  #site-logo {
    padding-left: 0px;
  }
  .directory {
    padding: 0;
  }
  .branded-blog {
    padding: 14px 0;
  }
  .branded-blog .blog-details .title {
    width: 600px;
  }
  .branded-blog .blog-details .author {
    width: 500px;
  }
  #content .eightcol {
    width: 65.74585634900001%;
  }
  #content .eightcol article {
    padding: 0;
  }
  #content #sidebar1 {
    width: 300px;
    float: right;
    clear: none;
    padding: 0;
  }
  #content #sidebar1 .widget {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
  }
  #content #sidebar1 .widget_search {
    width: 100% !important;
  }
  #footer {
    padding: 0;
  }
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(http://blogs.blouinnews.com/wp-content/themes/BN-blogs-bones-responsive-v2_2/library/css/img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(http://blogs.blouinnews.com/wp-content/themes/BN-blogs-bones-responsive-v2_2/library/css/img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
}
/*
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 {
  * {
    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;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}