/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #62869C; color: #fff; text-shadow: none; }
::selection { background: #62869C; color: #fff; text-shadow: none; }

/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

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

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

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

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
li { list-style: none; } 

/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; 

	/* Responsive images */
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* Responsive video (add video class where needed) */
/*.video embed,
.video object,
.video iframe {
	
	max-width: 100% !important;
	height: auto !important;
}*/




/*.video embed,
.video object {

  height: 300px !important;
}

#cspan-video-player {

  height: 400px !important;
}
*/

.widget-area .videonote #cspan-video-player {

  height: 500px !important;
  margin-bottom: 20px;
}

.widget-area .videonote embed,
.widget-area .videonote object,
.widget-area .videonote iframe {
  max-width: 100% !important;
  height: auto;
  /*height: 500px !important;*/
}


.footer-offer iframe {
  
  max-width: 100%;
  height: auto;
}

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

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

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================

   ========================================================================== */



/* =============================================================================
   Google Ads Background
   ========================================================================== */

ins {
background: none;
background-color: transparent;
}


/* =============================================================================
   Typography
   ========================================================================== */

/* ==|== font / typography ===================================================
   We need base styles for font sizes and typography, these can change as
   the layout responds
   ========================================================================== */
   
/* 
  32px = 2em
  30px = 1.875em
  28px = 1.75em
  26px = 1.625em
  24px = 1.5em
  22px = 1.375em
  20px = 1.25em
  18px = 1.125em
  16px = 100% (the default for most browsers).
  14px = .875em
  12px = .857142857em
  11px = .6875em
  10px = .625em
  08px = .5em
*/

/*
/* =============================================================================
   Extra fonts for use in this build
   ========================================================================== */
/*
font-family: 'Oleo Script', cursive;
font-family: 'Magra', sans-serif;
font-family: 'Sansita One', cursive;

*/

/* Start the font at 16px for mobile users, increase to something else above 480px */

body { 
  font-size: 16px;
  font-family: Arial, sans-serif;  
  line-height: 1.231;
  background: #fafafa;
}

/* =============================================================================
   Links
   ========================================================================== */
a { color: #00e; text-decoration: none; }
a:visited { color: #551a8b; }
a:hover { color: #B7AAA0; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

/* In most cases, we want our paragraph text to be 12 pixels */ 
p  { 
  /* font-size: 0.857142857em; line-height: 1.4em;  */
  margin: 1em 0; padding: 0;

  font-size: 1em;
  line-height: 1.5em;

}
li { font-size: 0.857142857em; line-height: 1.4em; margin: 0; padding: 0; }
ul { margin: 0; padding: 0; }
h1 { font-size: 2em; font-weight: bold; line-height: 1.2em; margin: 10px 0 4px 0; padding: 0; font-family: Magra, sans-serif; font-weight: 700; }
h2 { font-size: 1.375em; line-height: 1em; margin: 4px 0; font-family: Magra, sans-serif; font-weight: 700; }
h3 { font-size: 1.375em; line-height: 1em; margin: 4px 0; padding: 0; font-family: Magra, sans-serif; font-weight: 700; }
h4 { font-size: 1.125em; line-height: 1em; margin: 4px 0; padding: 0; font-family: Magra, sans-serif; font-weight: 700; }
h5 { font-size: 1em; line-height: 1em; margin: 4px 0; padding: 0; font-family: Magra, sans-serif; font-weight: 700; }
h6 { font-size: .875em; line-height: 1em; margin: 4px 0; padding: 0; font-family: Magra, sans-serif; font-weight: 700;
}

/* =============================================================================
   Link Colour Helper Classes
   ========================================================================== */
.lightbg a { color: #1C1C1C; text-decoration: none; }
.lightbg a:visited { color: #1C1C1C; }
.lightbg a:hover { color: #1C1C1C; }
.lightbg a:focus { outline: none; }

.darkbg a { color: #fff; text-decoration: none; }
.darkbg a:visited { color: #fff; }
.darkbg a:hover { color: #62869C; }
.darkbg a:focus { outline: none; }
.darkbg p { color: #fff; }

.midbg a { color: #444; text-decoration: none; }
.midbg a:visited { color: #444; }
.midbg a:hover { color: #14212B; }
.midbg a:focus { outline: none; }

/* ==|== div relative =======================================================
   Helper class to set every div to "position:relative;" unless otherwise set.
   ========================================================================== */

div { position: relative; margin: 0; padding: 0; }

/* ==|== wrapper ==========================================================
   Set page background and stop horizontal scrolling in old broswers
   ========================================================================== */
#wrapper { overflow: hidden; }
#container { overflow: hidden; }

/* ==|== pagewidth ==========================================================
   Helper class used to set the width of the page
   ========================================================================== */
.fullwidth { width: 100%; }
.pagewidth { margin: 0 auto; max-width: 100%; overflow: hidden; } /* overflow: hidden; to lock in screen size for mobile */

/* =============================================================================
   Layout Width and Floats (adjusted again in media queries)
   ========================================================================== */

/* 1 single column */
.container1col { background: #fff; z-index: 10; float: left; width: 100%;  border-left: 1px solid #DFDFDF; border-right: 1px solid #DFDFDF; }
.container1col .main-1col { background: #999; color: #fff; }

/* 2 column layout */
.container2col { background: #fff; z-index: 20; float: left; width: 100%; border-left: 1px solid #DFDFDF; border-right: 1px solid #DFDFDF; border-top: 1px solid #DFDFDF; margin-top: 10px; }
.container2col .main-2col { width: 67%;	background: #fff; float: left; }
.container2col .right-2col { width: 33%; background: #fff; float: right; }

.container2col:before, .container2col:after { width: 67%; content: " "; position: absolute; z-index: -2; top: 0; left: 0; height: 100%; background: #fff; }
.container2col:after { width: 33%; left: 67%; background: #fff; }

.container2colbefore, .container2colafter { width: 67%; content: " "; position: absolute; z-index: -2; top: 0; left: 0; height: 100%; background: #fff; }
.container2colafter { width: 33%; left: 67%; background: #fff; }


/* 3 column layout */
.container3col { background: #fff; z-index: 30; float: left; width: 100%; } /*bg becomes bg color of column 1*/
.container3col .left-3col { width: 20%; float: left; background: #ccc; }
.container3col .main-3col { width: 50%; float: left; background: #eee; }
.container3col .right-3col { width: 30%; float: right; background: #ccc; }
.container3col:before, .container3col:after { left: 20%; width: 50%; background: #eee; content: " "; position: absolute; z-index: -3; top: 0; height: 100%; }
.container3col:after { width: 30%; left: 70%; background: #ccc; }

.container3colbefore, .container3colafter { left: 20%; width: 50%; background: #eee; content: " "; position: absolute; z-index: -3; top: 0; height: 100%; }
.container3colafter { width: 30%; left: 70%; background: #ccc; }

/* =============================================================================
   Top Band
   ========================================================================== */

#topBandWrapper { background: #DFD1CB; padding: 5px 0; /*border-bottom: 2px solid #E9E6E0;*/  }
#topBand { font-family: 'Magra', sans-serif; color: #fff; font-weight: bold; padding: 0; } /* Padding so it doesn't bump the edge at 100% width */

.ie7 #topBand { width: 98%; }

#topBand a { margin: 0; color: #fff; font-weight: bold; }
#topBand p { margin: 0; color: #fff; font-size: .8em; padding: 0; }

#topBand h2 { color: #4E6372; font-size: .8em; font-family: 'Magra', sans-serif; margin: 0 0 5px 0; padding: 0; line-height: .5em; }
#topBand h3 { line-height: .7em; margin: 0; }
#topBand h3 a { color: #fff; font-size: .7em; font-family: 'Magra', sans-serif; margin: 0; padding: 0; line-height: .7em; }
#topBand h3 a:hover { color: #ccc; }



/* =============================================================================
   Header
   ========================================================================== */
#headerWrapper { background: #3A3533 url("../img/heaadbg.png"); height: auto; border-bottom: 8px solid #DFDFDF; }
#headerContainer { text-align: left; color: #929292; margin: 0; padding: 0 20px; }
#headerContainer h2 a { margin: 20px 0 0 0; font-size: .8em; color: #fff; }
#headerContainer p { margin: 0; font-size: .8em; }

#headerContainer .topheadline { width: 45%; margin: 10px 0 0 278px; }
#headerContainer .topmenu { width: 45%; margin: -4px 0 0 278px; }
#headerContainer .topsocials { width: 54px; margin: 10px 0 0 0; }
/*#headerContainer .topnav { padding: 10px 0 0 300px; }*/

.sitelogo { position: relative; }

/* SMALL MAIN LOGO FOR MOB - REPLACED LATER IN MEDIA QUERIES */
#site-title a { background: url("../img/twn_logo_small.gif") no-repeat center center; width: 156px; height: 56px; z-index: 90; text-indent: -999em;  display: block; margin: 10px 0 0 10px; left: 60px; top: 20px; }


.topMobTxt { color: #fff; }

#headerWrapper a { margin: 0; color: #fff; font-weight: bold; }
#headerWrapper p { margin: 10px 0; color: #fff; font-size: .8em; padding: 0; }

#headerWrapper h2 { color: #B7AAA0; font-size: .8em; font-family: 'Magra', sans-serif; font-weight: 400; margin: 0 0 5px 0; padding: 0; line-height: .5em; }
#headerWrapper h3 { line-height: .7em; margin: 0; }
#headerWrapper h3 a { color: #fff; font-size: .7em; font-family: 'Magra', sans-serif; font-weight: 700; margin: 0; padding: 0; line-height: .7em; }
#headerWrapper h3 a:hover { color: #ccc; }


/* =============================================================================
   Navigation
   ========================================================================== */
.navWrapper { /*clear: both;*/ /*border-bottom: 1px solid #F6F6F6;*/ overflow: visible; z-index: 999999; /*margin: -40px 0 0 0;*/ }

/* =============================================================================
   Top Nav Menu 
   ========================================================================== */

#navmain { font-family: Magra, sans-serif; font-weight: 400; }
ul#ulmain {  padding: 0px; margin: 12px 0 0 0; list-style: none; text-transform: uppercase; text-align: left; *display: inline; zoom: 1; }
ul#ulmain li { display: inline; float: left; margin: 0; padding: 0; z-index: 9999; }
ul#ulmain li a { display: block; margin: 0 2px; color: #fff; padding: 2px 4px; /*background: #eee;*/ text-transform: uppercase; font-size: 1em; }
ul#ulmain li a:hover { color: #ccc; }
ul#ulmain li a.mobilehome {  width: auto; display: block; color: #333; padding: 8px; text-transform: uppercase; background-image: url("../img/home.png"); background-repeat: no-repeat; background-position: center center; margin: -8px 4px 0 0; }



#navmobile { display: block; text-align: center; margin: 0 20px 0 0; }
ul#ulmobile {  display: inline-block; padding: 4px; margin:0 0 20px 0; list-style:none; text-transform: uppercase; text-align: left; *display: inline; zoom: 1; }
ul#ulmobile li { display: inline; float: left; margin: 0; padding: 0; }
ul#ulmobile li a { width: auto; display: block; margin: 2px; color: #333; padding: 12px 12px; background: #B7AAA0; text-transform: uppercase; font-size: 1em; font-family: 'Magra', sans-serif; font-weight: 700;  }
ul#ulmobile li a:hover { background: #eee; color: #444; }
ul#ulmobile li a.mobilehome { width: auto; display: block; color: #fff; padding: 12px 20px 12px 20px; text-transform: uppercase; background-image: url("../img/home.png"); background-repeat: no-repeat; background-position: center center; }
ul#ulmobile li a.mobilesections { width: auto; display: block; color: #fff; padding-right: 24px; text-transform: uppercase; background-image: url("../img/arrowdown.png"); background-repeat: no-repeat; background-position: 90% center; }
ul#ulmobile li a.mobilesectionsclose { background-image: url("../img/arrowup.png"); }


ul#ulmobilesections { background: transparent; }
ul#ulmobilesections li { /*display: inline; float: left;*/ display: block; margin: 8px 5px; padding: 0; }
ul#ulmobilesections li a { width: auto; display: block; margin: 0; padding: 12px 12px; text-transform: uppercase; color: #fff; background: #1C1C1C; font-size: 1em; font-family: 'Magra', sans-serif; font-weight: 700; }
ul#ulmobilesections li a:hover { background: #B7AAA0; color: #444; }

#mobilesectionsmenu { display: none; width: 300px; padding: 0 10px; }




/* =============================================================================
   Layout
   ========================================================================== */

#container { }


/* =============================================================================
   Sticky Header
   ========================================================================== */

/* It's rendered first, so the z-index has to be wicked high */
#stickyheader { z-index: 999999; position: fixed; left: 0px; top: 0px; padding: 8px 0 12px 0; 
background: url("../img/icons/stickyheadbg.png") center bottom repeat-x; color: #444; margin: 0; /*overflow: hidden;*/ } 

/* Just a hack for transparent bg image (paper cut etc) abover ^ */ 
/*#topBandWrapper { padding-top: 20px; }*/
/*.oldie #stickyheader { background-color: #000; }*/


/* ==|== stickyheader =======================================================
   When using stickyheader, you have to give the wrapper div a
   margin equal to the height of the sticky header
   ========================================================================== */

#stickyheader a { color: #fff; }

/* ==|== stickyheaderopen =======================================================
   Initially hidden div to re-open a closed stickyheader
   ========================================================================== */
#stickyheaderopenwrap { display: none; position: fixed; z-index: 999999; right: 20px; top: 0px; }
#stickyheaderopen a { position: absolute; z-index: 9999999; right: 0px; top: 0px; padding: 4px 26px 4px 8px; background: #677B3C url("../img/icons/down.png") right center no-repeat; color: #fff; font-size: .8em; border-right: 4px solid #677B3C; font-weight: bold;   -moz-border-radius-bottomright: 5px; -khtml-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-bottomleft: 5px; -khtml-border-radius-bottomleft: 5px;-webkit-border-bottom-left-radius: 5px; }
#stickyheaderopen a:hover { background-color: #666; border-right: 4px solid #666; }  

/* IE-8 Hack  */
.oldie #stickyheaderclose { margin-right: 20px; }

/* IE6-7 - No point trying */
.ie6 #stickyheaderopenwrap { display: none; }
.ie6 #stickyheader { display: none; }
.ie7 #stickyheaderopenwrap { display: none; }
.ie7 #stickyheader { display: none; }


/* =============================================================================
   Sticky Footer
   ========================================================================== */
   
#stickyfooter { position: fixed; left: 0px; bottom: 0px; /*height: 60px;*/ padding: 10px 90px 10px 0; background: #000; color: #fff; z-index: 9999; } 

/* ==|== stickyfooter =======================================================
   When using stickyfooter, you have to give the container div a
   margin equal to the height of the sticky footer (height + padding)
   ========================================================================== */

#stickyfooter h3 a { background: url("../img/icons/slj-icon.png") no-repeat center center; width: 78px; height: 100px; top: -40px;  position: absolute; right: 20px; }
#stickyfooter p { }
#stickyfooter p a { color: #fff; }

/* ==|== stickyfooteropen =======================================================
   Initially hidden div to re-open a closed stickyfooter
   ========================================================================== */
#stickyfooteropenwrap { display: none; position: fixed; right: 20px; bottom: 0px; }
#stickyfooteropen a { position: absolute; z-index: 9999; right: 0px; bottom: 0px; padding: 4px 26px 4px 8px; background: #677B3C url("../img/icons/up.png") right center no-repeat; color: #fff; font-size: .8em; border-right: 4px solid #677B3C;  -moz-border-radius-topright: 5px; -khtml-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -khtml-border-radius-topleft: 5px;-webkit-border-top-left-radius: 5px; }
#stickyfooteropen a:hover { background-color: #444; border-right: 4px solid #444; } 

/* IE7-8 Hack  */
.oldie #stickyfooterclose { margin-right: 20px; }

/* IE6 - No point trying */
.ie7 #stickyfooteropenwrap { display: none; }
.ie7 #stickyfooter { display: none; }
.ie6 #stickyfooteropenwrap { display: none; }
.ie6 #stickyfooter { display: none; }

/* =============================================================================
   Search Box
   ========================================================================== */
#searchformwrap { background-color: #FFF; }
#searchformwrap .searchactive { background-color: #efefef; }

.searchbox { padding: 0; background-color: #FFF; border: 1px solid #ccc; -moz-border-radius: 4px; border-radius: 4px; margin: 6px 0 6px 6px; }
/*.searchbox .searchactive { background-color: #ccc; }*/

.searchbox label { color: #ccc; position: absolute; margin: 8px 10px; width: 80%; text-transform: uppercase; font-weight: bold; font-size: .6em; }
.searchbox .searchtext { border: 0px; /*important*/ background-color: transparent; /*important*/ /*position:absolute;*/ /*important*/ outline: none; color: #444; font-size: .8em; font-weight: normal; margin: 4px; width: 80%; }
/*.searchbox .searchbutton { border: 0px; background-color: transparent; position: absolute; outline: none; top: 8px; right: 10px; width: 26px; height: 23px; background: url("../img/icons/search.png") no-repeat center center; text-indent: -9000px;  margin: 0; cursor: pointer; }*/

.searchbox .searchbutton { border: 0px; /*important*/ background-color: transparent; /*important*/ position: absolute; /*important*/ outline: none; top: 4px; right: 4px; width: 26px; height: 25px; background: url("../img/icons/16x16/search.png") no-repeat top center; text-indent: -9000px;  margin: 0; cursor: pointer; z-index: 9999; }

/* Error message box that appears when JQuery Validate finds a problem */
.searchbox div.error { color: #fff; background: #900; padding: 4px 8px; margin: -2px 10px 0 0; width: auto;  font-size: .8em; position: absolute; left: 10px; top: 35px; z-index: 90; -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; }


/* =============================================================================
   Main
   ========================================================================== */
time { display: inline; }



/* Quote styles */
/*.main blockquote { clear: both; display: block; float: right; width: 30%; padding: 10px 10px 10px 20px; margin: 10px 0 10px 20px; background: transparent; color: #000; font-weight: bold; border-left: 1px dotted #999; }

.main blockquote { clear: both; float: right; width: 40%; padding: 0 20px 0 60px; margin: 0 0 10px 0; background: #fff url("../img/quote_left.gif") top left no-repeat; font-style: italic; border: 4px solid #fcfcfc; -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; color: #666; }*/

/*.main blockquote { clear: both; padding: 0 20px; margin: 5px 0; font-style: italic; color: #000; font-size: 1.2em; }*/

.main blockquote { padding: 0 20px; margin: 5px 0; font-style: italic; /*color: #333; font-size: 0.857142857em;*/ font-size: 1em;  }



/*
.main blockquote {
  font-style: italic;
  background: url("../img/quote_right.gif") no-repeat right bottom;
  padding-left: 18px;
  text-indent: -18px;
}

.main blockquote:first-letter {
  background: url("../img/quote_left.gif") no-repeat left top;
  padding-left: 40px;
  padding-bottom: 50px;

  height: 50px;
  width: 50px;

  &ldquo;
}*/

/*.main blockquote:before {
    content: "\0022";
    margin-right: 6px;
    float: left;
    font-size: 1.2em;
    font-style: italic;
}

.main blockquote:after {  
    content: "\0022";
    margin-left: 6px; 
    float: right;
    display: inline;
    font-size: 1.2em;

right: 20px;
position: absolute;
bottom: .7em;
font-style: italic;
float:left;

  }*/

#respond iframe { width: 100%; }
#respond img { max-width: 100%; }
#respond .recaptcha_input input{width:100%}

.main cite { display: block; font-size: .8em; padding: 0; margin: 6px 0 0 0; color: #999; }

/* .main .entry-content ol { font-weight: bold; font-size: 1.2em; }
.main .entry-content ol li { list-style-type: decimal;  margin: 4px 0; font-weight: normal;  }
.main .entry-content ol li p { font-weight: normal; } */


/* Really nice numbered list styles */
.main .entry-content ol {
    counter-reset:li; /* Initiate a counter */
    margin-left: 0; padding-left: 0;
}
.main .entry-content ol > li {
    position: relative; /* Create a positioning context */
    margin: 10px 0 10px 2em; /* Give each list item a left margin to make room for the numbers */
    padding: 4px 8px; /* Add some spacing around the content */
    list-style: none; /* Disable the normal item numbering */
	font-weight: normal;
}
.main .entry-content ol > li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    top: 6px;
    left: -2em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	-moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; 
    width: 2em;
	font-family: 'Magra', sans-serif; 
    /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
    margin-right: 8px;
    padding: 4px;
    color: #fff;
    background: #000;
    font-weight: bold;
    text-align: center;
}
.main .entry-content li ol,
.main .entry-content li ul { margin-top: 6px; }
.main .entry-content ol ol li:last-child { margin-bottom: 0; }

.main .entry-content ul { font-weight: bold; font-size: 1.2em; }
.main .entry-content ul li { margin: 4px 0; font-weight: normal;  }
.main .entry-content ul li p { font-weight: normal; }


.main .entry-content p a { color: #3972AD; }
.main .entry-content p a:hover { color: #61869D; }

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    /*border: 1px solid #f0f0f0;*/
    max-width: 96%; /* Image does not overflow the content area */
    padding: 0 3px 10px;
    text-align: center;
    color: #666;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}






.main .entry-content iframe {
  
  max-width: 100%;
  /*height: auto;*/
}

/*.main .entry-content img { clear: both; float: right; width: 25%; max-width: 25%; }*/
.main .entry-content:after { clear: both; }

/* Menu Buttons */
.main .sharebuttons { margin: -10px 0 0 0; }

.main .sharebuttons a.menubutton { display: block; padding: 6px 10px 6px 26px; margin: 2px 0 2px 4px; font-size: .7em; line-height: 1.3em; color: #444; text-transform: uppercase; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background-color: #eee; }
.main .sharebuttons a.menubutton:hover { /* background-color: #ccc; */ -moz-box-shadow: 0 0 2px #888; -webkit-box-shadow: 0 0 2px #888; box-shadow: 0 0 2px #888; }

/* Set Specific Icon Classes for Menu Buttons */
.main a.menubutton_comments { background-image: url("../img/icons/menubutton_comments.png"); background-repeat: no-repeat; background-position: 8px center; }
.main a.menubutton_like { background-image: url("../img/icons/menubutton_heart.png"); background-repeat: no-repeat; background-position: 8px center; }
.main a.menubutton_share { background-image: url("../img/icons/down.png"); background-repeat: no-repeat; background-position: 8px center; }
.main a.menubutton_share_close { background-image: url("../img/icons/up.png"); background-repeat: no-repeat; background-position: 8px center; }

.main a.menubutton_print { background-image: url("../img/icons/16x16/print.png"); background-repeat: no-repeat; background-position: 8px center; }

.main a.menubutton_email { background-image: url("../img/icons/16x16/message.png"); background-repeat: no-repeat; background-position: 8px center; }

.main .commentsnum { display: block; width: 40px; height: 34px; background: transparent url("../img/icons/commentsbg.png") center center no-repeat; margin: -10px 0 10px 20px; padding: 12px 0 0 0; color: #333; font-weight: bold; }

/* Buttons */
.main input.mainbutton { display: inline; padding: 10px 14px; margin: 6px 0; font-size: 1em; color: #fff; background-color: #333; border: 2px solid #999; font-weight: bold; }
.main input.mainbutton:hover { background-color: #677B3C; }

.main input.addtocart { padding-left: 40px; background-image: url("../img/icons/addtocart.png"); background-repeat: no-repeat; background-position: 10px center; margin: 2px 4px 2px 0; }

.main input.buynow { padding-left: 40px; background-image: url("../img/icons/buynow.png"); background-repeat: no-repeat; background-position: 10px center; margin: 2px 4px 2px 0; }

.main .price {}
.main .price .fullprice { font-size: .8em; color: #999; text-decoration: line-through; font-weight: bold; }
.main .price .saving { font-size: .7em; color: #677B3C; font-weight: bold; }


.main .prevnextlinks img { border: 0; }

.main .sm-buttons.top{height:22px;line-height:22px;position:relative;margin-bottom:15px;}
.main .sm-buttons.top .st_fblike_large span:first-child{margin:0px !important;line-height:32px !important;}
.main .sm-buttons .sm-button{float:left;margin-right:7px;line-height:22px;}


/* Action Buttons */
.actionbutton { display: block; text-align: center; padding: 20px 22px; margin: 0; font-size: 1.6em; color: #fff; background: #333; border: 4px solid #999; font-weight: bold; text-transform: uppercase; -moz-border-radius: 6px; border-radius: 6px; }

.actionbutton:hover { color: #fff; background: #666; }

.main .actionbuttonlarge { }


.main .entry-content p { margin: 2em 0; }


/*.main .video iframe { height: 325px; }*/


.main .videonote { border-top: 1px solid #DFDFDF; margin: 10px 0 20px 0; }
.main .videonote h2 { padding: 10px 0 0 0; }


.main .featuredimg { background: #eee; padding: 10px; }

.main .featuredimg img { }

.main .featuredimg span { display: block; background: #eee; padding: 10px 10px 0 10px; margin: 0; font-size: .8em; line-height: 1.4em; }

.main img { border: 4px solid #eee; /*clear: both; float: none;*/ }

.main .listitem { clear: left; float: left; /*width: 95%; border-bottom: 1px solid #DFDFDF; padding: 0 0 4px 0;*/ } 

.main .listitem img.postthumb { float: left; margin: 10px 10px 4px 0; padding: 0; border: 4px solid #ccc; width: 150px; height: auto; }
/*.main .listitem img.postthumb { float: right; margin: 10px 0 4px 10px; padding: 0; border: 4px solid #ccc; width: 150px; height: 150px; }*/
.main .listitem img.postmed { float: left; margin: 10px 20px 4px 0; padding: 0; border: 4px solid #ccc; width: 35%; max-width: 35%; }
.main .listitem img.postfull { float: left; margin: 6px 0 4px 0; padding: 0; border: 4px solid #ccc; max-width: 100%; width: 100%; }

.main .listitem h3 { margin: 6px 0 0 0; padding: 0; }
.main .listitem p { margin: 4px 0; padding: 0; }

.main .listitem p.author { margin: 10px 0 0 0; font-size: .7em; line-height: 1em; color: #999;  }
.main .listitem p.author a { color: #999;  }
.main .listitem p.similar { font-size: .8em; line-height: 1.4em; font-weight: bold; }


.main .listitem .authordate p { font-size: .8em; line-height: 1em; color: #B7AAA0; margin: 10px 0;  font-family: Magra, sans-serif; font-weight: 700;  }
.main .listitem .authordate a { color: #B7AAA0;  }

.main .listitem .commentlatest { -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; background: #efefef; font-size: .9em; padding: 10px; clear: both; }
.main .listitem .commentquote { display: inline; font-size: 1.2em; font-weight: bold; }


.main .listitem .relatedposts { -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; background: #efefef; font-size: .9em; padding: 10px; float: right; width: 45%; }
.main .listitem .relatedposts h5 { display: block; color: #999; text-align: center; font-weight: normal; }
.main .listitem .relatedposts p.similar { margin: 0; padding: 0; }
.main .listitem .relatedposts a { display: block; border-top: 1px solid #ccc; padding: 10px 0 4px 0; margin: 4px 0; font-size: .8em; }



.main .listitem .socialshare { clear: both; }
.main .listitem .socialshare ul.ulsocial {  padding: 0px; margin: 0; list-style: none; text-align: left; }
.main .listitem .socialshare ul.ulsocial li { display: inline; float: left; margin: 0; padding: 0; }


.main .prevnextlinks a { color:  #1C1C1C; font-family: Magra, sans-serif; font-weight: 700;  }
.main .prevnextlinks a:hover { color: #B7AAA0; }
.main .prevnextnext {  text-align: right !important; }

.main .suggestedright { display: block; background: transparent; }
.main .suggestedright p { margin: 0; }

.main .suggestedleft { display: block; background: transparent; }
.main .suggestedleft p { margin: 0; }



.homepage .listitem h3 { font-size: 2em; }
.homepage .headline h3 { font-size: 3em; }


/* Adjusted bigger for bigger screens below around line 1673 */

.main h3.entry-title  { font-size: 1.6em; }
.main h4.entry-title  { font-size: 1.2em; }

.main .homeheadline h3.entry-title  { font-size: 2.2em; text-align: center; }
.main .homeheadline h4.entry-title  { font-size: 1.2em; text-align: center; }

.main .homeheadline { margin-bottom: 10px; }

/* Page menu has three distinct styles:

title - for non-linked section titles
item - for general linked items
more - for "read more" links

Each individual "item" can be given a unique class if you want a specific icon.
*/

.main .pagemenu { }
.main .pagemenu li { list-style: none; color: #999; font-weight: normal; }

/* Set title styles */
.main .pagemenu li.title { display: block; padding: 6px 10px; border-bottom: 1px dotted #ccc; }

/* Set general link styles */
.main .pagemenu li a { display: block; padding: 6px 10px; border-bottom: 1px dotted #ccc; }
.main .pagemenu li a:hover { }

/* Set individual classes so we can display icons */
.main .pagemenu li.item a.item1 { padding-left: 30px; background: url("../img/icons/list.png") no-repeat 10px center;  }
.main .pagemenu li.item a.item1:hover { padding-left: 30px; background: url("../img/icons/list.png") no-repeat 10px center;  }

.main .pagemenu li.item a.itemsubopen { padding-left: 30px; background: url("../img/icons/down.png") no-repeat 10px center;  }
.main .pagemenu li.item a.itemsubopen:hover { padding-left: 30px; background: url("../img/icons/down.png") no-repeat 10px center;  }

.main .pagemenu li.item a.itemsubclose { padding-left: 30px; background: url("../img/icons/up.png") no-repeat 10px center;  }
.main .pagemenu li.item a.itemsubclose:hover { padding-left: 30px; background: url("../img/icons/up.png") no-repeat 10px center;  }

.main .pagemenu li.item a.item3 { padding-left: 30px; background: url("../img/icons/list.png") no-repeat 10px center;  }
.main .pagemenu li.item a.item3:hover { padding-left: 30px; background: url("../img/icons/list.png") no-repeat 10px center;  }

/* Set readmore link styles */
.main .pagemenu li a.readmore { background: transparent;  }

/* SubMenu (initially hidden, triggered by JQuery) */
.main .pagemenu ul { display: none; }
.main .pagemenu ul li.subitem a, .main .pagemenu ul li.page_item a { padding-left: 40px;  }
.main .pagemenu ul li.subitem a:hover { }

.main .pagemenumob { }
.main .pagemenumob li { list-style: none; color: #999; font-weight: normal; background: #fff; }

/* Set title styles */
.main .pagemenumob li.title { display: block; padding: 6px 10px; border-bottom: 1px dotted #ccc; }

/* Set general link styles */
.main .pagemenumob li a { display: block; padding: 6px 10px; border-bottom: 1px dotted #ccc; color: #fff; background: #333; }
.main .pagemenumob li a:hover { background: #999; }


/* SubMenu (initially hidden, triggered by JQuery) */
.main .ultopBandmob ul { display: none; }
.main .ultopBandmob ul li.subitem a { padding-left: 40px;  }
.main .ultopBandmob ul li.subitem a:hover { }

.main .ultopBandmob { }
.main .ultopBandmob li { list-style: none; color: #999; font-weight: normal; background: #fff; }

/* Set title styles */
.main .ultopBandmob li.title { display: block; padding: 6px 10px; border-bottom: 1px dotted #ccc; }

/* Set general link styles */
.main .ultopBandmob li a { display: block; padding: 6px 10px; border-bottom: 1px dotted #ccc; color: #444; background: #eee; }
.main .ultopBandmob li a:hover { background: #999; }

a.backtotop { float: left; padding: 6px 10px 6px 26px; margin: 0 10px 0 0; background-image: url("../img/icons/16x16/navigationtop.png"); background-position: 6px center; background-repeat: no-repeat; background-color: #eee; color: #444; }

a.backtotop:hover { background-color: #999; }

/* =============================================================================
   Right Sidebar (aside)
   ========================================================================== */
/* Reduce font size for the whole sidebar */
.aside { font-size: 1em; margin-bottom: 20px; }

/* sidebar titles */
.aside h4 { display: block; padding: 10px 20px; margin: 0; /*background: #C0BBB9;*/ color: #333; }


/* Side menu has three distinct styles:

title - for non-linked section titles
item - for general linked items
more - for "read more" links

Each individual "item" can be given a unique class if you want a specific icon.
*/

/*.aside .sidemenucontainer { background: #666; }*/

.aside .sidemenu { }
.aside ul.sidemenu  { background: #666; }

.aside .sidemenu li { list-style: none; background: #666; color: #fff; font-weight: normal; display: block; padding: 0; margin: 0; }

/* Set title styles */
.aside .sidemenu li.sidemenutitle { display: block; padding: 6px 20px; background: #666; color: #fff; border-bottom: 1px solid #000; border-top: 1px solid #666; margin: 0;   }

/* Set general link styles */



.aside .sidemenu li a { display: block; background: #333; color: #fff; border-bottom: 1px solid #000; border-top: 1px solid #666; padding: 6px 20px; font-size: 1em; }
.aside .sidemenu li a:hover { background: #666; }

/* Set individual classes so we can display icons */
.aside .sidemenu li.item a.item1 { padding-left: 50px; background: #333 url("../img/icons/list.png") no-repeat 20px center;  }
.aside .sidemenu li.item a.item1:hover { padding-left: 50px; background: #666 url("../img/icons/list.png") no-repeat 20px center }
.aside .sidemenu li.item a.itemsubopen { padding-left: 50px; background: #333 url("../img/icons/down.png") no-repeat 20px center;}
.aside .sidemenu li.item a.itemsubopen:hover { padding-left: 50px; background: #666 url("../img/icons/down.png") no-repeat 20px center; }
.aside .sidemenu li.item a.itemsubclose { padding-left: 50px; background: #666 url("../img/icons/up.png") no-repeat 20px center; }
.aside .sidemenu li.item a.itemsubclose:hover { padding-left: 50px; background: #666 url("../img/icons/up.png") no-repeat 20px center;  }
.aside .sidemenu li.item a.item3 { padding-left: 50px; background: #333 url("../img/icons/list.png") no-repeat 20px center;  }
.aside .sidemenu li.item a.item3:hover { padding-left: 50px; background: #666 url("../img/icons/list.png") no-repeat 20px center;  }

/* Set readmore link styles */
.aside .sidemenu li a.readmore { background: transparent;  }

/* SubMenu (initially hidden, triggered by JQuery) */
/*.aside .sidemenu ul { display: none; }
.aside .sidemenu ul li.subitem a { padding-left: 50px; background: #666; }
.aside .sidemenu ul li.subitem a:hover { background: #333; color: #fff }*/

.aside .sidemenu ul { }
.aside .sidemenu ul li a { padding-left: 60px; background: #333 url("../img/icons/list.png") no-repeat 30px center;  }
.aside .sidemenu ul li a:hover { padding-left: 60px; background: #666 url("../img/icons/list.png") no-repeat 30px center;  }

.aside .sidemenuSibs li a { display: block; background: #999; color: #fff; border-bottom: 1px solid #000; border-top: 1px solid #666;padding: 6px 20px;  }


/* Info menu. For FAQ questions on the right sidebar */

.aside .infomenu { }
.aside .infomenu li { list-style: none; background: #ccc; }

.aside .infomenu li.infomenutitle { display: block; padding: 6px 20px; }

.aside .infomenu li a { display: block; padding: 6px 20px 6px 50px; background: #ccc url("../img/icons/question.png") no-repeat 20px center; color: #333; }
.aside .infomenu li a:hover { background: #eee url("../img/icons/question.png") no-repeat 20px center; }

.aside .infomenu li a.readmore { background: #ccc;  }


.aside .widget { color: #444; font-family: Arial, sans-serif; font-weight: 500; }

.aside .widget a { color: #1C1C1C; }
.aside .widget a:hover { color: #B7AAA0; }


.aside .widget .textwidget { color: #444; font-weight: bold;  }
.aside .widget ol { margin: 0; padding: 0; }
.aside .widget ul { margin: 0; padding: 0; }
.aside .widget li { margin: 4px 0; padding: 0; list-style-type: disk; color: #999;   }
.aside .widget li a { line-height: 1.2em; font-family: Arial, sans-serif; font-weight: 500; color:  #1C1C1C; }
.aside .widget li a:hover { color: #B7AAA0; }

/* Widget Styles */
.aside .widget { border-left: 1px solid #DFDFDF; border-bottom: 1px solid #DFDFDF; margin: 0; padding: 0; }
.aside h4.widget-title { display: block; padding: 10px 20px 0 20px; margin: 0; /*background: #C0BBB9;*/ font-size: .8em; color: #B7AAA0; font-family: Magra, sans-serif; font-weight: 400; }
.aside .widget-title a { color: #B7AAA0; }
.aside .widget p { color: #999; margin: 0; padding: 0; font-family: Arial, sans-serif; font-weight: 500;
font-style: normal;
font-size: .8em;
}

.aside .widget .rsswidget img { display: none; }


.aside .widget h2 a { font-family: Magra, sans-serif; font-weight: 700; font-size: 1em; line-height: 1.1em; 
color: #1C1C1C;
margin: 0 0 0 0;
padding: 0 0 0 0;
}
.aside .widget h2 a:hover { color: #B7AAA0; }

.aside .widget .commentrecent { -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; background: #fafafa; font-size: .8em; padding: 10px; color: #999;   }
.aside .widget .commentrecentquote { display: inline; font-size: 1.2em; font-weight: bold; }


.aside iframe {  height: 300px; width: 300px;  }


/* =============================================================================
   Author and Share
   ========================================================================== */
.authordate { display: inline; width: 100%; }
.sharebuttons { display: inline; width: 60%; }

/* =============================================================================
   Swap Tabs
   ========================================================================== */
.aside .sideswaptitle { padding: 4px 10px; background: #C0BBB9; color: #444; }
.aside .sideswaptitle a { color: #677B3C; }

.aside a.sideswaptrigger { display: block; float: left; padding: 6px 10px; margin: 0 2px -6px 0; color: #677B3C; font-size: .8em; font-weight: bold;  }
.aside a.sideswaptriggerselected { color: #444; background: #D8D2CE;  }
.sideswap { color: #444; }


/* =============================================================================
   Side Wings (for very high resolutions)
   ========================================================================== */
/* Designed to ad 120x600 skyscraper ads, pixel widths, not responsive, but these are just for high res screens */

.leftwing { /*background: #333;*/ position: absolute; left: -120px; top: 0; height: 600px; width: 120px; overflow: visible; }
.leftwing iframe { height: 600px; width: 120px;  }
.rightwing { /*background: #333;*/ position: absolute; right: -120px; top: 0; height: 600px; width: 120px; overflow: visible; }
.rightwing iframe {  height: 600px; width: 120px;  }
 
/* =============================================================================
   Footer
   ========================================================================== */


.footerContainer { background-color: #fff; border-top: 1px solid #DFDFDF; margin: 10px 0 0 0; }

.footerContainer { font-family: Magra, sans-serif; font-weight: 400; }
/* IE Hack */
.oldie .footerContainer { float: left; width: 100%; color: #444; }
/*.oldie .footerContainer .width22 { width: 100%; }*/


/*
font-family: 'Oleo Script', cursive;
font-family: 'Magra', sans-serif;
font-family: 'Sansita One', cursive;

*/

.footerContainer h3 { font-size: .8em; color: #B7AAA0; font-family: Magra, sans-serif; font-weight: 400; }

.footerContainer h2 a, .footerContainer h2 a:visited, .footerContainer h2 a:active  { font-family: Magra, sans-serif; font-weight: 700; font-size: 1em; line-height: 1.1em; 
color: #1C1C1C;  }

.footerContainer h2 a:hover { color: #B7AAA0; }


.footerContainer h2 { margin: 10px 0; }

.footerContainer p { margin: 4px 0 10px 0; font-family: Arial, sans-serif; font-weight: 500; }



.footerContainer img { border: 4px solid #EEE; }
.footerContainer .video { border: 4px solid #EEE; }
.footerContainer .video { border: 4px solid #EEE; }

.footerContainer .video embed,
.footerContainer .video object,
.footerContainer .video iframe {
  
  max-width: 100%;
  height: auto;
}


.footerBG { /*background-color: #92AE57;*/  }

.footerBottomContainer {  /*background: #14212B;*/ background: #3A3533 url("../img/heaadbg.png"); border-top: 8px solid #DFDFDF; }


.footerBottom div.social-links { display: block; clear: right; text-align: right; }
.footerBottom .social-links a { display: block; padding: 14px 14px 14px 50px; margin: 4px 0; background: #0B1218; color: #fff; font-size: 1em; text-transform: uppercase; width: 200px;  font-family: Magra, sans-serif; font-weight: 700; }
.footerBottom .social-links a.social-links-twit { background: #000 url("../img/icon-twit.gif") no-repeat 12px center; }
.footerBottom .social-links a.social-links-face { background: #000 url("../img/icon-face.gif") no-repeat 12px center; }
.footerBottom .social-links a:hover { background-color: #D8D2CE; color: #444; }


.footer-menus { }
.footer-menus h3 a { font-weight: bold; padding: 0; margin: 0; }
.footer-menus ol { list-style-type: decimal; margin: 16px 0 0 -20px; color: #B7AAA0; font-weight: 700; font-family: Magra, sans-serif; }
.footer-menus li { list-style-type: decimal; margin: 0 0 10px 0; color: #B7AAA0; font-weight: normal; }
.footer-menus li a, .footer-menus li a:visited, .footer-menus li a:active { display: block; margin: 0; padding: 0; color: #1C1C1C; font-family: Magra, sans-serif; font-weight: 700; font-size: 1em; line-height: 1.1em; }
.footer-menus li a:hover { color: #B7AAA0; }

.footer-popular { border-left: 1px solid #DFDFDF; border-right: 1px solid #DFDFDF; }

.footer-offer p strong { font-weight: bold; }

.footer-article { color: #fff; }

.footer-legals { line-height: .8em; font-size: .8em; font-family: Arial, sans-serif; }
.footer-legals p { display: inline; margin: 0; }
.footer-legals strong { font-size: 1.4em; font-weight: 700; font-family: Magra, sans-serif; }
.footer-legals a {  }
.footer-legals a:visited {  }
.footer-legals a:hover {  }
.footer-legals a:focus {  }

/*#switchmobile { display: inline-block; padding: 6px 10px 6px 28px; font-size: 1em; background: #1E1D1C url("../img/icons/16x16/iphone.png") no-repeat 6px center; }*/

#switchmobile a { /*width: auto; display: block;*/ margin: 0; color: #fff; padding: 12px 16px 12px 32px; text-transform: uppercase; background: #0B1218 url("../img/icons/16x16/iphone.png") no-repeat 10px center; color: #fff; }
#switchmobile a:hover { background-color: #D9E1EA; color: #444; }

/*#switchdesktop { display: inline-block; padding: 6px 10px 6px 28px; font-size: 1em; background: #1E1D1C url("../img/icons/16x16/fullscreen.png") no-repeat 6px center; }*/

#switchdesktop a { /*width: auto; display: block;*/ margin: 0; color: #fff; padding: 12px 16px 12px 32px; text-transform: uppercase; background: #0B1218 url("../img/icons/16x16/fullscreen.png") no-repeat 10px center; color: #fff; }
#switchdesktop a:hover { background-color: #D9E1EA; color: #444; }


/* =============================================================================
   Advertisements
   ========================================================================== */
.adbox { padding: 6px; margin: 0; /*border-top: double #D8D2CE;*/ }
/*.adtitle { position: absolute; top: -6px; padding: 0 3px; background: #fff; font-size: .5em; color: #ccc; text-transform: uppercase; }*/
.adtitle { padding: 0 3px; margin: 0; background: #fff; font-size: .5em; color: #ccc; text-transform: uppercase; }

.adbox iframe { height: 250px; }

.adbox img { margin: 0; padding: 0; border: 0; }
.adbox a { margin: 0; padding: 0; border: 0; }
.adbox p { margin: 0; padding: 0; border: 0; }

.headerad { background-color: transparent; }
.headerad img { margin: 0; padding: 0; border: 0; }
.headerad a { margin: 0; padding: 0; border: 0; }
.headerad p { margin: 0; padding: 0; border: 0; }


/* =============================================================================
   Separators and Section Titles
   ========================================================================== */
.sep { clear: both; float: left; border-top: 1px solid #DFDFDF; margin-top: 10px; padding: 10px 0;}
.sepsmall { clear: both; float: left; border-top: 1px dotted #999; padding: 5px 0;}
.sepleft { border-left: 1px dotted #999; margin: 10px 0 10px 10px; padding: 10px 0 10px 10px; }
.sepright { border-right: 1px dotted #999; margin: 10px 10px 10px 0; padding: 10px 10px 10px 0; }
h4.sectiontitle  { display: block; border-bottom: 1px solid #fafafa; margin-top: 10px; padding: 10px 0; color: #999; font-size: .8em; }

/* =============================================================================
   Tag and Category List Styles
   ========================================================================== */
.taglist li { }
.taglist li a { display: block; padding: 6px 10px; margin: 2px 4px 2px 0; font-size: .8em; color: #fff; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; background-color: #333;  }
.taglist li a:hover { background-color: #677B3C; color: #333; }

.categorylist li { }
.categorylist li a { display: block; padding: 6px 10px 6px 24px; margin: 2px 4px 2px 0; /*font-size: .8em;*/ color: #333; background: #eee url("../img/icons/tags.png") 6px center no-repeat; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; }
.categorylist li a:hover { background-color: #333; color: #fff; }



/* =============================================================================
   Icon Button Styles
   ========================================================================== */

a.icon-close { background: #eee url("../img/icons/close.png") center center no-repeat; width: 18px; height: 18px; }
a.icon-close:hover { background: #ccc url("../img/icons/close.png") center center no-repeat; }


/* =============================================================================
   Flex Slider
   ========================================================================== */

/* Browser Resets */
.flexcontainer {  }
.flexcontainer a:active, .flexslider a:active { outline: none; } 
.slides, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider { width: 99%; margin: 0 0 20px 0; padding: 0; }
.flexslider .slides > li { display: none; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img { /*max-width: 100%;*/ display: block; border: none; }
.flex-pauseplay span { text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides { display: block; } 
* html .slides { height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child { display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider { background: #fff; border: 4px solid #eee; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px;  -o-border-radius: 5px; border-radius: 5px; zoom: 1; }
.flexslider .slides { /*zoom: 1;*/ }
.flexslider .slides > li { position: relative; }
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flexcontainer { zoom: 1; position: relative; }

.flexslider .slides a { color: #fff; }

/* Caption style */
/* IE rgba() hack */
.flex-caption { background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}

.flex-caption { width: 96%; padding: 10px 14px; position: absolute; left: 0; bottom: -10px; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 1em; line-height: 1.2em; }

.flex-caption .flextitle { font-size: 1.2em; line-height: 1.1em; font-weight: bold; }
.flex-caption a { font-weight: bold; }

/* Direction Nav */
.flex-direction-nav li a { width: 52px; height: 52px; margin: -13px 0 0; display: block; background: url("../img/icons/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; outline: none;}
.flex-direction-nav li .next { background-position: -52px 0; right: 6px; }
.flex-direction-nav li .prev { left: 8px; }
.flex-direction-nav li .disabled { opacity: .3; filter: alpha(opacity=30); cursor: default;}

/* Control Nav */

.flex-control-nav { width: 100%; position: absolute; margin-top: -10px; text-align: center; margin-bottom: 10px; }
.flex-control-nav li { margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline; }
.flex-control-nav li:first-child { margin: 0; }
.flex-control-nav li a { width: 13px; height: 13px; display: block; background: url("../img/icons/bg_control_nav.png") no-repeat 0 0; cursor: pointer; text-indent: -9999px; }
.flex-control-nav li a:hover { background-position: 0 -13px; }
.flex-control-nav li a.active { background-position: 0 -26px; cursor: default; }


/* IE Hacks */
.oldie .flex-control-nav { margin-top: 24px; padding: 0; }
.oldie .flexslider { margin-bottom: 0; }

/* =============================================================================
   Share Box
   ========================================================================== */
.shareboxtrigger { position: relative; }
.sharebox { position: absolute; left: 0; top: 0; padding: 10px; width: 120px; background: #efefef; z-index: 100; color: #333; display: none; font-size: .8em; -moz-box-shadow: 0 0 2px #888; -webkit-box-shadow: 0 0 2px #888; box-shadow: 0 0 2px #888; }

.sharebox ul { list-style: none; padding: 0; margin: 0; }
.sharebox li { display: block; list-style: none; margin: 0 8px 0 0; } 
.sharebox li a { display: block; padding: 4px 6px; color: #666;  }
.sharebox li a:hover { color: #333; background: #999; }

/* =============================================================================
   Breadcrumbs
   ========================================================================== */
.breadcrumbs { margin: 4px 0 4px 0; font-size: 1em; padding: 0; border-bottom: 1px solid #F6F6F6; }
.breadcrumbs ul { list-style: none; padding: 0; margin: 0; }
.breadcrumbs li { float: left; display: block; list-style: none; margin: 0 8px 0 0; width: auto; } 
.breadcrumbs li a { display: inline; font-size: 1em;  }
.breadcrumbs li a:link {  }
.breadcrumbs li a:visited {  }
.breadcrumbs li a:hover { color: #ccc; }
.breadcrumbs li a:focus {  }

.breadcrumbs li.breadcurrent {  } 

/* =============================================================================
   Comments List
   ========================================================================== */
   
.comments { clear: both; }   
   
ol.commentlist { margin:0; padding:0; }
.commentlist li { list-style:none; margin: 0 0 10px 0; }
.ie7 .commentlist li { margin: 10px 0 10px 0; }
.commentlist cite {	font-style: normal; }
.commentlist a:link, .commentlist a:visited {}
.commentlist a:hover, .commentlist a:active {}
.commentlist .author { display: inline; font-weight: bold; color: #000; font-size: 1.2em; line-height: 1em; margin: 0 0 4px 0; }
.commentlist .time { display: inline; }
.commentlist div { padding: 16px 20px; background: #eee; }

/* Different style for comments by administrator */

.commentlist div.admincomment { background: #ccc; }
.commentlist .comment-author-admin div { background: #ccc; }

.commentlist div div { background: none; background-color: transparent; }

.commentlist div div br { margin: 2em 0; }

.commentmetadata a { color: #333; }

/* Add spacing for second level threaded comments */
.commentlist .depth-2 div { margin-left: 40px; }



/* Add background arrow for second level threaded comments */
.commentlist .depth-2 { background: transparent url("../img/icons/thread.png") top left no-repeat; }

.commentlist div.commenttext { padding: 4px 0 0 0; margin: 0; }

.commentlist p.reply { margin: 16px 0 0 0; }
.commentlist .reply a { padding: 6px 10px; background: #000; color: #fff;  -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; }
.commentlist .reply a:hover { background: #666; }

.commentlist .alt {}
.commentlist .odd {}
.commentlist .even {}
.commentlist .thread-alt {}
.commentlist .thread-odd {}
.commentlist .thread-even {}
.commentlist li ul.children .alt {}
.commentlist li ul.children .odd {}
.commentlist li ul.children .even {}

.commentlist .vcard {}
.commentlist .vcard cite.fn {}
.commentlist .vcard span.says {}
.commentlist .vcard img.photo {}
.commentlist .vcard img.avatar {}
.commentlist .vcard cite.fn a.url {}

.commentlist .comment-meta {} 
.commentlist .comment-meta a {}
.commentlist .commentmetadata {}
.commentlist .commentmetadata a {}

.commentlist .parent {}
.commentlist .comment {}
.commentlist .children {}
.commentlist .pingback {}
.commentlist .bypostauthor {}
.commentlist .comment-author {}

.commentlist {}
.commentlist li {}
.commentlist li p {}
.commentlist li ul {}
.commentlist li ul.children li {}
.commentlist li ul.children li.alt {}
.commentlist li ul.children li.byuser {}
.commentlist li ul.children li.comment {}
.commentlist li ul.children li.depth-id {}
.commentlist li ul.children li.bypostauthor {}
.commentlist li ul.children li.comment-author-admin {}

#respond { padding: 20px; margin:0; background: #eee;  -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px;  }

#cancel-comment-reply {}
#cancel-comment-reply a {}

#commentform { position: relative; }
#commentform label { color: #444; position: absolute; margin: 2px 4px; background: none; padding: 4px 6px; width: 90%; }

#commentform input { outline: none; width: 90%; padding: 4px 6px; }

#commentform textarea { outline: none; width: 90%; padding: 4px 6px; }

/*
#recaptcha_widget_div {width:50%; max-width: 50%; padding:0; margin:0;}
#recaptcha_area {width:50%; max-width: 50%; padding:0; margin:0;}
#recaptcha_table {width:50%; max-width: 50%; padding:0; margin:0;}

#recaptcha_table .recaptcha_area_text {width:50%; max-width:50%; padding:0; margin:0;}

#recaptcha_table .recaptcha_r1_c1 {width:50%; max-width:50%; padding:0; margin:0;}
#recaptcha_table .recaptcha_r1_c2 {width:50%; max-width:50%; padding:0; margin:0;}
#recaptcha_table .recaptcha_r1_c3 {width:50%; max-width:50%; padding:0; margin:0;}
#recaptcha_table .recaptcha_r1_c4 {width:50%; max-width:50%; padding:0; margin:0;}

#recaptcha_table .recaptcha_r2_c1 {width:50%; max-width:50%; padding:0; margin:0;}
#recaptcha_table .recaptcha_r2_c2 {width:50%; max-width:50%; padding:0; margin:0;}
#recaptcha_table .recaptcha_r2_c3 {width:50%; max-width:50%; padding:0; margin:0;}
#recaptcha_table .recaptcha_r2_c4 {width:50%; max-width:50%; padding:0; margin:0;}

#recaptcha_table .recaptcha_r3_c1 {width:50%; max-width:50%; padding:0; margin:0;}
#recaptcha_table .recaptcha_r3_c2 {width:50%; max-width:50%; padding:0; margin:0;}
#recaptcha_table .recaptcha_r3_c3 {width:50%; max-width:50%; padding:0; margin:0;}
#recaptcha_table .recaptcha_r3_c4 {width:50%; max-width:50%; padding:0; margin:0;}

#recaptcha_table .recaptcha_r4_c1 {width:50%; max-width:50%; padding:0; margin:0;}
#recaptcha_table .recaptcha_r4_c2 {width:50%; max-width:50%; padding:0; margin:0;}
#recaptcha_table .recaptcha_r4_c3 {width:50%; max-width:50%; padding:0; margin:0;}
#recaptcha_table .recaptcha_r4_c4 {width:20%; max-width:20%; padding:0; margin:0;}

#recaptcha_table .recaptcha_r5_c1 {width:50%; max-width:50%; padding:0; margin:0;}

#recaptcha_table .recaptcha_r6_c1 {width:50%; max-width:50%; padding:0; margin:0;}

#recaptcha_table .recaptcha_r7_c1 {width:50%; max-width:50%; padding:0; margin:0;}

#recaptcha_table .recaptcha_r8_c1 {width:50%; max-width:50%; padding:0; margin:0;}

#recaptcha_table .recaptcha_r9_c1 {width:50%; max-width:50%; padding:0; margin:0;}

.recaptcha_input_area {width:50%; max-width: 50%; padding:0; margin:0;}

#recaptcha_widget {width:50%; max-width: 50%; padding:0; margin:0;}
#recaptcha_image {width:50%; max-width: 50%; padding:0; margin:0;}
#recaptcha_image img {width:50%; max-width: 50%; padding:0; margin:0;}
#recaptcha_response_field {width:50%; max-width: 50%; padding:0; margin:0;}
#recaptcha_widget iframe {width:50%; max-width: 50%; padding:0; margin:0;}

*/

/* Required flag (or text for compulsory fields)
#commentform .compulsory { background: transparent url("../img/icons/compulsory.png") top right no-repeat; width: 10px; height: 10px; margin: 4px 4px 0 10px; color: #F00; }
.oldie #commentform .compulsory { margin: -14px 15px 0 10px; } */

#commentform .compulsory { color: #F00; }

/* Change border of form fields on error */
#commentform .error { /*border: 1px solid #900;*/ }

/* Error message box that appears when JQuery Validate finds a problem */
#commentform div.error { color: #900; background: #eee; padding: 6px 8px 6px 8px; font-size: .8em;  -moz-border-radius-bottomright: 5px; -khtml-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-bottomleft: 5px; -khtml-border-radius-bottomleft: 5px;-webkit-border-bottom-left-radius: 5px; 
line-height: 1em;
position: relative;
width: 50%;
margin: 0 0 0 0;
}
#commentform input.error { color: #900; background: #FCC; }
#commentform textarea.error { color: #900; background: #FCC; }

#commentform div.comment-form-error-msg { display: none; color: #fff; background: #900; padding: 6px 8px; line-height: 1em; font-size: .8em;  }

/* =============================================================================
   TIPSY - Tooltip Styles
   ========================================================================== */

.tipsy { font-size: .8em; position: absolute; padding: 5px; z-index: 99999; }
.tipsy-inner { background-color: #000; color: #FFF; max-width: 250px; /*padding: 5px 8px 4px 8px;*/ padding: 12px 16px 10px 16px; text-align: center; }

/* Rounded corners */
.tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

/* Uncomment for shadow */
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/

.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }

/* Rules to colour arrows */
.tipsy-arrow-n { border-bottom-color: #000; }
.tipsy-arrow-s { border-top-color: #000; }
.tipsy-arrow-e { border-left-color: #000; }
.tipsy-arrow-w { border-right-color: #000; }

.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }


/* =============================================================================
   Modal Window
   ========================================================================== */

/* Z-index of #mask must lower than #boxes .window */
#modalmask { position: fixed; z-index: 99998; background-color: #000; display: none; top: 0px; left: 0px;}
#modalboxes .modalwindow { position: fixed; width: 220px; height: 160px; display: none; z-index: 99999; padding: 20px; }

/* Customize your individual modal windows here, you can add background image too */
#modalboxes #dialog1 { width: 230px; height: 170px; background: #fff; border: 10px solid #ccc; -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; }

.modalclose { float: right; } /* So this isn't overwritten by the media queries. */

/*#modalboxes #mobsections { width: 90%; background: transparent; }*/

/* =============================================================================
   Pagination Styles
   ========================================================================== */

/*
 * WP-Paginate - WordPress Pagination Function
 * Revision: $Id: wp-paginate.css 286636 2010-09-08 00:11:23Z emartin24 $
 * Copyright (c) 2010 Eric Martin http://www.ericmmartin.com/projects/wp-paginate/
 */


/*.pagination { display: block; width: 100%; margin: 20px 0; border-top: 1px dotted #ccc; }
.pagination ol.wp-paginate  { position: relative; margin-left: -2px; padding: 0; }
.pagination .wp-paginate li { display: inline; list-style: none;  }
.pagination .wp-paginate a { background: #333; color: #FFF; margin: 0 2px; padding: 6px 10px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; }
.pagination .wp-paginate a:hover, .pagination .wp-paginate a:active { background: #677B3C; }
.pagination .wp-paginate .title { color: #555; margin: 0 2px; }
.pagination .wp-paginate .gap { color: #ccc; margin: 0 2px;}
.pagination .wp-paginate .current { color: #FFF; background: #677B3C; margin: 0 2px; padding: 6px 10px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; }
.pagination .wp-paginate .page {}
.pagination .wp-paginate a.prev { padding-left: 24px; background: #333 url("../img/icons/left.png") center left no-repeat; }
.pagination .wp-paginate a.next { padding-right: 24px; background: #333 url("../img/icons/right.png") center right no-repeat; }
.pagination .wp-paginate a.prev:hover { padding-left: 24px; background: #677B3C url("../img/icons/left.png") center left no-repeat; }
.pagination .wp-paginate a.next:hover { padding-right: 24px; background: #677B3C url("../img/icons/right.png") center right no-repeat; }*/


.pagination { display: block; width: 100%; margin: 0 0 10px 0; }
.pagination ol  { position: relative; margin-left: -2px; padding: 0; }
.pagination  li { /*display: inline;*/ float: left; list-style: none; margin: 0 0 4px 0; padding: 6px 0;  }
.pagination  a, .pagination  a:visited { background: #333; color: #FFF; margin: 0 4px; padding: 6px 10px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.pagination  a:hover, .pagination  a:active { background: #B7AAA0; color: #fff; }
.pagination  .title { color: #555; margin: 0 2px; }
.pagination  .gap { color: #ccc; margin: 0 2px;}
.pagination  .current { color: #FFF; background: #B7AAA0; margin: 0 2px; padding: 6px 10px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.pagination  .page {}
.pagination  a.prev { padding-left: 24px; background: #B7AAA0 url("../img/icons/left.png") center left no-repeat; }
.pagination  a.next { padding-right: 24px; background: #B7AAA0 url("../img/icons/right.png") center right no-repeat; }
.pagination  a.prev:hover { padding-left: 24px; background: #333 url("../img/icons/left.png") center left no-repeat; color: #fff; }
.pagination  a.next:hover { padding-right: 24px; background: #333 url("../img/icons/right.png") center right no-repeat; color: #fff; }

/* style overrides for comments pagination */
.pagination .wp-paginate-comments {}
.pagination .wp-paginate-comments li {}
.pagination .wp-paginate-comments a { background: #666; }
.pagination .wp-paginate-comments a:hover, .pagination .wp-paginate-comments a:active { background: #677B3C; color: #fff; }
.pagination .wp-paginate-comments .title {}
.pagination .wp-paginate-comments .gap {}
.pagination .wp-paginate-comments .current {}
.pagination .wp-paginate-comments .page {}
.pagination .wp-paginate-comments a.prev { background: #666 url("../img/icons/left.png") center left no-repeat; }
.pagination .wp-paginate-comments a.next { background: #666 url("../img/icons/right.png") center right no-repeat; }
.pagination .wp-paginate-comments a.prev:hover { background: #677B3C url("../img/icons/left.png") center left no-repeat; color: #fff; }
.pagination .wp-paginate-comments a.next:hover { background: #677B3C url("../img/icons/right.png") center right no-repeat; color: #fff; }



/* ==|== non-semantic helper classes ========================================
   ADDITIONS TO
   ========================================================================== */

.closebox a { display: block; margin: 10px; padding: 0 20px 0 0; background: url("../img/icons/close.png") bottom right no-repeat; color: #fff; font-size: .6875em; }
.closebox a:hover { } 

/*.roundbottomcorners { -moz-border-radius-bottomright: 5px; -khtml-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-bottomleft: 5px; -khtml-border-radius-bottomleft: 5px;-webkit-border-bottom-left-radius: 5px; }

.roundtopcorners { -moz-border-radius-topright: 5px; -khtml-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -khtml-border-radius-topleft: 5px;-webkit-border-top-left-radius: 5px; }*/

/*.roundallcorners { -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; }*/

.round5 { -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.roundB5 { -moz-border-radius-bottomright: 5px; -khtml-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-bottomleft: 5px; -khtml-border-radius-bottomleft: 5px;-webkit-border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; }
.roundT5 { -moz-border-radius-topright: 5px; -khtml-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -khtml-border-radius-topleft: 5px;-webkit-border-top-left-radius: 5px; border-top-right-radius: 5px; border-top-left-radius: 5px;  }

.round3 { -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.roundB3 { -moz-border-radius-bottomright: 3px; -khtml-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; -moz-border-radius-bottomleft: 3px; -khtml-border-radius-bottomleft: 3px;-webkit-border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;  }
.roundT3 { -moz-border-radius-topright: 3px; -khtml-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; -moz-border-radius-topleft: 3px; -khtml-border-radius-topleft: 3px;-webkit-border-top-left-radius: 3px; border-top-right-radius: 3px; border-top-left-radius: 3px;  }

.clearleft { clear: left; }
.clearright { clear: right; }
.clearboth { clear: both; }

.floatleft { float: left; }
.floatright { float: right; }

.textleft { text-align: left; }
.textright { text-align: right; }
.textcenter { text-align: center; }

.padding0 { padding: 0; }
.padding20 { padding: 20px; } 
.padding10 { padding: 10px; }
.padding1020 { padding: 10px 20px; }
.padding2010 { padding: 20px 10px; } 

.paddingT10 { padding-top: 10px; } 
.paddingR10 { padding-right: 10px; }  
.paddingB10 { padding-bottom: 10px; } 
.paddingL10 { padding-left: 10px; }

.paddingV10 { padding-top: 10px; padding-bottom: 10px; } 
.paddingV20 { padding-top: 20px; padding-bottom: 20px; }

.paddingH10 { padding-left: 10px; padding-right: 10px; } 
.paddingH20 { padding-left: 20px; padding-right: 20px; }

.paddingT20 { padding-top: 20px; } 
.paddingR20 { padding-right: 20px; }  
.paddingB20 { padding-bottom: 20px; } 
.paddingL20 { padding-left: 20px; }  

.margin0 { margin: 0; }
.margin20 { margin: 20px; } 
.margin10 { margin: 10px; }
.margin1020 { margin: 10px 20px; }
.margin2010 { margin: 20px 10px; }
.marginV10 { margin-top: 10px; margin-bottom: 10px; } 
.marginV20 { margin-top: 20px; margin-bottom: 20px; }
.marginH10 { margin-left: 10px; margin-right: 10px; } 
.marginH20 { margin-left: 20px; margin-right: 20px; }

.marginT10 { margin-top: 10px; } 
.marginR10 { margin-right: 10px; }  
.marginB10 { margin-bottom: 10px; } 
.marginL10 { margin-left: 10px; }

.marginT20 { margin-top: 20px; } 
.marginR20 { margin-right: 20px; }  
.marginB20 { margin-bottom: 20px; } 
.marginL20 { margin-left: 20px; }  


img.border { border: 4px solid #FCFCFC; }
.border { border: 1px solid #FCFCFC; }

/* Border helper classes, deactivtaed here activated in media queries */

.borderL { border-left: none; }
.borderR { border-right: none; }
.borderT { border-top: none; }
.borderB { border-bottom: none; }
.borderLM { border-left: none; margin-left: 0; }
.borderRM { border-right: none; margin-right: 0; }
.borderTM { border-top: none; margin-top: 0; }
.borderBM { border-bottom: none; margin-bottom: 0; }
.borderNone { border: none; }

.less { font-size: .7em; line-height: 1em; }
.more { font-size: 1.4em; line-height: 1em; }

.trans50 { zoom: 1; filter: alpha(opacity=50); opacity: 0.5; }
.trans80 { zoom: 1; filter: alpha(opacity=80); opacity: 0.8; }

.textshadowwhite { text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.4); } 
.textshadowblack { text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4); } 

.hideoverflow { overflow: hidden; }
.showoverflow { overflow: visible; }

/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   ========================================================================== */

/* ==========================================================================
   "MOBILE" (up to 480px) .screenMob
   ========================================================================== */

  /* Classes for the simple stuff, these are the elements that
  are hidden or visible depending on screen size. */
  .screenMob { display: block; overflow: hidden; }
  .screenSmall { display: none; }
  .screenSmallMob { display: block; overflow: hidden; }
  .screenSmallMedium { display: none; }  
  .screenMedium { display: none; }
  .screenLarge { display: none; } 
  .screenHuge { display: none; }
 
  /* remove sidebar, set main div to 100% */
  .container2col .main-2col { width: 100%; }
  .container2col:before, .container2col:after { display: none; }
  
  .container3col .main-3col { width: 100%; }
  .container3col:before, .container3col:after { display: none; }
  
  .width22 { width: 100%; }
  .width25 { width: 100%; }  
  .width45 { width: 100%; }
  .width33 { width: 100%; }
  .width50 { width: 100%; }
  .width75 { width: 100%; } 
  
  
  .footerContainer  .width33 { clear: both; width: 100%; } 
  .footerContainer  .width50 { width: 50%; }
  
  #ulBmobile li { width: 100%; }
  ul#ulmobile li.screenMob { display: block; }    
     
  .floatright { float: left; }
  .textright { text-align: left }
 
  /* Items that appear on both mobile and tablet version */
  /*.screenMobSmall { display: block; }*/
  
  .authordate { width: 100%; margin: 0; }
  .authordate p a { color: #999; }
  
  html { -webkit-text-size-adjust: none; }
    
  #tabletsearchmenu { display: none; }
  
  .flex-direction-nav { display: none; }
  
  /* Compensate for the Stickys Being Removed */
  #wrapper { margin: 0; }
  
  .footer-popular { border-top: 1px solid #DFDFDF; border-bottom: 1px solid #DFDFDF; border-left: none; border-right: none; }
 
/* ==========================================================================
   "TABLET" (480px to 768px) .screenSmall
   ========================================================================== */   

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

  /* Style adjustments for viewports 480px and over go here */

  /* Classes for the simple stuff, these are the elements that
  are hidden or visible depending on screen size. */
  .screenMob { display: none; }
  .screenSmall { display: block; overflow: hidden; }
  .screenSmallMob { display: block; overflow: hidden; }
  .screenSmallMedium { display: block; }  
  .screenMedium { display: none; }
  .screenLarge { display: none; } 
  .screenHuge { display: none; }


  /* Reset font size higher */
  body { font-size: 16px; }

  /* Reset page-width */
  .pagewidth { max-width: 100%; }

  /* remove sidebar, set main div to 100% */
  .container2col .main-2col { width: 100%; }
  .container2col:before, .container2col:after { display: none; }
  
  .container3col .main-3col { width: 100%; }
  .container3col:before, .container3col:after { display: none; }
  
  .width22 { width: 50%; }
  .width25 { width: 50%; }    
  .width45 { width: 50%; }
  .width33 { width: 50%; }
  .width50 { width: 50%; }
  .width75 { width: 100%; } 
  
  .ie7 .width22 { width: 48%; }
  .ie7 .width25 { width: 48%; }    
  .ie7 .width45 { width: 48%; }
  .ie7 .width33 { width: 48%; }
  .ie7 .width50 { width: 48%; }
  
  #ulBmobile li { width: auto; }
  
  /* RESPONSIVE MENU */
  ul#ulsimpledrop li { width: 25%; }
  .oldie ul#ulsimpledrop li { width: 24%; }  
  ul#ulsimpledrop li { border-left: 1px solid rgba(255, 255, 255, 0.2); border-left: 1px solid rgba(255, 255, 255, 0.2); overflow: visible; }
  ul#ulsimpledrop li:nth-child(even) {  border-left: 1px solid rgba(255, 255, 255, 0.2); } 

  ul#ulsimpledrop { }
  ul#ulsimpledrop li { }
  ul#ulsimpledrop li a { height: 24px; line-height: 1em; }

 
  ul#ulsimpledrop li.screenSmallMob { display: block; } 
  ul#ulmobile li.screenMob { display: none; }  

  
  .floatright { float: right; }
  .textright { text-align: right }  
  .taglist li { float: left; }
  
  .categorylist li { float: left; }  

  #modalboxes .modalwindow { margin-top: 20px; }
  
  #mobilesearchmenu { display: none; }
  #mobilesectionsmenu { display: none; }

  .flex-direction-nav { display: block; }
  
  /* Compensate for the Stickys Being Removed */
  #wrapper { margin: 0; }
  
  
}

/* ==========================================================================
   "MEDIUM" (768px to 1000px) .screenMedium
   ========================================================================== */ 
   
  /* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  IMPORTANT - These must be replicated in desktop_override.css!
  To allow for "Switch to Desktop" switch.
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */ 

@media only screen and (min-width: 768px) {
	
  /* RESPONSIVE MENU */
  .oldie ul#ulsimpledrop li { width: auto; }  
  ul#ulsimpledrop li { width: auto; height: auto; }
  ul#ulsimpledrop li a { width: auto; height: auto; }  


  /* Style adjustments for viewports 768px and over go here */

  .pagewidth { max-width: 940px; overflow: visible; }
  .oldie .pagewidth { width: 100%; } /* IE7-8 hack */

  /* Classes for the simple stuff, these are the elements that
  are hidden or visible depending on screen size. */
  .screenMob { display: none; }
  .screenSmall { display: none; }
  .screenSmallMob { display: none; }
  .screenSmallMedium { display: block; }  
  .screenMedium { display: block; }
  .screenLarge { display: none; } 
  .screenHuge { display: none; }
   
  
  /* Items that appear on both mobile and tablet version */
  .screenMobSmall { display: none; }
  
   ul#ulsimpledrop li.screenSmallMob { display: none; }   
 
  /* Sidebar comes back, main divs re-adjust */
  .container2col .main-2col { width: 67%; }
  .container2col:before, .container2col:after { display: block; } 
  .container3col .main-3col { width: 50%; }
  .container3col:before, .container3col:after { display: block; }  
     
  .width22 { width: 22%; }
  .width25 { width: 25%; }  
  .width45 { width: 45%; }
  .width33 { width: 33%; }
  .width50 { width: 50%; }
  .width75 { width: 75%; }
  .width100 { width: 100%; }  
  
  .ie7 .width22 { width: 20%; }
  .ie7 .width25 { width: 23%; }    
  .ie7 .width45 { width: 43%; }
  .ie7 .width33 { width: 31%; }
  .ie7 .width50 { width: 48%; }
  .ie7 .width75 { width: 75%; }  

  .navWrapper { font-size: 1em; }
  ul#ulnodrop li a { padding: 12px 12px; }
  ul#ulsimpledrop li a { padding: 12px 12px; }
  ul#ulmegadrop li a { padding: 12px 12px; }
  ul#ulsuperdrop li a { padding: 12px 12px; }  
  
  .footerContainer  .width33 { clear: none; width: 33%; } 
  .footerContainer  .width50 { width: 50%; } 

  .authordate { width: 35%; }
  .sharebuttons { width: 60%; }
  /*.ie7 .authordate { width: 35%; }
  .ie7 .sharebuttons { width: 60%; }*/

  #modalboxes .modalwindow { width: 440px; height: 200px; margin-top: 0; }
  #modalboxes #dialog1 { width: 375px; height: 203px; }

  #tabletsearchmenu { display: none; }

  .borderL { border-left: 1px solid #D8D2CE; }
  .borderR { border-right: 1px solid #D8D2CE; }
  .borderT { border-top: 1px solid #D8D2CE; }
  .borderB { border-bottom: solid #D8D2CE; }

  .borderLM { border-left: 1px solid #D8D2CE; margin-left: 10px }
  .borderRM { border-right: 1px solid #D8D2CE; margin-right: 10px }
  .borderTM { border-top: 1px solid #D8D2CE; margin-top: 10px }
  .borderBM { border-bottom: solid #D8D2CE; margin-bottom: 10px }
  
  /* Compensate for the Stickys Being Removed */
  #wrapper { margin: 0; }  

  /*.headerad {  width: 100%; text-align: center; clear: both; }
  .sitelogo { width: 100%; text-align: center; clear: both; }
  .sitelogo { margin: 0;  }*/
  
 /* #site-title a { background: url("../img/twn_logo_full.png") no-repeat center center; height: 192px; width: 296px; z-index: 90; text-indent: -999em;  display: block; top: -72px; left: 0; margin: 0; position: absolute; }*/

#headerWrapper { height: 200px; padding: 0 10px 0 10px; }
#headerContainer { text-align: left; color: #929292; margin: 0 0 0 -40px; padding: 0 20px; }
#site-title a { background: url("../img/twn_logo_full.png") no-repeat center center; height: 192px; width: 278px; z-index: 90; text-indent: -999em;  display: block; top: 18px; left: -30px; margin: 0; position: absolute; }

  .footer-popular { border-left: 1px solid #DFDFDF; border-right: 1px solid #DFDFDF; border-top: none; border-bottom: none; }

.main h1.entry-title  { font-size: 2.4em; }

.main h3.entry-title  { font-size: 2.4em;  margin-bottom: .5em;
  margin-top: .8em;  }
.main h4.entry-title  { font-size: 1.6em; }

.main .homeheadline h3.entry-title  { font-size: 3em; text-align: center; }
.main .homeheadline h4.entry-title  { font-size: 1.4em; text-align: center; }



}

/* ==========================================================================
   "LARGE" (1000px to 1400px) .screenLarge
   ========================================================================== */ 

@media only screen and (min-width: 992px) {
  /* Style adjustments for viewports 768px and over go here */

  /* Classes for the simple stuff, these are the elements that
  are hidden or visible depending on screen size. */
  .screenMob { display: none; }
  .screenSmall { display: none; }
  .screenSmallMob { display: none; }
  .screenSmallMedium { display: block; }
  .screenMedium { display: block; }
  .screenLarge { display: block; } 
  .screenHuge { display: none; }  

  /* Reset page-width */
  .pagewidth { max-width: 988px; }

  .width22 { width: 22%; }
  .width25 { width: 25%; }    
  .width45 { width: 45%; }
  .width33 { width: 33%; }
  .width50 { width: 50%; }
  .width75 { width: 75%; }
  .width100 { width: 100%; } 
  
  .ie7 .width22 { width: 20%; }
  .ie7 .width25 { width: 23%; }    
  .ie7 .width45 { width: 43%; }
  .ie7 .width33 { width: 31%; }
  .ie7 .width50 { width: 48%; }
  .ie7 .width75 { width: 75%; }
  
  /*.sitelogo { width: auto; text-align: center; clear: none; float: left; }
  .headerad {  width: 100%; text-align: center; clear: none; }*/
  
  #headerContainer { text-align: left; color: #929292; margin: 0 0 0 -10px; padding: 0; }

}

/* ==========================================================================
   "HUGE" (above 1400px) .screenHuge
   ========================================================================== */ 

@media only screen and (min-width: 1400px) {
  /* Style adjustments for viewports 1400px and over go here */

  /* Classes for the simple stuff, these are the elements that
  are hidden or visible depending on screen size. */
  .screenMob { display: none; }
  .screenSmall { display: none; }
  .screenSmallMob { display: none; }
  .screenMedium { display: block; }
  .screenLarge { display: block; } 
  .screenHuge { display: block; } 

  .width22 { width: 22%; }
  .width45 { width: 45%; }
  .width33 { width: 33%; }
  .width50 { width: 50%; }
  .width75 { width: 75%; }
  .width100 { width: 100%; } 
  
  .ie7 .width22 { width: 20%; }
  .ie7 .width25 { width: 23%; }    
  .ie7 .width45 { width: 43%; }
  .ie7 .width33 { width: 31%; }
  .ie7 .width50 { width: 48%; }
  .ie7 .width75 { width: 75%; }  
  
}


/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

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

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

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

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  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; }
}
