a:link, a:visited {
	color: #0053c8;
}

a:hover, a:active {
	color: #009bc8;
}

#pageHeader {
}

#sidebarContainer .sideHeader {
	color: #0053c8;
}

#navcontainer #current {
	background: #0053c8;
}

#navcontainer #current:hover {
	background: #009bc8;
	color: #ffffff;
}

#navcontainer .currentAncestor {
	background: #0053c8;
}

#navcontainer a {
	color: #0053c8;
}

#navcontainer a:hover {
	background: #009bc8;
}

#navcontainer ul ul #current{
	color: #fff;
	background: #0053c8;
}

#navcontainer ul ul .currentAncestor {
	color: #fff;
	background: #0053c8;
}

#navcontainer ul ul ul #current{
	background: #f7f5f6;
	color: #cccccc;
}

.blog-entry-title {
	color: #0053c8;
}

.blog-entry-category, .blog-entry-permalink {
	color: #0053c8;
}

.album-title {
	color: #0053c8;
}

.thumbnail-caption {
	color: #0053c8;
}

.photo-navigation {
	background: repeat-x url(../../images/headbackblue.png);
	height: 80px;
}

.movie-page-title {
	color: #0053c8;
}

.movie-title {
	color: #0053c8;
}

#pageHeader {
	border-bottom: 1px dashed blue;
	}
	
	#pageHeader h1 {
	color: #0053c8;
}

	#pageHeader h2 {
	color: #0053c8;
}
	
	
#container { 
	background-color: #fff;
	border: 1px dashed blue;	width: 780px;	margin: 0px auto; /* Right And Left Margin Widths To Auto */	text-align: left; /* Hack To Keep IE5 Windows Happy */
	position: relative;
}

#sidebarContainer .sideHeader {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	font-weight: bold;
	border-right: 1px dashed blue;
	border-left: 1px dashed blue;
	border-top: 1px dashed blue;
}

#sidebarContainer #sidebar {
	line-height: 1.4em;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-right: 1px dashed blue;
	border-left: 1px dashed blue;
	border-bottom: 1px dashed blue;
}


#navcontainer {
	line-height: 2.0em;
	margin-bottom: 20px;
	position: relative;
	border-bottom: 1px dashed blue;
}

#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-left: 1px dashed blue;
	border-right: 1px dashed blue;
}


#navcontainer li {
	font-weight: bold;
	border-top: 1px dashed blue;
}


#footer {
	display: block;
	clear: both;
	text-align: right;
	background: #f9f9f9;
	border-top: 1px dashed blue;
	padding-right: 10px;
}