/* CSS Document */

body {
	margin: auto;
	padding: 50px 200px;
	font-family:"trebuchet ms",sans-serif;
}
h1 {
	color: #666666;
}
hr {
	float: left;
	width: 500px;
	border-style:none none dotted;
}
a, a:visited {
	text-decoration: underline;
}
a, a:visited, a:hover {
	color: #555555;
}
a:hover {
	text-decoration: underline;
}

/*BEGIN MENUE STYLE*/

.top {
	background-image: url(/static/images/bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
	text-indent: 20px;
}

.top_menu:link, .top_menu:visited, .top_menu_current:link, .top_menu_current:visited {
	padding: 0 10px;
	color: #333333;
	text-decoration: none;
}
.top_menu_current:link, .top_menu_current:visited {
	color: #FFFFFF;
	background-color: #000000;
}
.top_menu:hover, .top_sub_menu:hover {
	background-color: #FF0000;
	color: #FFFFFF;
}

.sub_menu_bar {
	background-color: #000000;
	width: 700px;
	position: absolute;
	z-index: 1;
	padding-top: 3px;
	font-size: 14px;
	text-indent: 10px;
}

.top_sub_menu:link, .top_sub_menu:visited, .top_sub_menu_current:link, .top_sub_menu_current:visited {
	padding: 0 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 3px;
}

.top_sub_menu_current:link, .top_sub_menu_current:visited {
	color: #000000;
	background-color: #FFFFFF;
}

/*END MENUE STYLE*/
.error, .message {
	padding-top: 10px;
	display: block;
}
.error {
	color: red;
}
.message {
	color: green;
}

.content {
	float: left;
	width: 85%;
	background-color: #FFFFFF;
	padding-left: 20px;
	font-size: 12px;
	margin-top: 20px;
	line-height: 20px;
	letter-spacing: 1px;
}
.footer {
	clear: both;
	text-align: right;
	font-size: 10px;
	padding-top: 100px;
}
.nav {
	width: 600px;
	text-align: right;
}
.blog_nav {
	font-size: 11px;
	font-weight: bold;
	height: 24px;
	line-height: normal;
}
.nav a {
	padding: 5px;
}
.nav a:hover {
	background-color: #FF0000;
	color: #FFFFFF;
	text-decoration: none;
}
.comment, .comment_alt {
	padding: 10px;
	line-height: 18px;
	margin: 10px;
}
.comment {
	background-color: #CCCCCC;
}

/*Style for the Gallery*/

.album_cover {
	width: 155px;
	float: left;
}
.album_description {
	width: 65%;
	float: left;
}
.gallery_image {
	width: 175px;
	height: 175px;
	float: left;
}
