/*
	Theme Name: PitStops4Kids
	Theme URL: http://desperatelyseekingwp.com
	Description: This theme AND the genesis theme must remain in this folder.
	Author: Cathy Tibbles
	Author URI: http://desperatelyseekingwp.com
	Version: 1.0
	Template: genesis
/******************** for support please visit http://desperatelyseekingwp.com/support-center ***********/
*/
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
body {
	color: #333333;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0 auto 0;
	padding: 0;
	line-height: 1.5;
	background: url(images/skybanner.jpg) repeat-x #ffffff;
	}
/***** Hyperlinks ********************/
a, a:visited {
	color: #2255AA;
	text-decoration: none;
	}
a:hover {
	color: #2255AA;
	text-decoration: underline;
	}
a img {
	border: none;
	}
a:focus, a:hover, a:active {
	outline: none;
	}
a:link {
	color: #2255AA;
	text-decoration: none;
	}
/***** Wrap ********************/
#wrap {
	width: 100%;
	margin: 0 auto 0;
	padding: 0;
	}
/***** Header  ********************/
#header {
	/* max-width: 1140px; */
	width: 100%;
	/* height: 187px; */
	margin: auto;
	padding: 19px 0px 0px 0px;
	overflow: auto;
  	background: url(images/skybanner.jpg) repeat-y #ffffff;
	}
#header_widget{
	width: 405px;
	/* height: 171px; */
	float: right;
	padding: 0px 0px 0px 18px;
	margin: 12px 51px 0px 0px;
	display: table;
}
#header_widget #logo{
	display: block;
	position: relative;
	width: 175px;
	height: 122px;
	float: left;
	outline: none;
	margin: 0px 0px 0px 0px;
}
#header_widget a#rss{
	display: block;
	width: 36px;
	height: 46px;
	float: left;
	margin: 0px 10px 0px 0px;
}
#header_widget a#email_icon{
	display: block;
	width: 36px;
	height: 45px;
	float: left;
	margin: 0px 11px 0px 0px;
}
#header_widget a#facebook{
	display: block;
	width: 41px;
	height: 45px;
	float: left;
	margin: 0px 6px 0px 0px;
}
#header_widget a#twitter{
	display: block;
	width: 37px;
	height: 45px;
	float: left;
}
#header .wrap {
	}
#title-area {
	width: 400px;
	float: left;
	margin: 0; 
	padding: 20px 0 0 0;
	overflow: hidden;
	}
#title-area #title {
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	margin: 0; 
	padding: 0;
	}
#title-area #title a {
	color: #333333;
	margin: 0; 
	padding: 0;
	text-decoration: none;
	}
#title-area #title a:hover {
	color: #333333;
	text-decoration: none;
	}
#title-area #description {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin: 0; 
	padding: 0;
	}
#header .widget-area {
	width: 550px;
	float: right;
	margin: 0; 
	padding: 0;
	}
#header .widget-area p {
	margin: 0;
	padding: 0 0 5px 0;
	}
#header .widget-area h4 {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 0 0; 
	padding: 0;
	text-decoration: none;
	}
#header .widget-area ul {
	margin: 0;
	padding: 0;
	}
#header .widget-area ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}

.site-title {
	float: left;
}
/***** Image Header - Partial Width ********************/
.header-image #header #title-area {
	background: url(images/logo.png) left top no-repeat;
	}
.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
	display: block; 
	float: left;
	width: 400px;
	height: 80px;
	margin: 0; 
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	}
.header-image #title-area #description {
	display: block;
	width: 0; 
	height: 0;
	overflow: hidden;
	}
/***** Image Header - Full Width ********************/
.header-full-width #title-area, .header-full-width #title-area h1, .header-full-width #title-area h1 a, .header-full-width #title-area h4, .header-full-width #title-area h4 a {
	width: 960px;
	}
/***** Header Pages/Category Widget Menu ********************/
#header ul.nav {
	width: auto;
	float: right;
	list-style: none;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	}
#header ul.nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header ul.nav li a {
	background: #333333;
	color: #FFFFFF;
	display: block;
	font-size: 14px;
    margin: 0;
	padding: 6px 10px 5px 10px;
	text-decoration: none;
	border-right: 1px solid #666666;
	position: relative;
	}
#header ul.nav li a:hover, #header ul.nav li a:active, #header ul.nav .current_page_item a {
	background: #000000;
	color: #FFFFFF;
	}
#header ul.nav li a.sf-with-ul {
	padding-right: 20px;
	}	
#header ul.nav li a .sf-sub-indicator {
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 11px;
	right: 5px;
	background: url(images/arrow-down.png);
	}
#header ul.nav li li a, #header ul.nav li li a:link, #header ul.nav li li a:visited {
	background: #333333;
	color: #FFFFFF;
	width: 158px; 
	font-size: 11px;
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	position: relative;
	}
#header ul.nav li li a:hover, #header ul.nav li li a:active {
	background: #000000;
	}
#header ul.nav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}
#header ul.nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	margin: 0;
	padding: 0;
	}
#header ul.nav li ul a { 
	width: 160px;
	}
#header ul.nav li ul a:hover, #header ul.nav li ul a:active { 
	}
#header ul.nav li ul ul {
	margin: -33px 0 0 179px;
	}
#header ul.nav li:hover ul ul, #header ul.nav li:hover ul ul ul, #header ul.nav li.sfHover ul ul, #header ul.nav li.sfHover ul ul ul {
	left: -999em;
	}
#header ul.nav li:hover ul, #header ul.nav li li:hover ul, #header ul.nav li li li:hover ul, #header ul.nav li.sfHover ul, #header ul.nav li li.sfHover ul, #header ul.nav li li li.sfHover ul {
	left: auto;
	}
#header ul.nav li:hover, #header ul.nav li.sfHover { 
	position: static;
	}
/***** Nav Menu ********************/
#nav {
	background: #a51c0a url(images/navi-bg.jpg);
	background-size: contain;
	width: 100%;
	color: #FFFFFF;
	text-transform: none;
	margin: 0;
	padding: 0 ;
	height: 100%;
	display:block;
	min-height: 36px;
	}
#nav .wrap {
	max-width: 1140px;
	margin: auto;
	}
#nav ul {
	
	width: 100%;
	float: none;
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	text-align:center;
	}
#nav li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#nav li a {
	background: none;
	color: #fff;
	display: block;
	font-size: 14px;
    margin: 0px ;
	padding: 11px 8px 11px 8px;
	text-decoration: none;
	line-height: 100%;
	position: relative;
	text-transform: uppercase;
	text-align:left;
	}
#nav li a:hover, #nav li a:active, #nav .current_page_item a {
	background: #760302;
	color: #FFF;
	}
#nav li a.sf-with-ul {
	padding-right: 20px;
	}	
#nav li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 11px;
	right: 5px;
	}
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #a51c0a;
	color: #FFFFFF;
	width: 220px; 
	font-size: 14px;
	margin: 0 0 0 -1px;
	padding: 8px 10px 8px 10px;
	border-left: 1px solid #a51c0a;
	border-right: 1px solid #a51c0a;
	border-bottom: 1px solid #760302;
	position: relative;
	}
#nav li li a:hover, #nav li li a:active {
	background: #760302;
	}
#nav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}
#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 260px;
	margin: 0;
	padding: 0;
	}
#nav li ul a { 
	width: 220px;
	}
#nav li ul a:hover, #nav li ul a:active { 
	}
#nav li ul ul {
	margin: -33px 0 0 179px;
	}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul {
	left: -999em;
	}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul {
	left: auto;
	}
#nav li:hover, #nav li.sfHover { 
	position: static;
	}
#nav li.right {
	float: right;
	margin: 0;
	padding: 6px 10px 6px 10px;
	}
#nav li.right a {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	}
#nav li.right a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
#nav li.date {
	}
#nav li.rss a {
	background: url(images/rss.png) no-repeat left center;
	margin: 0 0 0 10px;
	padding: 3px 0 3px 16px;
	}
#nav li.search {
	padding: 0 10px 0 0;
	height: 34px;
	width: 205px;
	}
#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat left center;
	padding: 3px 0 1px 20px;
	}
/***** SubNav Menu ********************/
#subnav {
	clear: both;
	width: 100%;
	height: auto;
	background: #d7d17e;
	color: #000;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	
	}
#subnav .wrap {
	max-width: 1140px;
	width: 100%;
	margin: auto;
	}
#subnav ul {
	width: 100%;
	float: none;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align:center;
	}
#subnav li {
	display:inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#subnav li a {
	color: #000;
	display: block;
	font-size: 14px;
    margin: 0;
	padding: 4px 13px 4px 13px;
	text-decoration: none;
	position: relative;
	text-align:left;
	}
#subnav li a:hover, #subnav li a:active, #subnav .current_page_item a {
	background: #c0b73c;
	color: #000;
	}
#subnav li a.sf-with-ul {
	padding-right: 20px;
	}	
#subnav li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 11px;
	right: 5px;
	}
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #d7d17e;
	color: #000;
	width: 220px; 
	font-size: 15px;
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #d7d17e;
	border-right: 1px solid #d7d17e;
	border-bottom: 1px solid #c0b73c;
	position: relative;
	}
#subnav li li a:hover, #subnav li li a:active {
	background: #c0b73c;
	}
#subnav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}
#subnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 260px;
	margin: 0;
	padding: 0;
	}
#subnav li ul a { 
	width: 160px;
	}
#subnav li ul a:hover, #subnav li ul a:active { 
	}
#subnav li ul ul {
	margin: -33px 0 0 179px;
	}
#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfHover ul ul, #subnav li.sfHover ul ul ul {
	left: -999em;
	}
#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfHover ul, #subnav li li.sfHover ul, #subnav li li li.sfHover ul {
	left: auto;
	}
#subnav li:hover, #subnav li.sfHover { 
	position: static;
	}
/***** Inner ********************/
#inner {
	max-width: 1140px;
	margin: auto;;
	padding: 0;
	}

/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}



/***** Inner Backgrounds ********************/
.content-sidebar #inner {
    }
.sidebar-content #inner {
    }
.content-sidebar-sidebar #inner {
    }
.sidebar-sidebar-content #inner {
    }
.sidebar-content-sidebar #inner {
    }
.full-width-content #inner {
    }
/***** Breadcrumb ********************/
.breadcrumb {
	background: #F7F7F7;
	margin: 0 0 30px 0;
	padding: 5px 10px 5px 10px;
	border: 1px solid #E6E6E6;
	}
/***** Content-Sidebar Wrapper ********************/
#content-sidebar-wrap {
	width: 100%;
	margin: 0 0px 5px 0px;
	padding: 0 0px 10px 0px;
	float: left;
	background: #fff
	}
.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	max-width: 1140px;
	}
.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
	float: right;
	}
/***** Content ********************/
#content-sidebar-wrap #content {
	max-width: 780px;
	width: 100%;
	margin: 0;
	padding: 9px 10px 0px 15px;
	float: left;
	}
#content-sidebar-wrap #content.home {
	max-width: 780px;
	width: 100%;
	margin: 0;
	padding: 9px 10px 0px 12px;
	float: left;
	}
.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
	}
.sidebar-content #content, .content-sidebar #content {
	max-width: 780px;
	width: 100%;
	}
.full-width-content #content {
	max-width: 1140px;
	width: 100%;
	}
#content img, #content p img {
	max-width: 100%;
	height: auto;
	}
#content blockquote {
	background: #F7F7F7;
	margin: 0 15px 15px 15px;
	padding: 10px 20px 0 15px;
	border: 1px solid #E6E6E6;
	}
#content .post {
	margin: 0 0 40px 0;
	padding: 0;
	}

.archive #content .post {
	border-bottom: 1px solid #e6e6e6;
	margin: 0 0 20px 0;
	}

#content .entry-content {
	overflow: auto;
	}
#content .entry-content .post-image {
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
#content .post p {
	margin: 0;
	color: #316a53;
	padding: 0 0px 10px 0;
	}
#content .post ul {
	list-style-type: square;
	margin: 0;
	padding: 0 0 15px 0;
	}
#content .post ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}
#content .post ul ul {
	list-style-type: square;
	margin: 0;
	padding: 0;
	}
#content .post ol {
	margin: 0;
	padding: 0 0 15px 0;
	}
#content .post ol li {
	margin: 0 0 0 20px;
	padding: 0;
	}
#content .post ol ol {
	margin: 0;
	padding: 0;
	}
#content .sticky {
	background: #F7F7F7;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #E6E6E6;
	}
#content .post-image {
	margin: 0 10px 10px 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}

.archive #content .post-image {
	margin: 10px 10px 10px 0;
	}

#content .archive-page {
	float: left;
	width: 50%;
	margin: 0;
	padding: 20px 0;
	}
.clear {
	clear: both;
	}
/***** Post Info ********************/
.post-info {
	font-size: 11px;
	margin: 0 0 5px 0;
	padding: 0;
	text-transform: uppercase;
	}
.post-info p {
	margin: 0;
	padding: 0;
	}
/***** Post Meta ********************/
.post-meta {
	font-size: 11px;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #E6E6E6;
	}
/***** Author Box ********************/
.author-box {
	background: #F7F7F7;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #E6E6E6;
	}
.author-box p {
	margin: 0;
	padding: 0;
	}
.author-box img {
	background: #FFFFFF;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
/***** Headlines in Content ********************/
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #333333;
	font-family: Verdana, Arial, Tahoma;
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 5px 0;
	}
#content h1 {
	font-size: 20px;
	}
#content h1.entry-title {
	font-family: Verdana;
line-height: 25px;
padding: 5px 0px 0px 0px;
font-size: 20px;
	}
#content h2.entry-title {
	font-family: Verdana;
line-height: 25px;
padding: 5px 0px 0px 0px;
font-size: 20px;
	}
#content h2.entry-title a, #content h2.entry-title a:visited{
	color: #000;
	}
#content h2 {
	font-size: 20px;
	}
#content h2 a, #content h2 a:visited {
	color: #333333;
	text-decoration: none;
	}
#content h2 a:hover {
	color: #2255AA;
	text-decoration: none;
	}
#content h3 {
	font-size: 18px;
	}
#content h4 {
	font-size: 16px;
	}
#content h5 {
	font-size: 14px;
	}
#content h6 {
	font-size: 14px;
	}
	
h4.widgettitle
{
	background:url(images/widget-title-bg.jpg) no-repeat center right;
	padding: 10px 0 10px 8px;
	color: #FFF!important;
	font-size: 16px;
}

#home-add-h
{
	margin: 5px 0;
	clear: 	both;
	overflow: hidden;
}

#home-top-left h2 a, #home-top-left h2 a:visited, #home-top-left h2 a:link
{
	color: #b9251b;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	letter-spacing: -2;
}

#home-top-right h2 a, #home-top-right h2 a:visited, #home-top-right h2 a:link
{
	color: #b9251b;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	letter-spacing: -2;
}

#home-bottom h2 a, #home-bottom h2 a:visited, #home-bottom h2 a:link
{
	color: #b9251b;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	letter-spacing: -2;
}

#home-top-left
{
	max-width: 380px;
	width: 50%;
	float: left;
}

#home-top-left .post, #home-top-right .post
{
	max-width: 360px;
	width: 100%;
	padding: 0 0 3px 0;
	margin: 5px 0 15px;
	border-bottom: 1px solid #999999;
}

#home-top-right
{
	max-width: 380px;
	width: 50%;
	float: right;
}

#home-bottom
{
	clear:both;
}

#home-bottom .post
{
	margin: 5px 0 15px;
	border-bottom: 1px solid #999999;
}

.social-bg
{
	background:url(images/ss-bg.jpg) no-repeat top center;
	height: 75px;
	margin: 10px 0 0 0;
	padding: 12px;
	text-align: center;
}


.more-link
{
	display: block;
	text-align: right;
}

/***** Post Icons ********************/
.time {
	margin: 0;
	padding: 0;
	}
.post-comments {
	background: #FFFFFF url(images/icon-dot.gif) no-repeat top left;
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 2px 10px;
	}
.categories {
	margin: 0;
	padding: 0;
	}
.tags {
	background: #FFFFFF url(images/icon-dot.gif) no-repeat top left;
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 2px 10px;
	}
/***** Images ********************/
img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
	}
img.alignnone {
	padding: 0;
	margin: 0 0 10px 0;
	display: inline;
	}
img.alignleft {
	padding: 0;
	margin: 0 10px 10px 0;
	display: inline;
	}
img.alignright {
	padding: 0;
	margin: 0 0 10px 10px;
	display: inline;
	}
.aligncenter {
	display: block;
	margin: 0 auto 10px;
	}
.alignleft {
	float: left;
	margin: 0 10px 0 0;
	}
.alignright {
	float: right;
	margin: 0 0 0 10px;
	}
.wp-caption {
	background: #F7F7F7;
	text-align: center;
	padding: 5px 0 0 1px;
	border: 1px solid #316A53;
	}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
	}
#content .wp-caption p.wp-caption-text {
	margin: 0;
	padding:0 5px 5px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
	margin: 0;
	padding: 0;
	}
/***** Post Navigation **********/
.navigation {
	width: 100%;
	margin: 0;
	padding: 20px 0 20px 0;
	overflow: auto;
	}
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
.navigation li {
	display: inline;
	}
.navigation li a {
	color: #2255AA;
	padding: 5px 8px 5px 8px;
	border: 1px solid #E6E6E6;
	}
	
.navigation li a:visited {
	color: #2255AA;
	padding: 5px 8px 5px 8px;
	border: 1px solid #E6E6E6;
	}
.navigation li a:hover {
	background: #F7F7F7;
	color: #2255AA;
	border: 1px solid #E6E6E6;
	text-decoration: none;
	}
.navigation li.disabled {
	margin: 0;
	padding: 5px 8px 5px 8px;
	border: 1px solid #E6E6E6;
	}
.navigation li.active a {
	background: #F7F7F7;
	color: #2255AA;
	font-weight: bold;
	border: 1px solid #E6E6E6;
	}
.navigation li.active a:visited {
	background: #F7F7F7;
	color: #2255AA;
	font-weight: bold;
	border: 1px solid #E6E6E6;
	}
/***** Sidebar & Sidebar-Alt ********************/
#sidebar {
	max-width: 316px;
	width: 100%;
	float: right;
	margin: 0 0px 0px 9px;
	padding: 0;
	display: inline;
	}
#sidebar-alt {
	width: 150px;
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	}
.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
	float: left;
	}
.content-sidebar-sidebar #sidebar-alt {
	float: right;
	}
#sidebar .widget, #sidebar-alt .widget {
	background: #FFFFFF;
	margin: 0px 0 15px 0;
	clear: both;
	}
#sidebar h2, #sidebar h2 a, #sidebar-alt h2, #sidebar-alt h2 a {
	color: #333333;
	font-size: 16px;
	font-family: Verdana, Arial, Tahoma;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
#sidebar h2 a:visited, #sidebar-alt h2 a:visited {
	color: #333333;
	font-size: 16px;
	font-family: Verdana, Arial, Tahoma;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
#sidebar h2 a:hover, #sidebar-alt h2 a:hover {
	color: #2255AA;
	text-decoration: none;
	}
#sidebar h3{
	color: #fff;
	clear: both;
	float: left;
	font-weight: normal;
	background:url(images/widget-title-bg.jpg) no-repeat center right;
	padding: 10px 0 10px 8px;
	color: #FFF;
}
#sidebar h4.widgettitle{
	color: #fff;
	clear: both;
	border: none;
	font-weight: normal;
	background:url(images/widget-title-bg.jpg) no-repeat center right;
	padding: 10px 0 10px 8px;
	color: #FFF;
}
#sidebar h4, #sidebar-alt h4 {
	background: #F7F7F7;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 5px 5px 5px 10px;

	}
#sidebar .widget p, #sidebar-alt .widget p {
	margin: 0;
	padding: 0;
	}
#sidebar .textwidget p, #sidebar-alt .textwidget p {
	margin: 0;
	padding: 10px 10px 0 10px;
	}
#sidebar img, #sidebar a img, #sidebar-alt img, #sidebar-alt a img {
	border: none;
	margin: 0;
	padding: 0;
	}
#sidebar ul, #sidebar ol, #sidebar-alt ul, #sidebar-alt ol {
	list-style-type: square;
	margin: 10px 0 0 0;
	padding: 0 10px 0 25px;
	}
#sidebar ul ul, #sidebar ol ol, #sidebar-alt ul ul, #sidebar-alt ol ol {
	margin: 0;
	padding: 0 0 0 15px;
	}
#sidebar li, #sidebar-alt li {
	list-style-image: url(images/pit-bullet.jpg);
	margin: 0;
	padding: 0;
	}
/***** Sidebar(s) Tag Cloud ********************/
#sidebar .widget_tag_cloud div div, #sidebar-alt .widget_tag_cloud div div {
	padding: 10px 10px 0 10px;
	}
/***** Sidebar(s) Category Dropdown ********************/
#cat {
	background: #F7F7F7;
	color: #333333;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	margin: 10px 0 0 10px;
	padding: 3px;
	display: inline;
	border: 1px solid #E6E6E6;
	}
#sidebar #cat {
	width: 278px;
	}
#sidebar-alt #cat {
	width: 128px;
	}
/***** Sidebar(s) Featured Post/Page ********************/
#sidebar .featuredpost, #sidebar .featuredpage, #sidebar-alt .featuredpost, #sidebar-alt .featuredpage {
	margin: 0 0 15px 0;
	padding: 0;
	clear: both;
	}
#sidebar .featuredpost .post, #sidebar .featuredpage .page, #sidebar-alt .featuredpost .post, #sidebar-alt .featuredpage .page {
	margin: 0;
	padding: 10px 10px 5px 10px;
	}
#sidebar .featuredpost .avatar, #sidebar .featuredpage .avatar, #sidebar-alt .featuredpost .avatar, #sidebar-alt .featuredpage .avatar {
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
#sidebar .featuredpost img, #sidebar .featuredpage img, #sidebar-alt .featuredpost img, #sidebar-alt .featuredpage img {
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
/***** Sidebar(s) User Profile ********************/
#sidebar .user-profile .avatar, #sidebar-alt .user-profile .avatar {
	background: #F7F7F7;
	float: left;
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
#sidebar .user-profile p, #sidebar-alt .user-profile p {
	margin: 0;
	padding: 10px 10px 0 10px;
	}
#sidebar .user-profile .posts_link, #sidebar-alt .user-profile .posts_link {
	margin: 0;
	padding: 0 0 10px 10px;
	}
/***** Search Form(s) ********************/
.searchform {
	margin: 0;
	}
#header .searchform {
	float: right;
	padding: 40px 0 0 0;
	}
#sidebar .searchform {
	padding: 5px 10px 0 10px;
	}
#nav .searchform {
	float: right;
	padding: 0;
	}
.s {
	background: #F7F7F7 !important;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;	
	font-size: 11px;
	margin: 5px 5px 0 0;
	padding: 4px 0 4px 5px;
	border: 1px solid #E6E6E6;
	}
#header .s, #nav .s, #sidebar .s {
	width: 125px;
	}
#sidebar-alt .s {
	width: 80px;
	}
.searchsubmit {
	background: #0d724b;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #075b3b;
	}
.searchsubmit:hover {
	background: #000000;
	border: 1px solid #000000;
	}
/***** eNews & Updates Widget ********************/
.enews {
	background: url(images/enews.png) top right no-repeat;
	margin: 0;
	padding: 0;
	}
#sidebar .enews p {
	margin: 0;
	padding: 10px 10px 0 10px;
	}
.enews #subscribe {
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
#sidebar .enews #subscribe {
	padding: 0 0 0 10px;
	}
.enews #subbox {
	background: #F7F7F7 !important;
	width: 230px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	padding: 4px 0 4px 5px;
	margin: 5px 5px 0 0;
	border: 1px solid #CCCCCC;
	}
.enews #subbutton {
	background: #333333;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #333333;
	}
.enews #subbutton:hover {
	background: #000000;
	border: 1px solid #000000;
	}
/***** Latest Tweets Widget********************/
.latest-tweets {
	background: url(images/twitter.png) top right no-repeat;
	margin: 10px 0 0 0;
	padding: 0;
	}
/***** Calendar ********************/
#wp-calendar {
	margin: 0;
	padding: 0;
	width: 100%;
	}
#wp-calendar caption {
	color: #333333;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 2px 5px 0 0;
	text-align: right;
	}
#wp-calendar th {
	color: #333333;
	}
#wp-calendar thead {
	margin: 10px 0 0 0;
	font-weight: bold;
	background: #F7F7F7 !important;
	color: #F7F7F7 !important;
	}
#wp-calendar td {
	background: #F7F7F7;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 2px;
	}
#wp-calendar tfoot td {
	background: none;
	margin: 0;
	padding: 0;
	}
/***** Contact Form ********************/
.gform_footer .button {
	background: #333333;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 1px 5px 1px 5px;
	border: 1px solid #333333;
	}
.gform_footer .button:hover {
	background: #000000;
	border: 1px solid #000000;
	}
.gform_footer input.button {
	color: #FFFFFF !important;
	}
.gform_wrapper .gform_footer {
	border: none!important;
	}
/***** Footer ********************/
#footer {
	clear: both; 
	overflow: auto;
	width: 100%;
	min-height: 43px;
	color: #000;
	font-size: 11px;
	margin: 0;
	padding: 2px 0px 0px 0px;
	text-align: center;
	text-transform: uppercase;
	background: #dfd890;
	}
#footer .wrap {
	max-width: 1040px;
	margin: auto;
	}
#footer a, #footer a:visited {
	color: #000;
	padding: 0px 5px;
	text-decoration: none;
	}
#footer a:hover {
	color: #000;
	text-decoration: underline;
	}
#footer p {
	margin: 0;
	padding: 0;
	}
#footer .gototop {
	width: 200px;
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
	}
#footer .gototop a {
	margin: 0;
	padding: 2px 0 2px 18px;
	/* background: url(images/footer-top.png) no-repeat left center; */
	}
#footer .creds {
	width: 540px;
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
	}
	
#footer-widgets
{
	clear: both;
	background: #dfd890;
	width: 100%;
	margin: auto;
}

#footer-widgets .wrap {
	margin: auto;
	max-width: 1140px;
}

#footer-widgets h4.widgettitle
{
	background:none !important;
	padding: 0;
	color: #b9251b!important;
	font-size: 16px;
	margin: 7px 0;
}

#Footer-1
{
	max-width: 350px;
	width: 32%;
	float: left;
	margin: 8px 16px 8px 0;
	}

#Footer-2
{
	max-width: 350px;
	width: 30%;
	float: left;
	margin: 8px 0 8px 16px;
	}

#Footer-3
{	max-width: 350px;
	width: 33%;
	float: right;
	margin: 8px;
}

#featured-post-10 {
	padding-bottom: 20px;
}

/***** Comments ********************/
.comments {
	font-size: 14px;
	margin: 0;
	padding: 0;
	}
#respond {
	margin: 0 0 15px 0;
	padding: 0;
	}
#respond h3{
	margin: 0px 0px 28px 0px;
	background:url(images/widget-title-bg.jpg) no-repeat center right;
	padding: 10px 0 10px 8px;
	color: #FFF!important;
	font-size: 16px;
	}
	
	
#respond label{
	font-size: 14px;
}
#author, #email, #url {
	width: 219px;
	height: 22px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	padding: 3px 0 3px 3px;
	margin: 5px 5px 5px 0;
	border: 2px solid #ecdf64;
	background: url(images/inputbg.jpg) no-repeat;
	}
#comment {
	width: 100%;
	height: 104px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	padding: 3px 0 3px 3px;
	margin: 5px 0 5px 0;
	border: 2px solid #ecdf64;
	background: #f4f0cc;
	}
#submit {
	background: #f4f0cb;
	color: #111;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
    margin: 9px 0px 0px 0px;
	clear: both;
	padding: 2px 5px 2px 5px;
	border: 2px outset #ecdf64;
	}
#submit:hover {
	border: 2px inset #ecdf64;
	color: #000;
	}

.comment-list {
	margin: 0;
	padding: 0;
	}
.ping-list {
	margin: 0 0 40px 0;
	padding: 0;
	}
.comment-list ol, .ping-list ol {
	margin: 0;
	padding: 10px;
	}
.comment-list li, .ping-list li {
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding: 10px 5px 10px 10px;
border: 1px solid #ecdf64;
background: #f4f0cc;
	list-style: none;
	}
.comment-list li ul li { 
	margin-right: -6px;
	margin-left: 10px;
	}
.comment-list p, .ping-list p {
	font-weight: normal;
	text-transform: none;
	margin: 10px 5px 10px 0;
	padding: 0;
	}
.comment-list li .avatar { 
	background: #f4f0cc;
	float: right;
	border: 1px solid #ecdf64;
	margin: 0 5px 0 10px;
	padding: 4px;
	}
.comment-list cite, .comment-list cite a, .ping-list cite, .ping-list cite a {
	font-weight: bold;
	font-style: normal;
	}
.commentmetadata {
	font-size: 11px;
	font-weight: normal;
	}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.alt {
	margin: 0;
	padding: 10px;
	}
.children { 
	margin: 0;
	padding: 0;
	}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
.reply a, .reply a:visited {
	background: #333333;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0;
	padding: 2px 5px 3px 5px;
	border: 1px solid #ecdf64;
	}
.reply a:hover {
	background: #000000;
	text-decoration: none;
	border: 1px solid #000000;
	}
#comments .navigation {
	display: block;
	margin: 10px 0 0 0;
	}
.thread-alt, .thread-even {
	background: #F7F7F7;
	margin: 0;
	padding: 0;
	}
.depth-1 {
	border: 1px solid #E6E6E6;
	margin: 0;
	padding: 0;
	}
.even, .alt {
	border: 1px solid #E6E6E6;
	margin: 0;
	padding: 0;
	}
span.author{

	padding: 0px 0px 10px 13px;
}
.postmeta{
	width: 538px;
	height: 18px;
	color: #3a705a;
	font-size: 14px;
	padding: 16px 8px 0px 10px;
	background: url(images/postmeta.gif) top center no-repeat;
}
.postmeta a{
	color: #3a705a;
	font-size: 14px;
}
#pitstops{
	width: 310px;
	height: 120px;
	padding: 16px 0px 10px 6px;
}
#pitstops h2{
	font-size: 14px;
	margin: 0px 0px 10px 0px;
}
#sidebar #pitstops img{
	position: relative;
	float: left;
	margin: 0px 6px 0px 0px;
}
#search{
	width: 310px;
	padding: 5px 0px 10px 6px;
}
#search label{
	display: block;
	float: left;
	font-size: 16px;
	padding: 7px 10px 0px 10px;
}
#search input{
	width: 219px;
	height: 22px;
	float: left;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	padding: 3px 0 3px 3px;
	margin: 5px 5px 5px 0;
	border: 2px solid #ecdf64;
	background: url(images/sidebarinput.jpg) no-repeat;
}
#sponsors{
	width: 310px;
	float: left;
	clear: both;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 0px 10px 6px;
}
#reviews{
	width: 310px;
	padding: 0px 0px 20px 6px;
}
#reviews label{
	display: block;
	float: left;
	font-size: 16px;
	padding: 7px 10px 0px 20px;
}
#reviews label.reviewtopic{
	padding: 7px 5px 0px 5px;
}
#reviews input{
	width: 287px;
	height: 22px;
	float: right;
	clear: both;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	padding: 3px 0 3px 3px;
	margin: 5px 10px 5px 0;
	border: 2px solid #ecdf64;
	background: url(images/sidebarinput.jpg) no-repeat;
}
#reviews textarea{
	width: 287px;
	height: 101px;
	float: right;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	padding: 3px 0 3px 3px;
	margin: 5px 10px 10px 0px;
	border: 2px solid #ecdf64;
	background: url(images/sidebartextarea.jpg) no-repeat;
}
#reviews #submit {
	width: 74px;
	height: 31px;
	background: url(images/submitcomment.jpg) no-repeat;
	color: #000;
	float: right;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0px 10px 20px 17px;
	clear: both;
	padding: 2px 5px 0px 5px;
	border: 2px solid #ecdf64;
	}
#reviews p{
	text-align: center;
	font-size: 16px;
}
#sites{
	width: 310px;
	padding: 10px 0px 30px 10px;
}
#sites ul li{
	list-style-type: none;
	font-size: 14px;
	color: #b9251b;
	float: left;
	clear: both;
	margin: 2px 0px 1px 0px;
	padding: 0px 0px 0px 20px;
	background: url(images/sitesli.gif) center left no-repeat;
}
#sites ul li a{
	color: #b9251b;
	text-decoration: underline;
}
/*****edits by cathy
#featured_content_gallery{
	width: 590px;
	height: 280px;
	margin: 0px 0px 3px 0px;
}************/
#genesis-responsive-slider .slide-excerpt-border {
border: none;
}
#genesis-responsive-slider .slide-excerpt {
opacity: 0.6;
    filter: alpha(opacity=60);
border: none;

}
#genesis-responsive-slider {
background-color: #fff  !important;
border: none !important;
}

.flexslider {
max-width: 940px;
max-height: 400px;
}

.flexslider .slides img {
    display: block;
    width: 100%;
	height: auto;
}

#giveaways{
	width: 294px;
	float: left;
	padding: 0px 0px 0px 0px;
}
#latestposts{
	width: 294px;
	float: left;
}
#giveaways h3{
	display: block;
	width: 282px;
	height: 21px;
	color: #fff;
	clear: both;
	float: left;
	font-weight: normal;
	text-transform: uppercase;
	margin: 10px 0px 10px 0px;
	font-size: 14px;
	padding: 2px 0px 0px 6px;
	background: url(images/sidebarheading.jpg) right no-repeat;
}
#latestposts h3{
	display: block;
	width: 282px;
	height: 21px;
	color: #fff;
	clear: both;
	float: right;
	font-weight: normal;
	text-transform: uppercase;
	margin: 10px 0px 10px 0px;
	font-size: 14px;
	padding: 2px 0px 0px 6px;
	background: url(images/sidebarheading.jpg) right no-repeat;
}
.smallpost{
	float: left;
	width: 278px;
	padding: 2px 0px 0px 2px;
margin-bottom: 18px;
	min-height: 170px;
   border-bottom: 1px dotted #77bea2;
}
.smallpost .thumbnail{
	width: 80px;
	height: 80px;
	float: left;
	margin: 0px 9px 0px 0px;
	border: 2px solid #77bea2;
	overflow:hidden;
}
.smallpost .text{
	width: 180px;
	float: left;
}
#giveaways .smallpost h2,#latestposts .smallpost h2{
	color: #b9251b;
font-weight:bold;
	font-size: 14px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
#giveaways .smallpost h2 a,#latestposts .smallpost h2 a{
	color: #b9251b;
}
.smallpost p{
margin-top: 0;
	font-size: 14px;
	color: #0b0b0a;
}
.smallpost .more{
	float: right;
}
#giveaways .smallpost a.more , #latestposts .smallpost a.more {
color: #b9251b;
}
#traveltips{
	width: 576px;
	padding: 10px 0px;
}
#traveltips h3{
	display: block;
	width: 570px;
	height: 21px;
	color: #fff;
	clear: both;
	float: left;
	font-weight: normal;
	text-transform: uppercase;
	margin: 10px 0px 10px 0px;
	font-size: 14px;
	padding: 2px 0px 0px 6px;
	background: url(images/travelheading.jpg) left no-repeat;
}
#traveltips .thumbnail {
	width: 80px;
	height: 80px;
	float: left;
	margin: 0px 9px 0px 0px;
}
#traveltips ul li{
	list-style: none;
	float: left;
	margin: 0px 20px 8px 0px;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear: both;
}
#traveltips ul.category_images_ii li.category_image {
margin:0;
padding:0;
}
#bystates h2{
	display: block;
	width: 282px;
	height: 21px;
	color: #fff;
	clear: both;
	font-weight: normal;
	text-transform: uppercase;
	margin: 10px 0px 10px 0px;
	font-size: 14px;
	padding: 2px 0px 0px 6px;
	background: url(images/sidebarheading.jpg) right no-repeat;
}
#bystates ul li{
	font-size: 14px;
}

/* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
		
		#nav li.search {
			display: none;
	}
	
	#content-sidebar-wrap #content.home, #content-sidebar-wrap #content {
            max-width: 740px;
		}
		
		#home-top-left, #home-top-right, #home-top-left .post, #home-top-right .post {
    float: none;
    width: 100%;
	max-width: 740px;
	 padding: 0;
	}

    }
	
	 @media only screen and (max-width : 1110px) {
		
		#content-sidebar-wrap #content.home, #content-sidebar-wrap #content {
            max-width: 620px;
		}

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
		#content-sidebar-wrap #content.home, #content-sidebar-wrap #content, #sidebar {
           max-width: 972px;
		   width: 95%;
		   float: none;
		   padding: 0 5px;
		   margin: auto;
		}
		
		
	#home-top-left, #home-top-right, #home-top-left .post, #home-top-right .post {
		float: none;
		width: 100%;
		max-width: 972px;
	 	padding: 0;
	}

	#text-571857677, .social-bg {
	max-width: 391px;
	margin: auto;
	}

	#sidebar .widget {
	width: 95%;
	margin: auto;
	}
	
	#header_widget {
    float: none;
    height: 171px;
    margin: 12px 51px 0 0;
    padding: 0 0 0 18px;
    /* max-width: 405px; */
	margin: auto;
	width: 95%;
	}

	#header_widget img {
		width: 100%;
		max-width: 94px;
		height: auto;
	}

	#Footer-1, #Footer-2, #Footer-3 {
		max-width: 950px;
		margin: auto;
		float: none;
		width: 95%;

    }
	
	#footer .gototop, #footer .creds {
    float: none;
    margin: auto;
    padding: 0;
    width: 100%;
	text-align: center;
}
	}

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
		
		#content-sidebar-wrap #content.home, #content-sidebar-wrap #content, #sidebar {
          width: 95%;
		  float: none;
		  max-width: 760px;
		}

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
		
		#header_widget img {
		width: 100%;
		max-width: 78px;
		height: auto;
		}

    }
	
	/* Custom, iPhone Retina */ 
    @media only screen and (max-width : 400px) {
		
		#header_widget img {
		width: 100%;
		max-width: 68px;
		height: auto;
		}
        
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
		
		#header_widget img {
		width: 100%;
		max-width: 68px;
		height: auto;
		}
        
    }


