/*
	Style Name	: pb6
	
*/


body.columns-three #primary {
	margin-left: 195px;
}

body.columns-three #sidebar-1 {
	left: -520px;
	margin-left: -195px;
}

.invisible {
	visibility: hidden;
	}


#page {
	/* The entire design is contained within the 'page' id */
	background: none;
	border: none;
	padding: 0px 0 10px;
	}
	
#header {
	background: none;
	height: 288px;
}

#header a:link {
	border-bottom: none;
}

.blog-title { /* H1 is the title in the header */	
	margin: 0;
	padding: 0;
	position: absolute;
	left: 144px;
	top: 144px;
	z-index: 25;
}
	
ul.menu {
	top: 0px;
	left: 205px;
	background: #339900;
	width: 480px;
	height: 23px;
}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #333 !important;
	background: #ddd;
	text-decoration: none;
}

ul.menu li a {
	border: none;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
}
	
.primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	padding-bottom:40px;
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	}
	
	

#footer {
	text-align: right;
	width: 200px;
	position: absolute;
	top: 2000px;
	left: 0px;
}

body {
	background: white;
}

#sidebar-alt {
	top: 200px;
}

#sidebar-1 {
	top: 200px;
}

#sidebar-2 {
	left: 34px;
}

#upside {
	position: absolute;
	visibility: visible;
	z-index: 0;
	background-image: url(upside.jpg);
	background-repeat: no-repeat;
	height: 640px;
	width: 480px;
	left: -240px;
	top: -196px;
}

#homeAbout {
	position: absolute;
	top: 800px;
}

#homeAccordion {
	position: absolute;
	top: 144px;
}


.deu, .eng {
	position: absolute;
	width: 480px;
}

a:link {
	color: #339900;
	border-bottom: 1px dotted #339900;
}

a:hover {
	border: none;
	text-decoration: none;
}

#workbar {
	line-height: 18px;
}

#workbar h3 {
	font-size: 10px;
	letter-spacing:  0.1em;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
}

#workbar p {
	font-size: 9px;
	margin: 0px;
	padding-left: 9px;
	padding-bottom: 9px;
	color: #666666;
}

#workbar a {
	color: #339900;
	margin: 0px;
}


.person {
	font-weight: bold;
}

.place {
	font-size:  9px;
	letter-spacing:  .2em;
	text-transform: uppercase;
}

.sc {
	font-size:  9px;
	letter-spacing:  .2em;
	text-transform: uppercase;
}

.piece {
	font-style: italic;
}


div.row {
  clear: both;
  }

div.row span.left {
  float: left;
  text-align: right;
  width: 40%
  }

div.row span.right {
  float: right;
  text-align: left;
  width:60%
  }
  
 div.row h3 {
  float: right;
  text-align: left;
  width:60%;
  padding-bottom:1px
}

#accordion {
	width: 482px;	
}

#accordion h3 {
	font-size: 1em;
}

#accordion div {
	height: 307px;;
}

#accordion img, #accordion object {
	position: absolute;
	left: 0px;
	top: 0px;
	padding-left: 0px;
	margin-left: 0px;
	z-index:0;
}

#accordion .accordion-info {
	font-style: italic;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
	background-color: black;
	color: white;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 20px;
	width: 450px;
	margin: 0px;
	padding: 0px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index:10;	
	opacity: 0.5;
}
/*
#accordion .accordion-info a:link {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: white;
	opacity: 1.0;
	padding-left: 100px;	
}
*/

