/* Start of CMSMS style sheet 'rdfot' */
/*  Copyright 2008 Dynacor Media Group  */

/* ############################## GENERAL DEFAULTS ############################## */


/* === body === */
html, body {
    width:100%;
    height:100%;

    padding:0;

    background-color:#9e0b0f;
    background-image:url('images/snowflake_bg.jpg');
    background-repeat:repeat-x;
    background-position:top;
}

/* === text === */
body, td, font, p{
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
    color: #000;
}

td, font, p, h1, h2, h3, h4{
    cursor:text;
}

html, body, div.dthrf p, div.mcontent p, div.calendar p, div.infobar p, div.icontent p, div.mfooter p{
    margin:0;
}

h2{
    color:#355135;
    font-size:20px;
    font-family:georgia, serif;
}

h3{
    color:#336633;
    font-size:14px;
}

/* === links === */
a {
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    color:#ee3b33;
}

a:hover {
    color: #006e5a;
}

/* === images === */
img {
    border:0;
}

.masthead, .banner, #topnav, .mcontent_container, input.submit, div.footer_border, div.footer_border_d, div.footer_border_c, .left_pic, #topnavint{
    background-repeat:no-repeat;
}

/*=== tables ===*/
table{
    border-collapse:collapse;/*closes space between cells*/
}

td{
    padding:0;
}

/* === absolute positions === */
div.banner, div.search, div.dthrf, #imageList, #imageList td, div.snav_link, div.tnav, div.mcontent, div.infobar p, div.bottomribbon, div.left_pic, div.right_pic, div.ribbon_overlay, div.flash_fashion, div.flash_top, .toprightpic{
    position:absolute;
}

/* === relative positions === */
div.mcontainer, div.masthead, #topnav, #topnavint, div.navtext, div.snav_link a, div.mcontent_container, div.icontent_container, div.candycane, div.icontent, div.btm_img, div.footer_border, div.footer_border_d, div.footer_border_c, div.mfooter p{
    position:relative;
}

/* ############################## HOME container DIV ############################## */

/* === div === */
div.mcontainer {
    width:992px;
    margin: 0 auto;
}

/* ############################## masthead DIV ############################## */

/* === div === */
div.masthead {
    width:992px;
    height:378px;
    background-image:url('images/masthead.jpg');
    background-position:0px -1px;
}

/* ############################## banner DIV ############################## */

/* === div === */
div.banner {
    top:131px;
    left:28px;
    width:952px;
    height:247px;
    background-image:url('images/banner_home.jpg');
}

div.flash{
    height:252px;
    width:952px;
    margin-left:1px;
}

/*=== search ===*/
div.search{
    right:10px;
    top:-110px;
}

/* button */
input.submit{
    width:66px;
    height:13px;
    vertical-align:top;
    margin:3px 0 0 3px;
    border:0;
    cursor:pointer;
    background-image:url('images/search_btn.gif');
    background-color:transparent;
}

input.submit:hover{
    background-image:url('images/search_btn_over.gif');
}

/* field */
input.searchbar{
    width:96px;
    height:15px;
    border-top:1px solid #ebebeb;
    border-left:1px solid #575757;
    border-bottom:1px solid #ebebeb;
    background-color:#fff;
}

input.searchbar:hover{
    background-color:#ccc;
}

/*=== David Thompson Health Region Foundation ===*/
div.dthrf{
    right:10px;
    top:-30px;
    width:300px;/*fix ie7 horizontal scroll bar*/
}

div.dthrf a{
    font-family:times new roman;
    font-size:18px;
    color:#f2bf35;
    font-style:italic;
    font-weight:bold;
}

/* ############################## navigation DIV ############################## */

/*=== icons ===*/
#imageList{
    visibility:hidden;
    top:-67px;
    z-index:3;
}

/*=== primary navigation ===*/
#topnav, #topnavint{
    width:992px;
    height:62px;
    left:10px;
    z-index:2;
}

#topnav{
    background-image:url(images/nav_bg.jpg);
}

#topnavint{
    background-image:url(images/nav_bg_int.jpg);
}

div.navtext{
    left:10px;
    vertical-align:middle;
}

#navList {
    display:inline;
    padding:0;/*ie gap fix*/
}

#navList td {
    list-style-type:none;
    text-align:center;
    padding:14px 0 14px 0;
    height:auto;
    cursor:pointer;
}

#navList td a{
    color:#000;
    font-size:14px;
    font-weight:normal;
    vertical-align:middle;
}

#navicon_about_the_festival, #mnav_about_the_festival{
    width:135px;
}

#navicon_event_calendar, #mnav_event_calendar{
    width:111px;
}

#navicon_entertainment, #mnav_entertainment{
    width:163px;
}

#navicon_unique_shopping, #mnav_unique_shopping{
    width:113px;
}

#navicon_volunteers, #mnav_volunteers{
    width:143px;
}

#navicon_sponsors_donors, #mnav_sponsors_donors{
    width:133px;
}

#navicon_ticket_info_directions, #mnav_ticket_info_directions{
    width:162px;
}

#snav_about_the_festival, #snav_event_calendar, #snav_entertainment, #snav_unique_shopping, #snav_volunteers, #snav_sponsors_donors, #snav_ticket_info_directions{
    margin-left:9px;
}

/*=== secondary navigation ===*/
div.snav_link{
    visibility:hidden;
    width:auto;
    border-top:1px solid #999;
    opacity:.9;/* mozilla,opera,safari opacity */
    filter:alpha(opacity=90);/*IE opacity*/
    background-color:#fff;
}

div.snav_link a{
    display:block;
    padding:7px 28px 10px 28px;
    color:#000;
    font-size:11px;
    font-weight:normal;
    border-bottom:1px solid #999;
    border-right:1px solid #999;
    border-left:1px solid #999;
}

 div.snav_link a:hover{
    color:#000;/*IE6 keep font color black*/
}

/*=== secondary navigation custom colors ===*/
div.color_red a:hover{
    background-color:#ff3333;
}

div.color_darkorange a:hover{
    background-color:#ff6633;
}

div.color_orange a:hover{
    background-color:#ff9933;
}

div.color_gold a:hover{
    background-color:#ffcc33;
}

div.color_yellow a:hover{
    background-color:#ffff66;
}

div.color_green a:hover{
    background-color:#ccff66;
}

div.color_darkgreen a:hover{
    background-color:#99ff66;
}

/*=== therciary Navigation ===*/
div.tnav{
    top:-110px;
    left:20px;
}

div.tnav a, div.tnav{
    color:#fff;
    font-size:11px;
    font-weight:normal;
}

div.tnav a:hover{
    color:#819a67;
}

/* ############################## main content container DIV ############################## */

/* === div === */
div.mcontent_container {
    background-image:url('images/content_bg.jpg');
    width:992px;
    height:157px;
}

div.icontent_container {
    left:10px;
    width:992px;
    height:auto;
}

#contentFrame {
width: 600px; height:100px; overflow:hidden; overflow-y:auto;
}

/* ############################## main content DIV ############################## */

/* === div === */
div.mcontent {
    top:20px;
    left:105px;
    width:430px;
    height:70px;

}

/*=== infobar ===*/
div.infobar p{
    top:19px;
    left:145px;
    font-size:24px;
    font-family:georgia, serif;
    font-style:italic;
    font-weight:bold;
}

div.bottomribbon{
    left:-8px;
    z-index:1;
}

div.candycane{
    background-image:url('images/candy.jpg');
    background-repeat:repeat-y;
    height:auto;
}

div.icontent{
    height:auto;
}

div.content_padding{
    padding:55px 330px 0 224px;
    background-image:url(images/expand_body_bg.gif);
    background-repeat:repeat-y;

}

div.icontent p{
    padding:10px;
}

div.btm_img{
    left:68px;
}

div.footer_border{
    background-image:url('images/footer_border.gif');
    height:23px;
    left:-1px;
}

div.footer_border_d{
    background-image:url('images/footer_border_d.gif');
    height:23px;
    left:-1px;
}

div.footer_border_c{
    background-image:url('images/footer_border_c.gif');
    height:23px;
    left:-1px;
}

div.left_pic{
    width:140px;
    height:250px;
    bottom:250px;
    left:69px;
}

div.flash_fashion{
    background-image:url('images/fashion.gif');
    background-repeat:no-repeat;
    width:293px;
    height:460px;
    top:0px;
    right:21px;
}

div.flash_top{
    width:293px;
    height:325px;
    top:0px;
    right:21px;
}

div.right_pic{
    width:293px;
    height:460px;
    bottom:11px;
    right:20px;
}

div.right_pic img {
    position: absolute;
    bottom:0px;
}

.toprightpic{
    right:21px;
    top:30px;
}

p.toprightpic{
    text-align:center;
    top:120px;
    right:50px;
}

div.ribbon_overlay{
    background-image:url('images/ribbon.gif');
    width:293px;
    height:460px;
    bottom:-20px;
    right:20px;
}

/* ############################## footer DIV ############################## */

/* === div === */
div.mfooter p{
    padding:10px 0 10px 0;
    font-size:11px;
text-align:center;
}

div.mfooter a{
color:#000;
font-weight:normal;
}

div.mfooter a:hover{
color:#f2bf35;
font-weight:normal;
}

/*############################## Gallery Styles ###########################*/

.gallTableMain img{
border:1px solid #355135;
}


.gallTableThumbs img{
border:1px solid #355135;


}

.gallTableThumbs td{
text-align:center;
padding-top:3px;
padding-bottom:3px;

}
/* End of 'rdfot' */

