/*Version 1.0 -- Contest Version */

/**Zero out margins, padding and borders for all browsers**/
html, body {margin:0; padding:0; border:0; font-size:100.01%; height:100%; margin-bottom:1px; /** this forces scrollbar to appear in Mozilla **/}

/**for IE only**/
* body {font-size:76%;  /**normalizes zoom in IE7 to 100%**/}

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #ecebf5; /* light grey for browser window background color and footer top border */
margin: 0;
padding: 0;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
color: #000;
font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: Black;
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
margin-top: 3px;
font-size: 160%;
font-family: 'Times New Roman', Georgia, 'Palatino Linotype', Palatino, serif;
border-bottom: 0 solid #8f8fb3;
text-align: center;
}

h2 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 1px solid #8f8fb3;
}

h3 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0 solid #8f8fb3;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

code {
color: navy;
}

img {
border: 0 solid #ddd;
}

a:link img {
border: 0;
}

/* -- General Link Styling -- */

a {
	transition: color 0.5s;
		-webkit-transition: color 0.5s;
		-moz-transition: color 0.5s;
}

a:link {
color: blue; 
text-decoration: underline;
}

a:visited {
color: purple;
text-decoration: underline;
}

a:hover {
color: red;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 1100px;
border: 0 solid #AFAEC0;   /* extra dark blue for header image */
}

#Header {
position: relative;
height: 242px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 310px 0 180px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}

#NavColumn {
float: left;
width: 180px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -1100px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
}

#ExtraColumn {
float: left;
width: 310px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -310px;        /* STEP 5: set to -(ExtraColumnWidth) */
}

#Footer {
clear: both;
width: 100%;
padding: 8px 0;
border-top: 1px solid #6699cc;
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 0 auto;
background-image: url(../image-files/money-saving-rv-repair-background-1100.jpg);
background-repeat: repeat-y;
}

#Header {
background-image: url(../image-files/money-saving-rv-repair-header-image-1100.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}

#ContentWrapper {
background-image: url(../image-files/money-saving-rv-repair-background-1100.jpg);
background-repeat: repeat-y;
background-color: transparent;
}

#NavColumn {
background-image: url(../image-files/money-saving-rv-repair-left-nav-image-1100.jpg);
background-repeat: no-repeat;
background-color: transparent;
}

#ContentColumn {
background-image: url(../image-files/money-saving-rv-repair-content-1100.jpg);
background-repeat: no-repeat;
background-color: #ffffff;
}

#ExtraColumn {
background-image: url(../image-files/money-saving-rv-repair-right-nav-image-1100.jpg);
background-repeat: no-repeat;
background-color: transparent;
}

#Footer {
background-image: url();
background-repeat: no-repeat;
background-color: #6699cc;    
text-align: center;
font-size: 85%;
}

#NavColumn {
font-size: 90%;
color: black;
}

#ExtraColumn {
font-size: 90%;
}

#NavColumn h4 {
font-size: 90%;
color: black;
margin-top: 0;
}

#ExtraColumn h4 {
font-size: 100%;
color: #black;
margin-top: 0;
}

#ExtraColumn h2 {
font-family: cursive, 'comic sans ms', 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
font-size: 110%;
font-weight: normal;
margin-top: 3px;
}

/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 0;
font-size: 110%;
color: black;
border-bottom: 1px solid #fff;
margin: 12px 0;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 5px 0 1px;
margin: -6px 0 0 0;
}

.Navigation li {
background-color: #ecebf5;        /* for button box backgrounds -- */
border: 2px solid white;
margin-bottom: 3px;
text-align: center;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: black;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:visited {
color: black;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:hover {
color: red;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color: #d3e4fb;   /* light sea blue used in center column of background.gif and for lit buttons both navbars and AdSenseBox bg color */
text-decoration: underline;
}



/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a:link {
text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: red;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
display: inline;
background-color: transparent;
text-align: center;
}

.ExtraNav a {
color: blue;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.ExtraNav a:hover {
color: #fff;
background-color: none;
}

#Header .ExtraNav {
font-size: 85%;
position: absolute;
bottom: 6px;
right: 10px;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
margin: 12px auto;
background-color: #6699cc;
}

#Footer .ExtraNav ul {
list-style-type: none;
padding: 0;
}

#Footer .ExtraNav ul li {
display: inline;
background-color: #6699cc;
text-align: center;
}

#Header .SubscribeFacebook {
position: absolute;
bottom: 35px;
right: 35px;
}

#Header .SubscribeRSS {
position: absolute;
bottom: 35px;
right: 95px;
}

.SubscribeRSS, .SubscribeFacebook {
	transition: opacity 0.5s;
		-webkit-transition: opacity 0.5s;
		-moz-transition: opacity 0.5s;
}
.SubscribeRSS:hover, .SubscribeFacebook:hover {
	opacity: 0.8;
}

/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background-color: #fff;
width: 85%;
border: 1px solid #AFAEC0;
margin: 18px auto 24px auto;
padding: 4px;
color: black;
}
#ExtraColumn .CalloutBox {
	width: 90%;
}

div.CalloutBox p {
margin: 13px;
}

p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
margin: 13px 0 0 13px;
text-align: center;
}

.RepairBox {          
background-color: #fff;
width: 300px;
border: 1px solid #AFAEC0;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #006;
}

.RepairBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #AFAEC0;
color: black;
}

.RepairBox p {
font-size: 100%;
padding: 0 4px 0 6px;
line-height: 120%;
}

.ReminderBox {          
background-color: #fff;
width: 200px;
border: 1px solid #AFAEC0;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #006;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #AFAEC0;
color: black;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px 4px 6px;
line-height: 120%;
}

.ReminderBox.large {
	width: 250px;
}

.ArticlesBox {          
background-color: #fff;
width: 250px;
border: 1px solid #AFAEC0;
padding: 5px 5px 5px 5px;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #006;
}

.ArticlesBox h4 {
margin: 0;
padding: 2px;
text-align: center;
color: #000000;
background-color: #AFAEC0;
}

.ArticlesBox p {
font-size: 80%;
padding: 0 4px 0 6px;
line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxCenter, .AdSenseBoxExtraColumn {
padding: 5px;
background-color: #ffffff;
border: 0px;
}

.AdSenseBoxLeft {
margin: 0 10px 12px 0;
float: left;
}

.AdSenseBoxRight {
margin: 0 0 12px 10px;
float: right;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxCenter336 {
	width: 336px;
	margin: 0 auto 12px auto;
	clear: both;
}

.AdSenseBoxExtraColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}

.ReturnToNavBox {
background-color: #DEEEFF;
width: 510px;
border-top: 1px solid #AFAEC0;
border-bottom: 1px solid #AFAEC0;
margin: 0 auto 12px auto;
padding: 4px 20px 4px 20px;
}

/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: #ecebf5;
border: 1px solid white;
margin: 16px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #AFAEC0;
line-height: 120%;
text-align: center;
}



/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000;
display: block;
line-height: 150%;
margin-bottom:10px;
}

/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}

/* Social Buttons */

.social-single {
margin: 10px 0 0 0;
}

#twitterbutton, #likebutton, #stumblebutton, #sharebutton, #googlebutton {
float: left;
display: block;
}

#twitterbutton {
margin-top:0px;
margin-left:6px;
}

#likebutton {
margin-top:0px;
margin-left:6px;
margin-right:-6px;
}

#sharebutton {
margin-left:-6px;
margin-top:0px;
margin-right: 0px;
}

#stumblebutton {
margin-left: 0px;
margin-top: 1px;
}

#googlebutton {
margin-top:0px;
margin-left:6px;
}

#cse-search-box input[type="text"] {
	padding: 5px 10px;
	border-radius: 5px;
	background: #fff !important;
}
#cse-search-box input[type="submit"] {
	border: none;
	height: 25px;
	background: #fff;
	border-radius: 2px;
	cursor: pointer;
	transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
}
#cse-search-box input[type="submit"]:hover {
	background: #E5E5E5;
}

.ReturnToNavBox .link-unit {
	background: #DEEEFF;
}

#mobile-nav-button {
	position: absolute;
	top: 10px;
	left: -10px;
	padding: 20px 15px 10px 20px;
	display: none;
	cursor: pointer;
}
#mobile-nav-button-inner {
	width: 35px;
	height: 35px;
	background: rgba(252,252,252,0.8);
	box-shadow: inset -1px -1px 3px #000;
	text-align: center;
	padding: 5px 0;
	box-sizing: border-box;
}
#mobile-nav-button span {
	width: 65%;
	display: inline-block;
	height: 2px;
	background: #525252;
	margin: 3px auto;
}

/* TABLET LANDSCAPE / DESKTOP */
@media only screen and (max-width: 1100px) {
	#PageWrapper {
		width: 100%;
	}
	#Header {
		background-size: 100%;
		padding-top: 21.9%;
		height: 0;
	}
	#NavColumn {
		position: absolute;
		left: 0;
		margin: 0;
	}
	#ExtraColumn, .ExtraNav {
		display: none;
	}
	#ContentColumn {
		margin: 0 0 0 180px;
		background-image: none;
	}
	.ItemLeft {
		clear: left;
	}
	.ItemRight {
		clear: right;
	}
	.CalloutBoxExtra {
		clear: both;
		padding: 15px;
	}
	.CalloutBoxExtra .ItemLeft {
		margin-top: -5px;
	}
	img, .ItemLeft, .ItemRight {
		max-width: 100%;
		height: auto;
	}
	.ItemCenter iframe {
		max-width: 100%;
	}
	.ReturnToNavBox {
		max-width: 100%;
		box-sizing: border-box;
	}
	.social-single .ItemLeft {
		float: left;
		clear: none;
	}
	#myGallery {
		clear: both;
	}
}

/* TABLETS PORTRAIT */
@media only screen and (max-width: 768px) {
	body {
		margin: 0;
	}
	#NavColumn {
		display: none;
	}
	#ContentColumn {
		margin: 0;
	}
	.mobile-hide {
		display: none;
	}
	.AdSenseBoxLeft, .AdSenseBoxRight {
		width: 100%;
		text-align: center;
	}
	.AdSenseBoxCenter468 {
		max-width: 100%;
		margin: 0 0px 0px -10px;
		float: none;
		clear: both;
	}
	.ItemCenter {
		width: 100% !important;
	}
	.videoWrapper {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		padding-top: 25px;
		height: 0;
	}
	.videoWrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	#mobile-nav-button {
		display: block;
		top: 20px;
		left: 20px;
	}
	#mobile-nav-button-inner {
		width: 55px;
		height: 55px;
		padding: 7px 0;
	}
	#mobile-nav-button span {
		height: 3px;
		margin: 5px auto;
	}
	.ItemLeft, .ItemRight {
		width: 100% !important;
	}
	.social-single .ItemLeft {
		width: auto !important;
	}
	#go-home-wrap {
		width: 200px;
		height: 150px;
	}
}

/* SMARTPHONES */
@media only screen and (max-width: 480px) {
	.social-single #stumblebutton { display: none; }
	.above-socialize-it { width: 100%; }
	hr { max-width: 100%; }
	#go-home-wrap {
		width: 150px;
		height: 85px;
	}
	#mobile-nav-button {
		top: 10px;
		left: -10px;
	}
	#mobile-nav-button-inner {
		width: 35px;
		height: 35px;
		padding: 5px 0;
	}
	#mobile-nav-button span {
		height: 2px;
		margin: 3px auto;
	}
	.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxCenter {
		max-width: 100%;
		margin: 0 0px 0px -10px;
		float: none;
		clear: both;
		/* overflow: hidden; */
	}
	.AdSenseBoxCenter468 {
		padding: 0;
	}
	.AdSenseBoxCenter468.link-unit, .AdSenseBoxCenter468 .link-unit {
		overflow: scroll;
	}
	.AdSenseBoxCenter336 {
		max-width: 100%;
	}
	.social-single {
		display: none;
	}
	#Header .SubscribeRSS, #Header .SubscribeFacebook {
		bottom: 5px;
	}
	#Header .SubscribeFacebook { right: 10px; }
	#Header .SubscribeRSS { right: 45px; }
	#Header .SubscribeRSS img, #Header .SubscribeFacebook img {
		width: 30px;
	}
	#myGallery, .fb_iframe_widget {
		display: none !important;
	}
	.CalloutBox {
		width: 95%;
	}
	.ReminderBox, .ReminderBox.large {
		width: 100%;
		float: none;
		margin: 0 0 12px 0px;
	}
	.CalloutBox .AdSenseBoxCenter468 {
		margin: 0 0px 0px -18px;
	}
}

/* Ad Sizes */

.adsbygoogle.banner { width: 320px; height: 100px; }
@media (min-width:500px) { .adsbygoogle.banner { width: 468px; height: 60px; } }

.adsbygoogle.large-rec { width: 320px; height: 100px; }
@media (min-width:500px) { .adsbygoogle.large-rec { width: 336px; height: 280px; } }

.adsbygoogle.med-rec { width: 320px; height: 100px; }
@media (min-width:500px) { .adsbygoogle.med-rec { width: 300px; height: 250px; } }

.adsbygoogle.link-unit { width: 200px; height: 90px; }
@media (min-width:500px) { .adsbygoogle.link-unit { width: 468px; height: 15px; } }

.sidr{display:none;position:absolute;position:fixed;top:0;height:100%;z-index:999999;width:260px;overflow-x:none;overflow-y:auto;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;font-size:15px;background:#f8f8f8;color:#333;-webkit-box-shadow:inset 0 0 5px 5px #ebebeb;-moz-box-shadow:inset 0 0 5px 5px #ebebeb;box-shadow:inset 0 0 5px 5px #ebebeb}.sidr .sidr-inner{padding:0 0 15px}.sidr .sidr-inner>p{margin-left:15px;margin-right:15px}.sidr.right{left:auto;right:-260px}.sidr.left{left:-260px;right:auto}.sidr h1,.sidr h2,.sidr h3,.sidr h4,.sidr h5,.sidr h6{font-size:11px;font-weight:normal;padding:0 15px;margin:0 0 5px;color:#333;line-height:24px;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));background-image:-webkit-linear-gradient(#ffffff,#dfdfdf);background-image:-moz-linear-gradient(#ffffff,#dfdfdf);background-image:-o-linear-gradient(#ffffff,#dfdfdf);background-image:linear-gradient(#ffffff,#dfdfdf);-webkit-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);box-shadow:0 5px 5px 3px rgba(0,0,0,0.2)}.sidr p{font-size:13px;margin:0 0 12px}.sidr p a{color:rgba(51,51,51,0.9)}.sidr>p{margin-left:15px;margin-right:15px}.sidr ul{display:block;margin:0 0 15px;padding:0;border-top:1px solid #dfdfdf;border-bottom:1px solid #fff}.sidr ul li{display:block;margin:0;line-height:48px;border-top:1px solid #fff;border-bottom:1px solid #dfdfdf}.sidr ul li:hover,.sidr ul li.active,.sidr ul li.sidr-class-active{border-top:none;line-height:49px}.sidr ul li:hover>a,.sidr ul li:hover>span,.sidr ul li.active>a,.sidr ul li.active>span,.sidr ul li.sidr-class-active>a,.sidr ul li.sidr-class-active>span{-webkit-box-shadow:inset 0 0 15px 3px #ebebeb;-moz-box-shadow:inset 0 0 15px 3px #ebebeb;box-shadow:inset 0 0 15px 3px #ebebeb}.sidr ul li a,.sidr ul li span{padding:0 15px;display:block;text-decoration:none;color:#333}.sidr ul li ul{border-bottom:none;margin:0}.sidr ul li ul li{line-height:40px;font-size:13px}.sidr ul li ul li:last-child{border-bottom:none}.sidr ul li ul li:hover,.sidr ul li ul li.active,.sidr ul li ul li.sidr-class-active{border-top:none;line-height:41px}.sidr ul li ul li:hover>a,.sidr ul li ul li:hover>span,.sidr ul li ul li.active>a,.sidr ul li ul li.active>span,.sidr ul li ul li.sidr-class-active>a,.sidr ul li ul li.sidr-class-active>span{-webkit-box-shadow:inset 0 0 15px 3px #ebebeb;-moz-box-shadow:inset 0 0 15px 3px #ebebeb;box-shadow:inset 0 0 15px 3px #ebebeb}.sidr ul li ul li a,.sidr ul li ul li span{color:rgba(51,51,51,0.8);padding-left:30px}.sidr form{margin:0 15px}.sidr label{font-size:13px}.sidr input[type="text"],.sidr input[type="password"],.sidr input[type="date"],.sidr input[type="datetime"],.sidr input[type="email"],.sidr input[type="number"],.sidr input[type="search"],.sidr input[type="tel"],.sidr input[type="time"],.sidr input[type="url"],.sidr textarea,.sidr select{width:100%;font-size:13px;padding:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 0 10px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;border:none;background:rgba(0,0,0,0.1);color:rgba(51,51,51,0.6);display:block;clear:both}.sidr input[type=checkbox]{width:auto;display:inline;clear:none}.sidr input[type=button],.sidr input[type=submit]{color:#f8f8f8;background:#333}.sidr input[type=button]:hover,.sidr input[type=submit]:hover{background:rgba(51,51,51,0.9)}

/* ------ C2 / Visitor Questions ------ */

.c2_invitation h2#INV,
.c2_invitation h2#INV + p,
.c2_invitation > .CalloutBox,
.c2_invitation .c2Form {
	display: none;
}