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

a:link, a:visited {
	color: #2d73b7;
}

#logocontainer {
  height: 100px;
  width: 780px;
  position: relative;
  margin: 0 auto;
  z-index: 10;
}

#logo {
	background-image: url(../images/logo01.png);
	background-repeat: no-repeat;
	height: 127px;
	width: 265px;
	display: block;
	left: 640px;
	position: absolute;
	top: 20px;
}

#langmenu {
	height: 17px;
	width: 50px;
	display: block;
	left: 691px;
	position: absolute;
	top: 0px;
}

#top_grad {
	background: repeat-x url(../images/body_top_grad.png);
	height: 337px;
}

#container { 
	border-right: 1px solid #23272d;
	border-bottom: 1px solid #23272d;
	border-left: 1px solid #23272d;
}

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

#pageHeader h1 {
	text-shadow: 2px 2px 2px #777777;
}

#pageHeader h2 {
	color: #111111;
	text-shadow: 2px 2px 2px #777777;
}

#sidebarContainer #sidebar {
	color: #1e537e;
}

#sidebarContainer .sideHeader {
	background: url(../images/side_head_bg.png) repeat-x left top;
}

#footer { 
	color: #adb3b9;
}

#footer a:link, #footer a:visited {
	color: #adb3b9;
}

#footer a:hover, #footer a:active {
	color: #adb3b9;
}

#breadcrumbcontainer {
	color: #c6c6c6;
}

#navcontainer {
	border-top-color: #b3b3b3;
}

#navcontainer #current {
	color: #ffffff;
	background: #525b64;
}

#navcontainer #current:hover {
	background: #eab41d;
	color: #ffffff;
}

#navcontainer .currentAncestor {
	color: #ffffff;
	background: #525b64;
}

/* Parent - Level 0 */

#navcontainer ul
{
	list-style: none;
}

#navcontainer li {
}

#navcontainer a{
	display: block;
	background: #ffffff;
	color: #33414f;
	text-decoration: none;
	border-bottom: 1px solid #ececec;
}

#navcontainer a:hover {
	background: #a17d20;
	color: #ffffff;
}

#navcontainer ul ul a {
	background: #fafafa;
}

#navcontainer ul ul #current{
	background: #d19a19;
}

#navcontainer ul ul .currentAncestor {
	background: #d19a19;
}

#navcontainer ul ul ul #current{
	background: #fafafa;
	color: #d19a19;
}

h1 {
	font-size: 1.6em;
	margin: 0 0 3px;
}

h2 {
	font-size: 1.4em;
	margin: 0 0 3px;
}

h3 {
	font-size: 1.2em;
	margin: 0 0 3px;
}

h4 {
	font-size: 1em;
	margin: 0 0 3px;
}

.blog-archive-month {
	text-shadow: 2px 2px 2px #082142;
}

.blog-entry-title a {
	color: #345483;
}

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

.blog-entry-category, .blog-entry-permalink {
	color: #304f7b;
}

.filesharing-description {
	margin-bottom: 10px;
}

.filesharing-item {
	border: 1px solid #e6e6e6;
	padding: 1px;
	margin-bottom: 10px;
}

.filesharing-item-title a:link {
	padding: 3px;
	margin-bottom: 5px;
	border-bottom-style: none;
}

.filesharing-item-description {
	font-size: 0.9em;
	padding-left: 3px;
	color: #808080;
}

.album-title {
	color: #2d73b7;
}

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

.photo-title {
	text-shadow: 2px 2px 2px #082142;
}

.photo-caption {
	color: #eaf3f8;
	text-shadow: 2px 2px 2px #082142;
}

.exif-data {
	color: #fff;
}

.movie-page-title {
	color: #2d73b7;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 5px;
}

.movie-page-description {
	margin-bottom: 10px;
}

.movie-thumbnail-frame {
	border: 1px solid #e6e6e6;
	padding: 1px;
	width: 132px;
	float: left;
	text-align: center;
	margin-right: 10px;
}

.movie-thumbnail-frame:hover {
	border: 1px solid #808080;
}


.movie-thumbnail-caption {
	font-size: 0.9em;
	color: #808080;

}

.movie-background {
	background: repeat url(../images/body_bg.png);
}

.movie-title {
	text-shadow: 2px 2px 2px #07326d;
}

blockquote.withquote {
  background: url(../images/quote.gif) no-repeat;
  background-position: top left;
  padding-left: 20px;
  text-align: justify;
	font-style: italic;
	font-size: 0.9em;
} 

p.withunquote {
  background: url(../images/unquote.gif) no-repeat;
  background-position:bottom right;
  padding-right:5px;
}

div.sitequote {
	width: 200px;
	display: block;
	left: 350px;
	position: relative;
}