/* Theme Name: Itineraries Midwest Group Travel Magazine
Theme URI: http://www.itinerariesmidwest.com/
Description: A large cms enabled theme that is completely compatible with WordPress 3.0
Author: Christopher Reber
Author URI: http://www.descriptivedesign.com/
Version: 1.5 */
@import url("css/html5_reset.css");
@import url("css/960grid.css");



/********************************
Primary Styles
Author: Christopher Reber
url: www.descriptivedesign.com
 ********************************/
/**********************************
Colors
**********************************/
/*
tan: #F1F1E7
purple: #1A0F1F
purple lite: #6C5084
brown: #9A5C4F

blue; 2b4e59
#980d5e; Canada Pink
#83904a; N Dakota green
#bd810f; S Dakota yellow
#c3141b; Nebraska red
#37a797; Kansas blue
#fba81a; Iowa yellow
#6f4382; Minnesota Purple
#016eaf; Missouri Blue
#848975; UP Michigan tan
#00753e; Wisconsin green
#e85b23; Illinois Orange
*/
/* ============================== */
/* State Colors */
/* ============================== */
.central-canada {
    background: #980d5e;
}
.north-dakota {
    background: #83904a;
}
.south-dakota {
    background: #bd810f;
}
.nebraska {
    background: #c3141b;
}
.kansas {
    background: #37a797;
}
.iowa {
    background: #fba81a;
}
.minnesota {
    background: #6f4382;
}
.missouri {
    background: #016eaf;
}
.u-p-michigan {
    background: #848975;
}
.wisconsin {
    background: #00753e;
}
.illinois {
    background: #e85b23;
}
.minnesota-border {
    border-bottom: 2px solid #6f4382;
}
/* ============================== */
/* State Colors */
/* ============================== */
.central-canada-bg{background: #980d5e;}
.central-canada-bd {border-bottom: 3px solid #980d5e;}

.north-dakota-bg{background: #83904a;}
.north-dakota-bd{border-bottom: 3px solid #83904a;}

.south-dakota-bg{background: #bd810f;}
.south-dakota-bd{border-bottom: 3px solid #bd810f;}

.nebraska-bg{background: #c3141b;}
.nebraska-bd{border-bottom: 3px solid #c3141b;}

.kansas-bg{background: #37a797;}
.kansas-bd{border-bottom: 3px solid #37a797;}

.iowa-bg{background: #fba81a;}
.iowa-bd{border-bottom: 3px solid #fba81a;}
.iowa-bd a:hover{color: #fba81a;}

.minnesota{background: #6f4382;}
.minnesota-bd{border-bottom: 3px solid #6f4382;}

.missouri-bg{background: #016eaf;}
.missouri-bd{border-bottom: 3px solid #016eaf;}

.u-p-michigan-bg{background: #848975;}
.u-p-michigan-bd{border-bottom: #848975;}

.wisconsin-bg{background: #00753e;}
.wisconsin-bd{border-bottom: 3px solid #00753e;}

.illinois-bg{background: #e85b23}
.illinois-bd{border-bottom: 3px solid #e85b23;}
                 
.central-canada-bg a, .north-dakota-bg a, .south-dakota-bg a, .nebraska-bg a, .kansas-bg a, .iowa-bg a, .minnesota-bg a, .missouri-bg a, .u-p-michigan-bg a, .wisconsin-bg a, .illinois-bg a {
    color: #fff;
}
.minnesota-bg{background: #6f4382;}
.minnesota-text a{color: #6f4382;}
.minnesota-text a:hover {border-bottom: 1px solid #6f4382 !important;}
/* ============================== */
/* ! Font styles                  */
/* ============================== */
h1, h2, h3, h4, h5, h6 {
    font-family: georgia, serif;
    color: #43254A;
    line-height: 1.3em;
}
h1 {
     font-size: 2em;
     margin: .67em 0;
}
h2 {
    font-size: 1.8em;
    margin: .75em 0;
}
h3 {
    font-size: 1.5em;
    margin: .83em 0;
    }
h4 {
    font-size: 1.2em;
    margin: 1.12em 0;
}
h5 {
    font-size: 1em;
    margin: 1.5em 0;
    }
h6 {
    font-size: .85em;
    margin: 1.67em 0;
    }
p {
    margin: 1.12em 0;
    line-height: 1.5em;
}
.states_title_font {
    font-style: italic;
    font-size: 80%;
}
/****************************
general style
****************************/
.clearboth {
    clear: both;
    height: 1px;
    line-height: 1px;
}
.floatleft, .alignleft {
    float: left;
    margin: 10px 10px 0 10px;
}
.floatright, .alignright {
    float: right;
    margin: 10px 0 10px 10px;
}
.textalign-center {
    text-align: center;
    margin: 0 auto;
}
.button {
    padding: 0 5px;
    margin: 0;
}
.button a {
    font: 12pt arial, helvetica, sans-serif;
    line-height: 30px;
    text-decoration: none;
    color: #995C4F;
    height: 100%;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 3px 10px;
    text-align: center;
    -webkit-box-shadow: 0 2px 2px #2a2a2a;
    -moz-box-shadow: 0 2px 2px #2a2a2a;
    box-shadow: 0 2px 2px #2a2a2a;
    background: #d9d0a2 url('images/button_bg_gradient2.png') repeat-x;
    background: -moz-linear-gradient(top, #d9d0a2 0%, #f8eaa7 3%, #f5df7e 40%, #f1d96e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9d0a2), color-stop(3%,#f8eaa7), color-stop(40%,#f5df7e), color-stop(100%,#f1d96e));
    background: -webkit-linear-gradient(top, #d9d0a2 0%,#f8eaa7 3%,#f5df7e 40%,#f1d96e 100%);
    background: -o-linear-gradient(top, #d9d0a2 0%,#f8eaa7 3%,#f5df7e 40%,#f1d96e 100%);
    background: -ms-linear-gradient(top, #d9d0a2 0%,#f8eaa7 3%,#f5df7e 40%,#f1d96e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d0a2', endColorstr='#f1d96e',GradientType=0 );
    background: linear-gradient(top, #d9d0a2 0%,#f8eaa7 3%,#f5df7e 40%,#f1d96e 100%);
    border: 1px solid #b9a856;
}
.button a:active {
    -webkit-box-shadow: inset 0px 1px 1px #2a2a2a;
    -moz-box-shadow: inset 0px 1px 1px #2a2a2a;
    box-shadow: inset 0px 1px 1px #2a2a2a; 
}
.skip-link, .screen-reader-text {
    display: none;
}
.img_shadow {
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;	
    box-shadow: 0 0 5px #000;
}
p label {
    width: 200px;
    float: left;
    text-align: right;
    margin: 0 10px 0 0;
}
img, object, embed {
    max-width: 100%;
}

img {
    height: auto;
}
.box h2{
    border-bottom: 3px solid #e6e6e6;
}
/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

body {
    background: #f1efe3 url(images/background_grunge_photo2.jpg) no-repeat top center;
}
#wrapper {
    overflow: hidden;
}
#container {
    background: url(images/content_bg_dark.jpg) repeat-y;
    box-shadow: 0 0 10px #000;
    overflow: hidden;
}
.postmetadata {
    border-top: 1px solid #D7D7D7;
    color: #7A7A7A;
    margin: 0 0 20px;
    padding: 7px 0;
    font-size: 90%;
}
#tags {
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    padding: 3px;
    margin: 5px 0;
    font-size: 90%;
}

/* ==============================
Header
===============================*/
.header {
    padding: 15px 0 10px 0;
    position: relative;
    font: 12pt arial, helvetica, sans-serif;
}
.header_container {
    position: relative;
}
.branding {
    position: relative;
    margin-bottom: 20px;
}
.logo {
    float: left;
}
.logo a {
    background: url(images/ITMW-logo-color-sprite.png) 0 0 no-repeat;
    display: block;
    height: 71px;
    width: 240px;
}
.logo a:hover {
    background: url(images/ITMW-logo-color-sprite.png) 0 -71px no-repeat;
}
.description {
    border-left: 1px dotted #422659;
    color: #422659;
    float: left;
    letter-spacing: 0.01em;
    margin: 13px 0 0 20px;
    padding: 0 0 0 20px;
}
.description h4, .description h1 {
    text-shadow: 0 0 3px #fff;
    font: bold 12pt Georgia,"Times New Roman",Times,serif;
    margin: 0;
    padding: 0;
}
.utility-links {
    float: left;
    margin: 0 0 0 40px;
    font-size: 10pt;
    width: 240px;
}
.header_magazine {
    float: left;
}
.utility-links .menu-utility-menu-container {
    overflow: hidden;
    margin-top: 5px;
}
.utility-links img {
    float: left;
    margin-right: 10px;
    -webkit-box-shadow: 0 1px 5px #000;
    -moz-box-shadow: 0 1px 5px #000;
    box-shadow: 0 1px 5px #000;
}
.utility-links ul li {
    list-style-type: disc;	
}
.utility-links ul li a {
    text-decoration: none;
    color: black;
}
.utility-links ul li a:hover {
    text-decoration: underline;
}
/*********************************
main navigation
*********************************/
.menu-main-navigation-container {
    height: 35px;
    float: left;
}
.main-nav {
    font-size: 16px;
    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif;
    position: relative;
    z-index: 555;
    background: url(images/menu_bg_brown2.jpg) top center no-repeat;	
    -webkit-box-shadow: 1px 1px 3px #232323;
    -moz-box-shadow: 1px 1px 3px #232323;
    box-shadow: 1px 1px 3px #232323;
}
.main-nav ul {
    list-style-type: none;
    margin: 0;
    padding-top: 4px;
    position: relative;
    float: left;
}
.main-nav ul li {
    float: left;
    background: url(images/menu_spacer3.png) right top no-repeat;
    height: 31px;
    padding: 0 5px;
    position: relative;
}
.main-nav ul li a {
    font-size: 15px;
    padding: 3px 5px 0;
    text-decoration: none;
    display: block;
    color: #F5F2E4;
    height: 28px;
    text-shadow: 0 -1px 0 #532a20;
}
.main-nav ul li a:hover {
    color: #bcb099;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-radius-topleft: 10px;
    -webkit-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

}
.main-nav ul li ul {
    display: none;
    position: absolute;
    top: 31px;
    left: 0;
    width: 200px;
    padding: 0 0 10px 0;
    font-weight: normal;
    font-size: 85%;
    background: url(images/menu_drop2.jpg) top center;
    z-index: 588;
    -webkit-box-shadow: 2px 2px 2px #232323;
    -moz-box-shadow: 2px 2px 2px #232323;
    box-shadow: 2px 2px 2px #232323;
    border-left: 1px dashed #bcb099;
    border-right: 1px dashed #bcb099;
    border-bottom: 1px dashed #bcb099;
}
.main-nav ul ul li {
    display: block;
    width: 180px;
    background: none;
    margin: 0 10px;
    padding: 3px 0;
    height: 20px;
    float: none;
    position: relative;
}
.main-nav ul ul li a {
    font-size: 14px;
    padding: 3px 5px;
    height: 20px;
    clear: both;
    color: #edead7;
}
.main-nav ul ul li a:hover  {
    border-bottom: 1px dashed #bcb099;
}
.main-nav ul li:hover ul{
    display: block;
}
#s {
    font-size: 70%;
    -webkit-box-shadow: -1px -1px 0 #000;
    -moz-box-shadow: -1px -1px 0 #000;
    box-shadow: -1px -1px 0 #000;
    background: #F1F1E7;
    padding: 3px 5px;
}
#searchsubmit {
    background: url(images/button_bg.jpg);
    border-top: 2px solid #fbf1c0;
    border-left: 2px solid #fbf1c0;
    border-bottom: 2px solid #ccb753;
    border-right: 2px solid #ccb753;
    border: 1px solid #2A3F56;
    border-radius: 6px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(255, 255, 255, 0.7) inset;
    color: rgba(0, 0, 0, 0.63);
    cursor: pointer;
    font: bold 10.5pt Arial,'Helvetica Neue',Helvetica,sans-serif;
    margin: 2px 0 0 4px;
    opacity: 0.9;
    padding: 1px 10px 0 10px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.37);
}
#searchform {
    overflow: hidden;
    padding: 4px 0 0 15px;
    float: left;
}
#crumbs {
    padding: 5px;
    margin-bottom: 15px;
    color: #e7dedb;
    font-size: 12pt;
}
#crumbs a {
    color: #D6C3AB;
}
#crumbs a:hover {
    color: #AD9677;
}
/**********************************
Content
**********************************/
#main {
    position: relative;
}
.main_bg {
    -webkit-box-shadow: -1px 0 3px #232323;
    -moz-box-shadow: -1px 0 3px #232323;
    box-shadow: -1px 0 3px #232323;
    background: #f1f1e7 url(images/itmw_backgrounds6.jpg) repeat-x;	
}
#container {
    background: url(images/content_bg5.jpg);
}
#content_bg {
    padding: 20px 0;
    overflow: hidden;
}
#content_bg h2{
    color: #412b18;
    border-bottom: 1px solid #D0D0D0;
}
.content_wrap {
    background: #fff;
    overflow: hidden;
    padding: 30px 0 50px 0;
    margin-bottom: 50px;
    -webkit-box-shadow: 0 5px 5px #BABAB8;
    -moz-box-shadow: 0 5px 5px #BABAB8;
    box-shadow: 0 5px 5px #BABAB8; 
}
#content {
    overflow: hidden;
    position: relative;
    border-right: 1px dashed #d7d7d7;
}
#content.grid_17, #content_pages.grid_17 {
    border-left: 1px dashed #d7d7d7;
}
#content.grid_16 {
    border-right: 1px dashed #d7d7d7;
}
#content h4, #content_pages h4 {
    margin: 1.2em 0 0 0;
}
#post_itineraries img, .past_issues img {
    -webkit-box-shadow: 0 1px 5px #525252;
    -moz-box-shadow: 0 1px 5px #525252;
    box-shadow: 0 1px 5px #525252;
}
#content a, #content_pages a {
    text-decoration: none;
}
#content a:hover, #content_pages a:hover {
    text-decoration: underline;
}
#content_pages {
    overflow: hidden;
    position: relative;
    margin: 0;
}
#content_three_col .attachment-post-thumbnail {
    position: absolute;
    right: 0;
    top: 50px;
}
#content_three_col {
    margin: 0;
    padding: 0 10px;
    position: relative;
    overflow: hidden;
    background: white;
}
#content table tr td {
    border: 1px dotted gray;
    padding: 3px 5px;
}
#content table .odd {
    background: #ccc;
}
#content .tablecol_1{
    text-align: right;
}
#content .tablecol_2{
    text-align: left;
}
.past_issues {
    height: 170px;
    border-bottom: 1px dashed #D7D7D7;
    overflow: hidden;
}
.past_issues img {
    float: right;
}
.past_issues_container {
    border-right: 1px dashed #D7D7D7;
}
.content_footer {
    background: #f1f1e7;
    padding: 10px;
    border: 1px solid #bcbcbc;
}
/**********************************
Home page 
**********************************/
#home_quote_text {
    text-align: center;
    position: relative;
    padding-top: 10px;
}
#home_quote_text h3 {
    margin: 10;
}
.attachment-single-post-thumbnail {
    border: 5px solid white;
    float: left;
    margin: 10px 20px 10px 10px;
    -webkit-box-shadow: 3px 3px 5px #000;	
    -moz-box-shadow: 3px 3px 5px #000;
    box-shadow: 3px 3px 5px #000;
}
.home_posts {
    margin: 0 20px;
}
.spacer {
    margin: 20px 15%;
}
.post a {
    text-decoration: none;
    color: #6f4382;
}
.post a:hover {
    text-decoration: underline;
}
#home_bg {
    background: white;
    width: 960px;
    float: left;
    margin: 15px 0 50px 0;
    -webkit-box-shadow: 0 5px 5px #BABAB8;
    -moz-box-shadow: 0 5px 5px #BABAB8;
    box-shadow: 0 5px 5px #BABAB8; 
}
#featured_itineraries .ribbon {
    margin-bottom: 20px;
}
#home_content .home_itineraries  {
    margin: 5px 10px;
    padding: 5px 10px;
    border-bottom: 1px dashed #dAdAdA;

}
.home_itineraries img, .archive_posts img {
    float: left;
    margin: 10px 10px 10px 0;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 3px #2a2a2a;
    -moz-box-shadow: 0 0 3px #2a2a2a;
    box-shadow: 0 0 3px #2a2a2a;
}
.home_itineraries h4 {
    margin: 0;
}
.home_itineraries p {
    margin: 2px 0;
}
#hotstops  .grid_5{
    margin: 2px;
    border: 1px solid #bababa;
    background: #eee;
}
.ribbon {
    background: url('images/ribbon_tab_bg.png') no-repeat top left;
    width: 550px;
    clear: both;
    display: block;
    height: 54px;
    margin: -5px 0 0 -13px;
    padding: 0 10px 0 20px;
    position: relative;
}
.ribbon h2 {
    margin: 5px 0;
    width: 500px;
    font: 22pt georgia;
    color: #fff;
    float: left;
}
.ribbon a {
    /*color: #F1F1E7;*/
    color: #fff;
}
.ribbon-tab-right {
    position: relative;
    left: 59px;
    top: 0px;
    display: block;
    float: right;
    height: 51px;
    width: 49px;
    background: url('images/ribbon_tab_right.png') no-repeat top right;
}
.subscribe_footer_bar {
    background: url(images/subscribe_footer_bar.jpg) no-repeat;
    height:96px;
    width: 720px;
    float: left;
    position: relative;
    left: -12px;
    padding: 120px 0 0 265px;
    font-size: 17px;
    color: #E5E5D3;
}
.subscribe_footer_bar p {
    float: left;
    margin: 2px 0 0;
}
.home_itinerary {
    position: relative;
    display: inline;
    float: left;
    width: 28%;
    height: 380px;
    margin: 10px;
    padding: 5px;
    -webkit-box-shadow: 0px 0px 1px 1px #e2e2e2;
    -moz-box-shadow: 0px 0px 1px 1px #e2e2e2;
    box-shadow: 0px 0px 1px 1px #e2e2e2;
}
.home_itinerary a:hover {
    text-decoration: none;
}
.home_itinerary .category_name {
    position: absolute;
    top: 10px;
    right: 5px;
    padding: 1px 3px;
    color: white;
}
.home_itinerary .category_name a {
    color: white;
}
.home_itinerary .category_name a:hover {
    text-decoration: underline;
}
.travel-categoris {
    text-align: center;
}
.travel-categories ul{
    margin: 0;
    font-size: 110%;
    overflow: hidden;
    padding-left: 40px;
}
.travel-categories ul li {
    float: left;
    list-style-type: none;
    margin: 3px 5px;
    font-size: 1.2em;
}
.travel-categories ul li a {
    text-decoration: none;
}
/**********************************
Home page slideshow
**********************************/
#home_slideshow_container{
    position: relative;
    height: 350px;
    width: 960px;
    float: left;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
#home_slideshow_container .grid_18 {
    width: 750px;
    margin: 0;
}
#home_slideshow_container .grid_6 {
    width: 199px/*209px*/;
    height: 349px/*349px*/;
    padding: 10px;
    background: #535350 url(images/slideshow_sidebar.jpg) top center no-repeat;
    color: #F1EFE3;
    font-size: 10.5pt;
    margin: 0;
    position: absolute;
    top: -10px;
    left: 750px;
    -webkit-box-shadow: 2px 2px 5px #000;
    -moz-box-shadow: 2px 2px 5px #000;
    box-shadow: 2px 2px 5px #000;
}
#home_sidebar_hotels {
    border-bottom: 1px dashed #F1EFE3;
    height: 75px;
    padding: 3px 0 10px 0;
}
#home_sidebar_hotels a {
    display: block;
    height: 75px;
    padding-left: 105px;
    color: #F1EFE3;
    background: url(images/home_hotels_sidebar.jpg) 0 -75px no-repeat;	
}
#home_sidebar_hotels a:hover {
    background: url(images/home_hotels_sidebar.jpg) 0 0 no-repeat;	
}
#home_sidebar_hotels span {
    font-size: 200%;
}
#home_sidebar_maps {
    margin: 5px;
    font-size: 130%;
}
#home_sidebar_maps  div{
    margin: 5px 13px 0 13px;
}
.nivo-caption {
    background: red;
}
#slideshow_home {
    position: relative;
}
#slideshow_img {
    height: 350px;
    background: black;
    width: 100%;
}
#slideshow_home #slider {
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;	
    box-shadow: 0 0 5px #000;
}
#slideshow_home .grid_7 {
    height: 100px;
    margin: 10px 12px;
}
#slideshow_home .grid_7 a {
    display: block;
    height: 100px;
}
#slider a{
    display:block;
}
#home_top_sidebar h2{
    margin: 0 0 10px 20px;
    border-bottom: 1px dashed gray;
}
/**********************************
Map
**********************************/
.continents {
    position: relative;
    height: 386px;
    width: 306px;
    margin: 0 auto;
    padding: 0;
    z-index:499;
}
/***************************************
States Page
***************************************/
.bg-minnesota {
    background: url('images/mn.png') no-repeat top right;
}
.bg-illinois {
    background: url('images/region_il.png') no-repeat top right;
}
.bg-iowa {
    background: url('images/region_ia.png') no-repeat top right;
}
.bg-nebraska {
    background: url('images/region_ne.png') no-repeat top right;
}
.bg-north-dakota {
    background: url('images/region_nd.png') no-repeat top right;
}
.bg-south-dakota {
    background: url('images/region_sd.png') no-repeat top right;
}
.bg-wisconsin {
    background: url('images/region_wi.png') no-repeat top right;
}
.bg-central-canada {
    background: url('images/region_cc.png') no-repeat top right;
}
.bg-kansas {
    background: url('images/region_ks.png') no-repeat top right;
}
.bg-missouri {
    background: url('images/region_mo.png') no-repeat top right;
}
.bg-u-p-michigan {
    background: url('images/region_up-mi.png') no-repeat top right;
}
#itineraries_container {
    overflow: hidden;
}
#content #itineraries_container .itineraries_box {
    width: 28%;
}
#home_content .itineraries_box {
    width: 28%;
}
#content_pages .itineraries_box {
    width: 28%;
}
.itineraries_box {
    float: left;
    border: 1px solid #d7d7d7;
    padding: 5px;
    margin: 5px;
    -webkit-box-shadow: 1px 1px 0px 0px #ccc;
    -moz-box-shadow: 1px 1px 0px 0px #ccc;
    box-shadow: 1px 1px 0px 0px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}
.it-box-date {
    color: #888;
    font-size: 80%;
}
.it-box-state {
    margin-bottom: 5px;
}
.it-box-state a {
    color: #888;
    display: block;
}
.it-box-state a:hover {
    text-decoration: none;
}
.it-box-excerpt a {
    display: block;
}
/**********************************
States Sidebar Left
**********************************/
#sidebar h3{
    border-bottom: 1px solid gray;
    border-top: 3px solid gray;
    color: #43254A;
    font-size: 1em;
    letter-spacing: 0.07em;
    margin: 22px 0 15px;
    padding: 5px 0 5px 3px;
}
#sidebar ul {
    margin: 0;
}
#sidebar li, .headlines li {
    margin-left: 30px;
    padding: 5px 0;
}
#sidebar a {
    color: #424242;
}
#sidebar a:hover {
    color: #868686;
    text-decoration: underline;
}
#left_sidebar h2 {
    text-align: center;
    font-style: italic;
    width: 100%;
}
#left_sidebar h2 a {
    color: #6C5084;
    text-decoration: none;
}
#get_your_copy  img{
    margin-bottom: 10px;
    -webkit-box-shadow: 0 3px 3px #BABAB8;
    -moz-box-shadow: 0 3px 3px #BABAB8;
    box-shadow: 0 3px 3px #BABAB8; 
}
#states_menu h2 {
    text-align: center;
}
#states_menu ul {
    padding: 0;
    margin: 0;
    position: relative;
}
#states_menu ul li {
    text-align: right;
    list-style-type: none;
    border-bottom: 1px dashed #D7D7D7;
    position: relative;
}
#states_menu ul li a {
    padding: 5px 10px;
    text-decoration: none;
    display: block;
    height: 100%;
    color: #491029;
}
#states_menu li:hover ul {
    display: block;
}
#states_menu li ul {
    left: 100%;
    position: absolute;
    top: 0;
    width: 200%;
    font-size: 90%;
    display: none;
    background: #8B523F url(images/menu_drop_arrow.png) left 7px no-repeat;
    z-index: 700;
    box-shadow: 2px 2px 3px #2a2a2a;
}
#states_menu li ul li {
    text-align: left;
    border: none;
}
#states_menu li ul li a {
    display: block;
    color: #EFEFE5;
}
#states_menu .current_page_item, #states_menu ul li:hover {
    background: #8B523F;
}
#states_menu .current_page_item a, #states_menu ul li:hover a {
    color: white;
}
/**********************************
States sidebar right
**********************************/
#right_sidebar {
    position: relative;
    overflow: hidden;
    text-align: center;
}
#right_sidebar h4 {
    border-bottom: 1px dotted gray;
}
.post-meta {
    text-align: left;
    margin: 0;
    padding: 0;
    list-style-type: none;	
}
.post-meta li {
    margin-bottom: 20px;
}
.post-meta ul li {
    list-style-type: disc;
    margin: 5px 0;
    font-size: 90%;
}
.post-meta-key {
    font-size: 120%;
    font-weight: bold;
}
/**********************************
Sidebars 
**********************************/
.sidebar-post-widget{
    padding: 5px;
    margin-top: 10px;
}
.sidebar-post-widget h3 {
    border-bottom: 1px solid #e8e7e7;
}
.sidebar-post-widget li{
    line-height: 1.4em;
    border-top: 1px dotted #BAB8B0;
    list-style-type: none;
}
.sidebar-post-widget li a {
    text-decoration: none;
}
.sidebar-post-widget li a:hover {
    text-decoration: underline;
}
.sidebar_contact {
    
}
.sidebar_contact h3, .sidebar_map h3 {
    border-bottom: 1px solid #D7D7D7;
}
.sidebar_map {
    margin-top: 20px;
}
.widget_right {
    margin-bottom: 20px;
}
/**********************************
Archive page
**********************************/
.archive_posts {
    overflow: hidden;
}
.archive_posts h2 {
    margin-bottom: 0;
}
#content .archive_posts img {
    float: left;
    margin: 0 10px 10px 0;
}
/**********************************
About us pages
***********************************/
.advertise_magazines {
    border-bottom: 1px dashed #ccc;
}
/**********************************
Group Lodging
**********************************/
.wpcf7-form p{
    overflow: hidden;
}
#hotel_address {
    word-wrap: break-word;
}
#hotel_address h3 {
    border-bottom: 1px dotted gray;
}
#hotel_address .float_right {
    margin-left: 20px;
}
#hotel_slideshow h4 {
    text-align: center;
}
#hotel_slideshow img {
    margin: 0 40px;
}
#hotels {
    background: #fff;
    /*overflow: hidden;*/
    padding: 30px 0 50px 0;
    -webkit-box-shadow: 0 5px 5px #BABAB8;
    -moz-box-shadow: 0 5px 5px #BABAB8;
    box-shadow: 0 5px 5px #BABAB8;
    margin-bottom: 50px;
}
.hotel_logo a {
    display: block;
}
.hotel_logo img {
    margin: 0 10%;
}
#hotels_header {
    border-bottom: 1px dashed #ccc;
}
#hotels_header .floatright { 
    margin-right: 20px;
}
#hotels_header h1 {
    margin: 0;
}
#hotel_content {
    border-bottom: 1px dashed #ccc;
}
#hotel_sidebar_contact {
    border-left: 1px dashed #ccc;
}
#hotel_grid span {
    border-bottom: 1px solid #9A5C4F;
    display: block;
    height: 23px;
    margin-bottom: 3px;
}
#hotel_grid span img {
    float: left;
    margin-right: 10px;
}
.check_yes, .check_no {
    padding: 3px 0 3px 25px;
    margin: 6px 0 0 0;
    background: url(images/checkmarks.png) no-repeat;
    display: block;
    height: 16px;
    overflow: hidden;
}
.check_yes {
    background-position: 0 0;
}
.check_no {
    background-position: 0 -22px;
}
.directions_map img {
    margin-right: 10px;
}
/**********************************
Footer
**********************************/
#footer { 
    font-size: 12pt;
font-family: Verdana, Geneva, sans-serif;
    position: relative;
    overflow: visible;
    background: url(images/background_footer.jpg) no-repeat;
    color: black;
    -webkit-box-shadow: -1px 0 3px #2a2a2a;
    -moz-box-shadow: -1px 0 3px #2a2a2a;
    box-shadow: -1px 0 3px #2a2a2a;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
    color: #9A5C4F;
}
#footer_container h3{
    margin-top: 0;
}
#footer a:hover {
    color: #f1f1e7;
}
#footer .button a:hover {
    color: #995C4F;
}
#footer_container {
    padding: 60px 0 0 0;
    color: #E5E5D3;
}
#footer_container .utility-links ul li a {
    color: #E5E5D3;
}
#footer_socialmedia {
    position: relative;
    text-align: right;
    height: 75px;
    color: white;
    font-size: 150%;
}
#socialmedia_icons {
    padding-top: 15px;
}
#bus_footer {
    position: absolute;
    top: -20px;
    left: 50px;
}
#footer_row1 img {
    margin: 10px;
}
#copyright {
    font-size: 90%;
    clear: both;
    padding: 0 0 10px 10px;
}
.magazine_cover a:hover{
    height: 261px;
    width: 200px;
    display: block;
    -webkit-box-shadow: 0 1px 5px #fff;
    -moz-box-shadow: 0 1px 5px #fff;
    box-shadow: 0 1px 5px #fff;
}

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {

	body {
		
	}

}


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}

/*
 * Media queries for responsive design
 * These follow after primary styles so they will successfully override. 
 */

@media all and (orientation:portrait) { 
  /* Style adjustments for portrait mode goes here */
  
}

@media all and (orientation:landscape) { 
  /* Style adjustments for landscape mode goes here */
  
}

/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
  
  
  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you
     j.mp/textsizeadjust 
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

/* 
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */ 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
.logo a, .main-nav, .utility-links, .sidebar-post-widget,.postmetadata a, #crumbs, #footer_row2, #home_bg, #left_sidebar, 
.sidebar-group_lodging-widget, .button a, #states_menu, .sidebar-hotel-widget, .directions_map a, .search_sidebar, .menu-item, #searchform{
    display: none;
}
.content_wrap, .main-nav {
    box-shadow: 0 0 0 #fff;
}
.hidden {
    display: block!important;
    visibility: visible;
}
#content, .search-content {
    width: 85%;
    margin: 0;
    float: none;
}
body {
    background: black;
    color: #111;
    font-family: "Times New Roman", Times, serif;
    font-size: 12pt;
    width: 85%;
    line-height: 1.5em;
    margin: 0 15px 10px 15px;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
    display: block;
}
h2, h3, h4, h5, h6 {
    border-bottom: 1px solid #d7d7d7
}
h1 {
    font-size: 30pt;
    line-height: 30pt;
}
h2 {
    font-size: 22pt;
    line-height: 22pt;
}
h3 {
    font-size: 19pt;
    line-height: 19pt;
}
h4 {
    font-size: 16pt;
    line-height: 16pt;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-size: 80%;
}
a {

}
#two_col_bg, .main_bg, #footer, #hotels {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}
img a {
    font-size: 50pt;
}
#hotel_sidebar_contact {
    position: relative;
}
}





/*******************************************
               slideshow              
********************************************/
/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:350px;
        width: 750px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
        background: red;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 40px; left: -8px;
	width: 181px; height:51px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(paging_bg4.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #592d23;
        border-top: 1px solid #1e0d09;
        border-left: 1px solid #1e0d09;
        border-right: 1px solid #a36b5d;
        border-bottom: 1px solid #a36b5d;/*975f51*/
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}

/********************************************
           second slideshow
********************************************/
#featured{ 
	width:750px; 
	position:relative; 
	height:350px; 
        margin: 0;
        overflow: hidden;
}
