﻿

/* Navigation Links */
a {
    font-family: verdana; font-size: 10px;
}


/* light colored links */

#NavigationTree a:link                                     { color: #878798; text-transform: lowercase; font-weight:normal; text-decoration: none; }
#NavigationTree a:visited                                  { color: #878798; text-transform: lowercase; font-weight:normal;  text-decoration: none; }
#NavigationTree a:active                                   { color: #FF0000; text-transform: lowercase; font-weight:normal; text-decoration: none; }
#NavigationTree a:hover                                    { color: #EB8383; text-transform: lowercase; font-weight:normal; text-decoration: underline overline; }



/* selected links */
#NavigationTree div.AspNet-TreeView .AspNet-TreeView-Selected a,
#BioContent #NavigationTree div.AspNet-TreeView .AspNet-TreeView-Selected a,
#LinksContent #NavigationTree div.AspNet-TreeView .AspNet-TreeView-Selected a,
#ContactContent #NavigationTree div.AspNet-TreeView .AspNet-TreeView-Selected a
{
	text-transform: uppercase;
	font-size: 10px; 
	text-decoration: none;
    font-weight: bold;
}

#NavigationTree div.AspNet-TreeView .AspNet-TreeView-Selected ul a,
#BioContent #NavigationTree div.AspNet-TreeView .AspNet-TreeView-Selected ul a,
#LinksContent #NavigationTree div.AspNet-TreeView .AspNet-TreeView-Selected ul a,
#ContactContent #NavigationTree div.AspNet-TreeView .AspNet-TreeView-Selected ul a
{
    font-weight: normal;
}


/* dark colored links */

#BioContent #NavigationTree a:link,
#LinksContent #NavigationTree a:link,
#ContactContent #NavigationTree a:link					{ color: #5F5F66; text-transform: lowercase; font-weight:normal; text-decoration: none; }

#BioContent #NavigationTree a:visited,
#LinksContent #NavigationTree a:visited,
#ContactContent #NavigationTree a:visited               { color: #5F5F66; text-transform: lowercase; font-weight:normal;  text-decoration: none; }

#BioContent #NavigationTree a:active,
#LinksContent #NavigationTree a:active,
#ContactContent #NavigationTree a:active                { color: #FF0000; text-transform: lowercase; font-weight:normal; text-decoration: none; }

#BioContent #NavigationTree a:hover,
#LinksContent #NavigationTree a:hover,
#ContactContent #NavigationTree a:hover					{ color: #B55454; text-transform: lowercase; font-weight:normal; text-decoration: underline overline; }




.AspNet-TreeView 
{
    position: absolute;
    bottom: 0%;
    border: solid 0px yellow;   
}

/* Navigation Layout */
#NavigationTree {
    height: 300px;  
    width: 496px;
    position: absolute;
    left: 36px;
    top: 28px;
    margin: 0px 0px 0px 0px;
    border: solid 0px red;
    padding: 0px 0px 0px 0px;
    vertical-align: baseline;
    
   
    /* font for non-linked nodes */
    font-family: Arial;
    font-size: 8pt;
    color: #000000;
}

#NavigationTree ul {
    line-height: 20px;
    white-space: nowrap;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}


/* specify navigation margin width for each page */

#divLoginPage #NavigationTree li {
    list-style-type: none;
    margin: 0px 24px 0px 0px;
}

#NewsContent #NavigationTree li {
    list-style-type: none;
    margin: 0px 24px 0px 0px;
}

#PhotosContent #NavigationTree li {
    list-style-type: none;
    margin: 0px 24px 0px 0px;
}

#VideosContent #NavigationTree li {
    list-style-type: none;
    margin: 0px 24px 0px 0px;
}

#BioContent #NavigationTree li {
    list-style-type: none;
    margin: 0px 17px 0px 0px;
}

#MusicContent #NavigationTree li {
    list-style-type: none;
    margin: 0px 17px 0px 0px;
}

#ShowsContent #NavigationTree {
    height: 300px;  
    width: 260px;
    left: 330px;
    top: 50px;
}

#ShowsContent #NavigationTree ul {
    white-space: normal;
}

#ShowsContent #NavigationTree li {
    list-style-type: none;
    margin: 0px 3px 0px 0px;
}

#ContactContent #NavigationTree li {
    list-style-type: none;
    margin: 0px 14px 0px 0px;
}

#LinksContent #NavigationTree {
    height: 300px;  
    width: 260px;
    left: 20px;
    top: 50px;
}

#LinksContent #NavigationTree ul {
    white-space: normal;
}

#LinksContent #NavigationTree li {
    list-style-type: none;
    margin: 0px 5px 0px 0px;
}

/* center navigation links */
.AspNet-TreeView  
{
   margin-left: 7%;
   margin-right: 7%;
}

/* root node */
#NavigationTree  .AspNet-TreeView-Root .AspNet-TreeView-Parent
{
    background: transparent url(images/admin_nav_transparent_bg.png);

}

#NavigationTree  .AspNet-TreeView-Root .AspNet-TreeView-Parent-Selected
{
    background: transparent url(images/admin_nav_transparent_bg.png);

}


/* sub node 1 */
#NavigationTree  .AspNet-TreeView-Root .AspNet-TreeView-Parent-Selected .AspNet-TreeView-Parent
{
    background: none;
    display: block;
    text-indent: 16px;
}

#NavigationTree  .AspNet-TreeView-Root .AspNet-TreeView-Parent-Selected .AspNet-TreeView-Leaf
{
    background: none;
    display: block;
    text-indent: 16px;
}

#NavigationTree  .AspNet-TreeView-Root .AspNet-TreeView-Parent .AspNet-TreeView-Parent
{
    background: none;
    display: block;
    text-indent: 16px;
}

#NavigationTree  .AspNet-TreeView-Root .AspNet-TreeView-Parent .AspNet-TreeView-Leaf
{
    background: none;
    display: block;
    text-indent: 16px;
}

#NavigationTree  .AspNet-TreeView-Root .AspNet-TreeView-Parent .AspNet-TreeView-Leaf-Selected
{
    background: none;
    display: block;
    text-indent: 16px;
}

#NavigationTree  .AspNet-TreeView-Root .AspNet-TreeView-Parent .AspNet-TreeView-Parent-Selected
{
    background: none;
    display: block;
    text-indent: 16px;
}




/* sub node 2 */
#NavigationTree  .AspNet-TreeView-Root .AspNet-TreeView-Parent-Selected .AspNet-TreeView-Parent .AspNet-TreeView-Leaf
{
    background: none;
    display: block;
    text-indent: 32px;
}

#NavigationTree  .AspNet-TreeView-Root .AspNet-TreeView-Parent .AspNet-TreeView-Parent .AspNet-TreeView-Leaf
{
    background: none;
    display: block;
    text-indent: 32px;
}

#NavigationTree  .AspNet-TreeView-Root .AspNet-TreeView-Parent .AspNet-TreeView-Parent .AspNet-TreeView-Leaf-Selected
{
    background: none;
    display: block;
    text-indent: 32px;
}

#NavigationTree  .AspNet-TreeView-Root .AspNet-TreeView-Parent .AspNet-TreeView-Parent-Selected .AspNet-TreeView-Leaf
{
    background: none;
    display: block;
    text-indent: 32px;
}


/* main links */
#NavigationTree  .AspNet-TreeView-Root .AspNet-TreeView-Leaf
{
    background: none;
    display: inline;
   
}

#NavigationTree  .AspNet-TreeView-Root .AspNet-TreeView-Leaf-Selected
{
    background: none;
    display: inline;
   
}

