
/* TEMPLATE SPECIFIC LAYOUT */

.page-template-gallery-php #nav li.current_page_item,
.page-template-gallery-php #nav li.current_page_ancestor,
.page-template-gallery-php .entry-content {
	background: url(images/black.gif) repeat-y;
	margin-right: 0px;
}
.page-template-gallery-php .entry-title {
	display: none;
}



/* LAYOUT */

.content_lift_12 .entry-content {
	margin-top: -13px !important; /* the missing 2 pixels are in the padding of #container and #content to prevent margin collapsing */
}
.skip-link {
	display: none;
}
#nav {
	height: 24px;
	margin: 0px;
	margin-top: 2px;
	padding: 0px;
	list-style: none;
}
#nav a {
	display: block;
	width: 155px;
	height: 20px;
	margin: 0px;
	padding-top: 4px;
	padding-left: 8px;
	border-left: 1px solid black;
	font-family: 'PlexesProBook';
}
#nav li {
	height: 67px;
	margin: 0px;
	float: left;
}
#nav .page_item ul {
	display: none !important;
	visibility: hidden !important;
}
#nav .page-item-2, /* hide the about (id=2) */
#nav .page-item-80, /* hide the homepage (id=80) */
#nav .page-item-238, /* hide the blog (id=238) */
#nav .page-item-247 { /* hide the imprint (id=247) */
	display: none !important;
	visibility: hidden !important;
}
.submenu {
	width: 163px;
	margin-left: -163px;
}
.submenu,
.submenu ul{
	list-style: none;
}
.submenu ul {
	margin:0px;
	margin-top: 1px;
	margin-bottom: 23px;
	padding-bottom: 1px; /* to prevent the <a>s margin-bottom from collapsing */
	display: none !important;
	visibility: hidden !important;
}
.submenu .current_page_parent ul {
	display: block !important;
	visibility: visible !important;
}
.submenu_compact .page_item ul {
	display: none !important;
	visibility: hidden !important;
}
.submenu a {
	display: block;
	padding-bottom: 3px;
	padding-top: 4px;
	padding-left: 8px;
	padding-right: 8px;
}
.submenu li {
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 1px;
}

.submenu li li {
	margin-left: 0px;
	margin-right: 0px;
}
.submenu li li a {
	padding-left: 16px;
}
.submenu_compact a {
	padding-left: 16px;
}
.submenu_right li {
	margin-right: 0px;
}
.submenu_right a {
	padding-right: 16px;
}
.header_image {
	float: right;
}
.header_image_the_image,
.header_image_overlay {
	width: 655px;
	height: 192px;
	margin-bottom: 4px;
	overflow: hidden;
}
.header_image_overlay {
	margin-top: -196px;
}
.entry-content {
	width: 328px; /* 2x164 */
	min-height: 192px;
	float: right;
	margin-left: -1px;
	margin-right: 164px;
	margin-bottom: 32px;
}
.entry-content>* {
	margin: 8px;
}
.meta {
	width: 163px;
	float: right;
	border-right: 1px solid #666;
}
.meta>* {
	margin: 0px;
	margin-right: 8px;
}
.meta .h {
	margin-right: 9px;
}
.meta ul {
	list-style: none;
}
.meta .top {
	width: 3px;
	height: 1px;
	margin: 0px;
	margin-left: auto;
	margin-bottom: 4px;
}
.meta .separator {
	width: 7px;
	height: 1px;
	margin-top: 7px;
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: 5px;
}
.meta .bottom {
	width: 3px;
	height: 1px;
	margin: 0px;
	margin-left: auto;
	margin-top: 4px;
}
.gallery_item {
	width: 163px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 1px;
	margin-right: 0px;
	float: left;
}
.gallery_item .gallery_heading {
	width: 148px;
	height: 32px;
	margin: 6px;
	margin-top: 7px; /* missing pixel: .gallery_item a */
	margin-bottom: 8px;
}
.gallery_item .gallery_text {
	margin: 6px;
	margin-top: 0px;
	margin-bottom: 15px; /* missing pixel: .gallery_item a */
}
.gallery_item div.gallery_image {
	width: 150px;
	height: 80px;
	overflow: hidden;
	margin: 6px;
	margin-top: 0px;
	margin-bottom: 8px;
}
.gallery_item a {
	display: block;
	height: 230px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#page-top {
	top: 20px;
	position: absolute;
	width: 164px;
	left: 820px;
	z-index: 2;
}
#blog {
	position: absolute;
	left: 820px;
	top: 227px;
	z-index: 2;
	width: 164px;
}
a#blog_link {
	display: block;
	width: 144px;
	margin-bottom: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
}




/* COLORS & BACKGROUNDS */

body { 
	background: url(images/bg1.png);
}
p {
	color: #333;
}
.header_image_the_image,
.header_image_overlay {
	background: #eee;
}
div.header_image_overlay {
	background: transparent url(images/bg1.png);
}
#nav a,
.submenu a {
	color: black;
	background: transparent;
}
.msie #nav a,
.msie .submenu a {
	background: white;
}
#nav a:hover,
#nav li.current_page_item>a, 
#nav li.current_page_ancestor>a, 
.submenu a:hover,
.submenu li.current_page_item>a {
	background: #ff6;
}
.submenu li.current_page_item>a,
.submenu_compact li.current_page_item>a {
	background-image: url(images/submenu-arrow-left.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.submenu_right li.current_page_item>a {
	background-image: url(images/submenu-arrow-right.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
.gallery_item a {
	color: black;
	text-decoration: none;
}
.gallery_item a:hover {
	color: white;
	background: black;
}
.gallery_item div.gallery_image {
	background: #000;
}
.gallery_item a:hover div.gallery_image {
	background: #fff;
}
.meta .separator,
.meta .top,
.meta .bottom {
	background: #666;
}
a#blog_link {
	background: transparent;
}
a#blog_link {
    color: #333;
}
a.activities_cat_link:hover,
a#blog_link:hover {
	background-color: #ff6;
}

/* TYPOGRAPHY */

.meta {
	text-align: right;
	font-size: .9em;
}
.meta .h {
    font-family: 'PlexesProBlackItalic';
}
#nav a {
	font-size: 16px;
	text-decoration: none;
}
.submenu a {
	font-size: 1.2em;
	text-decoration: none;
	font-family: 'PlexesProMedium';
}
#nav a,
.submenu li li a {
	color: #333;
}
.submenu_right a {
	text-align: right;
}
.gallery_item .gallery_heading {
	font-size: 12px;
	font-weight: bold;
}
.gallery_item .gallery_text {
	font-style: italic;
}
a.activities_cat_link,
a#blog_link {
	font-size: 16px;
	text-decoration: none;
	font-family: 'PlexesProBook';
}
