@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Bitter");
/*! normalize.css 2012-03-11T12:53 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
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */

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

  -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;
  background:#fff;
}
/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  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
 */
pre,
code,
kbd,
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;
}
/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none;
}
/* 2 */
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;
  /* 3 */

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

}
/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */

}
/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */

  -webkit-appearance: button;
  /* 2 */

  *overflow: visible;
  /* 3 */

}
/*
 * 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;
  /* 3 */

  *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-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
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;
}
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
.container {
  margin: 0 auto;
}
/**
 *	LESS File
 *	
 *	In case you want to roll your own theme
 *	
 *	.01 Variables
 *	.02 Typography
 *	.03 Forms
 *	.04 Tables
 *	.05 Shortcodes
 *	.06 Figures
 *	.07 Widgets
 *	.08 Layout
 *	.09	Media Queries for Responsive Design
 *	.10 Third Party CSS
 */
html {
  background: #f4f4f4;
}
body {
  color: #444444;
  background: #fff;
  width: 1060px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 24px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0;
}
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  font-weight: 400;
  font-size: 0.6em;
}
h1  + p,
h2  + p,
h3  + p,
h4  + p,
h5  + p,
h6  + p {
  margin-top: 0;
}
h1,
.alpha {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 16px;
}
h2,
.beta {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 16px;
}
h3,
.gamma {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 16px;
}
a {
  color: #f5b92e;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.more:after,
a.more::after {
  content: ' ›';
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Bitter', Georgia, serif;
  font-weight: 400;
  word-wrap: break-word;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #444444;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
  color: #2b2b2b;
}
h1.title,
h2.title,
h3.title,
h4.title,
h5.title,
h6.title {
  color: #f5b92e;
  margin-bottom: 1.2em;
}
blockquote {
  font-family: 'Bitter', Georgia, serif;
  font-style: italic;
  color: #999;
}
blockquote:before {
  content: "“";
  float: left;
  color: #efefef;
  font-size: 6em;
  margin-left: -40px;
  margin-right: 0px;
  margin-top: 25px;
}
pre {
  background: #f6f6f6;
  padding: 8px;
}
code {
  padding: 0;
  margin: 0;
}
.dropcap {
  font-size: 3em;
  float: left;
  font-weight: 600;
  line-height: 1;
  margin-right: 8px;
}
::-moz-selection {
  color: #fff;
  background: #f5b92e;
}
::selection {
  color: #fff;
  background: #f5b92e;
}
input,
textarea {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #d0d0d0;
  padding: 10px;
  font-size: 14px;
  color: #777777;
}
textarea {
  width: 556px;
}
input[type="button"],
input[type="submit"],
.button {
  border: none;
  padding: 8px 16px;
  background-color: #f1f1f1;
  color: #444444;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 2px 4px -2px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 2px 4px -2px rgba(0,0,0,0.4);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 2px 4px -2px rgba(0,0,0,0.4);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  border: 1px solid #e1e1e1;
  border-bottom: 1px solid #dcdcdc;
  cursor: pointer;
}
input[type="button"]:hover,
input[type="submit"]:hover,
.button:hover {
  text-decoration: none;
  background-color: #e1e1e1;
}
input[type="button"]:active,
input[type="submit"]:active,
.button:active,
input[type="button"]::active,
input[type="submit"]::active,
.button::active {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
}
input[type="button"].large,
input[type="submit"].large,
.button.large {
  font-size: 16px;
  padding: 12px 20px;
}
input[type="button"].primary,
input[type="submit"].primary,
.button.primary {
  color: #fdf2d8;
  background-color: #f5b92e;
  border-color: #e5a30b;
}
input[type="button"].primary:hover,
input[type="submit"].primary:hover,
.button.primary:hover {
  background-color: #e5a30b;
  border-color: #b48109;
  border-bottom-color: #845e06;
}
input[type="button"].blue,
input[type="submit"].blue,
.button.blue {
  color: #97e0ff;
  background: #009fe3;
  border-color: #007bb0;
}
input[type="button"].blue:hover,
input[type="submit"].blue:hover,
.button.blue:hover {
  background: #007bb0;
  border-color: #00587d;
}
input[type="button"].green,
input[type="submit"].green,
.button.green {
  color: #ecfab4;
  background: #bfeb10;
  border-color: #98bb0d;
}
input[type="button"].green:hover,
input[type="submit"].green:hover,
.button.green:hover {
  background: #98bb0d;
  border-color: #718c09;
}
input[type="button"].orange,
input[type="submit"].orange,
.button.orange {
  color: #fad6b4;
  background: #eb7c10;
  border-color: #bb630d;
}
input[type="button"].orange:hover,
input[type="submit"].orange:hover,
.button.orange:hover {
  background: #bb630d;
  border-color: #8c4a09;
}
input[type="button"].red,
input[type="submit"].red,
.button.red {
  color: #fac1b4;
  background: #eb3910;
  border-color: #bb2d0d;
}
input[type="button"].red:hover,
input[type="submit"].red:hover,
.button.red:hover {
  background: #bb2d0d;
  border-color: #8c2209;
}
input[type="button"].inverse,
input[type="submit"].inverse,
.button.inverse {
  color: #d8e3fd;
  background: #2e6af5;
  border-color: #0b4de5;
}
input[type="button"].inverse:hover,
input[type="submit"].inverse:hover,
.button.inverse:hover {
  background: #0b4de5;
  border-color: #093cb4;
}
table {
  max-width: 100%;
  background-color: #fff;
  border-collapse: collapse;
  border-spacing: 0;
}
table {
  width: 100%;
  margin-bottom: 24px;
}
table tr:hover td {
  background: #fcfcfc;
}
table th,
table td {
  padding: 8px;
  line-height: 24px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #eaeaea;
}
table th {
  font-weight: bold;
  background: #f9f9f9;
}
table thead th {
  vertical-align: bottom;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}
table tbody + tbody {
  border-top: 2px solid #eaeaea;
}
.alert {
  text-align: center;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 8px 0;
  margin-bottom: 16px;
}
.alert.info {
  background: #fbe3cc;
  color: #8c4a09;
  border-color: #bb630d;
}
.alert.error {
  background: #fac1b4;
  color: #a3280b;
  border-color: #f5866c;
}
.alert.success {
  background: #ecfab4;
  color: #5e7408;
  border-color: #bfeb10;
}
.alignleft img,
.alignright img,
.alignnone img,
.aligncenter img {
  vertical-align: baseline;
}
.alignleft,
.alignright,
.alignnone {
  float: right;
  margin: 4px 0 4px 12px;
}
.aligncenter {
  display: block;
  margin: 4px auto;
  text-align: center;
}
.wp-caption {
  font-size: 12px;
  font-style: italic;
}
.wp-caption p {
  margin: 0;
}
.wp-caption-text,
.gallery-caption {
  font-size: 12px;
}
.widget ul,
.widget ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget ul.ads,
.widget ol.ads {
  *zoom: 1;
}
.widget ul.ads:before,
.widget ol.ads:before,
.widget ul.ads:after,
.widget ol.ads:after {
  content: "";
  display: table;
}
.widget ul.ads:after,
.widget ol.ads:after {
  clear: both;
}
.widget ul.ads li,
.widget ol.ads li {
  border-bottom: none;
  display: block;
  width: 125px;
  float: left;
  padding: 10px;
}
.widget li {
  border-bottom: 1px solid #efefef;
  padding: 8px 0;
}
.widget li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.widget.widget_search label {
  display: none;
}
.widget.widget_search #s {
  padding-left: 32px;
  background: url(../img/search.png) no-repeat 8px center;
  width: 258px;
}
.widget.widget_search #searchsubmit {
  display: none;
}
.flickr-wrap {
  *zoom: 1;
}
.flickr-wrap:before,
.flickr-wrap:after {
  content: "";
  display: table;
}
.flickr-wrap:after {
  clear: both;
}
.flickr-wrap img {
  float: left;
  margin: 4px;
}
img.ad.mediumRectangle {
  width: 300px;
  height: 250px;
}
.social-icons ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-icons a {
  background: url(../img/icons/rss.png) no-repeat left center;
  padding-left: 24px;
}
.social-icons li.rss a {
  background-image: url(../img/icons/rss.png);
}
.social-icons li.twitter a {
  background-image: url(../img/icons/twitter.png);
}
.social-icons li.facebook a {
  background-image: url(../img/icons/facebook.png);
}
.social-icons li.gplus a {
  background-image: url(../img/icons/google-plus.png);
}
.lt-ie8 #feature {
  display: none;
}
#branding {
  display: inline;
  float: left;
  width: 310px;
  margin: 0 15px;
}
#branding img {
  max-width: 100%;
}
#showMobileNav {
  display: none;
}
#primaryNav {
  display: inline;
  float: left;
  width: 650px;
  margin: 0 15px;
  margin-top: 36px;
}
#primaryNav ul {
  margin: 0;
  padding: 0;
}
#primaryNav li {
  display: block;
  float: left;
  margin-right: 12px;
}
#primaryNav li.active a,
#primaryNav li.current_page_item a,
#primaryNav li.current-cat a,
#primaryNav li.current_page_ancestor a,
#primaryNav li.current_page_parent a,
#primaryNav li.current-menu-item a {
  color: #aaa;
}
#primaryNav li a {
  display: block;
  padding: 8px 0;
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
}
#primaryNav li a:hover {
  color: #111111;
  text-decoration: none;
}
#primaryNav li a:after,
#primaryNav li a::after {
  content: "/";
  color: #dddddd;
  margin-left: 8px;
}
#primaryNav li:last-child a:after,
#primaryNav li:last-child a::after {
  content: "";
}
#secondaryNav {
  border-top: 1px solid #f4b21b;
  background: #f5b92e;
  width: 1020px;
  margin: 8px auto 0;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #f4b21b;
  width: 1060px;
}
#secondaryNav ul {
  padding: 0;
  margin: 0;
}
#secondaryNav li {
  float: left;
}
#secondaryNav li.active,
#secondaryNav li.current-menu-item,
#secondaryNav li.current_page_item,
#secondaryNav li.current-cat,
#secondaryNav li.current_page_ancestor,
#secondaryNav li.current_page_parent,
#secondaryNav li.current-menu-ancestor,
#secondaryNav li.current-menu-parent {
  font-weight: 700;
}
#secondaryNav li.active a,
#secondaryNav li.current-menu-item a,
#secondaryNav li.current_page_item a,
#secondaryNav li.current-cat a,
#secondaryNav li.current_page_ancestor a,
#secondaryNav li.current_page_parent a,
#secondaryNav li.current-menu-ancestor a,
#secondaryNav li.current-menu-parent a {
  color: #fff;
}
#secondaryNav li a {
  display: block;
  padding: 12px 12px;
  color: #ffffff;
}
#secondaryNav li a:hover {
  color: #fff;
  text-decoration: none;
}
#primaryNav li .children,
#secondaryNav li .children,
#primaryNav li .sub-menu,
#secondaryNav li .sub-menu {
  width: 150px;
  font-size: 0.9em;
  position: absolute;
  z-index: 3;
  background: #444444;
  color: #fff;
  display: none;
  border-bottom: 1px solid #373737;
  margin-left: 0;
}
#primaryNav li .children li,
#secondaryNav li .children li,
#primaryNav li .sub-menu li,
#secondaryNav li .sub-menu li {
  float: none;
  width: 150px;
  border-bottom: 1px solid #535353;
}
#primaryNav li .children li:last-child,
#secondaryNav li .children li:last-child,
#primaryNav li .sub-menu li:last-child,
#secondaryNav li .sub-menu li:last-child {
  border-bottom: none;
}
#primaryNav li .children li a,
#secondaryNav li .children li a,
#primaryNav li .sub-menu li a,
#secondaryNav li .sub-menu li a {
  padding: 8px 16px;
  color: #fff;
}
#primaryNav li .children li a:after,
#secondaryNav li .children li a:after,
#primaryNav li .sub-menu li a:after,
#secondaryNav li .sub-menu li a:after,
#primaryNav li .children li a::after,
#secondaryNav li .children li a::after,
#primaryNav li .sub-menu li a::after,
#secondaryNav li .sub-menu li a::after {
  content: "";
}
#breadcrumbs {
  font-size: 12px;
  background: #f9f9f9;
  padding: 4px 8px;
  text-align: right;
}
#breadcrumbs a:after,
#breadcrumbs a::after {
  content: " ›";
  color: #777777;
  font-size: 12px;
}
#pagination {
  margin-top: 32px;
  *zoom: 1;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  background: #fcfcfc;
}
#pagination:before,
#pagination:after {
  content: "";
  display: table;
}
#pagination:after {
  clear: both;
}
#pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  *zoom: 1;
  float: right;
}
#pagination ul:before,
#pagination ul:after {
  content: "";
  display: table;
}
#pagination ul:after {
  clear: both;
}
#pagination li {
  float: left;
  padding: 4px 8px;
  border-right: 1px solid #e5e5e5;
}
#pagination li:last-child {
  border-right: none;
}
#comments {
  margin-top: 32px;
}
.no-js #primaryNav li:hover .children,
.lt-ie8 #primaryNav li:hover .children,
.no-js #secondaryNav li:hover .children,
.lt-ie8 #secondaryNav li:hover .children,
.no-js #primaryNav li:hover .sub-menu,
.lt-ie8 #primaryNav li:hover .sub-menu,
.no-js #secondaryNav li:hover .sub-menu,
.lt-ie8 #secondaryNav li:hover .sub-menu {
  display: block;
}
#search {
  display: inline;
  float: left;
  width: 140px;
  margin: 0 15px;
}
#feature {
  overflow: hidden !important;
  height: 450px;
  background: #111;
}
#feature.small {
  width: 1020px;
  margin: 0 auto;
}
#feature.multiple {
  background: transparent;
  display: block;
  width: 1050px;
  margin: 0 -15px;
  *zoom: 1;
  width: 1060px;
  margin: 0 auto;
  height: 400px;
}
#feature.multiple:before,
#feature.multiple:after {
  content: "";
  display: table;
}
#feature.multiple:after {
  clear: both;
}
#feature.multiple li .article {
  top: 200px;
}
#feature.multiple img {
  width: 672px;
  height: 400px;
  min-height: 400px;
}
#feature.multiple .current {
  display: inline;
  float: left;
  width: 650px;
  margin: 0 15px;
  width: 672px;
  margin-left: 0;
  background: #000;
}
#feature.multiple .others {
  display: inline;
  float: left;
  width: 310px;
  margin: 0 15px;
  width: 360px;
  margin-right: 0;
  margin-left: -15px;
}
#feature.multiple .others img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#feature.multiple .others .entry {
  background: #f6f6f6;
  *zoom: 1;
  padding: 8px 24px 8px 24px;
  margin: 6px 0;
  border-bottom: 1px solid #eaeaea;
}
#feature.multiple .others .entry:before,
#feature.multiple .others .entry:after {
  content: "";
  display: table;
}
#feature.multiple .others .entry:after {
  clear: both;
}
#feature.multiple .others .entry:hover {
  background: #ffffff;
  color: #f5b92e;
}
#feature.multiple .others .entry:hover a {
  color: #f5b92e;
}
#feature.multiple .others .entry h3 {
  font-size: 16px;
}
#feature.multiple .others .entry .post-thumbnail {
  width: 100px;
  float: left;
  margin-right: 16px;
}
#feature.multiple .others .entry img {
  width: 100px;
  height: 100px !important;
  min-height: 100px;
  max-height: 100px;
}
#feature.full li {
  width: 1060px;
}
#feature.full img {
  width: 1060px;
  height: auto;
}
#feature ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
}
#feature li {
  padding: 0;
  margin: 0;
  position: relative;
  display: none;
}
#feature li:first-child {
  display: block;
}
#feature li .copyright {
  position: absolute;
  bottom: 24px;
  right: 50px;
  background: rgba(0, 0, 0, 0.8);
  padding: 4px 8px;
  color: #fff;
  font-size: 12px;
}
#feature li .nav {
  margin-left: -8px;
  margin-bottom: 16px;
}
#feature li .nav span {
  cursor: pointer;
  background: #fff;
  line-height: 1;
  vertical-align: middle;
  padding: 0 8px 2px;
  margin-right: 4px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#feature li .nav span:hover {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background: #f5b92e;
  color: #fff;
}
#feature li .article {
  position: absolute;
  z-index: 2;
  top: 250px;
  display: inline;
  float: left;
  width: 650px;
  margin: 0 15px;
  padding-left: 8px;
}
#feature li .article.sticky {
  background: #f9f9f9;
}
#feature li .article .post-title {
  line-height: 56px;
  font-weight: 400;
}
#feature li .article .post-title a {
  background: rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 8px 0 0 rgba(0, 0, 0, 0.65), -8px 0 0 rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 8px 0 0 rgba(0, 0, 0, 0.65), -8px 0 0 rgba(0, 0, 0, 0.65);
  box-shadow: 8px 0 0 rgba(0, 0, 0, 0.65), -8px 0 0 rgba(0, 0, 0, 0.65);
  padding: 4px 0px;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#feature li .article .post-title a:hover {
  background: #000000;
  -webkit-box-shadow: 8px 0 0 rgba(0, 0, 0, 1), -8px 0 0 rgba(0, 0, 0, 1);
  -moz-box-shadow: 8px 0 0 rgba(0, 0, 0, 1), -8px 0 0 rgba(0, 0, 0, 1);
  box-shadow: 8px 0 0 rgba(0, 0, 0, 1), -8px 0 0 rgba(0, 0, 0, 1);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  color: #fff;
  text-decoration: none;
}
#feature li .article .meta {
  display: inline;
  clear: both;
  background: rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 8px 0 0 rgba(0, 0, 0, 0.65), -8px 0 0 rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 8px 0 0 rgba(0, 0, 0, 0.65), -8px 0 0 rgba(0, 0, 0, 0.65);
  box-shadow: 8px 0 0 rgba(0, 0, 0, 0.65), -8px 0 0 rgba(0, 0, 0, 0.65);
  padding: 4px 0px;
  color: #fff;
  font-style: italic;
}
.no-rgba #feature .article .post-title a {
  background: #000;
  color: #fff;
}
.no-rgba #feature .article .meta {
  background: #000;
}
.touch #feature .nav {
  display: none;
}
#main {
  display: block;
  width: 1050px;
  margin: 0 -15px;
  *zoom: 1;
  margin: 0 auto;
  margin-top: 24px;
}
#main:before,
#main:after {
  content: "";
  display: table;
}
#main:after {
  clear: both;
}
#main p:first-child {
  margin-top: 0;
}
#main p  + h2,
#main p  + h3,
#main p  + h4,
#main p  + h5 {
  margin-top: 40px;
}
#content {
  display: inline;
  float: left;
  width: 650px;
  margin: 0 15px;
}
#content .sitemap {
  display: block;
  width: 1050px;
  margin: 0 -15px;
  *zoom: 1;
}
#content .sitemap:before,
#content .sitemap:after {
  content: "";
  display: table;
}
#content .sitemap:after {
  clear: both;
}
#content .sitemap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content .sitemap ul ul {
  margin-left: 16px;
}
#content .sitemap div {
  display: inline;
  float: left;
  width: 310px;
  margin: 0 15px;
}
#content .parent {
  display: block;
  width: 710px;
  margin: 0 -15.000000000000002px;
  *zoom: 1;
}
#content .parent:before,
#content .parent:after {
  content: "";
  display: table;
}
#content .parent:after {
  clear: both;
}
#content .page-inner,
#content .post-inner {
  *zoom: 1;
}
#content .page-inner:before,
#content .post-inner:before,
#content .page-inner:after,
#content .post-inner:after {
  content: "";
  display: table;
}
#content .page-inner:after,
#content .post-inner:after {
  clear: both;
}
#content.full {
  display: inline;
  float: left;
  width: 990px;
  margin: 0 15px;
}
#content.full .post-inner,
#content.full .page-inner {
  padding: 0;
}
#content.hentry {
  font-size: 16px;
  line-height: 28px;
  color: #5e5e5e;
}
#content.hentry .post-inner,
#content.hentry .page-inner {
  padding: 0 64px 0 0;
}
#content.hentry .post-meta,
#content.hentry .post-tags {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 4px 0;
  margin: 8px 0 16px 0;
  *zoom: 1;
}
#content.hentry .post-meta:before,
#content.hentry .post-tags:before,
#content.hentry .post-meta:after,
#content.hentry .post-tags:after {
  content: "";
  display: table;
}
#content.hentry .post-meta:after,
#content.hentry .post-tags:after {
  clear: both;
}
#content.hentry .post-meta .addthis_toolbox,
#content.hentry .post-tags .addthis_toolbox {
  padding-top: 4px;
  width: 200px;
  float: right;
}
#content.hentry .post-tags {
  margin-bottom: 0;
  font-size: 12px;
  border-bottom: none;
}
#content.hentry .post-tags  + .post-meta {
  margin-top: 0;
}
#content.hentry .post-foot {
  font-size: 14px;
  border-bottom: 1px solid #eaeaea;
  margin: 8px 0 16px 0;
  padding: 4px 0 8px 0;
}
#content.hentry .post-foot .related {
  list-style: none;
  padding: 0;
  margin: 0;
}
#content.hentry .post-foot .related .post-thumbnail {
  float: left;
  margin-right: 12px;
}
#content.hentry .post-foot .related li {
  padding: 5px 0;
  margin: 0;
  border-bottom: 1px solid #efefef;
  *zoom: 1;
}
#content.hentry .post-foot .related li:before,
#content.hentry .post-foot .related li:after {
  content: "";
  display: table;
}
#content.hentry .post-foot .related li:after {
  clear: both;
}
#content.hentry .post-foot .related li:last-child {
  border-bottom: none;
}
#content .post {
  *zoom: 1;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 16px;
}
#content .post:before,
#content .post:after {
  content: "";
  display: table;
}
#content .post:after {
  clear: both;
}
#content .post-meta {
  margin-top: 8px;
  font-size: 10px;
  color: #777;
}
#content .post-meta .info,
#content .post-meta.info {
  float: left;
}
#content .post-meta .info span,
#content .post-meta.info span,
#content .post-meta .info abbr,
#content .post-meta.info abbr {
  border-bottom: none;
  background: url(../img/author.png) no-repeat left center;
  padding-left: 20px;
  margin-right: 8px;
}
#content .post-meta .info span span,
#content .post-meta.info span span,
#content .post-meta .info abbr span,
#content .post-meta.info abbr span {
  background: none;
  padding: 0;
  margin: 0;
}
#content .post-meta .info span.date,
#content .post-meta.info span.date,
#content .post-meta .info abbr.date,
#content .post-meta.info abbr.date {
  background-image: url(../img/date.png);
}
#content .post-meta .info span.comments,
#content .post-meta.info span.comments,
#content .post-meta .info abbr.comments,
#content .post-meta.info abbr.comments {
  background-image: url(../img/comments.png);
}
#content .trackback {
  font-size: 12px;
  margin-left: 12px;
}
#content article {
  display: inline;
  float: left;
  width: 310px;
  margin: 0 15.000000000000002px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px dotted #eaeaea;
  border-left: 1px dotted #eaeaea;
  -webkit-box-shadow: 0 5px 0 #f1f1f1;
  -moz-box-shadow: 0 5px 0 #f1f1f1;
  box-shadow: 0 5px 0 #f1f1f1;
  padding-bottom: 16px;
  margin-bottom: 64px;
  /*&:nth-child(odd) {
			clear: both;
		}*/

}
#content article .post-thumbnail {
  position: relative;
}
#content article .post-thumbnail img {
  width: 100%;
}
#content article .post-thumbnail .overlay {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  background: rgba(245, 185, 46, 0.7) url(../img/article.png) no-repeat center center;
  height: 150px;
  width: 310px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#content article .post-thumbnail:hover .overlay {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
}
#content article .post-title,
#content article .post-excerpt,
#content article .post-meta {
  padding: 0 16px;
}
#content article .post-title {
  margin-top: 8px;
}
#commentlist {
  font-size: 14px;
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}
#commentlist li {
  border-bottom: 1px solid #efefef;
  padding: 4px 0;
  margin: 8px 0;
  *zoom: 1;
}
#commentlist li:before,
#commentlist li:after {
  content: "";
  display: table;
}
#commentlist li:after {
  clear: both;
}
#commentlist li:first-child {
  padding-top: 0;
  margin-top: 0;
}
#commentlist li.bypostauthor {
  background: #f9f9f9;
}
#commentlist li div.avatar {
  float: left;
  width: 80px;
}
#commentlist li div.avatar img {
  margin-top: 8px;
}
#commentlist li div.comment {
  float: right;
  width: 470px;
}
#commentlist li div.comment p:first-child {
  margin-top: 0;
}
#commentlist li div.comment .comment-meta {
  font-size: 12px;
}
#respond .form-allowed-tags {
  font-size: 12px;
}
#sidebar {
  font-size: 12px;
  line-height: 16px;
  display: inline;
  float: left;
  width: 310px;
  margin: 0 15px;
  float: right;
}
#sidebar .widget {
  border-bottom: 1px solid #f1f1f1;
  -webkit-box-shadow: 0 5px 0 #fcfcfc;
  -moz-box-shadow: 0 5px 0 #fcfcfc;
  box-shadow: 0 5px 0 #fcfcfc;
  padding-bottom: 16px;
  margin-bottom: 32px;
}
#sidebar .ad.smallSquares img {
  padding: 4px 11px;
}
#sidebar h1,
#sidebar h2,
#sidebar h3,
#sidebar h4,
#sidebar h5,
#sidebar h6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
footer {
  margin-top: 24px;
  padding: 16px 0 24px;
  background: #444444;
  color: #fff;
  font-size: 12px;
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
footer a {
  color: #e1e1e1;
}
footer a:hover {
  color: #fff;
}
footer .widget {
  display: inline;
  float: left;
  width: 310px;
  margin: 0 15px;
}
footer .widget ul li {
  border-bottom: 1px solid #5e5e5e;
}
footer .copyright {
  font-size: 10px;
  margin: 16px auto;
}
.inner {
  display: block;
  width: 1050px;
  margin: 0 -15px;
  *zoom: 1;
  margin: 0 auto;
}
.inner:before,
.inner:after {
  content: "";
  display: table;
}
.inner:after {
  clear: both;
}
.desktop {
  display: block;
}
.mobile {
  display: none;
}
.chromeframe {
  background: #f5b92e;
  padding: 8px 16px;
  color: #fff;
  text-align: center;
  margin-bottom: 32px;
}
.chromeframe a {
  color: #fff;
  font-weight: 600;
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 480px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  textarea {
    width: 280px;
  }
  html {
    width: 100%;
    overflow-x: hidden;
  }
  body {
    width: 100%;
    margin: 0 auto;
  }
  .inner {
    width: 300px;
    margin: 0 auto;
  }
  #branding {
    display: block;
    float: none;
    margin: 0 auto;
  }
  #feature {
    height: 200px;
  }
  #feature.multiple {
    height: 150px;
    width: 300px;
  }
  #feature.multiple li .article {
    top: 25px;
  }
  #feature.multiple img {
    width: 300px;
    height: 150px;
    max-height: 150px;
    min-height: 150px;
  }
  #feature img {
    min-height: 200px;
  }
  #feature li .article {
    position: absolute;
    top: 30px;
    left: 0;
    width: 300px;
    float: none;
    display: block;
  }
  #feature li .article .post-title {
    font-size: 16px;
    line-height: 32px;
  }
  #feature li .nav {
    margin-left: 0;
  }
  #showMobileNav {
    display: block;
    width: 40px;
    height: 40px;
    background: #f5b92e url(../img/showMobileNav.png) no-repeat center center;
    position: absolute;
    top: 0;
    right: 20px;
  }
  #primaryNav,
  #secondaryNav {
    display: none;
    width: 300px;
    margin: 0 auto;
    display: none;
    background: transparent;
  }
  #primaryNav li,
  #secondaryNav li {
    width: 300px;
    text-align: center;
    float: none;
  }
  #primaryNav li.active a,
  #secondaryNav li.active a,
  #primaryNav li.current-menu-item a,
  #secondaryNav li.current-menu-item a,
  #primaryNav li.current_page_item a,
  #secondaryNav li.current_page_item a,
  #primaryNav li.current-cat a,
  #secondaryNav li.current-cat a,
  #primaryNav li.current_page_ancestor a,
  #secondaryNav li.current_page_ancestor a,
  #primaryNav li.current_page_parent a,
  #secondaryNav li.current_page_parent a,
  #primaryNav li.current-menu-ancestor a,
  #secondaryNav li.current-menu-ancestor a,
  #primaryNav li.current-menu-parent a,
  #secondaryNav li.current-menu-parent a {
    color: #111111;
  }
  #primaryNav li a,
  #secondaryNav li a {
    border-bottom: 1px solid #efefef;
    color: #444444;
  }
  #primaryNav li a:hover,
  #secondaryNav li a:hover {
    color: #111111;
  }
  #primaryNav li a:after,
  #secondaryNav li a:after,
  #primaryNav li a::after,
  #secondaryNav li a::after {
    content: "";
  }
  #primaryNav li:last-child,
  #secondaryNav li:last-child {
    border-bottom: none;
  }
  #primaryNav li .children,
  #secondaryNav li .children,
  #primaryNav li .sub-menu,
  #secondaryNav li .sub-menu {
    width: 300px;
    display: block;
    position: static;
    border-bottom: 1px solid #d0d0d0;
  }
  #primaryNav li .children li,
  #secondaryNav li .children li,
  #primaryNav li .sub-menu li,
  #secondaryNav li .sub-menu li {
    width: 300px;
    border-bottom: none;
  }
  #primaryNav li .children li a,
  #secondaryNav li .children li a,
  #primaryNav li .sub-menu li a,
  #secondaryNav li .sub-menu li a {
    color: #444444;
    background: #f6f6f6;
    border-bottom: none;
  }
  #main {
    width: 300px;
  }
  #content {
    display: block;
    float: none;
    width: 300px;
    margin: 0;
  }
  #content .sitemap {
    display: block;
    margin: 0;
    padding: 0;
  }
  #content .sitemap ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #content .sitemap ul ul {
    margin-left: 16px;
  }
  #content .sitemap div {
    float: none;
    width: 100%;
    margin: 0 0 16px 0;
    padding: 0;
    display: block;
  }
  #content.full {
    float: none;
    width: 300px;
    margin: 0;
  }
  #content .parent {
    width: 300px;
    margin: 0;
  }
  #content.hentry {
    font-size: 14px;
  }
  #content article {
    display: block;
    float: none;
    width: 300px;
    margin: 0;
    margin-bottom: 24px;
  }
  #content article .post-thumbnail .overlay {
    width: 300px;
  }
  #content .alignleft,
  #content .alignright,
  #content .aligncenter,
  #content .alignnone {
    float: none;
    margin: 12px auto;
  }
  aside#sidebar {
    display: block;
    float: none;
    width: 300px;
    margin: 0 auto;
    padding-top: 24px;
    border-top: 2px solid #eaeaea;
  }
  aside#sidebar .widget {
    padding-left: 8px;
    padding-right: 8px;
  }
  #content.hentry .post-inner,
  #content.hentry .page-inner {
    padding: 0;
  }
  #commentlist li div.comment {
    width: 200px;
  }
  .widget.widget_search #s {
    width: 230px;
  }
  .widget ul.ads li,
  .widget ol.ads li {
    padding: 8px;
  }
  footer .widget {
    float: none;
    display: block:
  			width: 300px;
    margin-bottom: 24px;
  }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 480px) and (max-width: 960px) {
  body {
    margin: 0 auto;
    width: 640px;
  }
  .inner {
    width: 600px;
  }
  #mastHead {
    width: 600px;
    margin: 0 auto;
    text-align: center;
  }
  #mastHead .inner {
    width: 600px;
  }
  #branding {
    margin: 0 auto;
    float: none;
    display: block;
  }
  #secondaryNav {
    width: 600px;
  }
  #secondaryNav ul {
    text-align: center;
  }
  #feature {
    height: 300px;
  }
  #feature.multiple {
    width: 600px;
    height: 200px;
  }
  #feature.multiple li .article {
    top: 30px;
  }
  #feature img {
    min-height: 300px;
  }
  #feature li .article {
    top: 100px;
  }
  #feature li .article .post-title {
    font-size: 24px;
    line-height: 48px;
  }
  #main {
    width: 600px;
    float: none;
    margin: 32px auto 0;
  }
  #content {
    margin: 0;
    *zoom: 1;
    width: 600px;
  }
  #content:before,
  #content:after {
    content: "";
    display: table;
  }
  #content:after {
    clear: both;
  }
  #content .parent,
  #content.full,
  #content.hentry {
    width: 600px;
    margin: 0;
  }
  #content .parent .page-inner,
  #content.full .page-inner,
  #content.hentry .page-inner {
    padding: 0;
  }
  #content .parent {
    width: 630px;
    margin-left: -13px;
  }
  #content article {
    width: 280px;
  }
  #content article img {
    width: 280px;
  }
  #content article .post-thumbnail .overlay {
    width: 280px;
  }
  #content .sitemap {
    float: none;
    display: block;
    width: 600px;
  }
  #content .sitemap div {
    float: none;
    width: 600px;
    display: block;
  }
  #sidebar {
    display: block;
    float: none;
    margin: 32px 0 0 0;
    width: 600px;
  }
  footer .inner {
    width: 600px;
    margin: 0 auto;
  }
  footer .widget {
    width: 600px;
    border-bottom: 1px solid #515151;
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
}
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}
#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url('../img/fancybox.png');
}
#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none;
}
#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}
#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: none;
  display: none;
}
#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}
#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid #fff;
}
#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101;
}
#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url('../img/fancybox.png') -40px 0px;
  cursor: pointer;
  z-index: 1103;
  display: none;
}
#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}
#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}
#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
#fancybox-left,
#fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url('../img/blank.gif');
  z-index: 1102;
  display: none;
}
#fancybox-left {
  left: 0px;
}
#fancybox-right {
  right: 0px;
}
#fancybox-left-ico,
#fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}
#fancybox-left-ico {
  background-image: url('../img/fancybox.png');
  background-position: -40px -30px;
}
#fancybox-right-ico {
  background-image: url('../img/fancybox.png');
  background-position: -40px -60px;
}
#fancybox-left:hover,
#fancybox-right:hover {
  visibility: visible;
  /* IE6 */

}
#fancybox-left:hover span {
  left: 20px;
}
#fancybox-right:hover span {
  left: auto;
  right: 20px;
}
.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}
#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url('../img/fancybox-x.png');
}
#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url('../img/fancybox.png');
  background-position: -40px -162px;
}
#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url('../img/fancybox-y.png');
  background-position: -20px 0px;
}
#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url('../img/fancybox.png');
  background-position: -40px -182px;
}
#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url('../img/fancybox-x.png');
  background-position: 0px -20px;
}
#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url('../img/fancybox.png');
  background-position: -40px -142px;
}
#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url('../img/fancybox-y.png');
}
#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url('../img/fancybox.png');
  background-position: -40px -122px;
}
#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102;
}
.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}
.fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}
.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left;
}
#fancybox-title-over {
  padding: 10px;
  background-image: url('../img/fancy_title_over.png');
  display: block;
}
.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}
#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}
#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}
#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url('../img/fancybox.png') -40px -90px no-repeat;
}
#fancybox-title-float-main {
  color: #FFF;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url('../img/fancybox-x.png') 0px -40px;
}
#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url('../img/fancybox.png') -55px -90px no-repeat;
}
/* Custom */
.at-728x90 {
	position:absolute;
	top:-90px;
	right:0px;
	/*min-width:728px;
	min-height:90px;*/
	background:transparent;
}
.at-160x600 {
	position:absolute;
	top:-90px;
	right:-160px;
	/*min-width:160px;
	min-height:600px;*/
	background:transparent;
}
body {
	position:relative;
	top:90px;
	left:auto;
	background:#fff;
}
body,#mastHead,#feature,#content,#main,.blog,.home,.single,.single-post,.page,.archive,.category{
	background:#fff!important;
}

#cookie-law-info-bar { left: 0; }


.grey-box {
	background-color:#eee;
}