/*
File: custom.css
Description: Custom styles for Run Spot Run

images: 375 * 250
orange: #ff9933
green: #669933
blue: #66cccc
#c3d7ef;  sky blue 
*/


.wp-caption-text {
font-style: italic;
font-family: Arial;
color: #669933;
}

/* rounded corners and shadows  */

.custom .wp-caption, .custom .thumb   {
background-color: #c3d7ef;
padding: 10px;
border: 3px solid #669933;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
box-shadow: 5px 3px 7px #669933;
-moz-box-shadow:  5px 3px 7px #669933;
-webkit-box-shadow:  5px 3px 7px #669933;
}


.pdfText {
font-style: italic;
color: gray;
}

.headline_meta span a {
color: #000;
}


/* #content img, #content iframe {
border: double #669933 3px;
} */


#content #ad-top, #content .ad-top {
border: double #ffffff 3px;
}


#content .latest {
margin-top: 2em;
}


h2.entry-title a {
color: #000000;
}

/* Allows 3 lines of title in teasers on Home Page */
.custom h2.entry-title  {
height: 4em;
}


.g2image_float_left {
float: left;
margin-right: 0.5em;
}


.g2image_float_right {
float: right;
margin-left: 0.5em;
}


p.parkname:first-line, p.cityname:first-line {
font-weight: bold;
}


/* image bullets */
.yes { list-style-image: url(images/tick.png); }
.no { list-style-image: url(images/cross.png); }
.mixed { list-style-image: url(images/bullet_purple.png); }
.car, .parking { list-style-image: url(images/car.png); }
.warning { list-style-image: url(images/warning.png); }


/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */

.custom #header #logo a { display: block; margin:auto; height: 160px; width:959px; background: url('images/header-graphic.gif') no-repeat; outline: none; }


/* This line gets rid of the site title & tagline by casting them out to far left field */

.custom #header #logo, .custom #header #tagline { text-indent: -9999px; } 

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */

.custom #header #tagline { height: 0; }


/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */

.custom #header { padding: 0; margin:0; }


#footer { border-top-color:  #669933; }


/* puts the frame around the page */
.custom #container {
    margin-top: 0.5em;
    margin-bottom: 2em;
    padding: 0.2em;
    background: #33332f;
    border: 0.2em solid #3e3e3a;
}



.teaser-repeat { font-style: italic; font-size: 1.2em; width:75%; margin:auto; color: #000000; background-color: #eeeeee; line-height:1.8;}


/* teaser margins */
.teaser .format_teaser {
   margin-bottom:2px;
   margin-top:2px;
}



/* extra margin above the Album heading */
h4.album {padding-top: 2em; }



/* 'caption' below multimedia box */
.mm-caption { margin:0 1em 1em 1em;paddingp:0 1em 1em;font-weight:bold; }


/* definition lists */
dt {
font-weight: bold;
}

dd {
margin-left: 2em;
}

/* Block format teaser comments and category 
.custom .teaser .teaser_category:before { content:'Category: '; }
*/
.custom .teaser .teaser_comments { display: block; }
.custom .teaser .teaser_date { display: block; }
.custom .teaser .teaser_link { display: block; text-align: right; }
.custom .teaser .teaser_category { display: block; font-weight: bold; }
.custom .teaser .post_tags { margin-top:0.5em; }
.custom .teaser .post_tags a { color:#669933; }
.custom .teaser .format_teaser { margin-top:0.75em; }

/* space below Google map */
.custom .map { margin-bottom: 2em; }

/* Margins for add to any button */
.custom .bookmark { margin:2em auto; }

/* Change "leave a comment" text and styling */
.custom #respond_intro p {display: none;}
.custom .comment-heading { font-size: 2.3em; border-top: dotted 1px silver; margin-bottom: -1em; padding: 1em;}
.custom #commentform { border:none; }
