/* ------ Section 1 - Global Body, Font and Link Settings ------ */
html, body{ 
  padding:0px;
  margin:0px;
}

body {
background: #dadede url(../image-files/grass-bg.jpg) top left ;
margin: 0;
padding: 0;
}

body, table, tr, td {
font-family: Verdana, 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
color: #000;
font-size: 85%;
}


/* -- General Link Styling -- */

a:link {
color:blue;
text-decoration: none;
}

a:visited {
color: #834212;
text-decoration: none;
}

a:hover {
color: #834212;
text-decoration: none;
}



/* ------ Section 2 - Global Page Structure ------- */

element.style {
margin-top:35px;
}

#PageWrapper {
width: 960px;
}

#Header {
height: 230px;
background: #fff;
}

#ContentWrapper {
float: left;
width: 100%;
}

#CenterColumn {
margin: 0 180px 0 180px;    /* STEP 1: set to "0 RightColumnWidth 0 LeftColumnWidth" */
border: 3px solid #EFEFEF;
border-bottom: 3px solid #e2f5d3;

}

#LeftColumn {
float: left;
width: 179px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -960px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
}

#RightColumn {
float: left;
width: 179px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -180px;        /* STEP 5: set to -(RightColumnWidth) */
}

#Footer {
clear: both;
width: 100%;
text-align: right;
padding: 8px 0;
}

.Liner {
padding: 10px 10px;
}

#Header .Liner {
padding: 10px 10px;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
border: 2px solid #8f8fb3;   /* dark sea blue, headlines and borders */
margin: 4px auto;
background-image:  url(../image-files/page-background.gif);
background-repeat: repeat-y;
}

#Header {
background-image:  url(../image-files/local-riding-header.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}

#ContentWrapper {
background-image:  url(../image-files/page-background.gif);
background-repeat: repeat-y;
}

#LeftColumn {
background-color: transparent;
}

#CenterColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#RightColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#Footer {
background-image:  url(../image-files/page-background-2.gif);
background-repeat: repeat-y;
background-color: transparent;     /* light-green used in center column */
border-top: 0px solid #CCCCCC;
}

/* Top Navigation
--------------------------------------------------------------------------------------- */

#navbar
{
	height:25px;
	width:960px;
	margin:0 auto;
	background-color: transparent;
	text-align:center;
	font-size:14px;
	padding:140px 0;
	font-family: Verdana, Arial, Tahoma, SunSans-Regular, Sans-Serif;
}

#navbar ul {
	margin:0 auto;
	margin-left:1px;
	width:960px;
	list-style: none;
	line-height: normal;
	padding:0px;
}

#navbar li {
	float: left;
	border-right: 1px #dcf3c9 solid;
}

#navbar a:link, #navbar a:visited {
	padding: 5px 10px 5px 10px;
	color:#006600;
	vertical-align: bottom;
	display: block;
	height: 15px;
	text-decoration:none;
}

#navbar a:hover, #navbar .active a {
	color:#834212;
	text-decoration:none;
}

#navbar .active a:hover {
	color:#003300;
	text-decoration:none;
}


/* ------ Section 4 - Left Column Navigation ------ */


.Navigation {
width: 100%;
font-family: Verdana, 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
background-color: transparent;
}


/* -- Nav Headers -- */

.Navigation h3 {
padding: 0;
font-size: 110%;
color: #006600;
border-bottom: 1px solid #fff;
margin: 0 0 5px 0;
}



/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
background-color: #e2f5d3;        /* tan, for button and RSS box backgrounds -- */
border: 1px solid #ffc;
margin-bottom: 2px;
}


/* -- Navigation Link styles -- */

.Navigation a {
color: #003300;
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: purple;
text-decoration: none;
}

.Navigation a:hover {
color: #834212;
background-color: #ffc;   /* light sea blue used in center column of anguilla-background.gif and for lit buttons both navbars and AdSenseBox bg color */
text-decoration: underline;
}




/* ------ Section 5 - Additional Navigation ------ */


/* -- Thumbnail-with-Caption Navigation -- */

.imageCaptionLinkGroup {
background-color: #ffc;
border: 1px solid #8f8fb3;
text-align: center;
}

.imageCaptionLinkGroup a {
text-decoration: none;
}

.imageCaptionLinkGroup .caption {
text-decoration: underline;
}


/* -- Horizontal Text NavBar -- */

.text-NavBar {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
margin: 12px auto 12px auto;
background-color: transparent;
width: 100%;           /* full page width to allow for maximum options */
}

.text-NavBar ul {
list-style-type: none;
padding: 0;
}

.text-NavBar ul li {
display: inline;
background-color: #e2f5d3;
text-align: center;
}

.text-NavBar a {
color: #834212;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.text-NavBar a:visited {
color: purple;
text-decoration: none;
}

.text-NavBar a:hover {
color: #003300;
background-color: #ffc;
text-decoration: none;
}


/* ------ Section 6 - Specific Font Styles ------ */

#LeftColumn {
font-size: 90%;
color: #003300;
}

#RightColumn {
font-size: 90%;
}

#Footer {
font-size: 85%;
}

h2, h3, h4 {
background-color: transparent;
color: #834212;
clear: both;
}

h2, h3, h4 {
margin-top: 14px;
}

h1 {
margin: 5px 0 0 0;
background-color: transparent;
color: #834212;
font-family: 'Times New Roman', Georgia, 'Palatino Linotype', Palatino, serif;
text-align: left;
}

h1 a:link {
color: #834212;
}

h1 a:hover {
color: #006600;
}

h2 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
}

h3 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0 solid #8f8fb3;
}

h5 {
font-family: Verdana, 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
margin: -4px 0 0 20px;
background-color: transparent;
color: #003300;
}

h6 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
margin: -4px 0 10px 0;
background-color: transparent;
color: #999999;
}


#LeftColumn h4 {
font-size: 90%;
color: #006600;
margin-top: 0;
}

#RightColumn h4 {
font-size: 90%;
color: #003300;
margin-top: 0;
}

.Caption {
font-size: 95%;
font-weight: bold;
color: #333333;
clear: both;
line-height: 14px;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

/* ------ Section 6a - Specific Table Format Styles ------ */
#CenterColumn table {
	clear:both;
	width:98%; 
	margin:1.0em 0px 0.2em 0px; 
	table-layout: fixed; 
	border-collapse:collapse; 
	empty-cells:show; 
	background-color:#e2f5d3;}
#CenterColumn table th.top {
	height:3.5em; 
	padding:0 7px 0 7px; 
	empty-cells:show; 
	text-align:left; 
	color:#333; 
	font-weight:bold; 
	font-size:110%;}
#CenterColumn table th {
	height:3.0em; 
	padding:2px 20px 2px 7px; 
	border:solid 1px #EFEFEF; 	
	text-align:left; 
	color:rgb(80,80,80); 
	font-weight:bold; 
	font-size:110%;}
#CenterColumn table td {
	height:3.0em; 
	padding:2px 7px 2px 7px; 
	border:solid 1px #EFEFEF; 
	text-align:left; 
	font-weight:normal; 
	color:rgb(80,80,80); 
	font-size:110%;}
p.tablecaption {clear:both; margin:0.5em 0 2.0em 10px; text-align:left; color:rgb(80,80,80); font-size:85%;}


/* ------ Section 7 - Boxes ------ */

.CalloutBox {
background-color: #fff;
width: 95%;
border: 1px dotted #8f8fb3;
margin: 14px auto 14px auto;
padding: 4px;
color: #333333;
}

div.CalloutBox p {
margin: 10px;
}
p.CalloutBox {
padding: 10px;
}

div.CalloutBox h1, h2, h3, h4, h6 {
margin: 0;
}
p.CalloutBox h1, h2, h3, h4, h6 {
padding: 0;
}


.ReminderBox {           /* the container box */
background-color: #FFFFCC;
width: 30%;
border: 1px dashed #8f8fb3;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #666666;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #fff;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 13px;
}

.BoxLeft {           /* left side container */
background-color: #e2f5d3;
width: 45%;
margin: 0 0 10px 15px;
float: left; 
color: #333333;
}

.BoxRight {           /* left side container */
background-color: #e2f5d3;
width: 45%;
margin: 0 15px 10px 0;
float: right;
color: #333333;
}


.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxRightColumn {
padding: 5px;
background-color: transparent;
border: 0px;
}
.AdSenseBoxLeft {
	margin: 0 18px 12px 18px;
	float: left;
	color: #FFF;
}
.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}
.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}
.AdSenseBoxRightColumn {
padding: 0;
margin: 12px auto 12px auto;
clear: both;
}


.ReturnToNavBox {
background-color: #fff;
width: 100%;
border-top: 1px solid #8f8fb3;
border-bottom: 1px solid #8f8fb3;
margin: 0 auto 6px auto;
padding: 4px;
}

.IFBox {
background-color: #e2f5d3;
border:thin #CCC;
width: 100%;
margin: 5px;
padding: 4px;
}

.BlogNavBox {
background-color: #ffc;
width: 100%;
border-top: 0px solid #8f8fb3;
border-bottom: 1px solid #8f8fb3;
margin: 2px 0 2px 0;
}


/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: #ffc;
border: 1px solid #8f8fb3;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #1d487e;
line-height: 14px;
text-align: center;
}

/* -- Review Box -- */

#REVbox {
width: 148px;
background-color: #ffc;
border: 1px solid #8f8fb3;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 90%;
font-weight: bolder;
color: #1d487e;
line-height: 14px;
text-align: center;
}

/* -- C2 link box -- */
.C2Box { 
background-color:#DDDDDD; 
border:1px solid #8F8FB3; 
color:#000066; 
float:left; 
margin:2px 18px 12px 0; 
width:40%; 
} 


/* ------ Section 8 - Frequently Used Styles ------ */

.clear {
clear: both;
}

img {
border: 0 solid #ddd;
}

/* -- lists -- */

#CenterColumn ul {list-style-type: disc; margin: 0 0 5px 3px;}
#CenterColumn li {margin: 0 0 5px 2px;}
#CenterColumn ol {list-style-type: decimal; margin: 0 0 5px 2px;}


/* -- 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;
}

.center { 
text-align: center;
}

/* -- Google Friends Connect -- */
.fc-sign-in-header {
  text-align:left;
  font-size:13px;
  padding:3px 10px;
  border-bottom:1px solid #000000;
}
.signin {
  text-align:left;
  float:right;
  font-size:13px;
  height:32px;
}
.go-back {
  text-align:left;
  margin:5px auto 15px auto;
}
.go-back a, .go-back a:visited {
  font-weight:bold;
}
.canvas-gadget {
  text-align:left;
  width:650px; /* ALLOW AT LEAST 500px WIDTH*/
  margin:10px auto 10px auto;
  border:1px solid #cccccc;
}

/* -- Google RSS -- */
div.feedburnerFeedBlock {
border: 1px solid #fff;
background-color:#fff;
padding:2px;
}

div.feedburnerFeedBlock ul {
margin-left:0;
padding-left:4px;
list-style-type: none
}

div.feedburnerFeedBlock ul li span.headline {
font-weight: normal;
display:block;
margin:12px 0 0 0;
}

/* -- Content 2.0 -- */
/* This controls the height of the C2 form*/ 
body .c2Form { border: 0px } /*removes border around form*/ 
body .dividerRule { border-top: 0px } /*removes horizontal rules*/ 
body .InvSquestions { font-size: 14px } 
body .titleInput { background-color:#F8F9F1; width: 98% } 
body .storyInput { background-color:#F8F9F1; height: 250px } /*height of story input box*/ 
body .vIsText_3000 { background-color:#F8F9F1; height: 250px } /*height of comment input field*/

/* -- Photo Gallery -- */
/* This controls the layout of the Gallery Thumbnails */ 
.demo a{ float:left; margin:0; padding:0; margin:5px 10px 5px 10px!important; margin:5px 10px 5px 10px; display:block; background:url(../image-files/bg_tms.jpg) no-repeat; width:90px; height:90px;}
.demo a img{ float:left; margin:0; padding:0; margin:9px 0 0 10px; background:url(../image-files/bg_tms.jpg) no-repeat; width:70px; height:70px;}
ul,li,dl,dt,dd{
	list-style-type:none;
	margin:0;
	padding:0;
}

/*::::: PIROBOX Photo Gallery Main Formatting ::::::::*/
.piro_overlay { position: fixed; _position: absolute; top: 0; left: 0; width: 100%; height: 100%; background:black; display: none; z-index:99997; }

.loading span{position:absolute;top:50%;left:50%;margin-top:-15px;margin-left:-15px;width:30px;height:30px;display:block;z-index:100008; background:url(../image-files/bg_load.png) center no-repeat!important;background:url(../image-files/bg_load.gif) center no-repeat }
.loading span span{position:absolute; display:block; width:30px;height:30px; z-index:100009;background: url(../image-files/ajax-loader_w.gif) center center no-repeat!important;background: url(../image-files/ajax-loader_b.gif) center center no-repeat;}

.caption{position:absolute;bottom:0;left:0;margin:0;display:block; padding:2px; cursor:text; background:white;}
.piro_nav{position:absolute;bottom:0;left:50%;margin:0;display:block; padding:0; background:black;}
.caption p{ display:block; margin:0;padding:4px 28px 4px 38px; text-align:center; font-weight:normal; background:black; color:white; font-size:12px;}

.piro_close{position:absolute;top:-10px;right:-10px;height:35px;width:35px;background:url(../image-files/close_btn3.png) no-repeat;cursor:pointer;z-index:100006;}
a.piro_next{position:absolute;bottom:-33px;width:34px; height:35px;right:-37px;text-indent:-999em;outline:none; display:block;background:url(../image-files/next.png) no-repeat; border:none;cursor:pointer;}
a:hover.piro_next{position:absolute;height:35px;width:34px;display:block; background:url(../image-files/next_h.png) no-repeat; border:none;}

a.piro_prev{position:absolute;bottom:-33px;width:34px; height:35px;left:-35px; text-indent:-999em; outline:none;display:block;background: url(../image-files/prev.png) no-repeat;border:none; cursor:pointer;}
a:hover.piro_prev{position:absolute;height:35px;width:34px;display:block; background:url(../image-files/prev_h.png) no-repeat;border:none;}

a.piro_next_out{position:absolute; z-index:2000000;top:50%; width:100px; height:250px; right:0;text-indent:-999em;outline:none; display:block; background: url(../image-files/nextoutside.png) no-repeat; border:none;cursor:pointer;}
a:hover.piro_next_out{position:absolute;display:block; width:100px; height:250px;  background: url(../image-files/nextoutside_h.png) no-repeat; border:none;}

a.piro_prev_out{position:absolute;z-index:2000001; width:100px; top:50%; height:250px; left:0; text-indent:-999em; outline:none;display:block; background: url(../image-files/prevoutside.png) no-repeat;border:none; cursor:pointer;}
a:hover.piro_prev_out{position:absolute; width:100px; height:250px;  display:block; background: url(../image-files/prevoutside_h.png) no-repeat; border:none;}

.pirobox_content {position:absolute; top: 50%; left: 50%; padding:0; width: 400px; height: 200px; margin: -100px 0 0 -200px; display: block; z-index:99998;font-family:Trebuchet MS,Arial;}
.pirobox_content table,tbody,tr,th,td{margin:0;padding:0;border:none;}
.pirobox_content img{ margin:0; padding:0; border:none;}

.t_l{background:url(../image-files/t_l.png) no-repeat; width:10px; height:10px;}
.t_r{background: url(../image-files/t_r.png) no-repeat; width:10px; height:10px;}
.t_c{height:10px; background:url(../image-files/t_c.png) repeat-x;}

.c_l{width:10px; background: url(../image-files/c_l.png) repeat-y;}
.c_c{background:url(../image-files/img_bg.png) repeat; margin:0; padding:0;}
.c_c div{width:380px; height:180px; margin:0; padding:0;}
.c_r{width:10px; background: url(../image-files/c_r.png) repeat-y;}

.b_c{height:10px; background:url(../image-files/b_c.png) repeat-x;}
.b_l{background:url(../image-files/b_l.png) no-repeat; width:10px; height:10px;}
.b_r{background:url(../image-files/b_r.png) no-repeat; width:10px; height:10px;}

.box_img{ position:absolute; z-index:99995; background: url(../image-files/img_bg.png);width: 100%; top:30px; left:30px; height: 100%; padding:0;}

.err_mess{ position:absolute;bottom:20px; color:black; padding:0; margin:0 0 0 20px; display:block;}
.err_mess a{color:red; font-weight:700;}
.number{position:absolute;margin-left:3px;height:18px;width:30px; padding:3px;left:0;color:#666;top:2px; font-size:11px;}

a.play{position:absolute;bottom:10px!important;bottom:2px;right:10px!important;right:2px;width:40px; height:40px; margin:0; outline:none; display:block;background:url(../image-files/play.png) no-repeat; text-indent:-999em; border:none;cursor:pointer;}
a:hover.play{background:url(../image-files/play_h.png) no-repeat;}
a.stop{position:absolute;bottom:10px!important;bottom:2px;right:10px!important;right:2px;width:40px; height:40px; margin:0; outline:none; display:block;background:url(../image-files/pause.png) no-repeat;text-indent:-999em; border:none;cursor:pointer;}
a:hover.stop{background:url(../image-files/pause_h.png) no-repeat;}