/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements.  See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License.  You may obtain a copy of the License at
*
*     http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

/* page */

@import url("news.css");

* {
    padding: 0px;
    margin: 0px;
}

/* body */

body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 80%;
  background: #fff url(/clusterconsult/live/images/body-bg.gif) 0% 0% repeat-y;
}

#main {
	display: block;
  margin-left: 310px;
}

#main a {
	color: #a1004b;
	text-decoration: none;
	border-bottom: 1px solid;
}

#main a:hover {
	background: #a1004b;
	color: #fff;
}

h2 { font-size: 120%; display: none; }

h3 { font-size: 100%; }

p {
	margin: .3em 0 1.2em 0;
	line-height: 150%;
}

#body p, #body li {
	padding-right: 40px;
	max-width: 650px;
}

#body ul {
	list-style-type: none;
}

#body ul li {
  background: url(/clusterconsult/live/images/list-bg.gif) 0px 5px no-repeat;
  padding-left: 23px;
  margin: 4px 0 10px 0;
  line-height: 150%;
 }

#quote {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 400px;
	background: url(/clusterconsult/live/images/quote-down.gif) bottom left no-repeat;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 120%;
	white-space: nowrap;
	letter-spacing: 1px;
	color: #999;
	padding: 25px 10px 0 0;
	height: 140px;
}

#quote.js{
	background: transparent;
}

#hide_img{
	display: none;
}

#quote blockquote {
	background: url(/clusterconsult/live/images/quote-down.gif) 230px 0px no-repeat;
}

#quote .indent {
	display: block;
	margin-left: 35px;
}

#quote .src {
	width: 200px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 70%;
	text-align: center;
	position: relative;
	top: -25px;
	left: 150px;
}

#quote img {
	position: absolute;
	top: 25px;
	left: 0px;
}


/* header */

h1{
	display: none;
}

#news h1{
	display: block;
}

#title{
	display: block;
	padding: 33px 0 15px 0;
	background: #fff;
}


#title a{
	display: block;
	width: 340px;
	height: 0px !important;
	padding-top: 120px;
	background: #fff url(/clusterconsult/live/images/logo.jpg) 0px 0px no-repeat;
	text-indent: -10000px;
}

#jump{
	display: block;
	height: 0px !important;
	text-indent: -10000px;
}

/* left column */

#left{
	width: 260px;
	float: left;
	background: #e8e8e8 url(/clusterconsult/live/images/body-bg.gif) 0% 0% repeat-y;
}

#left ul {
  list-style-type: none;
}

#languageselector {
  margin: 30px 55px 0 0;
}

#languageselector ul li {
  display: inline;
  float: right;
  margin: 0 0 0 5px;
}

#languageselector a img {
  border: none;
  padding: 1px;
  border: 2px solid #fff;
  vertical-align: middle;
}

#menu a, #languageselector a {
	text-decoration: none;
}

#languageselector a:hover {
	text-decoration: none;
}

#languageselector a.lenya-language-isCurrent {
	font-weight:bold;
}

#languageselector a.lenya-language-isCurrent img {
	border-color: #fff;
}

#languageselector a.lenya-language-isUnavailable {
  color: #aaa;
	opacity: 0.5;
}

#menu{
	background: transparent url(/clusterconsult/live/images/menu-bg-top.gif) 0px 0px no-repeat;	
	padding-top: 20px;
}

#menu li a{
	display: block;
	color: #000;
	font-size: 120%;
	text-align: right;
	padding: 15px 30px 20px 0;
	margin-right: 25px;
	height: 15px;
	background: #ccc url(/clusterconsult/live/images/menu-bg.gif) bottom left repeat-x;
}

#menu li.selected a, #menu li a:hover{
	margin: 0;
	padding-right: 55px;
	background: #bbb url(/clusterconsult/live/images/menu-bg.gif) top right no-repeat;
}

#menu li.selected a{
	background: #f90 url(/clusterconsult/live/images/menu-selected-bg.gif) top right no-repeat;
}

#menu ul ul li a{
	color: #444;
	font-size: 100%;
	text-align: right;
	padding: 10px 30px 10px 0;
	margin-right: 25px;
	background: transparent;
}

#menu ul ul li a:hover, #menu ul ul li.selected a{
	color: #000;
	margin-right: 19px;
	padding: 10px 36px 10px 0;
	background: transparent url(/clusterconsult/live/images/menu-sub-bg.gif) center right no-repeat;
}

#menu ul ul li.selected a{
	font-weight: bold;
}
  
#contact{
	font-size: 80%;
	width: 235px;
	margin-top: 90px;
	padding: 8px 0 15px 0;
	background: #f4f4f4;
	color: #444;
	text-align: right;
}

#contact div {
	margin-right: 28px !important;
}

#contact .org{
	font-weight: bold;
}

#contact a.email{
	text-decoration: none;
}

#contact a, #contact a.email:hover{
	text-decoration: underline;
	color: #444;
}

h2, h3 {
    font-size: 120%;
    font-weight: normal;
    color: #fff;
    background: #a1004b url(/clusterconsult/live/images/headline-bg.gif) top left no-repeat;
    margin: 30px 0 30px -15px;
    padding: 5px 15px;
    height: 17px;
}

#vitae_box{
	float: right;
	text-align: center;
	width: 120px;	
	margin: 0 20px 10px 10px;
}

#photo_vitae{
	margin-bottom: 10px;
	border: 1px solid #888;
	padding: 3px;
	background: #fff;
}

a#xing_link, a#xing_link:hover{
	display: block;
	width: 118px;
	height: 0px !important;
	padding-top: 23px;
	text-indent: -10000px;
	background: transparent url(http://www.xing.com/img/buttons/4_de_btn.gif) 0px 0px;
	border-width: 0px;
	text-decoration: none;
}

.asset { 
    display: block;
    color: #000;
    margin: 10px 10px 10px 5px;
    font-size: small;
}

.asset img {
    vertical-align: middle;
}

/* Broken Internal Links in Authoring area */
a.brokenlink {
    background-color: yellow;
    border: 1px dashed #000000;
    text-decoration: none;
}


.newsItem h2 { display: block; }

#body .newsItem h2 {  margin-bottom: 40px; }

.newsItem h2 span { display: block; }

.newsItem p {
  margin-top: 0.7em;
}