body {
	background: #FFDE2D url(../../images/yellow/body_bg.png) repeat;
}

a:link, a:visited {
	color: #0000FF;
	text-decoration: none;
	border-bottom: 1px dotted #0000FF;
}

a:active, a:hover {
	color: #0000FF;
	text-decoration: underline;
	border: none;
}

#container { 
	border: 1px solid #0000FF;
}

#footer {
	font-size: 12px;
}

#pageHeader {
	background: #FFDE2D url(../../images/yellow/banner.jpg) no-repeat center center;
	border-bottom: none;
}

#sidebarContainer .sideHeader {
	background-color: #FEF6C6;
	color: #333333;
}

#navcontainer {
	background: repeat-x url(../../images/yellow/toolbar_bg.png);
}

#navcontainer a{
	color: #0000FF;
	text-shadow: 2px 2px 1px #cccccc;
	font-weight: bold;
}

#navcontainer a:link, a:visited {
	border: none;
}

#navcontainer #current {
	background: url(../../images/yellow/button_over.png) repeat-x left top;
	color: #FFDE2D;
	text-shadow: none;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
	background: url(../../images/yellow/button_over.png) repeat-x left top;
}

#navcontainer a:hover {
	background: url(../../images/yellow/button_over.png) repeat-x left top;
	text-shadow: none;
	color: #FFDE2D;
}

#navcontainer ul ul {
	border-bottom: 3px solid #8ecf0b;
}

#navcontainer ul ul a:hover{
	color: #ffffff;
}

#navcontainer ul ul .currentAncestor {
	color: #ffffff;
	background: url(../../images/yellow/sub_button.png) repeat;
}

html>body #navcontainer ul ul .currentAncestor {
	background: repeat url(../../images/sub_button_trans.png);
}

/* @group Single Page (Photo view) */

.photo-background {
	margin: 0;

}

.photo-navigation {
	background: #ffffff;
	border-bottom: none;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.photo-links {
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}

.photo-navigation a:link, .photo-navigation a:visited {
	border: none;
}

.photo-navigation a:hover {

}

.photo-frame{
	background: #ffffff;
}

.photo-title {
	color: #000000;
}

.photo-caption {
	color: #000000;
	font-size: 1.0em;
}

/* @end */

.blog-entry-title {
	color: #313534;
}

.blog-entry-date {
	color: #b3b3b3;
}
