/* @group General Styles */

body {
	background: #009213;
}

.blog-entry-title a:hover, a:link, a:visited {
	color: #000066;
}

a:hover, a:active {
	color: #660066;
}

#logo {
	background: no-repeat url(../../images/grey/logo.png);
}

#container {
	background: repeat-y url(../../images/grey/content_middle.png);
}

#container #top {
	background: url(../../images/grey/content_top.png) no-repeat;
}

#container #bottom {
	background: url(../../images/grey/content_bottom.png) no-repeat;
}

#pageHeader {
	background: repeat-x url(../../images/grey/header_bg.png);
}

#pageHeader h2 {
	color: #ecf101;
}

#footer {
	background: no-repeat url(../../images/grey/footer_bg.png);
}

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

#navcontainer #current {
	background: no-repeat url(../../images/grey/button_over.png) right top;
	color: #66ff66;
	text-shadow: 1px 1px 2px #003300;
}

#navcontainer .currentAncestor {
	background: no-repeat url(../../images/grey/button_over.png) right top;
	color: #66ff66;
	text-shadow: 1px 1px 2px #003300;
}

#navcontainer a {
	background: no-repeat url(../../images/grey/button_end.png) right top;
	color: #99ff99;
}

#navcontainer a:hover {
	background: no-repeat url(../../images/grey/button_over.png) right top;
	color: #66ff66;
	text-shadow: 1px 1px 2px #003300;
}

#navcontainer ul ul a {
	color: #99ff99;
}

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

.photo-navigation {
	background: repeat-x url(../../images/grey/header_bg.png);
}

.photo-navigation a:hover {
	color: #66ff66;
}

.photo-caption {
	color: #99ff99;
}