/*
Author Name     : vektorrausch GmbH
Author Site     : http://www.vektorrausch.de
Style Name      : PalmaPix
Style URI       : http://www.palmapix.com
Version         : 1.1, 17.03.2010
Comments        : 2-Spalter, basierend auf K2 1.0 RC8
*/


/* Struktur
***********************************************************************************************/

body {
	font-size:75%;
	font-family: Arial, Helvetica, Verdana, sans-serif; /* Standardschrift auf 12px */
	text-align: left;
	background: #fff url(bg-ringe.png) no-repeat right top;
	color: #444;
}

.columns-two #page {
	margin:0;
	padding:0;
	width:950px;
	border:none;
	background:none;
}

body.columns-two #primary-wrapper {
	float:right;
	margin-right: 0;
	width:700px;
}

body.columns-two #primary {
	width:100%;
	margin-right:0;
	padding:0;
}

body.columns-two .secondary {
	float:left;
	width:170px;
	margin:0 0 0 30px;
	padding:0;
}

#sidebar-1 {
	margin-top: 280px;
}

#header {
	height:90px;
	background:none;
	overflow:visible;
}

.blog-title a {
	position:absolute;
	top:25px;
	left:30px;
	z-index: 10;
	display:block;
	width:400px;
	height:48px;
	padding:0;
	background:url(palmapix-logo.png) no-repeat left top;
}

.content {
	padding:0;
}

#dynamic-content {
	padding-top:10px;
}

.entry-content ul.list2 li,
.entry-content ul.list  li {
	display: block;
	list-style: none;
	background:url(list.gif) no-repeat left 70%;
	padding: 5px 0 0 20px !important;
}

.entry-content ul.list {
	display: block;
	float: left;
	padding: 0;
	margin-top: 0;
}

.entry-content ul.list2 {
	float: left;
	margin-top:0;
}

.entry-meta {
	color: #777;
}

.entry-head .entry-meta {
	background: none;
	padding-left: 0;
}

body.page-slug-photostock .entry-content p {
	clear: left;
}

#footer {
	position: absolute;
	top: 700px;
	left: 30px;
	text-align:left;
	font-size: 90%;
}


/* Fonts
***********************************************************************************************/

h2, h3, h4,.secondary h4 {
	font:100% normal Arial, Helvetica, Verdana, sans-serif;
	text-transform:lowercase;
	text-align:left;
	color:#333;
	letter-spacing:0 !important;
}

.secondary h4 { font-size:120%; }

.entry-content {
	font-size:100%;
	line-height:130%;
	text-align:left;
	color:#222;
}


/* Links
***********************************************************************************************/

a:link, a:visited {
 	color:#ed6e00;
 	text-decoration:none;
}

a:hover, a:focus {
 	color:#ed6e00;
 	text-decoration:none;
}

#footer a:link, #footer a:visited {
	font-weight:normal;
	color:#cfcfcf;
	text-decoration:none;
	border-bottom:none;
}

#footer a:hover, #footer a:focus {
	text-decoration:underline;
}

h2 a:link, h2 a:visited,
h3 a:link, h3 a:visited {
	font-size: 24px;
	color:#444;
	font-weight:normal;
	text-decoration:none;
}

h2 a:hover, h2 a:focus, h2 span a:hover,
h3 a:hover, h3 a:focus {
	color:#ed6e00 !important;
}

.entry-content a:visited {
	color:#bb4411;
}

.entry-content a.gallery-link {
	float: right;

	padding-right: 25px;
	background: url(gallery-link.gif) no-repeat right center;
}

body.page-slug-home .entry-content a.gallery-link {
	margin-top: -15px;
}

/* Hauptmenue
***********************************************************************************************/

ul.menu {
	top:60px;
	left:10px;
	display:block;
	height:auto;
	width:135px;
	padding:0;
}

ul.menu li, ul.menu li a {
	display:block;
	height:30px;
	width:135px;
	margin-bottom:5px;
	padding:0;
	font-size:0;
	color:#fff !important;
}

ul.menu li a:link, ul.menu li a:visited {
	background-position:left top;
	background-repeat:no-repeat;
}

ul.menu li.current_page_item a, ul.menu li.current_page_ancestor a {
	background-position:left bottom;
}

ul.menu li.page-item-4 { display:none; } /* Home */
ul.menu li.page-item-8 a, ul.menu li.page-item-8 a:hover { background-image:url(nav-whoweare.png); } /* Who we are */
ul.menu li.page-item-61 a, ul.menu li.page-item-61 a:hover { background-image:url(nav-blog.png); } /* Blog */
ul.menu li.page-item-6 a, ul.menu li.page-item-6 a:hover { background-image:url(nav-gallery.png); } /* Gallery */
ul.menu li.page-item-29 a, ul.menu li.page-item-29 a:hover { background-image:url(nav-portfolio.png); } /* Portfolio */
ul.menu li.page-item-31 a, ul.menu li.page-item-31 a:hover { background-image:url(nav-photostock.png); } /* Photostock */
ul.menu li.page-item-12 a, ul.menu li.page-item-12 a:hover { background-image:url(nav-references.png); } /* References */
ul.menu li.page-item-10 a, ul.menu li.page-item-10 a:hover { background-image:url(nav-contact.png); } /* Contact */

ul.menu li a:hover, ul.menu li a:focus {
	background-color:transparent;
	background-position:left bottom;
}

ul.menu li.admintab {} /* Site Admin */

/* Untermenue */

ul#level2 {
	position:relative;
	padding-left:0;
}

ul#level2 li, ul#level3 li {
	list-style:none;
	display:inline;
	margin-right:15px;
}

ul#level2 li a:link, ul#level2 li a:visited {
	text-transform:lowercase;
	color:#ddd;
	font-size:120%;
}

ul#level2 li a:hover, ul#level2 li a:focus, ul#level2 li a#level2current, ul#level2 li a#level2highlight,
ul#level3 li#level3active a {
	color:#555;
	text-decoration:none;
}

ul#level3 {
	position:absolute;
	top:-32px;
	right:150px;
	border-bottom:1px dotted #ddd;
	padding:0;
	font-size:90%;
}

ul#level2 li {
	list-style:none;
	display:inline;
	margin:0 7px;
}

/* Formulare
***********************************************************************************************/
div.ddfmwrap { width:370px !important; }

div.ddfmwrap form.ddfm { padding:15px 0; }
form.ddfm p.fieldwrap label { width:6em; text-align:left; font-weight:normal; color:#222; }

input, textarea { background:transparent; border:1px solid #ccc; }
input:hover, textarea:hover { background:transparent; border:1px solid #ed6e00; }

div.submit input { margin-right:40px; background:#ddd; }
div.submit input:hover { color:#fff; background:#ed6e00; cursor:pointer; }

span.required,
form.ddfm span.required {
	color: #ed6e00 !important;
}

div.fmhalfblock {
	padding-left: 84px !important;
}

/* Bilder
***********************************************************************************************/
a[rel~="attachment"] img,
.gallery a img,
.wp-caption {
	background-color: #eee;
	border: 2px solid #eee;
	padding: 2px;
}

a[rel~="attachment"] img:hover,
.gallery a img:hover,
.wp-caption:hover {
	padding: 2px;
	border: 2px solid #eee;
}


/* NextGen Gallery
***********************************************************************************************/

div.slideshowlink {
	position:absolute;
	top:-40px;
	right:0;
	z-index:50;
	text-align:right;
}

div.slideshowlink a strong {
	display:block;
	height:14px;
	width:21px;
	background:url(gallery.gif) no-repeat right center;
}

div.slideshowlink a span {
	display:block;
	height:14px;
	width:21px;
	background:url(diashow.gif) no-repeat right center;
}

div.ngg-galleryoverview {
	position:relative;
	display:block;
	width:100%;
}

div.ngg-gallery-thumbnail-box { float:left; margin:0; } /* Thumb-Wrapper */
div.ngg-gallery-thumbnail { margin:0; }

div.ngg-gallery-thumbnail a img { margin:4px; }
div.ngg-gallery-thumbnail a:hover img { margin:2px; border:2px solid #222 }

div.ngg-clear {
	clear:both;
	display:block;
	height:1px;
	width:100%;
}

div.ngg-navigation {
	clear:both;
	display:block;
}


/* Who we are - Seite
***********************************************************************************************/

body.page-slug-who-we-are .entry-content img {
	position: absolute;
	top: 157px;
	left: 200px;
}

body.page-slug-who-we-are .entry-content span {
	position: absolute;
	top: 234px;
	left: 260px;
	width: 205px;
	font-size: 90%;
}

body.page-slug-who-we-are .entry-content p.address {
	margin-top: 50px;
}


/* Ausblenden von Elementen
***********************************************************************************************/

.blog-title a span, p.description,
h1.entry-title, div.page-head h2,
.meta-start, div.entry-author, div.entry-date .meta-prep, .commentslink,
p.footerstyledwith, p.footerpoweredby, p.footerfeedlinks, p.footerstats {
	position: absolute;
	left: -10000px;
	top: -10000px;
}