﻿@charset "utf-8";
@import url("webfonts/TurretRoad_Bold/stylesheet.css");
@import url("webfonts/films_denmark/stylesheet.css");
@import url("webfonts/Audiowide_Regular/stylesheet.css");
@import url("webfonts/GothicA1_Medium/stylesheet.css");
@import url("webfonts/JosefinSans_VariableFont_wght/stylesheet.css");
@import url("webfonts/LilitaOne_Regular/stylesheet.css");
@import url("webfonts/Merriweather_Regular/stylesheet.css");
@import url("webfonts/OpenSans_Regular/stylesheet.css");
@import url("webfonts/Overpass_Regular/stylesheet.css");
@import url("webfonts/PlayfairDisplay_VariableFont_wght/stylesheet.css");
@import url("webfonts/WorkSans_VariableFont_wght/stylesheet.css");
@import url("webfonts/ArchivoBlack_Regular/stylesheet.css");
@import url("webfonts/CarterOne_Regular/stylesheet.css");
@import url("webfonts/MajorMonoDisplay_Regular/stylesheet.css");
@import url("webfonts/YanoneKaffeesatz_VariableFont_wght/stylesheet.css");














/*
/* 
 * 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
 * 
 * Dreamweaver modifications:
 * 1. Commented out selection highlight
 * 2. Removed media queries section (we add our own in a separate file)
 *
 * ==|== 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; font-size: 13px; line-height: 1.231; }

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

/* Dreamweaver: uncomment these if you do want to customize the selection highlight
 *::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
 *::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */

/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


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

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

b, strong {
	font-weight: bold;
	font-stretch: condensed;
}

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; }


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

/*
 * 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 =====================================================
   Author: 
   ========================================================================== */
















/* ==|== 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; }
#feedtest { clear: both;  float: left;  margin-left: 0;  width: 100%;  display: block; }
#feat_boxright { clear: both;  float: left;  margin-left: 0;  width: 100%;  display: block; }
#mob_font13_14 { clear: none;  float: left;  margin-left: 4.1666%;  width: 100%;  display: block; }
#test1 { clear: none;  float: left;  margin-left: 4.1666%;  width: 100%;  display: block; }
#box_weather { clear: both;  float: left;  margin-left: 0;  width: 100%;  display: block; }
#box_around_weath {
	clear: both;
	float: left;
	margin-left: 0;
	width: 380%;
	display: block;
}


/* ==|== 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; }
  #feedtest { clear: both;  float: left;  margin-left: 0;  width: 100%;  display: block; }
  #feat_boxright { clear: both;  float: left;  margin-left: 0;  width: 100%;  display: block; }
  #mob_font13_14 { clear: none;  float: left;  margin-left: 2.5641%;  width: 100%;  display: block; }
  #test1 { clear: none;  float: left;  margin-left: 2.5641%;  width: 100%;  display: block; }
  #box_weather { clear: both;  float: left;  margin-left: 0;  width: 100%;  display: block; }
  #box_around_weath { clear: both;  float: left;  margin-left: 0;  width: 100%;  display: block; }
  #testy { clear: both;  float: left;  margin-left: 0;  width: 100%;  display: block; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
.box_basic {
	padding: 2px;
	clear: both;
	width: 100%;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	float: none;
}

img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */

.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

 /* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #C90;
}
#body {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#sidebars {
	clear: both;
	float: left;
	margin-left: 0%;
	width: 322px;
	display: block;
}
#sidesandbox {
	clear: both;
	float: left;
	margin-left: 0;
	width: 250px;
	display: block;
	border: 1px solid #C90;
}
#sideadbox {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 150px;
	display: block;
}
#headshort {
	clear: none;
	float: left;
	margin-left: 4.1666%;
	width: 100%;
	display: none;
}
#rssbox {
	clear: both;
	float: none;
	margin-left: auto;
	width: 80%;
	display: block;
	padding: 3px;
	margin-right: auto;
	border: thin solid #999;
}
#sidetourwrap {
	clear: none;
	float: left;
	margin-left: 4.1666%;
	width: 100%;
	display: block;
}
#sideboxtour {
	clear: both;
	float: left;
	margin-left: 0;
	width: 250px;
	display: block;
}
#body2 {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}
#sidebars2 {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 250px;
	display: block;
}
#ifram_container {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#ifr_cont {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#ifr_head {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#ifr_frame {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#ifr_side {
	clear: none;
	float: left;
	margin-left: 4.1666%;
	width: 100%;
	display: block;
}
#text1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 50%;
	display: block;
}
#text2 {
	clear: none;
	float: left;
	margin-left: 0;
	width: 50%;
	display: block;
}
#text3 {
	clear: both;
	float: none;
	margin-left: 0;
	width: 100%;
	display: inline;
}
#rssinside {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#feedtest {
	clear: both;
	float: none;
	margin-left: auto;
	width: 288px;
	display: block;
	margin-right: auto;
}
#feat_boxright {
	clear: both;
	float: right;
	margin-left: 0;
	width: 80%;
	display: block;
	border: thin solid #CCC;
	padding: 6px;
	border-radius: 10px;
}
#top_mobonly {
	clear: both;
	float: none;
	margin-left: 0;
	width: 100%;
	display: block;
}

#mobile_top {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #C90;
	box-shadow: 0px 0px 3px 4px #C90;
}

}




/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90%;
	max-width: 950px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	min-width: 950px;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #C90;
}
#body {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	max-width: 577px;
}
#sidebars {
	clear: both;
	float: left;
	margin-left: 0;
	width: 322px;
	display: block;
}
#sidesandbox {
	clear: both;
	float: left;
	margin-left: 0;
	width: 250px;
	display: block;
	border: 1px solid #C90;
}
#sideadbox {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 150px;
	display: block;
}
#headshort {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 100%;
	display: none;
}
#rssbox {
	clear: both;
	float: none;
	margin-left: auto;
	width: 80%;
	display: block;
	border: thin solid #999;
	margin-right: auto;
	padding: 3px;
}
#sidetourwrap {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 100%;
	display: block;
}
#sideboxtour {
	clear: both;
	float: left;
	margin-left: 0;
	width: 250px;
	display: block;
}
#body2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 647px;
	display: block;
	padding-right: 10px;
}
#sidebars2 {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 250px;
	display: block;
}
#ifram_container {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 100%;
	display: block;
	max-width: 570px;
}
#ifr_cont {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#ifr_head {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#ifr_frame {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#ifr_side {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 100%;
	display: block;
}
#text1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 33%;
	display: block;
}
#text2 {
	clear: none;
	float: left;
	margin-left: 0;
	width: 33%;
	display: block;
}
#text3 {
	clear: none;
	float: left;
	margin-left: 0;
	width: 33%;
	display: block;
}
#rssinside {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#feedfeature_left {
	display: block;
	clear: both;
	float: left;
	width: 289px;
	margin-left: 0px;
}
#top_mobonly {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}

#mobile_top {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}
.mob_font13_14 {
	font-size: 14px;
	font-stretch: condensed;
	font-family: Tahoma, Geneva, sans-serif;
}

 


}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 90%;
	max-width: 950px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	min-width: 950px;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #C90;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
#body {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 644px;
	display: block;
}
#sidebars {
	float: left;
	width: 267px;
	display: block;
	padding: 0px;
	clear: none;
}
#sidesandbox {
	clear: right;
	margin-left: 0;
	width: 250px;
	display: block;
	border: 1px solid #C90;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
#sideadbox {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 150px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#headshort {
	clear: none;
	float: right;
	margin-left: 0%;
	width: 150px;
	display: block;
}
#rssbox {
	clear: both;
	float: none;
	width: 80%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999;
	padding: 6px;
}
#sidetourwrap {
	clear: both;
	float: left;
	width: 168px;
	display: block;
}
#sideboxtour {
	clear: both;
	float: none;
	margin-left: 0;
	width: 250px;
	display: block;
}
#body2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 647px;
	display: block;
	padding-right: 10px;
}
#sidebars2 {
	clear: none;
	float: right;
	margin-left: 0%;
	width: 250px;
	display: block;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#ifram_container {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	max-width: 570px;
	line-height: normal;
}
#ifr_cont {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#ifr_head {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#ifr_frame {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#ifr_side {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 100%;
	display: block;
}
#text1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 33%;
	display: block;
}
#text2 {
	clear: none;
	float: left;
	margin-left: 0px;
	width: 33%;
	display: block;
}
#text3 {
	clear: none;
	float: left;
	margin-left: 0;
	width: 33%;
	display: block;
}
#rssinside {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#top_mobonly {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}

#mobile_top {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}
.mob_font13_14 {
	font-size: 14px;
	font-stretch: 50%;
	font-family: Tahoma, Geneva, sans-serif;
}



}

.mob_font13_14 {
	font-size: 13px;
	font-stretch: condensed;
	font-family: Tahoma, Geneva, sans-serif;
}

.insidepadbox {
	padding: 5px;
	clear: both;
	width: auto;
}
.sandboxinside {
	background-color: #C90;
	padding: 2px;
	vertical-align: top;
	display: block;
}
.size10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 0.85;
	font-weight: bold;
}
.adwrapper {
	display: table;
	clear: both;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	float: none;
	height: 255px;
	vertical-align: bottom;
}
.adbox {
	text-align: center;
	vertical-align: top;
	clear: none;
	float: left;
	width: 190px;
	min-height: 180px;
	max-height: 252px;
}

.blueboxin {
	background-color: #336;
	vertical-align: top;
	display: block;
	padding: 2px;
	clear: both;
}

.headinside {
	display: block;
	clear: both;
	float: none;
}

.headshort {
	clear: none;
	float: left;
	width: 17%;
}
.headshort {
	display: block;
	clear: none;
	float: left;
	width: 150px;
}
.headlogo {
	display: block;
	float: left;
	width: 80%;
}
.headsmall {
	display: block;
	clear: none;
	float: left;
	width: 20%;
	text-align: right;
}
	background-color: #336;
	vertical-align: top;
	display: block;
	padding: 2px;
	clear: both;
}
.box80ppad {
	display: block;
	padding: 2px;
	clear: both;
	float: none;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999;
	vertical-align: top;
}
.boxsand90p {
	display: block;
	padding: 3px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #C90;
	clear: both;
	float: none;
}
 
.adbox_longleft {
	float: left;
	width: 151px;
	padding-right: 4px;
}
.box50percent {
	float: left;
	width: 46%;
	margin-right: 2%;
	margin-left: 2%;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #C90;
	clear: none;
}
.box90perc {
	clear: both;
	float: none;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

.headlong {
	display: block;
	clear: none;
	float: left;
	width: 81%;
}

.p10 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	font-weight: bold;

}

.p11 {



	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: bolder;

}

.p14 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-weight: bolder;

}

.p12 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bolder;

}

.p13 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	font-weight: bolder;

}

.p12li {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

}

.p16 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

	font-weight: bolder;

}

.p18 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 18px;

	font-weight: bolder;

}



.pli14 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-style: normal;

	font-weight: normal;

}

.p13li {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	font-weight: normal;

}

.pli16 {



	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

	font-style: normal;

	font-weight: normal;

}

.faintbox {

	margin: 0px;

	padding: 2px;

	border: 1px solid #999999;

}

.blueinside {

	background-color: #333366;

	padding: 1px;

	margin: 2px;

	border: 1px none #333366;









}

.sandbox {

	background-color: #996633;

	padding: 0px;

	margin: 0px;

	border: thin none;

}

.w12li {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	color: #FFFFFF;



}

.sandboxlite {



	background-color: #CC9900;

	padding: 0px;

	margin: 0px;

	border: thin none;

}

.faintboxW {

	margin: 0px;

	padding: 2px;

	border: 1px solid #999999;

	background-color: #FFFFFF;



}

.w16 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

	font-weight: bolder;

	color: #FFFFFF;



}

.w10 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	font-weight: bold;

	color: #FFFFFF;



}

.w14 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-weight: bolder;

	color: #FFFFFF;



}

.w13 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	font-weight: bolder;

	color: #FFFFFF;



}

.w11li {



	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: normal;

	color: #FFFFFF;

}

.sandboxlitepad {





	background-color: #CC9900;

	padding: 3px;

	margin: 0px;

	border: thin solid #CC9900;

}

.boxblackout {

	border: 1px solid #000000;

	padding: 3px;

	margin: 0px;



}

.boxsandout {



	border: 1px solid #CC9900;

	padding: 3px;

	margin: 0px;

}

.sandboxlitepadwbord {

	background-color: #CC9900;

	padding: 3px;

	margin: 0px;

	border-top: thin solid #FFFFFF;

	border-right: thin solid #CC9900;

	border-bottom: thin solid #CC9900;

	border-left: thin solid #CC9900;



}

.underlinegrey {

	border-bottom-width: thin;

	border-bottom-style: solid;

	border-bottom-color: #CCCCCC;

}

.p11li {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: normal;

}

.outboxw {

	border: 0px none;

}

.pli18 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 18px;

	font-style: normal;

	font-weight: normal;

}

.p22 {





	font-family: Arial, Helvetica, sans-serif;

	font-size: 22px;

	font-style: normal;

	font-weight: bolder;

}

.bluxboxout {

	border: 1px solid #00F;

}

.sandboxleft {

	padding-left: 1px;

	border-left-style: solid;

	border-left-color: #C90;

	border-left-width: 2px;

}

.sndboxnobott {

	border-top-color: #C90;

	border-right-color: #C90;

	border-left-color: #C90;

	border-top-width: 2px;

	border-right-width: 2px;

	border-left-width: 2px;

	border-bottom-color: #FFF;

	border-top-style: solid;

	border-right-style: solid;

	border-left-style: solid;

	padding-top: 2px;

	padding-right: 2px;

	padding-bottom: 0px;

	padding-left: 2px;

	border-bottom-style: none;

}

.blubox_nobord {

	background-color: #336;

	border-top-color: #FFF;

	border-right-color: #FFF;

	border-bottom-color: #FFF;

	border-left-color: #FFF;

}

.boxwhite {

	background-color: #FFF;
	
}

.clearfix {

	clear: both;

}

.bb70 {
	background-color: #999;
	clear: both;
	float: none;
	width: 270px;
	margin-right: auto;
	margin-left: auto;	
}

.vtourbox {
	float: left;
	width: 195px;
	padding: 1px;
	margin-top: 10px;
	margin-right: 8px;
	vertical-align: top;
}

.box_grayout_80 {
	clear: none;
	float: none;
	width: 80%;
	border: thin solid #CCC;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.back_feature {
	font-size: 16px;
	color: #FFF;
	background-color: #C90;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	letter-spacing: 5px;
}


#feature_feed1 {
	display: block;
	clear: both;
	float: left;
	width: 290px;
	margin-left: 40px;
}
#feature_feed2 {
	display: block;
	clear: right;
	float: left;
	width: 290px;
	margin-left: 10px;
	margin-top: 0px;
}
.box300px {
	display: block;
	clear: none;
	float: left;
	width: 300px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.gray_spacer {
	color: #CCC;
	word-spacing: 5px;
	display: inline;
	margin-right: 12px;
	margin-left: 12px;
}
.white_spacer {
	color: #FFF;
	display: inline;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 16px;
}
.nav_box_sand {
	text-align: center;
	vertical-align: middle;
	padding: 6px;
	float: left;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 10px;
	border: 1px double #C90;
}
.third_box {
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	vertical-align: top;
	display: block;
	float: left;
	width: 32%;
	padding-left: 1%;
}
.sand_topround {
	display: block;
	border-top-width: thin;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c90;
	border-right-color: #c90;
	border-bottom-color: #c90;
	border-left-color: #c90;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	}
.adbox_29pc {
	display: block;
	float: left;
	width: 30%;
	margin-right: 3%;
	text-align: center;
	vertical-align: top;
	padding-top: 12px;
}	
}

.gray_lucid16 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #999;
}
.font_denmark {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.make_gray {
	color: #999;
}
.hidden_feed {
	display: none;
}
.font_archivo {
	font-family: "ArchivoBlack Regular";
}
.font_audio {
	font-family: "Audiowide Regular";
}
.font_carter {
	font-family: "CarterOne Regular";
}
.font_gothic_bold {
	font-family: "GothicA1 Medium";
}
.font_josefina {
	font-family: "JosefinSans VariableFont wght";
}
.font_lilita {
	font-family: "LilitaOne Regular";
}
.font_major {
	font-family: "MajorMonoDisplay Regular";
}
 
.font_denmark_film {
	font-family: "films denmark";
}
.font_meriweat {
	font-family: "Merriweather Regular";
}
.font_opensans {
	font-family: "OpenSans Regular";
}
.font_overpass {
	font-family: "Overpass Regular";
}
.playfair {
	font-family: "PlayfairDisplay VariableFont wght";
}
.font_turret {
	font-family: "TurretRoad Medium";
}
.font_worksan {
	font-family: "WorkSans VariableFont wght";
}
.font_yavonne {
	font-family: "YanoneKaffeesatz VariableFont wght";
}
.s12 {
	font-size: 12px;
}
.s13 {
	font-size: 13px;
}
.s14 {
	font-size: 14px;
}
.s16 {
	font-size: 16px;
}
.s18 {
	font-size: 18px;
}
.s22 {
	font-size: 22px;
}
.s28 {
	font-size: 28px;
}
.feat_spread {
	color: #FFF;
	background-color: #C90;
	letter-spacing: 5px;
} 
  
     
