/*
 Theme Name:   Roscommon LGFA
 Description:
 Author:       Cormac McNally
 Author URI:
 Template:     alora
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  Roscommon-LGFA-ALORA
*/

@import url('../alora/style.css');

.teamphoto {
    background-attachment:scroll;
}

@media screen and (min-width: 800px) {
  .teamphoto {background-attachment: fixed;}
}

.clubzone1 {
    background-attachment:scroll;
}

@media screen and (min-width: 800px) {
  .clubzone1 {background-attachment: fixed;}
}

.post-content ul {
    list-style-type: square !important;
    margin-left: 15px !important;
}

#sidebar .widget h3{
    border-bottom: 4px solid #011648;
}
