/*
Theme Name: ILSR
Theme URI: http://indylargescaler.org
Description: Indiana Large Scale Railroaders Child Theme of TwentyTen
Author: Mac McDonald
Template: twentyten
Version: 1.0
*/
@import url("../twentyten/style.css");

#wrapper {
   background-color: #e6e3d8;
   border: 2px solid burlywood;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px 10px 10px 10px;
}
body, input, textarea {
   background-color: #E9E6C8;
}
.widget-area {
   padding-top: 10px;
   padding-left: 10px;
   margin-bottom: 15px;
}
.widget-container {
   padding: 10px;
   background-color: #e6e3b8;
   margin: 0 0 10px;
   border: 1px solid burlywood;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px 10px 10px 10px;
}
.widget-title {
   background-color: yellow;
   border: 1px solid tan;
   padding: 10px;
   text-align: center;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px 10px 10px 10px;
   margin-bottom: 5px;
}

/* Make Fast Secure Contact Form labels more visible. */
#si_contact_form1 label {
    color: black;
    font-weight: bold;
}

/* The old FrontPage class of MsoNormal had a white background.  We want
   the default background to show through.
*/
.MsoNormal {
   background: none repeat scroll 0% 0% transparent !important;
}

/* Set a default background color and height for hr tags */
/* hr {
    height: 2px;
    background-color: #aaaaaa;
} */
hr {
height: 10px;
background-image: url("../../../wp-content/uploads/2011/05/tracka.gif");
}

/* Hide the 'Powered by WordPress' message */
div#site-generator { display: none; }

/* For the thumbnails in the OneCategory template */
.onecategory-thumbnail {
    float: left;
    margin-right: 10px;
}

/* Dress up the News items a little */
.hentry {
/*    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid burlyWood;
*/
    border-bottom: 2px solid burlywood;
    margin: 0 0 25px;
    padding: 10px;
}

/* For paginate_links */
.page-numbers {
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px 15px 15px 15px;
    margin-left: 10px;
    padding: 5px;
    border: 3px solid burlywood;
    line-height: 3em;
    font-weight: bold;
}

a.prev.page-numbers {
    border: none;
}
a.next.page-numbers {
    border: none;
}
.current.page-numbers {
    border: none;
    background-color: yellow;
}
a.page-numbers:hover {
   background-color: lightgreen;
}

abbr.fergcorp_countdownTimer_event_time { border-bottom: none; padding-bottom: 10px; display: inline-block; }