.smuglogo {

width: 200px !important;

height: 25px !important;

filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,

sizingMethod=image src='http://yukonphotographers.smugmug.com/photos/480168435_5FgGb-Th.png') !important;

}

.smuglogo[class] {

background-image: url(http://yukonphotographers.smugmug.com/photos/480168435_5FgGb-Th.png) !important;

}

/*this hides the feeds links*/
#feeds {
display:none;
}

/* this part hides the your photos/home, login and help links */
/*#toolbar a.nav {display: none;}*/


/*this places the Banner*/
#my_banner {
width: 600px;
height: 84px;
margin: 0 auto;
background: url(http://yukonphotographers.smugmug.com/photos/516443327_R5QUq-M-1.gif) no-repeat;

}

/* hide banner and navbar on homepage */
.homepage #my_banner, .homepage #navcontainer {display:none;}
/* show banner and navbar on galleries page which is also a homepage so it would have been hidden */
.galleries #my_banner, .galleries #navcontainer {display:block;}




/* html only page for info gallery 7807892_jianb */
.gallery_7807892 .nophotos { display: none; }

/* html only page for contact gallery 7931042_8a5wM */
.gallery_7931042 .nophotos { display: none; }

/* html only page for contact gallery 7933140_Xgzfk */
.gallery_7933140 .nophotos { display: none; }

/*Navigation bar*/

#navcontainer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

#navcontainer ul li {
    display: inline;
}

#navcontainer ul li a {
    text-decoration: none;
    padding: .2em .5em;
    color: #fff;
    font-size: 10pt;
    background-color: #000;
}

#navcontainer ul li a:hover {
    color: #fff;
    background-color: #333333;
}


/*Adds Galleries*/

.homepage #galleriesBox,
.homepage #categoriesBox,
.homepage #featuredBox {
    display: none;
}

.galleries #bioBox {
    display: none;
}

.galleries #galleriesBox,
.galleries #categoriesBox,
.galleries #featuredBox {
    display: block;
}

/*Hides Bio Box*/
.homepage .boxBottom {background:none; border:none !important;}

/*Hide Bio Photo Spacer*/
.missing_bio_photo {display: none;}

