/*

   Whiskers & Wags Events Layout Style Sheet

   Filename:         wnwevents.css
   Supporting Files: wnwevents.htm

*/

/* Content layout */


h1.upEvents {
    margin: 30px 0px 15px 350px;
}

section.reoEvents {
    float: left;
    margin: 10px 20px 12px 100px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1em;
}

section.specEvents {
    float: right;
    margin: 10px 100px 12px 30px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1em;
}

hr { 
    display: block;
    border-style: inset;
    border-width: 1px 1px;
} 

section.fullrEvents {
    background-image: 
        linear-gradient(
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)
        ),
        url("eventdog.jpg");
    background-repeat: no-repeat;
    background-size: 750px 900px;   
    
    float: left;
    font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
    color: white;
    margin: 10px 120px 12px 120px;    
}

p.adjust {
   
    margin-top: 50px;
    margin-bottom: 50px;
}

/*paragraph link colors for visibility */

a.links:link {
    background-color: lightsteelblue;
}

a.links:visited {
    background-color: lightslategray;
}

a.links:hover {
    background-color: lavenderblush;
}
a.links:active {
    background-color: rosybrown;
} 