/*
   NOTE to would-be theme hackers:
   Not all of the themes styles are listed in this master file.
   Changes made here may not be reflected in your site. 
*/

/* @group General Styles */

* {
	margin: 0;
}

html {
	height: 100%;
}

body {
	padding: 0;
	height: 100%;
	background-image: url(images/Verlauf.png);
	font-family: "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;	
	font-size: 95%;
	line-height: 1.5em;
	background-repeat: repeat-x;
	background-position: left top;
}

p {
	margin: 1em 0;
}

b, strong {


}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
}

.clearer {
	clear: both;
}

img, .imageStyle {
	border-style: none;
}

.image-right {
	float: right;
	margin: 0 0 10px 10px;
}

.image-left {
	float: left;
	margin: 0 10px 10px 0;
}

.image-left {
	float: left;
	margin: 0 10px 10px 0;
}

.image-right {
	float: right;
	margin: 0 0 10px 10px;
}
	
/* @end */

/* @group Layout */

.clearer {
	clear: both;
}

#container {
	width:  800px;
	text-align: center;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height plus the footer's margin */
}

.round {
	
}

#pageHeader {
	background: url(images/header-1.png) no-repeat;
	height: 245px;
	width: 800px;
	margin-top: 30px;
	margin-bottom: 40px;
}

#title img {
	position: relative;
	top: 10px;
}

#site_title, .photo-title, .album-title {
	font-size: 1.7em;
}

#site_slogan, .photo-caption {
	font-size: 1.0em;
}

#contentContainer {
	width: 750px;
	margin: 0 auto;
}

#content {
	position: relative;
	z-index: 2;
	text-align: left;
	margin: 0 0 0 240px;
	padding: 0;
}

#sidebarContainer {
	width: 220px;
	float: left;
	text-align: left;
	font-size: 0.9em;
	font-weight: normal;
	font-style: italic;
	padding: 0;
}


#sidebar {
	display: block;
	padding: 10px 20px 10px 20px;
	border: 1px solid;
}

#sidebar_title {
	font-size: 2.2em;
}

#sidebarContainer p{
	font-family:"Comic Sans MS", Georgia, Times
}


#logo {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#logo img {
	margin: 0 0 20px;
	padding: 0;
}

.push {
	height: 80px; /* .push must be the same height as #footer */
}

#footerContainer {
	text-align: center;
	height: 80px; /* .push must be the same height as #footer */
	margin: 20px 0 0;
	line-height: 40px;
	background: url(images/footer.png) repeat-x;
	font-size: 0.8em;
	font-weight: bold;
}

#footer a {
	text-decoration: none;
}

/* @end */

/* @group Bread-crumb */

#breadcrumb {
	font-size: 95%;
	margin: 10px auto;
	padding: 20px 0 0;
	text-align: left;
}

/* @end */

/* @group Toolbar */

/* @group toolbar_horizontal */

#toolbar_horizontal {
	background: url(images/navbar.png) repeat-x;
	margin: 0;
	width: 100%;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	padding: 0;
}
		
#toolbar_horizontal ul {
	list-style: none;
	padding: 0;
	position: relative;
	top: 0;
	line-height: 37px;
	height: 38px;
}

#toolbar_horizontal ul li {
	display: inline;
	line-height: 37px;
	height: 40px;
	padding: 0;
}

#toolbar_horizontal ul li a {
	text-decoration: none;
}

/* Child - Level 1 */

#toolbar_horizontal ul ul {
	display: none;
}

/* @end */

/* @group toolbar_vertical */

#toolbar_vertical {
	position: relative;
	top: 0;
	font-size: 0.9em;	
	margin: 10px 0;
}

#toolbar_vertical a {
	display: none;
	padding: 5px 0 2px 20px;
	height: 20px;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}

#toolbar_vertical .current {
	text-decoration: underline;
}

#toolbar_vertical .currentAncestor {
	text-decoration: underline;
}

/* Parent - Level 0 */

#toolbar_vertical ul {
	list-style: none;
	padding: 0;
}

#toolbar_vertical li {
	position: relative;
	padding: 0;
}

#toolbar_vertical ul li {
	display: inline;
}

/* Child - Level 1 */

#toolbar_vertical ul ul {
	padding: 10px 20px 20px 0;
	border: 1px solid;
}

#toolbar_vertical ul ul li {
	margin: 0 0 3px;
	padding: 0;
}

#toolbar_vertical ul ul li a {
	display: block;
}

#toolbar_vertical ul ul li a:hover {
	text-decoration: underline;
}

#toolbar_vertical ul ul .current {
	text-decoration: underline;
}

#toolbar_vertical ul ul li .currentAncestor {
	text-decoration: underline;
}

/* Child - Level 2 */

#toolbar_vertical ul ul ul {
	padding: 3px 0 0;
	border: none;
}

#toolbar_vertical ul ul ul li {
	padding: 2px 0 0;
}

#toolbar_vertical ul ul ul li a {
	padding: 0 0 0 40px;
}

/* Child Level 3 */

#toolbar_vertical ul ul ul ul li a {
	padding: 0 0 0 60px;
}

/* Child Level 4 */

#toolbar_vertical ul ul ul ul ul li a {
	padding: 0 0 0 80px;
}

/* Child Level 5 */

#toolbar_vertical ul ul ul ul ul ul li a {
	padding: 0 0 0 100px;
}

/* @end */

/* @group toolbar_footer */

#toolbar_footer {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#toolbar_footer a:link, #toolbar_footer a:visited {
	padding: 0 15px;
	text-decoration: none;
	text-align: center;
}

#toolbar_footer a:hover, #toolbar_footer a:active {
	text-decoration: underline;
}

/* Parent - Level 0 */

#toolbar_footer ul {
	list-style: none;
	padding: 0;
}

#toolbar_footer ul li {
	display: inline;
	text-align: center;
	padding: 0;
}

/* Child - Level 1 */

#toolbar_footer ul ul {
	display: none;
}

/* @end */

/* @end */

/* @group Global Classes */

blockquote, .standout {
	margin: 2px 0px 2px 0;
	padding: 0 20px;
	font-style: oblique;
	border: 1px solid;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1.0em;
}

.imageStyle {
}



/* Main content area unordered list styles, currently unstyled */
#contentContainer #content ul {

}

#contentContainer #content li {

}

ul.disc {

}

ul.circle {

}

ul.square {

}

ol.arabic-numbers {
}

ol.upper-alpha {
}

ol.lower-alpha {
}

ol.upper-roman {
}

ol.lower-roman {
}

/* Sidebar area unordered list styles, currently unstyled */
#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}


/* Table Styles, currently unstyled */
table {
}

tr {
	
}

td {
	
}
/* @end */

/* @group File Sharing */

.filesharing-description {
	text-align: left;
	font-weight: bold;
	margin: 0 0 20px;
}

.filesharing-item {
	margin: 10px 0;
	padding: 5px;
	font-size: 1.2em;
	}

.filesharing-item-description {
	font-size: 0.8em;
}

/* @end */

/* @group Blog */

/* @group plugin_sidebar */

#plugin_sidebar {
	margin: 0 0 10px;
	line-height: 15px;
}

/* @group Blog Entry Tags */

.blog-entry-tags {
	background: url(images/tag_black.gif) no-repeat;
	padding: 0 0 0 17px;
}

/* @end */

/* @group Tag Cloud */

ul.blog-tag-cloud {
	text-align: justify;
	padding: 10px 0;
	margin:  10px 0;
	width: 177px;
	padding: 10px 20px 10px 20px;
	border: 1px solid #333333;
}

ul.blog-tag-cloud li {
	display: inline;
	padding: 0 5px 0 0;
}

.blog-tag-size-1 {	
	font-size: 0.8em;
}

.blog-tag-size-2 {	
	font-size: 0.85em;
}

.blog-tag-size-3 {	
	font-size: 0.9em;
}

.blog-tag-size-4 {	
	font-size: 0.95em;
}

.blog-tag-size-5 {	
	font-size: 1em;
}

.blog-tag-size-6 {	
	font-size: 1.05em;
}

.blog-tag-size-7 {	
	font-size: 1.1em;
}

.blog-tag-size-8 {	
	font-size: 1.15em;
}

.blog-tag-size-9 {	
	font-size: 1.2em;
}

.blog-tag-size-10 {	
	font-size: 1.25em;
}

.blog-tag-size-11 {	
	font-size: 1.3em;
}

.blog-tag-size-12 {	
	font-size: 1.35em;
}

.blog-tag-size-13 {
	font-size: 1.4em;
}

.blog-tag-size-14 {	
	font-size: 1.45em;
}

.blog-tag-size-15 {
	font-size: 1.5em;
}

.blog-tag-size-16 {	
	font-size: 1.55em;
}

.blog-tag-size-17 {	
	font-size: 1.6em;
}

.blog-tag-size-18 {	
	font-size: 1.65em;
}

.blog-tag-size-19 {
	font-size: 1.7em;
}

.blog-tag-size-20 {	
	font-size: 1.75em;
}

/* @end */

/* Styles the blog categories in the blog sidebar */

#blog-categories {
	text-align: left;
	margin: 10px 0;
	width: 177px;
	padding: 10px 20px 10px 20px;
	border: 1px solid #333333;
}

.blog-category-link-enabled {
	background: url(images/cat.png) no-repeat;
	padding: 0 0 0 17px;
}

.blog-category-link-disabled {
	background: url(images/cat.png) no-repeat;
	padding: 0 0 0 17px;
}

/* styles the archives in the blog sidebar */

#blog-archives {
	text-align: left;
	margin: 10px 0;
	width: 177px;
	padding: 10px 20px 10px 20px;
	border: 1px solid #333333;
}

.blog-archive-link-enabled {
	background: url(images/date.png) no-repeat;
	padding: 0 0 0 17px;
}

.blog-archive-link-enabled:link, .blog-archive-link-enabled:visited {
	background-repeat: no-repeat;
}

.blog-archive-link-enabled:hover {
	background-repeat: no-repeat;
}

.blog-archive-link-disabled {
	background: url(images/date.png) no-repeat;
	padding: 0 0 0 17px;
}

/* Styles the blog RSS feeds in the blog sidebar */

#blog-rss-feeds {
	text-align: left;
	margin: 10px 0 0;
	width: 177px;
	padding: 10px 20px 10px 20px;
	border: 1px solid #333333;
}

.blog-rss-link {
	background: url(images/rss.png) no-repeat;
	padding: 0 0 0 17px;
}

.blog-comments-rss-link {
	background: url(images/rss.png) no-repeat;
	padding: 0 0 0 17px;
}

.blog-comments-rss-link:hover {
	float: left;
}



/* @end */

/* @group entry */

.blog-entry-tags {
	font-size: 0.8em;
}

.blog-entry-tags a {
}

.blog-entry {
	margin: 0 0 20px;
}

.blog-entry-title {
	padding: 0;
	text-decoration: none;
	font: normal 2.2em/1.5em Helvetica, sans-serif;
	margin: 0;
}

.blog-entry-title a {
	text-decoration: none;
}

.blog-entry-title a:hover, .blog-entry-title a:active {
	text-decoration: underline;
}

.blog-entry-date {
	background: url(images/date.png) no-repeat;
	line-height: 15px;
	margin: 0 0 10px;
	text-indent: 17px;
	font-size: 0.9em;
}

.blog-entry-summary {
	margin: 10px;
}

.blog-entry-comments {
	margin: 15px 0 5px;
	z-index: 2;
	font-size: 0.9em;
}

.blog-entry-category {
	line-height: 15px;
	background: url(images/cat.png) no-repeat;
	padding: 0 0 0 17px;
	margin: 0 4px 0 10px;
}

.blog-entry-permalink {
	line-height: 15px;
	background: url(images/permalink.gif) no-repeat 0 3px;
	padding: 0 0 0 20px;
	margin: 0 0 0 16px;
}

.blog-read-more {
	background: url(images/readmore.gif) no-repeat 0 1px;
	padding: 0 0 0 20px;
	margin: 0 0 0 16px;
}

.blog-entry-comments-inline {
	border: solid 1px;
}

/* @end */

/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
	margin: 0 0 3px;
}

.album-description {
	margin: 20px 0;
}

.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	display: block;
	margin: 20px auto 65px;
	border: none;
	padding: 8px;
}

.thumbnail-table {
	width: 70%;
}

.thumbnail-frame a:hover img {
	margin: auto;
}

/* @end */

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

.photo-background {
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

.photo-navigation {
	background: transparent;
	text-align: center;
	margin: 0;
}

.photo-navigation p {
	
}

.photo-links {
	padding: 0;
}

.photo-navigation a:link, .photo-navigation a:visited {
	padding: 0;
}

.photo-frame {
	text-align: center;
	margin: 0 auto;
}

.photo-title {
	margin: 5px auto;
}

.photo-caption {
	padding: 0;
	font-size: 1.2em;
	text-align: center;
}

#flashcontent {
	text-align: center;
}

/* @end */

/* @end */

/* @group Quicktime Page */

.movie-frame {
	text-align: center;
}

.movie-description {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
	margin: 0 0 5px;
	font-size: 2.0em;
}

.movie-page-description {
	font-size: 0.9em;
	margin: 0 0 15px;
	padding: 0 0 10px;
}

.movie-thumbnail-frame {
	width: 132px;
	height: 132px;
	float: left;
	position: relative;
	margin: 0 10px 10px 0;
	border: 1px solid;
	text-align: center;
	padding: 2px;
}

/* @end */

/* @group Single Page (Movie View) */

.movie-background {
	margin: 10px;
}

.movie-title {
	font-size: 2.0em;
}

.movie-frame {
	margin: 0 0 10px;
}
	
/* @end */


/* @end */

/* @group Contact Form */

.message-text {
	
}

form {
	
}

.required-text {
	
}

.form-input-field {
	width: 75%;
}

.form-input-button {
	
}

cite {
	font-size: 0.75em;
	color:#420055;
	font-style: normal;
}

/* @end */

