#logoWrap {
border-top: thin solid 
white;
}

#slogan {
border-bottom: thin dotted 
white;
}

#nav {
background-image: url(../../images/double_borderW.gif);
}

h2 {border-bottom: thin solid white;}

.sf-menu li {
border-left: thin dotted 
white;
}

.sf-sub-indicator {
background: url(../../js/superfish/arrowsW.png) no-repeat -10px -100px !important;
}

#mainContent {
background-image: url(../../images/dotsW.gif);
}

.movie-page-title {
border-bottom: dotted thin 
white;
}

.album-title {
border-bottom: dotted thin 
white;
}

#content_text h1 {
background-image: url(../../images/underheadingW.png);
}

.blog-entry-date {
background-image: url(../../images/underheadingW.png) !important;

}

h3 {
border-bottom: thin dotted 
white;

}

#sidebarTitle {
background-image: url(../../images/sidebarW.png);
}

#sidebar {
border-bottom: thick double 
white;
}

#breadcrumbContainer li {
border-right: thin dotted 
white;
}

#footer {
background-image: url(../../images/footerW.png);
border-bottom: medium solid 
white;
}

.filesharing-item a {
	background: url(../../images/dlW.png) no-repeat;
}


#copyRight {
border-top: thin dotted 
white;
border-bottom: thin solid 
white;
}


@media all and (max-width: 760px){
	#sidebarTitle {
	border-bottom: thin solid white;
	background-image: none;
	}
	.sf-menu li {
	border-bottom: thin dotted white;


}


}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait){
	#sidebarTitle {
	border-bottom: thin solid white;
	background-image: none;
	}
	.sf-menu li {
	border-bottom: thin dotted white;


}
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {

#content h1 {
	background: none;
	border-bottom: medium solid white;
}

}