/* v 0.91 */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {background: #369; margin:0; padding:0; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000; font-size: 12px;}

/* -- General Link Styling -- */
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:960px;}
#Header {height: 120px; padding: 0 0 0 20px;}
#Header .Liner {width: 500px; height: 50px;}
#ContentWrapper {float: left; width: 100%;}

#CenterColumn {
margin: 0 280px 0 0;    /* STEP 1: set to "0 RightColumnWidth 0 LeftColumnWidth" */
}

#LeftColumn {
float: left;
width: 1px;               /* 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: 279px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -279px;        /* STEP 5: set to -(RightColumnWidth) */
}

#Footer {clear: both; width: 100%;}
.Liner {padding: 0;}

#SubHeader {
background: #006c3a;
padding:0 0 4px 18px;
}

#FBPageLink {
display:block;
background-image: url(../image-files/fb-page-button.gif);
background-repeat: no-repeat;
height:20px;
width:200px;
margin:0 4px 0 0;
}

#FBPageLink span {
display:none;
}

#EzineLink {
display:block;
background-image: url(../image-files/ezine-button.gif);
background-repeat: no-repeat;
height:20px;
width:175px;
}

#EzineLink span {
display:none;
}

#CenterColumn .Liner {padding:10px 20px;}

/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
border: 0px solid #8f8fb3;   /* dark sea blue, headlines and borders */
margin: 24px auto;
background-repeat: repeat-y;
}

#SearchResultsPage {
width:960px;
border: 2px solid #8f8fb3;   /* dark sea blue, headlines and borders */
margin: 24px auto;
background: #bfe3d2;
}

#Header {background-image: url(../image-files/greatkidsparks-header.jpg); background-repeat: no-repeat; background-color: transparent; background-position: top left;}

#ContentWrapper {
background-color: #fff;
}

#LeftColumn {
display:none;
background-color: #fff;
}

#CenterColumn {
background-color: #fff;
}

#RightColumn .Liner {padding:30px 20px 0 10px; background:#fff;}
#RightColumnWidth {width:250px;}
.rightColHeading {background:#ebc167; padding:3px 8px; font-family:Trebuchet MS, sans-serif; font-weight:bold; color:#000; font-size:14px; text-transform:uppercase;}
.rightColBox {border:solid 1px #ebc167; padding:8px; margin-bottom:20px;}
.rightColBox a {display:block; margin:5px 0 0 0;}

#Footer {background-color: #369; border-top: 2px solid #666; color:#fff;}
#footerNav {height:20px; background-color: #649e71; padding:10px 0; padding-left:30px;}
#footerNav a {display:block; color:#fff; font-size:12px; text-decoration:none; margin-right:23px; float:left;}
#footerNav a:hover {text-decoration:underline;}

/* ------ Section 4 - Left Column Navigation ------ */


.Navigation {
display:none;
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: #fff;
border-bottom: 1px solid #fff;
margin: 12px 0;
}

#ParkFeatures h3 {
background:#649e71;
padding: 5px;
font-size: 12px;
color: #fff;
margin: 0 0 10px 0;
}

#ParkFeatures h3 {
background:#bfe3d2;
padding: 0 5px;
font-size: 12px;
color: #000;
border-bottom: 1px solid #000;
margin: 0 0 2px 0;
}


/* -- Nav List -- */

#siteNav {background:#649e71; padding:5px 20px; height:24px;}
#siteNav a {display:block; font-family:Trebuchet MS, sans-serif; color:#fff; font-size:16px; font-weight:bold; text-decoration:none; float:left; margin-right:25px;}
#siteNav a:hover {color:#ebc167;}

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
background-color: #ffc;        /* tan, for button and RSS box backgrounds -- */
border: 1px solid #fff;
margin-bottom: 3px;
}

.Navigation li form select {
font-size:10px;
}


/* -- Navigation Link styles -- */

.Navigation a {
color: blue;
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: red;
background-color: #d3e4fb;   /* 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 {
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: #65c295;
width: 600px;           /* same width as the width of the center column (960 -180 - 180) */
}

.text-NavBar ul {
list-style-type: none;
padding: 0;
}

.text-NavBar ul li {
display: inline;
background-color: #ffc;
text-align: center;
}

.text-NavBar a {
color: blue;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.text-NavBar a:visited {
color: purple;
text-decoration: none;
}

.text-NavBar a:hover {
color: red;
background-color: #d3e4fb;
text-decoration: underline;
}




/* ------ Section 6 - Specific Font Styles ------ */

h1 {color:#06f; font-family:Trebuchet MS, sans-serif; font-size: 24px;}
h2 {font-family: Trebuchet MS, sans-serif; border-bottom: dotted 1px #06f; color:#06f; font-size:18px; margin:10px 0 15px 0;}

#NeighborhoodPark h1{
margin:5px 0 0 0;
padding:0;
font-family: Trebuchet MS, sans-serif;
text-align: left;
}

#ParkAddress {
font-family: Trebuchet MS, sans-serif
text-align: left;
font-size:18px;
color: #1d487e;
margin-bottom:10px;
}



#CenterColumn h3 {
margin:0 0 5px 0;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border: 0 solid #8f8fb3;
font-size:12px;
}

#LeftColumn h4 {
font-size: 90%;
color: white;
margin-top: 0;
}

#RightColumn h4 {
font-size: 90%;
color: white;
margin-top: 0;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000;
clear: both;
line-height: 14px;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

p {margin:0 0 15px 0; padding:0; line-height:20px;}

#LinkTrail p {
font-size:11px;
}

.TenItalic {margin:0 0 5px 5px; padding:0; font-style:italic; font-size:10px;}

/* ------ Section 7 - Boxes ------ */


.CalloutBox {
background-color: #fff;
width: 100%;
border: 1px dotted #8f8fb3;
margin: 18px auto 24px auto;
padding: 4px;
color: black;
}

.InstructionBox {
border-top: 1px dotted #8f8fb3;
margin: -10px 0 30px 0;
color: black;
font-size:11px;
}

div.CalloutBox p {
margin: 13px;
}
p.CalloutBox {
padding: 13px;
}

.ReminderBox {           /* the container box */
background-color: #ddd;
width: 24%;
border: 1px solid #8f8fb3;
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: #fff;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 13px;
}


.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxRightColumn {
padding: 5px;
background-color: #bfe3d2;
border: 0px;
}
.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
}
.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}
.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}
.AdSenseBoxRightColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}

.CitySelector {
background-color:#ffc;
border:solid 1px #000;
padding:5px;
margin-bottom:10px;
}

.CitySelector p {
font-size:11px;
margin:5px 0;
padding:0;
line-height:12px;
}

.ReturnToNavBox {
background-color: #fff;
width: 100%;
border-top: 1px solid #8f8fb3;
margin: 20px 0;
padding-top:10px;
}

.ReturnToNavBox a {display:block; margin-bottom:5px;}

#SearchBox {
width:960px;
padding:5px 0;
background:#65c295;
}

#SearchBox form {
margin:0; padding:0;
}

#SearchBox input {
margin:0; padding:0; font-size:10px;
}

#SearchBox select {font-size:10px;}

#SearchBox input.text {width:100px; font-size:10px;}

.SearchTitle {float:left; color:#000; font-weight:bold; padding:3px 10px 0 15px; font-size:10px;}

#FBShare {
background:#ffc;
padding:3px 10px;
margin:20px 0 0 0;
float:right;
}

.fb_share_link {
padding:0 0 0 20px;
font-size:11px;
height:16px;
background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top left;
}

.FindOnFacebook {
display:block;
background:url(../image-files/find_us_on_facebook_badge.gif) no-repeat;
width:144px;
height:44px;
margin:10px 0 20px 8px;
}

.SubmitParkBox {
display:block;
background:url(../image-files/submit-a-park.png) no-repeat;
width:162px;
height:92px;
margin:0 0 20px 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;
}




/* ------ Section 8 - Frequently Used Styles ------ */

.clear {
clear: both;
}

img {
border: 0 solid #ddd;
}

.indent {
margin: 0 0 0 10px;
}

#SiteSearch {
margin:-5px 0 0 8px;
}

#SiteSearch form {
margin:0;
padding:0;
}

#SiteSearch input {
font-size:10px;
padding:0 2px;
}

/* -- lists -- */

ul li {line-height:20px;}

#CenterColumn ul {
list-style-type: disc;
margin: 0 0 20px 20px;
padding:0;
}

#CenterColumn li {
margin: 0 0 8px 5px;
}


#CenterColumn ol {
list-style-type: decimal;
margin: 0 0 20px 20px;
padding:0;
}

#CenterColumn li {
margin: 0 0 8px 5px;
}

#ParkPhotos {
margin:0 0 20px 0;
}

#ParkPhotos ul {
list-style-type:none;
margin:0;
padding:0;
}

#ParkPhotos ul li {
float:left;
padding:0 5px 0 0;
}

#ParkFeatures ul {
list-style-type:square;
margin:0 0 0 20px;
padding:0;
}

#ParkFeatures ul li {
color:#000;
padding:0 0 10px 0;
}

#ParkFeatures ul {
list-style-type:square;
margin:0 0 0 20px;
padding:0;
}

#ParkFeatures ul li {
color:#000;
padding:0 0 10px 0;
}

/* -- 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;
}

/* -- tables -- */
#ParkFeatures {
border:solid 1px #649e71;
margin:0 0 20px 0;
}

#ParkFeatures {
background:#bfe3d2;
margin:0 0 20px 0;
}

#ParkFeatures table {
background:#fff;
margin:0 0 5px 0;
border-style:solid;
border-width:0 0 1px 1px;
border-color:#abccbd;
}

#ParkFeatures table th {
font-family:Verdana;
font-size:11px;
text-align:center;
padding:5px 10px;
border-style:solid;
border-width:1px 1px 0 0;
border-color:#abccbd;
}

#ParkFeatures table td {
font-family:Verdana;
font-size:11px;
text-align:center;
padding:5px 10px;
border-style:solid;
border-width:1px 1px 0 0;
border-color:#abccbd;
}

#ItemList {
margin:0 0 20px 0;
}

#ItemList table {
background:#fff;
margin:0 0 5px 0;
border-style:solid;
border-width:0;
border-color:#649e71;
width:100%;
}

#ItemList table th {
font-family:Verdana;
font-size:12px;
text-align:left;
color:#fff;
padding:8px 10px 8px 5px;
background:#72a7de;
}

#ItemList table td {
font-family:Verdana;
font-size:12px;
text-align:left;
padding:8px 10px 8px 5px;
background:#f2efe4;
border-top:solid 2px #fff;
border-bottom:solid 1px #89988c;
}

.parkTable table {border-style:solid; border-width:0 0 1px 1px; border-color:#666; margin-bottom:20px;}
.parkTable table th {background:#ccc; text-align:left; font-weight:bold; padding:10px 5px; border-style:solid; border-width:1px 1px 0 0; border-color:#666;}
.parkTable table td {padding:10px 5px; border-style:solid; border-width:1px 1px 0 0; border-color:#666;}
