/* formatting for boxes */
.rw-sitemap ul a {
	padding-left: 12px;
}
.rw-sitemap ul {    
    list-style-position: inside;
    list-style-image: none;
	list-style-type: none;
	background-image: none;
	margin: 0;
	padding: 0;
}

.rw-sitemap ul li {
	margin-bottom: 11px;
			 background: url(../../images/elements/white_10.png);
	padding: 10px 13px 13px;
}
.rw-sitemap ul ul {	
	transition: all 0.20s ease-in-out;
	-moz-transition: all 0.20s ease-in-out;
	-webkit-transition: all 0.20s ease-in-out;
	-o-transition: all 0.20s ease-in-out;
			 background: url(../../images/elements/white_10.png);
	width: auto;
}

.rw-sitemap ul ul a {
	padding-left: 0;
}
.rw-sitemap ul li {
	transition: all 0.20s ease-in-out;
	-moz-transition: all 0.20s ease-in-out;
	-webkit-transition: all 0.20s ease-in-out;
	-o-transition: all 0.20s ease-in-out;
	
	/* web-kit transition links CSS3*/
	transition-delay: 15ms;
    -webkit-transition-delay: 15ms;
	-o-transition-delay: 15ms;
	-moz-transition-delay: 15ms;
	border-left-width: 1px;	
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	padding-bottom: 10px;
}

.rw-sitemap ul li:hover {		

	border-left-width: 5px;	
	border-right-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
		background: url(../../images/elements/white_20.png) repeat;
}

.rw-sitemap ul ul li:hover, .rw-sitemap ul ul ul li:hover, .rw-sitemap ul ul ul ul li:hover {		
	border-left-width: 0;	
	border-right-width: 0;
	border-right-style: none;
	border-left-style: none;
	padding-right: 0;
	padding-left: 0;
	margin-right: 0;
	margin-left: 0;
	background-image: none;
}

.rw-sitemap ul ul:hover {

	background: url(../../images/elements/white_20.png) repeat;
}

.rw-sitemap ul ul, .rw-sitemap ul ul ul, .rw-sitemap ul ul ul ul{ /* Fixed issue for hidden pages */
margin: 0;	
border-style: none;
padding-top: 0;
padding-bottom: 0;
}

/* color by colortag - border */
.rw-sitemap ul ul li {
	position: relative;
	border-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	margin-top: 10px;
	padding: 5px 0;
}
.rw-sitemap ul ul li:hover {
	z-index: 3;
	border-left-style: none;
	border-right-style: none;
}
.rw-sitemap ul li:last-child {
	margin-bottom: 5px;
}
.rw-sitemap ul li:last-child:hover {}
.rw-sitemap ul li li:last-child {}
.rw-sitemap ul li li:last-child:hover {}
.rw-sitemap ul ul li li:last-child {}
.rw-sitemap ul ul li li:last-child:hover {}
.rw-sitemap ul ul ul li li:last-child {}
.rw-sitemap ul ul ul li li:last-child:hover {}
.rw-sitemap ul ul ul ul li li:last-child {}
.rw-sitemap ul ul ul ul li li:last-child:hover {}

@media only screen and (max-width: 650px) {
.rw-sitemap {
	width: 90%;
	padding-left: 0;
	padding-right: 0;
}
}
@media only screen and (max-width: 480px) {
.rw-sitemap {
	padding-left: 0;
	padding-right: 0;
	margin-right: 0;
	margin-left: 0;
	width: 100%;
}
}

/*  changes for real sitemap page  ..............         everything below here by Brian Morgan  ....................                       */

#sitemap ul ul, #sitemap ul ul ul, #sitemap ul ul ul ul{ /* Fixed issue for hidden pages */
margin: 0;	border-style: none;
	padding-top: 0;
	padding-bottom: 0;
}

/* formatting for boxes */

#sitemap {
	padding-left: 0;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}

#sitemap a {}
#sitemap ul {
	list-style-position: inside;
    list-style-image: none;
	list-style-type: none;	
	
	background: url(../../images/elements/white_10.png); 
		 		 
	border-width: 1px;
	border-style: solid;
	
	transition: all 0.20s ease-in-out;
	-moz-transition: all 0.20s ease-in-out;
	-webkit-transition: all 0.20s ease-in-out;
	-o-transition: all 0.20s ease-in-out;
	
	transition-delay: 15ms;
    -webkit-transition-delay: 15ms;
	-o-transition-delay: 15ms;
	-moz-transition-delay: 15ms;
	padding: 11px 12px 11px 9px;
	margin-top: 0;
	margin-bottom: 11px;
}

#sitemap ul:hover {
	
	border-left-width: 5px;	
	border-right-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	background: url(../../images/elements/white_20.png) repeat;
	
		transition-delay: 0ms;
    -webkit-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	-moz-transition-delay: 0ms;
}
#sitemap ul li {}
#sitemap ul ul {
	padding-left: 12px;		   
}

#sitemap ul ul:hover {
	border-right-style: none;
	border-right-width: 0;
	border-left-style: none;
	border-left-width: 0;
}

#sitemap ul ul li {
	padding-top: 5px;
	margin-top: 10px;
	margin-bottom: 3px;
	padding-bottom: 5px;
}
#sitemap ul li:hover {}

/* color by colortag - border */
#sitemap ul ul li {
	position: relative;
}
#sitemap ul ul li:hover {
	z-index: 3;	
}
#sitemap ul li:last-child {}
#sitemap ul li:last-child:hover {}
#sitemap ul li li:last-child {}
#sitemap ul li li:last-child:hover {}
#sitemap ul ul li li:last-child {}
#sitemap ul ul li li:last-child:hover {}
#sitemap ul ul ul li li:last-child {}
#sitemap ul ul ul li li:last-child:hover {}
#sitemap ul ul ul ul li li:last-child {}
#sitemap ul ul ul ul li li:last-child:hover {}

@media only screen and (max-width: 650px) {
#sitemap {
	width: 90%;
	padding-left: 0;
	padding-right: 0;
}
}
@media only screen and (max-width: 480px) {
#sitemap {
	padding-left: 0;
	width: 100%;
	padding-right: 0;
}
}

/* ------------- */

.blog_top {	display: none !important;}
/* NONE over the JS */

.blog_bottom {	display: block;}


