﻿/*************************************************


    LRT
    March 2010
    by 76design


***************************************************
    GENERIC
    */


html{
    font: 62.5%/160% 'Helvetica Neue', helvetica, arial, sans-serif;
    background: #e6dccf;
    color: #4d4d4d;
    height:100%;
    }

body{
    background: url(../images/content-bg.jpg) 50% 0 no-repeat;
    margin: 0px;
    padding: 0px;
    text-align: center;
    height:100%;
}

a{
    color: #d32629;
    text-decoration: none;
    }
a:hover{
    color: #000;
    }
small{
    font-size: 85%;
    }

form ol{
    margin: 0;
    list-style: none;
    }
form li{
    margin-bottom: 10px;
    overflow: hidden;
    height: 1%;
    }
form label{
    display: block;
    font-weight: bold;
    float: left;
    margin-right: 15px;
    line-height: 2em;
    width: 65px;
    }
.required em,
label em {
    color: #D32629;
    }
form input.text,
form input.captcha,
form textarea{
    font: 13px helvetica, arial, sans-serif;
    padding: 4px;
    }
textarea{
    width: 90%;
    height: 140px;
    }

#captcha-element input{
    margin-top: 5px;
    margin-left: 79px;
    text-align: center;
    width: 210px;
    }


.floatright{
    float: right;
    margin: 0 0 15px 15px;
    }
.floatleft{
    float: left;
    margin: 0 15px 15px 0;
    }
.clearleft{
    clear: left;
    }
.clearright{
    clear: right;
    }

.sqlLog {
    clear: both;
    }

.goback{
    font-size: 85%;
    border-top: solid 2px #F2EDE7;
    padding: 5px 10px;
    background: url(../images/bullet-flipped.gif) 0 52% no-repeat;
    }

/**************************************************
*   ERROR FOR FORMS
**************************************************/
.error, .errorlist{
    color: #E94045;
    border: 2px solid #fff;
    padding:5px 10px;
}
.error b, .errorlist b{
    color: #000;
}

/***************************************************
    Flash Messages
    */
    .flash-msg {
        font-size:150%;
        line-height:1.4em;
        padding:10px 20px;
    }
    .error-msg {
        background:#D32629 none repeat scroll 0 0;
        color:#FFF;
        border: 2px solid #4B4236;
    }
    .notice-msg {
        background:#FFE382 none repeat scroll 0 0;
        color:#4B4236;
        border: 2px solid #4B4236;
    }
    .success-msg {
        background:#AED36A no-repeat scroll right top;
        color:#607729;
        border: 2px solid #607729;
    }



/***************************************************
    Generic Red Header ("Latest News")
    */

.redheader{
    border: solid 1px #ca2225;
    position: relative;
    background: url(../images/redbar-bg-repeat.png) 0 0 repeat-x;
    color: #fff;
    padding: 10px;
    }
.redheader h2{
    font-size: 175%;
    font-weight: bold;
    padding: 0;
    margin: 0;
    }
.redheader .rss-large{
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    background: url(../images/rss-large.jpg) 0 0 no-repeat;
    text-indent: -900em;
    overflow: hidden;
    }



/***************************************************
    STRUCTURE
    */

.wrapper {
    width:960px;
    margin: 0px auto;
    text-align:left;
    }


#rightcolumn {
    float:left;
    width: 265px;
    margin-bottom: 20px;
    }


#leftcolumn {
    width: 630px;
    float:left;
    margin:0 20px 20px 20px;
    display: inline; /*for ie6*/
    }



/***************************************************
    CONTENT AREA
    */

#wrapper-content{

    }
#content{
    background: #fff;
    border: 20px solid #ebe3d8;
    border-top: none;
    font-size: 130%;
    line-height: 1.4em;
    }



/***************************************************
    CONTENT
    */

.breadcrumb{
    font-size: 85%;
    }

.content h2{
    color: #D32629;
    font-size: 190%;
    }
.content h3{
    background: url(../images/h2-bg.png) 0 0 repeat-y;
    border-bottom: solid 1px #bebbb7;
    font-size: 120%;
    padding: 8px 8px 6px 8px;
    margin: 8px 0;
    font-weight: bold;
    }
.content h4{
    color: #9c8d77;
    margin-bottom: 8px;
    }
.content h4{
    font-size: 130%;
    margin-bottom: 8px;
    }
.content h5{
    color: #9c8d77;
    font-size: 110%;
    margin-bottom: 8px;
    font-weight: normal;
    }

.content table{
    width: 100%;
    border: solid 1px #e1ddd9;
    margin: 15px 0;
    border-collapse: collapse;
    }
.content table td{
    padding: 4px;
    border: solid 1px #e1ddd9;
    }
.content table th{
    padding: 4px;
    border: solid 1px #e1ddd9;
    background: #f9f0e4;
    font-weight: bold;
    }

.content li{
    margin: .5em 0;
    }


blockquote{
    color: #9c8d77;
    font-size: 130%;
    }



/***************************************************
    HEADER
    */

#wrapper-header{
    position: relative;
    z-index: 2;
    background: url(../images/header-streets.jpg) 50% 0 no-repeat;
    }
#header {
    font-size: 120%;
    position: relative;
    padding-top: 47px;
    }

.logo {
    text-indent:-999em;
    width:410px;
    height:58px;
    display:block;
    background:url(../images/logo-en.png) no-repeat;
    padding: 0 0 25px 0;
    }
.fr .logo{
    background: url(../images/logo-fr.png) no-repeat;
    width: 432px;
    height: 64px;
    }


/* Utility Links + Search */
#header .utility{
    width: 235px;
    color: #766753;
    position: absolute;
    top: 40px;
    right: 0;
    text-align: right;
    }
.utility a{
    font-weight: bold;
   padding: 0 3px;
   }
.utility img{
    vertical-align: middle;
    }
.utility a .hide-text{
    display:none;
}
/* Search Form */
.utility form{
    margin-top: 14px;
    }
.utility .text{
    font-family: helvetica, arial, sans-serif;
    border: solid 1px #8d8170;
    color: #8d8170;
    padding: 5px;
    float: left;
    }

#search-submit-btn{
    text-indent:-900em;
    overflow: hidden;
    display: block;
    float: right;
    height: 28px;
    border: none;
    cursor: pointer;
    line-height: 0;
    }
.en #search-submit-btn{
    background: url(../images/btn-search.png) 0 0 no-repeat;
    width: 64px;
    }
.fr #search-submit-btn{
    background: url(../images/btn-search.png) 0 -56px no-repeat;
    width: 86px;
    }

.fr #q{
    width:129px;
    }




/***************************************************
    MAIN MENU
    DROP DOWN MENU
*/
#topmenu{
    background:#4b4236 url(../images/topnav.png) 0 0 repeat-x;
    /* height: 1%; */
    }

#topmenu ul{
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    padding:0;
    line-height: 1;
    }
#topmenu LI  {
    list-style:none;
    margin: 0;
    width:auto;
    padding: 0;
    float: left;
    }

#topmenu li ul{
    display: none;
    z-index: 1000 !important;
    position:absolute;
    background:url(../images/header-streets.jpg) repeat-y scroll 51% 0 transparent;
    font-size:85%;
    margin: 0;
    border:1px solid #4b4236;
    border-bottom: none;
    box-shadow: 0 0 10px rgba(0,0,0,.25);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.25);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.25);
    width:185px;
    top: 42px;
    left: 0px;
    }
#topmenu li.has-subnav:hover > ul{
    display: block;
    }
#topmenu li ul li{
    padding:0;
    margin:0;
    display:block;
    border-bottom:1px solid #666;
    text-align:left;
    width: 100%;
}
#topmenu li.selected ul li a {
    color:#4F463A;
    border-left:none;
}
#topmenu li.has-subnav li a,
#topmenu li ul li a {
    color:#4F463A;
    border-left:none;
    padding: 8px 10px;
    background: none;
}

#topmenu li ul li a:hover {
    color:#fff;
}

#topmenu a {
    display: block;
    padding:14px 18px;
    border-left: solid 1px #766a5a;
    margin:0;
    text-decoration:none;
    color: #e4dacd;
    }
.fr #topmenu a {
    padding:14px 10px;
}

#topmenu .last a{
     border-right: solid 1px #766a5a;
     }

#topmenu li.has-subnav li a:hover,
#topmenu li a:hover{
    color: #fff;
    background: #6d6458;
    }

#topmenu li.selected a,
#topmenu li.selected a:hover{
    background: url(../images/topnav-selected.gif) 50% 110% no-repeat;
    }
#topmenu li.selected a{
    color: #fff;
    }

/* Menu that has a subnav */
#topmenu li.has-subnav{
    position: relative;
    }
#topmenu li.has-subnav a {
    padding-right: 24px;
    background: url(../images/nav-downarrow.gif) 95% 50% no-repeat;
    }
#topmenu li.has-subnav a:hover {
    background: #6d6458 url(../images/nav-downarrow-hover.gif) 95% 50% no-repeat;
    }

/***************************************************
    RED BAR
    */
#wrapper-redbar{
    background: #d32629 url(../images/redbar-bg-repeat.png) 0 0 repeat-x;
    }

#redbar{
    position: relative;
    z-index: 1;
    color: #fff;
    min-height: 80px;
    border-bottom: solid 20px #fff;
    background: url(../images/redbar-streets.jpg) 0 -18px no-repeat;
    font-size: 140%;
    }
#redbar .inner{
    padding: 15px 20px;
    }

#redbar ul{
    margin: 0 0 1.5em 0;
    }
#redbar li{
    color: #ffe382;
    list-style: none;
    margin: 0 0 .5em 0;
    background: url(../images/redbar-bullet.gif) 0 3px no-repeat;
    padding: 0 0 0 15px;
    }
#redbar p{
    color: #fff;
    margin: 0 0 1em 0;
    }


/*
primary title
*/
#redbar h1{
    margin: 0;
    padding: 20px 0 0 0;
    font-size: 300%;
    font-weight: bold;
    color: #fff;
    }
.cufon-active #redbar h1{
    font-size: 260%;
    }


/*
 brown buttons
 */
.brown-on-red{
    display: inline-block;
    height: 35px;
    line-height: 35px;
    background: url(../images/btn-brownonred-right.png) top right no-repeat;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    width: 0; /*ie6 */
    cursor: pointer;
    }
.content > .brown-on-red,
div.item > .brown-on-red{ /* for every browser other than ie6 */
    width: auto;
    }
.brown-on-red:hover{
    color: #ffefba;
    }
.brown-on-red strong{
    padding: 0 18px;
    display: block;
    height: 35px;
    background: url(../images/btn-brownonred-left.png) 0 0 no-repeat;
    }



/***************************************************
    Red Bar Carousel
     */

 /* carousel */
#redbar #scroller {
    width: 960px;
    height: 300px;
    margin: 0 auto;
    position:relative;
    overflow:hidden;
    }
#redbar .anythingSlider #anythingSlider-wrapper {
    width: 100%;
    overflow: auto;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    }
#redbar #scroller .items {
    width:20000em;
    position:absolute;
    clear:both;
    }
#redbar #scroller .item {
    display: block;
    float: left;
    padding: 0;
    height: 317px;
    width: 960px;
    margin: 0;
    background: none;
    }
.scrollable .active {
    border:2px solid #000;
    z-index:9999;
    position:relative;
}


.anythingSlider .arrow{
    display: none;
    }

/*
  Rest list items inside the carousel
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }


/*
 carousel controls
*/
#carousel-controls{
    font-size: 85%;
    position: absolute;
    bottom: 3px; right: 0;
    background: url(../images/carousel-controls-right.png) top right no-repeat;
    visibility:hidden;
    }
#carousel-controls ul{
    overflow: hidden;
    background:  url(../images/carousel-controls-left.png) top left no-repeat;
    padding: 0;
    margin: 0;
    }
#redbar #carousel-controls li{
    padding: 5px 0;
    float: left;
    list-style: none;
    background: none;
    }
#carousel-controls a{
    text-align: center;
    padding: 10px 10px 5px 10px;
    color: #ffa39a;
    display: block;
    border-right: solid 1px #f75158;
    }
#carousel-controls a:hover,
#carousel-controls .selected a{
    color: #fff;
    }
#carousel-controls .selected a{
    background: url(../images/carousel-selected.png) 50% 100% no-repeat;
    }

#carousel-controls .last a{
    border-right: none;
    }

/*
  slide styles
*/
.panel{
    font-weight: bold;
    font-size: 110%;
    }
.panel img.floatright{
    margin-top: 10px;
    }
#redbar .panel h1,
.panel h2{
    margin: 20px 0 8px 0;
    }



/***************************************************
    FAST FACT - BLUE

    */
#fast-fact-callout{
    border: solid 1px #18a199;
    background: #16769a url(../images/fastfact-blue-repeat.png) 0 0 repeat-x;
    margin: 0 20px 20px 20px;
    color: #fff;
    position: relative;
    }

#fast-fact-callout a {
    color: #fff;
    }

#fast-fact-callout a:hover {
    text-decoration: underline;
    }

/* thumbs up link */
#fast-fact-callout #thumbsup{
    float: left;
    width: 126px;
    height: 48px;
    text-indent: -900em;
    overflow: hidden;
    }
.en #fast-fact-callout #thumbsup{
    background: url(../images/fast-fact-blue.png) 0 0 no-repeat;
    }
.fr #fast-fact-callout #thumbsup{
    background: url(../images/fast-fact-blue-fr.png) 0 0 no-repeat;
    }


/* fact */
#fast-fact-callout p{
    font-size: 110%;
    width: 640px;
    margin: 15px 0 0 15px;
    float: left;
    }

/* next fact */
#btn-next-fact{
    float: right;
    display: block;
    height: 31px;
    line-height: 31px;
    background: url(../images/btn-nextfact-right.png) top right no-repeat;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 8px;
    right: 5px;
    margin-right: 10px;
    width: 0; /* ie6 */
    cursor: pointer;
    white-space:nowrap;
    display:none; /* Will be shown using javascript */
    }
#fast-fact-callout > #btn-next-fact{ /* every browser but ie6: */
    width: auto;
    }
#btn-next-fact:hover{
    color: #ffefba;
    }

#btn-next-fact strong{
    display: block;
    height: 31px;
    padding-left: 34px;
    padding-right: 16px;
    background: url(../images/btn-nextfact-left.png) 0 0 no-repeat;
    }
#btn-next-fact:hover strong{
    background-position: 0 -31px;
    }



/***************************************************
    News/Media
    */
#newslist{
    margin: 15px 0 0 0;
    list-style: none;
    }

#newslist li{
    overflow: hidden;
    height: 1%;
    border-bottom: solid 2px #f2ede6;
    padding: 0 0 12px 0;
    margin: 0 0 12px 0;
    }

#newslist h3{
    font-weight: bold;
    font-size: 150%;
    margin: 0 0 7px 0;
    }

#newslist p{
    margin: 0 0 6px 0;
    }

#newslist .news-content{
    float: right;
    width: 460px;
    min-height:150px;
    }

#newslist p.news-meta{
    clear:both;
    font-size: 86%;
    font-weight: bold;
    color: #827c73;
    float: right;
    width: 460px;
    }
p.news-meta a{
    color: #565656;
    font-weight: bold;
    }
#newslist .news-meta a:hover{
    color: #d32629;
    }

a.share-small{
    background: url(../images/share-small.gif) 3px -18px no-repeat;
    padding: 0 0 0 18px;
    color:gray;
    font-weight:bold;
    }
a.share-small:hover{
    background-position: 3px 2px;
    color:#d32629;
    }

.feature img{
    float: left;
    margin: 0 20px 10px 0;
    }


/***************************************************
    Sidebar
    */

/* learn how to get involved */
.en #btn-getinvolved{
    display: block;
    text-indent: -900em; overflow: hidden;
    height: 35px;
    width: 263px;
    background: url(../images/btn-en-getinvolved.png) 0 0 no-repeat;
    }
.en #btn-getinvolved:hover{
    background-position: 0 -35px;
    }
.fr #btn-getinvolved{
    display: block;
    text-indent: -900em; overflow: hidden;
    height: 35px;
    width: 263px;
    background: url(../images/btn-fr-getinvolved.png) 0 0 no-repeat;
    }

#askquestion{
    margin: 0 10px 0 0;
}
.fr #btn-getinvolved:hover{
    background-position: 0 -35px;
    }

#get-involved #submit{
    -moz-border-radius:4px 4px 4px 4px;
    background:none repeat scroll 0 0 #766A5A;
    border:medium none;
    color:#FFFFFF;
    font:bold 12px helvetica,arial,sans-serif;
    padding:3px 12px;
}

#get-involved #submit:hover{
    background:none repeat scroll 0 0 #978874;
}
#searchform_label_submit{
    -moz-border-radius:4px 4px 4px 4px;
    background:none repeat scroll 0 0 #766A5A;
    border:medium none;
    color:#FFFFFF;
    font:bold 12px helvetica,arial,sans-serif;
    padding:3px 12px;
}

#searchform_label_submit:hover{
    background:none repeat scroll 0 0 #978874;
}

/* anything in the sidebar is a widget */
.widget{
    margin-bottom: 15px;
    }
.widget h2{
    font-size: 140%;
    font-weight: bold;
    margin: 0 0 15px 0;
    }
.widget ul{
    margin: 0;
    }
.widget ul li{
    background:url(../images/bullet.gif) no-repeat 0 4px;
    padding: 0 0 0 14px;
    margin: 0 0 6px 0;
    list-style: none;
    }
/* custom buttons green,rss,facebook,youtube,twitter */
a.widget-image{
    width:263px;
    height:54px;
    display:block;
    margin-bottom:15px;
    cursor:pointer;
    text-indent:-9999em;
}

a#green-en{
    background:#fff url(../images/widget-green-en.jpg) no-repeat 0 -67px;
    height:67px
}
a#green-en:hover {
    background:#fff url(../images/widget-green-en.jpg) no-repeat 0 0;
    height:67px
}
a#rss-en{
    background:#fff url(../images/widget-rss-en.jpg) no-repeat 0 -54px;
}
a#rss-en:hover{
    background:#fff url(../images/widget-rss-en.jpg) no-repeat 0 0;
}
a#facebook-en{
    background:#fff url(../images/widget-facebook-en.jpg) no-repeat 0 -54px;
}
a#facebook-en:hover{
    background:#fff url(../images/widget-facebook-en.jpg) no-repeat 0 0;
}
a#youtube-en{
    background:#fff url(../images/widget-youtube-en.jpg) no-repeat 0 -54px;
}
a#youtube-en:hover{
    background:#fff url(../images/widget-youtube-en.jpg) no-repeat 0 0;
}
a#twitter-en{
    background:#fff url(../images/widget-twitter-en.jpg) no-repeat 0 -54px;
}
a#twitter-en:hover{
    background:#fff url(../images/widget-twitter-en.jpg) no-repeat 0 0;
}
/*******************************************
* FRENCH WIDGETS
******************/
a#green-fr{
    background:#fff url(../images/widget-green-fr.jpg) no-repeat 0 -67px;
    height:67px
}
a#green-fr:hover {
    background:#fff url(../images/widget-green-fr.jpg) no-repeat 0 0;
    height:67px
}
a#rss-fr{
    background:#fff url(../images/widget-rss-fr.jpg) no-repeat 0 -54px;
}
a#rss-fr:hover{
    background:#fff url(../images/widget-rss-fr.jpg) no-repeat 0 0;
}
a#facebook-fr{
    background:#fff url(../images/widget-facebook-fr.jpg) no-repeat 0 -54px;
}
a#facebook-fr:hover{
    background:#fff url(../images/widget-facebook-fr.jpg) no-repeat 0 0;
}
a#youtube-fr{
    background:#fff url(../images/widget-youtube-fr.jpg) no-repeat 0 -54px;
}
a#youtube-fr:hover{
    background:#fff url(../images/widget-youtube-fr.jpg) no-repeat 0 0;
}
a#twitter-fr{
    background:#fff url(../images/widget-twitter-fr.jpg) no-repeat 0 -54px;
}
a#twitter-fr:hover{
    background:#fff url(../images/widget-twitter-fr.jpg) no-repeat 0 0;
}
/* end custom widgets
anything that's contained in a brown box is .. a, uh .. box */
.box{
    padding: 14px;
    background-color: #d9d3cb;
    border: solid 1px #c4c1bc;
    }

/* questions box */
#box-questions{
    background-image: url(../images/box-bg-bubble.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    overflow:hidden;
    }
#box-questions a img{
   margin:3px;
}

/* tweet box */
#box-tweets.widget ul li{
    padding-left: 22px;
    background: url(../images/bullet-bubble.gif) 0 4px no-repeat;
    }
.more-twitter {
    display: block;
    background-color: #e4e0db;
    font-size: 90%;
    padding: 4px 3px;
    text-align: center;
    line-height: 1.5;
    }

.more-question {
    display:block;
    float:left;
    background-color: #e4e0db;
    font-size: 90%;
    padding: 5px;
    text-align: center;
    line-height: 1.5;
    margin: 5px 10px;
    }

.more-twitter img{
    margin-right: 5px;
    vertical-align: middle;
    }

/* subnav */
#sidemenu li{
    margin: 0 0 4px 0;
    }
#sidemenu ul{
    margin: 8px 0 8px 0;
    }
#sidemenu a{
    color: #3d3d3d;
    }
#sidemenu .selected  a,
#sidemenu .selected ul a{
    font-weight: bold;
    color: #D32629;
    }
#sidemenu .selected ul a{
    font-weight: normal;
    color: #3d3d3d;
    }
#sidemenu a:hover{
    text-decoration: underline;
    }

/* subnav - station variant */
#stationmenu{
    list-style: none;
    margin: 0 0 0 0;
    }
#stationmenu a{
    color: #4b4236;
    background: url(../images/vertical-map-station.gif) 0 0 no-repeat;
    display: block;
    height: 26px;
    line-height: 25px;
    padding: 0 30px;
    font-weight: bold;
    }
#stationmenu a:hover{
    color: #D32629;
    }
#stationmenu .selected a{
    background-position: 0 -31px;
    color: #D32629;
    }

#stationmenu .tunnel a{
    background-position: 0 -58px;
    }
#stationmenu .selected-tunnel a{
    background-position: 0 -89px;
    }



/***************************************************
    Station
    */
.station-feature{
    float: right;
    margin: 0 0 15px 15px;
    background: #f3efe9;
    width: 250px;
    text-align: center;
    }
.station-feature p{
    text-align: left;
    padding: 8px;
    border-top: solid 1px #d5d0c9;
    font-size: 85%;
    line-height: 1.5em;
    margin: 0 0 3px 0;
    }

#next-station,
#prev-station{
    margin: 20px 0 0 4px;
    float: right;
    display: block;
    width: 131px;
    height: 26px;
    line-height: 26px;
    background: url(../images/station-nextprev.png) 0 0 no-repeat;
    color: #7a6d5c;
    font-size: 11px;
    text-align: center;
    }
#next-station:hover,
#prev-station:hover{
    color: #d32629;
    background-position: 0 -26px;
    }


#next-station{
    background-position: -131px 0;
    }
#next-station:hover{
    background-position: -131px -26px;
    }

#gallery-container{
    background: #f4f3ee;
    padding: 10px;
    border-bottom: solid 2px #d9d3cb;
    margin: 0 0 15px 0;
    }
.gallery-page ul{
    margin: 0 0 0 0;
    overflow: hidden;
    height: 1%;
    }
.gallery-page li{
    list-style: none;
    padding: 0;
    float: left;
    margin: 0 9px 10px 0;;
    }
.gallery-page a{
    border: solid 1px #d9d3cb;
    }
.gallery-page a:hover{
    border-color: #C4C1BC
    }




/***************************************************
    In the Area Widget
    */
#in-the-area{
    background: #f4f3ee;
    border: none;
    }
#in-the-area ul{
    font-size: 85%;
    margin: 0 0 10px 0;
    }
#in-the-area p{
    font-size: 85%;
    margin: 0 0 10px 0;
    }


#nearby-bus-routes{
    background: url(../images/icon-bus.gif) 0 0 no-repeat;
    padding: 0 0 0 30px;
    margin: 0;
    overflow: hidden;
    height: 1%;
    }
#nearby-bus-routes li{
    float: left;
    background: #e03236 url(../images/nearby-bus-route.gif) 0 0 repeat-x;
    padding: 3px 6px;
    margin: 0 5px 5px 0;
    border: solid 1px #e72428;
    font-weight: bold;
    color: #fff;
    width:25px;
    height:18px;
    text-align:center;
    }

#nearby-attractions{
    margin: 0 0 20px 0;
    }
#nearby-attractions li{
    background: url(../images/bullet-brown.gif) 0 6px no-repeat;
    margin: 0;
    }



/***************************************************
    Fast Facts
     */

 /*
  filter bar
  */
.filterbar{
    background: url(../images/filter-bar.png) 0 0 no-repeat;
    width: 630px;
    height: 40px;
    margin: 0 0 20px 0;
    }

.filterbar strong{
    color: #fff;
    float: left;
    width: 110px;
    line-height: 40px;
    text-align: center;
    margin-right: 5px;
    }

.filterbar ul{

    }
.filterbar li{
    display: inline;
    list-style: none;
    }
.filterbar a{
    float: left;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 20px;
    margin: 0 11px 0 0;
    color: #fff;
    background: url(../images/filter-radio.gif) 0 14px no-repeat;
    }
.filterbar a:hover{
    color: #ffe382;
    background-position: 0 -39px;
    }
.filterbar .selected a{
    background-position: 0 -92px;
    }
.filterbar .selected a:hover{
    color: #ffe382;
    background-position: 0 -145px;
    }

#description{
    font-size:70%;
    }

/*
 slide types
 */

#fastfacts-carousel ul{
    margin: 0;
    }

#fastfacts-carousel li{
    padding: 10px 20px;
    list-style: none;
    font-size: 190%;
    line-height: 1.4em;
    }

#fastfacts-carousel p{
    margin: 0;
    }

#fastfacts-carousel cite{
    font-size: 11px;
    }

.slide-efficiency{
    background: #ffe382;
    color: #4b4236;
    }
.slide-efficiency strong{
    color: #d32629;
    }

.slide-green{
    color: #607729;
    background: #aed36a url(../images/slide-green.jpg) top right no-repeat;
    }
.slide-green strong{
    color: #fff;
    }

.slide-tunnel{
    color: #ffe382;
    background: #4b4236;
    }
.slide-tunnel strong{
    color: #fff;
    }

.slide-generic{
    background: #d32629;
    color: #fff;
    }
.slide-generic strong{
    color: #4b4236;
    }
.slide-generic cite a{
    color: #4b4236;
    }
.slide-generic cite a:hover{
    text-decoration:underline;
    }

.slide-plain{
    color: #4b4236;
    border: solid 1px #e6dccf;
    }



/***************************************************
    Footer
     */

#footer {
    margin: 20px 0 0 0;
    padding: 14px 10px;
    clear:both;
    background: #f2ede7;
    border-top: solid 1px #d7d1ca;
    overflow: hidden;
    font-size: 85%;
    }

.copyright{
    text-align: right;
    padding-right: 15px;
    }
.copyright img{
    display: inline-block;
    margin-bottom: 10px;
    }

#footer UL {
    margin:0;
    padding:0;
    list-style: none;
    }
.footerlist{
    min-height: 100px;
    float:left;
    width: 140px;
    margin: 0 5px 0 15px;
    border-right: solid 1px #bbb5ae;
    }
.footerlist li{
    padding: 0 0 0 10px;
    background: url(../images/bullet.gif) 0 4px no-repeat;
    margin: 0 0 3px 0;
    }
.footerlist strong{
    color: #7d756b;
    display: block;
    margin: 0 0 5px 0;
    }

/***************************************************
    Form-specific styling
     */
#question-form {
    margin-top: 1em;
    }
#question-form label {
    width: 40%;
    }
#question-form #captcha-input {
    margin-left: 255px;
    width: 210px;
    }
#question-form input[type="text"] {
    width: 50%;
    }

/***************************************************
    Search results
     */
#search-form {
    background: #D32629;
    padding: 5px;
    color: #fff;
    margin: 0 0 10px 0;
    }
#search-form li {
    float: left;
    margin-right: 10px;
    }
#search-title h2 {
    margin-bottom: 0px;
    }
.module-Search .results li {
    padding-left: 0px;
    }
#search-title p.notice-msg {
    margin-top: 10px;
    }


/***************************************************
    Routemap
     */
#routemap{
    position: relative;
    margin:0 0 20px 0;
    }

#routemap a{
    display: block;
    width: 30px;
    height: 30px;
    /*border: solid 1px blue;*/
    position: absolute;
    text-indent: -900em;
    overflow: hidden;
    }

.route-map-station:hover {
    border: 1px solid #000;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    behavior:url(border-radius.htc);
    -moz-box-shadow: 3px 3px 3px #666;
    -webkit-box-shadow: 3px 3px 3px #666;
    box-shadow: 3px 3px 3px #666;
    }

#map-station-tunney{ top: 198px; left: 0; }
#map-station-bayview{ top: 158px; left: 55px; }
#map-station-lebreton{ top: 130px; left: 93px; }
#map-station-dtwest{ top: 101px; left: 134px;}
#map-station-dteast{ top: 81px; left: 162px;}
#map-station-rideau{ top: 50px; left: 192px; }
#map-station-campus{ top: 84px; left: 244px; }
#map-station-lees{ top: 107px; left: 303px; }
#map-station-hurdman{ top: 140px; left: 337px; }
#map-station-train{ top: 103px; left:392px; }
#map-station-stlaurent{ top: 82px; left: 465px; }
#map-station-cyrville{ top: 69px; left: 518px; }
#map-station-blair{ top: 6px; left: 603px; }



/*********************************************************
 *   Scrollable media
 */

 .scrollable .items {
    width:20000em;
    position:absolute;
    clear:both;
    }

/* single scrollable item */
.scrollable a {
    float:left;
    margin:5px 5px 5px 12px;
    padding:2px;
    cursor:pointer;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    }

/* active item */
.scrollable .active {
    border:2px solid #000;
    z-index:9999;
    position:relative;
    }
.scrollable .slide {
    float: left;
    width: 680px;
    border: 1px solid blue;
    }

.scrollable a.youtube,
.scrollable a.image,
.scrollable a  {
    -moz-border-radius:4px;
    padding:2px;
    background-color:#fff;
    border:1px solid #cecece;
    }

/* slide */
.item {
    float:left;
    width:670px;
    height:330px;
    padding: 10px 0 10px 80px;
    }
#moduleid-MediaLibrary-index .item div {
    float:left;
    }
.video{
    position:absolute;
    }


/* >> next/prev btns */
.scrollable .prevPage,
.scrollable .nextPage{
    color: #fff;
    border: solid 1px #e13236;
    z-index: 1000;
    width: 30px;
    height: 30px;
    position:absolute;
    top: 40%;
    }
/* > prev */
.scrollable .prevPage{
    background: #e13236 url(../images/gallery-prev.gif) 50% 13px no-repeat;
    left: 0px;
    }
/* > next */
.scrollable .nextPage{
    background: #e13236 url(../images/gallery-next.gif) 50% 13px no-repeat;
    right: 4px;
    clear:right;
    }

/* > disabled next/prev */
.disabled{
    display: none;
    }
.paginationControl .disabled {
    display: inline;
    }

/**
 * STATION MEDIA
 */
.station .scrollable{
    width: 642px;
    height: 355px;
    position: relative;
    overflow: hidden;
    margin: 0 0 10px 0;
    }

.station .item{
    padding: 0;
    }

.station .scrollable .nextPage{
    top: auto;
    bottom: 0;
    right: 0;
}
.station .scrollable .prevPage{
    top: auto;
    bottom: 0;
    left: 0;

    }

.station .scrollable a{
    margin: 0 29px 10px 0;
    }

.station #content form{
    margin: 0 0 10px 0;
    }
.station #content #type-element,
.station #content #submit-element{
    float: left;
    margin: 0;
    }
.station #content #type-element  label{
    line-height: 1.5;
    }

.station #content #type-element{
    margin-right: 8px;
    }



/**
 * MEDIA LIBRARY MEDIA
 */
#media-library #rightcolumn{
    display: none;
    }
#media-library .scrollable{
    width:600px;
    height:465px;
    position:relative;
    overflow:hidden;
    margin: 0 auto;
    }

.station #content form,
#media-library #content form{
    border: solid 1px #F2EDE7;
    padding: 10px;
    }
.station #content #type-element label,
#media-library #type-element label{
    width: 100px;
    line-height: 1.25;
    }
#media-library #category-element label{
    display: block;
    width: 175px;
    line-height: 1em;
    font-size: 85%;
    cursor: pointer;
    margin-bottom: 4px;
    font-weight: normal;
    }
#media-library #category-element .optional{
    display: block;
    width: 100px;
    height: 80px;
    font-weight: bold;
    font-size: 100%;
    }

#media-library #leftcolumn{
    width: 95%;
    }
#media-library .scrollable {
    width: 760px;
    height: 350px;
    }

.submit{
    background: #766A5A;
    padding: 3px 12px;
    color: #fff;
    font: bold 12px helvetica, arial, sans-serif;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border:1px solid #fff;
    }
.submit:hover{
    background: #978874;
}
.submit:active{
    background: #E13236;
    }




/*********************************************************
 *  jQuery Tools Tooltip
 *  After clicking on a thumb in a gallery.
 */

#tooltip{
    font-size: 85%;
    background: url(../images/tooltip.gif) -10px 100% no-repeat;
    color: #F3EFE9;
    padding: 5px 10px 10px 5px;
    width: 176px;
    display: none;
    }




/*********************************************************
 *  jQuery Tools Overlay
 *  After clicking on a thumb in a gallery.
 */



/* the overlayed element */
.overlay {
    display:none;  /* must be initially hidden */
    z-index:10000;  /* place overlay on top of other elements */
    background-color:#4B4236;
    padding: 10px;
    text-align:center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    height: 1%;
    }

.overlay .info {
    border: 1px solid black;
    margin-bottom: -1px;
    }

/* close button positioned on upper right corner */
.overlay .close {
    background:url(../images/close.png) no-repeat;
    position:absolute;
    right:-32px;
    top: 0;
    cursor:pointer;
    height:27px;
    width:24px;
    }

/* "next image" and "prev image" links */
.overlay .next,
.overlay .prev {

    /* absolute positioning relative to the overlay */
    position:absolute;
    top:40%;
    border:1px solid #666;
    cursor:pointer;
    display:block;
    padding:10px 20px;
    color:#fff;
    font-size:11px;
    }

.overlay .prev {
    left:0;
    border-left:0;
    }

.overlay.next {
    right:0;
    border-right:0;
    }

.overlay .next:hover,
.overlay .prev:hover {
    text-decoration:underline;
    background-color:#000;
    }

/* when there is no next or previous link available this class is added */
.overlay .disabled {
    visibility:hidden;
    }

/* the "information box" */
.overlay .info {
    position:absolute;
    bottom:0;
    left:0;
    padding:10px 15px;
    color:#fff;
    font-size:11px;
    border-top:1px solid #666;
    }

.overlay .info strong {
    display:block;
    }

/* progress indicator (animated gif). should be initially hidden */
.overlay .progress {
    position:absolute;
    top:45%;
    left:50%;
    display:none;
    }

.overlay .details {
    color:#FFFFFF;
    font-size:11px;
    padding:5px;
    text-align:left;
    }

.overlay .details h3{
    padding:2px;
    margin:0 0 3px 0;
    font-weight: bold;
    background: transparent;
    border: none;
    }

.overlay .details div{
    overflow:auto;
    }

a#player{
    height:480px !important;
    width:640px !important;
}
/*********************************************************
 *  FAQ Question List
 *
 */

/* list of questions */
#question-list{
    margin: 0;
    list-style: none;
    }

/* question list item and static question */
#question-list li a,
#question p{
    font-size: 140%;
    border: solid 1px #F2EDE7;
    background: url(../images/question.gif) 5px 6px no-repeat;
    margin: 0 0 10px 0;
    display: block;
    }
#question-list li a:hover{
    border: solid 1px #D9D3CB;
    }

#question-list li a,
#question p,
#answer {
    padding: 10px 10px 10px  40px;
    }

#answer{
    background: url(../images/question-answer.gif) 5px 6px no-repeat;
    }
