/*
-----------------------------------------------------------------
    >> B O O T S T R A P   A L T E R A T I O N S <<
================================================================= */

body {
    min-width: 1080px;
}

.container {
    padding-left: 0;
    padding-right: 0;
    max-width: none !important;
    width: 1010px;
}

/*
-----------------------------------------------------------------
    >> H E A D E R <<
================================================================= */

nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

#header {
    background: url("../img/header-bg.png") repeat-x;
    z-index: 4;
}

#header div#navigation.container {
    /*background-image: url("../img/header-container-bg.png");*/
    background-repeat: no-repeat;
    background-position: 0 top;
    position: relative;
    height: 150px;
}

#header h1#ovc, #header h2#ovc, #header p#ovc, #header p#uofg {	
    margin: 0;
    padding: 0;
}

#header h1#ovc a, #header h2#ovc a, #header p#ovc a {
    color: #FFF;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
    left: 165px;
    position: absolute;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000;
    top: 30px;
}

#header h1#ovc a:hover, #header h2#ovc a:hover, #header p#ovc a:hover {
    color: #fccc58;
}

#header p#uofg a {
    background: url("https://www.uoguelph.ca/img/universityofguelph.png") top left no-repeat;
    position: absolute;
    top: 0;
    height: 150px;
    width: 150px;

}

#find {
    position: absolute;
    top: 4px;
    right: 57px;      
    text-align: right;
}

#nav-find ul {
    margin-left: 21px;  /* added - find menu not currently 5 links */
}

#nav-find ul li {
    float: left;
    font-size: 0.857em;
    position: relative;
    overflow: hidden;
    padding: 8px 1px;
}


#nav-find ul li a {
    color: #f6f1f1;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000;
    padding: 5px 12px;
}
#nav-find ul li a:hover {
    background: #900;
    color: #FFF;
    -moz-box-shadow:    inset 0 0 3px #000000;
    -webkit-box-shadow: inset 0 0 3px #000000;
    box-shadow:         inset 0 0 3px #000000;
    -moz-border-radius:    6px;
    -webkit-border-radius: 6px;
    border-radius:         6px;
    }

#block-bootstrap-login-modal-bootstrap-login-modal {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:360px; width:600px; color:#bbb; background-color:#333; border:4px solid #444; padding:12px;}
#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url("../img/message-close_btn-blue.png") no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container h3 {color:#84b8d9;}

form#search {
    border: none;
    position: absolute;
    font-size: 0.929em;
    top: 34px;
}
form#search fieldset {
    background: #600;
    border-bottom: #970000 1px solid;
    /*height: 27px;*/
    -moz-box-shadow:    inset 0 0 3px #300;
    -webkit-box-shadow: inset 0 0 3px #300;
    box-shadow:         inset 0 0 3px #300;
    padding: 0 1em;
    width: 260px;
    text-align: left;
}
form#search input#search-input {
    background: #600;
    border: none;
    color: #FFF;
    font-style: italic;
    font-weight: 500;
    text-shadow: 1px 1px 1px #000;
    width: 260px;
    margin-top: 4px;
    margin-bottom: 3px;
    -moz-opacity:    0.5;
    -o-opacity:      0.5;
    -webkit-opacity: 0.5;
    opacity:         0.5;
}

form#search input:focus#search-input {
    font-style: normal;
    -moz-opacity:    1.0;
    -o-opacity:      1.0;
    -webkit-opacity: 1.0;
    opacity:         1.0;
}

form#search #search-submit {
    background: url("../img/search.png") top right no-repeat;
    display: block;
    position: absolute;
    height: 23px;
    width: 23px;
    top: 2px;
    left: 260px;
    z-index: 5;
}

form#search input:focus#search-submit {
    background: #FFF;
}

#nav-roles {
    background: url("../img/nav-roles-bg.png") repeat-x;
    font-size: 1em;
    font-weight: 500;
    position: absolute;
    top: 79px;
    left: 150px;
    height: 32px;
    z-index: 3;
}

#nav-roles ul {
    margin-top: 1px;
}

#nav-roles li {
    position: relative;
    float: left;
}

#nav-roles li a {
    color: #f6f1f1;
    display: block;
    height: 32px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 5px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000;
}
#nav-roles li a.expand {
    padding-right: 26px;
}
#nav-roles li span {
    background: url("../img/nav-roles-drop-down-bg.png") left top no-repeat;
    position: absolute;
    top: 9px;
    right: 10px;
    height: 12px;
    width: 12px;
}
#nav-roles li.hover span, #nav-roles li:hover span {
    background-position: left bottom;
}

#nav-roles li a:hover.first-item {
    /*background: #600 url('../img/nav-roles-s-curve-bg.png') -12px bottom  no-repeat;*/
}

#nav-roles li a.hover, #nav-roles li a:hover {
    background: #600;
}

#nav-roles li a:focus { outline: none; }

#nav-roles { width: 860px;}

/*@media (min-width: 992px) {
    #nav-roles {
        width: 810px;
    }

@media (min-width: 1200px) {
    #nav-roles {
        width: 1010px;
    }
}*/


#nav-areas {
    position: absolute;
    font-size: 1.214em;
    font-weight: normal;
    height: 38px;
    left: 150px;
    line-height: 24px;
    top: 112px;
}

#nav-areas ul {
    height: 38px;
}

#nav-areas li {
    position: relative;
    float: left;
}
#nav-areas li a {
    display: block;
    color: #FFF;
    padding: 7px 23px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000;
    /*background: rgba(153, 255, 0, 0.3);*/
}
#nav-areas li a:hover {
    background: #4DB0D4;
    margin-top: 2px;
    padding-top: 5px;
    box-shadow: inset 0 0 3px rgba(0,0,0,1);
}
#nav-areas li.first-item a {
    padding: 0;
    margin: 0;
}
#nav-areas li.first-item a div{
    margin-top: 2px;
    padding: 5px 23px 7px 20px;
}
#nav-areas li.first-item a:hover div{
    /*background: url("../img/header-container-bg-hover.png") -140px -114px no-repeat;*/
}


#header ul.nav.nav-bar li ul {
    /*display: none;*/
    padding-left: 0;
    background: #ebe9e1;
    font-size: 0.929em;
    position: absolute;
    top: 31px;
    -moz-border-radius:    0 6px 6px 6px;
    -webkit-border-radius: 0 6px 6px 6px;
    border-radius:         0 6px 6px 6px;
    -moz-box-shadow:    1px 0px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px 0px 2px rgba(0,0,0,0.3);
    box-shadow:         1px 0px 2px rgba(0,0,0,0.3);
}

#header ul.nav.nav-bar ul {
}

#header ul.nav.nav-bar ul li {
    clear:both;
    padding: 0;
    position: relative;
    width: 220px;
    z-index: 50;
}

#header ul.nav.nav-bar ul a {
    border-bottom: 1px #D8D8D8 dotted;
    font-weight: normal;
    color: #07a;
    text-shadow: none;
    padding: 9px 18px 1px 22px;
}

#header ul.nav.nav-bar ul a.last-item {
    border-bottom: none;
}

#header ul.nav.nav-bar ul a:hover {
    background: #D3E3EB;
    color: #711;
}

#header ul.nav.nav-bar ul a:hover.last-item {
    -moz-border-radius:    0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius:         0 0 6px 6px;
    border-bottom: none;
}
#header ul.nav.nav-bar ul a:hover.first-item {
    -moz-border-radius:    0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius:         0 6px 0 0;
}

#header ul.drop-down li ul {
    display: none;
    padding-left: 0;
    background: #ebe9e1;
    font-size: 0.929em;
    position: absolute;
    top: 31px;
    -moz-border-radius:    0 6px 6px 6px;
    -webkit-border-radius: 0 6px 6px 6px;
    border-radius:         0 6px 6px 6px;
    -moz-box-shadow:    1px 0px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px 0px 2px rgba(0,0,0,0.3);
    box-shadow:         1px 0px 2px rgba(0,0,0,0.3);
}

#header ul.drop-down ul li {
    clear:both;
    padding: 0;
    position: relative;
    width: 220px;
    z-index: 50;
}

#header ul.drop-down ul a {
    border-bottom: 1px #D8D8D8 dotted;
    font-weight: normal;
    color: #07a;
    text-shadow: none;
    padding: 9px 18px 1px 22px;
}

#header ul.drop-down ul a.last-item {
    border-bottom: none;
}

#header ul.drop-down ul a:hover {
    background: #D3E3EB;
    color: #711;
}

#header ul.drop-down ul a:hover.last-item {
    -moz-border-radius:    0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius:         0 0 6px 6px;
    border-bottom: none;
}
#header ul.drop-down ul a:hover.first-item {
    -moz-border-radius:    0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius:         0 6px 0 0;
}

#feature {
    border-top: 2px solid #fff;
}

#feature #feature-wrapper {
    background: url("../img/dark_squares.png");
}

/* from pet trust */

h1.page-header {
    margin-top: 0.75em;
    font-size: 3em;
}

img { /* make all images responsive */
    display: block;
    height: auto;
    max-width: 100%;
}

nav ul.pager {
    border-top: 1px #EEE solid;
    padding-top: 1.5em;
    }

.adjust.col-sm-9 {
}

.adjust.col-sm-3 {
    }

.main-container {
    padding-bottom: 1.5em;
}

.main-container .row.four-columns {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.nav .caret {
    border-bottom-color: inherit;
    border-top-color: inherit;
}

.nav .open > a .caret, .nav .open > a:hover .caret, .nav .open > a:focus .caret,
.nav .caret,
.nav a:hover .caret {
    border-bottom-color: inherit;
    border-top-color: inherit;
}

.fa-2 {
    font-size: 1.75em;
}

.capitalize {
    text-transform: uppercase;
}

footer.row.page-footer {
    margin-left: 0;
    margin-right: 0;
    margin-top: 2em;
    padding-top: 1em;
    color: #FFF;
    min-height: 110px;
    line-height: 1;
}

footer.row.page-footer .footer-left {
    margin-left: 160px;
    margin-top: 8px;
}

footer.row.page-footer .region-footer-right {
    margin-top: -4px;
}

footer.row.page-footer a {
    color: #D8D8D8;
    text-decoration: none;
}

footer.row.page-footer a:hover {
    color: #FFF;
    }

footer .ovclogo {
    position: absolute;
    margin-right: 2em;
}


footer .fontweight-1 {
    font-size: 1.75em;
}
footer .fontweight-2 {
    font-size: 1.5em;
}

.find-fund {
    background: url('png/pt-find-fund.png') top left no-repeat;
    background-size: 160px 88px;
    margin-top: -18px;
    width: 160px;
    height: 88px;
}

/*@media (min-width:768px) {
    .collapse {
        display: none !important;
    }
    .navbar-collapse {
        padding-left: 0;
    }
}*/

/*@media (max-width:767px) {
    .navbar-collapse .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-collapse .navbar-nav li a {
        font-size: 1.25em;
        display:block;
        height: inherit;
    }
    #main-nav .container {
        width: 100%;
        padding: 0;
    }
}*/

/*@media (max-width:1199px) {
    .find-fund {
        background-size: 100px 55px;
        width: 100px;
        height: 55px;
    }
}*/

/* bootstrap 3 helpers */

.no-gutter-left {
    margin-left: 0;
    padding-left: 0;
}

.no-gutter-right {
    margin-right: 0;
    padding-right: 0;
}

.home-news-title {
    font-size: 1.714em;
}

.ovclogo {
    background: url('png/ovc-crest.png') left -1em no-repeat;
    background-size: 129px 110px;
    float: left;
    height: 85px;
    width: 129px;
}

.ovclogo.dark {
    background: url('png/ovc-crest-darkbg.png') top right no-repeat;
}


.uglogo {
    background: url('png/uglogo.png') top right no-repeat;
    background-size: 100px 100px;
    height: 100px;
    width: 100px;
    float: right;
}

#title-row {
    background: #404040;
    border-bottom: #333;
    color: #f2f2f2;
    text-shadow: 0 1px 1px #000;
    height: 70px;
}

#title-row a {
    color: #f2f2f2;
    }

#title-row a:hover {
    text-decoration: none;
}

#title-row.affix {
    position: fixed;
    left: 0;
    top: 0px !important;
    width: 100%;
    z-index:21;
}

#title-row h1 {
    margin-top: 15px;
    font-size: 36px;
}

#title-row ul.logos {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: right;
    float: right;
    z-index: 30;
}

#title-row ul.logos li.icon {
    font-size: 0.80em;
    margin-top: 8px;
    }

#title-row ul.logos li.icon.last {
    margin-right: 10px;
    }

#title-row ul.logos li.icon a {
    color: #D8D8D8;
}

#title-row ul.logos li.icon a:hover {
    color: #F2F2F2;
}

#title-row ul.logos li {
    display: inline;
    float: left;
    margin-left: 10px;
}

#title-row ul.logos li.pettrustlogo.dark,
#title-row ul.logos li.pettrustlogo.dark a,
#title-row ul.logos li.ovclogo.dark,
#title-row ul.logos li.ovclogo.dark a,
#title-row ul.logos li.uglogo,
#title-row ul.logos li.uglogo a {
    height: 38px;
}
#title-row ul.logos li.pettrustlogo.dark,
#title-row ul.logos li.pettrustlogo.dark a {
    background-size: 60px 40px;
    width: 60px;
}
#title-row ul.logos li.ovclogo.dark,
#title-row ul.logos li.ovclogo.dark a {
    background-size: 52px 40px;
    width: 52px;
}

#title-row ul.logos li.uglogo,
#title-row ul.logos li.uglogo a {
    background-size: 40px 40px;
    width: 40px;
}

#main-nav-xs.navbar-pettrust .container {
  padding-right: 0;
}

#main-nav.affix,
#main-nav-xs.affix {
    position: fixed;
    left: 0;
    top: 0 !important;
    width: 100%;
    z-index:20;
    background-color: transparent;
}

#main-nav-xs.affix {
    top: 0px !important;
}

#main-nav.affix .container,
#main-nav-xs.affix .container {
    left: 15px;
    position: relative;
    padding-right: 30px;
}

#main-nav #navbarFull,
#main-nav #navbarCollapse,
#main-nav .navbar-header,
#main-nav-xs #navbarCollapse,
#main-nav-xs .navbar-header {
    background-color: #C0243C;
    }

p.right {text-align: right;}

section.blog-teaser {
    border-bottom: 1px solid #eee;
}

section.blog-teaser div.profile-image {
    max-width: 90px;
}

.article {
    padding-left: 204px;
}
    

/**
 * 
 * Aside
 * 
 **/

aside.third-level-menu {
    margin-top: 1em;
    padding: 0;
}	

aside.third-level-menu div.wrap {
    margin: 0 15px 3em;
}

aside.third-level-menu h2 {
    font-size: 20px;
    border-bottom: 1px #DDD solid;
    padding: 0 14px 8px;
    margin-bottom: 0;
}


/**
 * 
 * Events
 * 
 **/

.upEvents li a {
    display: block;
    border-top: #FFF 1px solid;
    border-bottom: #dfdac7 1px solid;
}

.upEvents h3, .upEvents h4, .upEvents ul,
.pageEvents h2, .pageEvents h3, .pageEvents ul {
    margin-bottom: 0;
}

.upEvents ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.upEvents h3 {
    border-bottom: #dfdac7 1px solid;
    padding-bottom: 0.875em;
}

.upEvents li {
    font-size: 0.938em;
    white-space: nowrap;
}

.upEvents li a {
    padding: 4px 6px 6px;
}
.upEvents li a div.eventDetail {
    padding-top: 2px;
    overflow: hidden;
    text-overflow:ellipsis;
}
.upEvents li a div.eventDetail span.room {
    font-weight: normal;
    color: #7a7a7a;
}
.upEvents li a:hover div.eventDetail span.room {
    color: #222;
}
.upEvents li a div.eventDetail time {
    font-weight: normal;
    font-size: 0.938em;
    color: #343434;
}
.upEvents li a:hover div.eventDetail time {
    color: #711;
}

.upEvents li a svg path, svg path {
    fill: none;
    stroke: #0b75a8;
    stroke-width: 4;
}

.upEvents li a:hover svg, svg {
    stroke: #CE7875;
}

#main .ovc-content .pageEvents li{
    margin-top: 0;
    margin-bottom: 0;
    margin-right: -23px;
}



/* pettrust stuff below */

a.event {
    color: #333;
    position: relative;
    background: #C0243C;
    float: left;
    padding: 0;
    margin: 20px 0 4px 20px;
    height: 240px;
    width: 264px;
}

a span.day {
    background: #404040;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    color: #FFF;
    position: absolute;
    top: -8px;
    left: -8px;
    padding: 5px 10px 3px;
    text-shadow: 0 1px 1px #000;
}

a:hover span.day {
    background: #C0243C;
    border-bottom: 1px solid #6A1421;
    border-right: 1px solid #6A1421;
    }

a.event h2 {
    font-size: 1.333em;
}

a.event .lower {
    background: #eee;
    vertical-align: bottom;
    min-height: 140px;
    width: 264px;
    padding: 12px 20px;
    position: absolute;
    bottom: 0;
}

a:hover.event .lower {
    background: #6A1421;
    color: #FFF;
    text-shadow: 0 1px 1px #000;
}


/**
 * 
 * Custom buttons
 */

.btn-custom { 
    background-color: hsl(360, 100%, 28%) !important;
    background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C0243C", endColorstr="#8e0000");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#C0243C), to(#8e0000));
    background-image: -moz-linear-gradient(top, #C0243C, #8e0000);
    background-image: -ms-linear-gradient(top, #C0243C, #8e0000);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C0243C), color-stop(100%, #8e0000));
    background-image: -webkit-linear-gradient(top, #C0243C, #8e0000);
    background-image: -o-linear-gradient(top, #C0243C, #8e0000);
    background-image: linear-gradient(#C0243C, #8e0000);
    border-color: #8e0000 #8e0000 hsl(360, 100%, 26.5%); color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.09);
    -webkit-font-smoothing: antialiased; }
.btn-custom {
    font-weight: bold;
    margin-top: 10px;
    box-shadow:  0 1px 3px #222;
}
a.btn-custom:hover {
    background-color: hsl(360, 100%, 28%) !important;
    background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6A1421", endColorstr="#8e0000");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#6A1421), to(#8e0000));
    background-image: -moz-linear-gradient(top, #6A1421, #8e0000);
    background-image: -ms-linear-gradient(top, #6A1421, #8e0000);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6A1421), color-stop(100%, #8e0000));
    background-image: -webkit-linear-gradient(top, #6A1421, #8e0000);
    background-image: -o-linear-gradient(top, #6A1421, #8e0000);
    background-image: linear-gradient(#6A1421, #8e0000);
}

.btn-custom2 { 
    background-color: hsl(0, 0%, 26%) !important; 
    background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#404040", endColorstr="#333333"); 
    background-image: -khtml-gradient(linear, left top, left bottom, from(#404040), to(#333333)); 
    background-image: -moz-linear-gradient(top, #404040, #333333); 
    background-image: -ms-linear-gradient(top, #404040, #333333); 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #404040), color-stop(100%, #333333)); 
    background-image: -webkit-linear-gradient(top, #404040, #333333); 
    background-image: -o-linear-gradient(top, #404040, #333333); 
    background-image: linear-gradient(#404040, #333333); 
    border-color: #333333 #333333 hsl(0, 0%, 21%); color: #fff !important; 
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33); -webkit-font-smoothing: antialiased;
    }
a.btn-custom2:hover {
    background-color: hsl(0, 0%, 26%) !important;
    background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#606060", endColorstr="#424242"); 
    background-image: -khtml-gradient(linear, left top, left bottom, from(#606060), to(#424242)); 
    background-image: -moz-linear-gradient(top, #606060, #424242); 
    background-image: -ms-linear-gradient(top, #606060, #424242); 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #606060), color-stop(100%, #424242)); 
    background-image: -webkit-linear-gradient(top, #606060, #424242); 
    background-image: -o-linear-gradient(top, #606060, #424242); 
    background-image: linear-gradient(#606060, #424242);
}
.btn-custom2 {
    -webkit-border-radius: 8px; 
    -moz-border-radius:    8px; 
    border-radius:         8px;
    font-size: 1.75em;
    font-weight: bold;
    line-height: 1;
    padding-top: 14px;
    padding-bottom: 8px;
    text-transform: uppercase;
    width: 100%;
}

.breadcrumb { margin-top: 1.5em; }

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }


/* ==========================================================================
   Image classes
   ========================================================================== */


img.left {
    float: left;
    margin: 0 1.5em 1em 0;
    padding: 0;
    }

img.right {
    float: right;
    margin: 0 0 1em 1.5em;
    }

img.middle {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.top {
    margin-top: 0;
}

img.frame {
    background: none repeat scroll 0 0 #F1F1F1;
    border: 1px solid #FFFFFF;
    box-shadow: 0 2px 3px #888888;
    padding: 5px;
}

/* ==========================================================================
    Staff Directory Table
   ========================================================================== */

table.directory {
    font-size: 13px;
}

table.directory td {
    padding: 10px 8px;
}

table.directory, table.directory td {
    border-color: #eee;
}

/* ==========================================================================
   View Lists
   ========================================================================== */

div.region.region-content-left h2,
div.region.region-content-right h2,
div.region.region-content-btm h2,
div.region.region-content h2.block-title,
div.region.region-content h3.block-title {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

div.region.region-content-left h2,
div.region.region-content-right h2 {
    border-bottom: 1px solid #eee;
}

div.region.region-content-btm {
    border-top: 1px solid #eee;
}

.item-list ul.home_view_list {
    font-size: 13px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.item-list ul.home_view_list li {
    border-bottom: 1px solid #eee;
    list-style-type: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.views-field.views-field-edit-node {
    text-align: right;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/* For image replacement */
#lead-article-pager a, .ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
#lead-article-pager a br, .ir br { display: none; }
