/* CSS copyright seyDoggy http://www.seyDoggy.com  */

/*<group=header blue>*/

.middle {
	background: repeat-x url(../../images/head-middle-blue.jpg);
}

.leftEdge {
	background: no-repeat top left url(../../images/head-left-blue.jpg);
}

.rightEdge {
	background: no-repeat top right url(../../images/head-right-blue.jpg);
}

.blog-archive-headings-wrapper {
	background: url(../../images/head-middle-blue.jpg) repeat-x;
}

.photo-navigation {
	background: url(../../images/head-middle-blue.jpg) repeat-x;
}

a:link, a:visited {
	color: #6699ff;
	text-decoration: none;
}

#pageHeader h2 {
	color: #fade00;
}

#breadcrumbcontainer {
	color: #6699ff;
}

#breadcrumbcontainer ul {
	color: #6699ff;
}

#breadcrumbcontainer li {
	color: #6699ff;
}

#breadcrumbcontainer a {
	color: #6699ff;
}

.navmiddle {
	background: repeat-x top url(../../images/nav-middle-blue.jpg);
}

.navleftEdge {
	background: no-repeat top left url(../../images/nav-left-blue.jpg);
}

.navrightEdge {
	background: no-repeat top right url(../../images/nav-right-blue.jpg);
}

#navcontainer .current {
	background: no-repeat 55px 19px url(../../images/pointer-blue.jpg);
}

#navcontainer a:hover { 
	background: no-repeat 55px 19px url(../../images/pointer-blue.jpg);
}

/* Child - Level 1 */

#navcontainer ul ul {
	color: #6699ff;
}

#navcontainer ul ul li {
	color: #6699ff;
}

#navcontainer ul ul .current {
	color: #6699ff;
	background: #c4e0ff;
}

html>body #navcontainer ul ul .current{
	background: #c4e0ff;
}

#navcontainer ul ul a { 
	background: #99ccff;
}

#navcontainer ul ul a:hover {
	background: #6699cc;
}


html>body #navcontainer ul ul a {
	background: #99ccff;
}

html>body #navcontainer ul ul a:hover {
	background: #6699cc;
}

#sidenavcontainer li {
    background: url(../../images/button-blue.jpg) no-repeat;
}

#sidenavcontainer .current {
	color: #fade00;
}

#sidenavcontainer li:hover {
    background: url(../../images/button-over-blue.jpg) no-repeat ;
}

#sidenavcontainer ul ul a { 
	background: #99ccff;
}

#sidenavcontainer ul ul a:hover {
	background: #6699cc;
}

#sidenavcontainer ul ul .current{
	background: #c4e0ff;
}

.photo-frame{
	border: 5px #6699ff groove;
}

/*</group>*/