/*
Theme Name: aquarius 
Theme URI: 
Description: Theme for aquarius
Version: 1.0
Author: 24 bytes - fast moving IT
Author URI: http://www.24bytes.de
*/

.clear {
	clear: both;
}

/* 
 * Reset
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { 
	border: none; 
}


/* 
 * Body
 */
html, body { 
	height: 100%;
}

body { 
	font-family: Arial, Tahoma, Verdana; 
	font-size: 12px; 
	background-color: #FFF; 
	color: #222;
}

strong {
	font-weight: bold;
}

p {
	line-height: 20px;
	margin: 1.12em 0;
}

a, a:visited {
	text-decoration: none;
	color: #104D7A;
}

a:hover {
	text-decoration: underline;
}

/* 
 * Wrapper 
 */
#wrapper {
	width: 973px;
	margin: 0 auto;
}

/* 
 * Header 
 */
#header {
	height: 150px;
	background: url(images/header-bg.png);
	background-position: top left; 
	background-repeat: repeat-x; 
}

#header #top-nav {
	padding-top: 14px;
	height: 14px;
	color: #7094af;
	font-size: 12px;
	font-weight: bold;
}

#header #top-nav  a, #header #top-nav  a:visited {
	color: #7094af;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none; 
}

#header #top-nav ul  { 
	margin-right: 21px;
}

#header #top-nav ul li { 
	float: right;
	margin-left: 5px;
}

#header #top-nav ul li.flag_separator { 
	margin-right: -5px;
}

#header #top-nav .de {
	width: 24px;
	height: 14px;
    border: none;
    background: url('images/flag-de.png');
	background-position: top left;
	background-repeat: no-repeat; 
	cursor:pointer;
	margin-right: 5px;
}

#header #top-nav .en {
	width: 24px;
	height: 14px;
    border: none;
    background: url('images/flag-en.png');
	background-position: top left;
	background-repeat: no-repeat; 
	cursor:pointer;
	margin-right: 5px;
}

#header #top-nav .cn {
	width: 24px;
	height: 14px;
    border: none;
    background: url('images/flag-cn.png');
	background-position: top left;
	background-repeat: no-repeat; 
	cursor:pointer;
	margin-right: 5px;
}


#header #middle {
	height: 70px;
}

#header #middle #logo {
    display:block;
	height: 56px;
	width: 187px;
	background: url(images/logo.png); 
	background-repeat: no-repeat; 
	background-position: top left; 
	margin-left: 20px;
	float: left;
}

#header #middle #claim {
	height: 24px;
	width: 343px;
	background: url(images/claim.png); 
	background-position: top left; 
	background-repeat: no-repeat; 
	margin-top: 20px;
	margin-right: 21px;
	float: right;
}

#header #main-nav {
	height: 22px;
	color: #FFF;
	font-size: 15px; 
	padding-left: 10px; 
}

#header #main-nav ul li { 
	float:left; 
}

#header #main-nav a, #main-nav a:visited  { 
	padding-left: 10px; 
	padding-right: 10px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	color: #FFF;
	cursor: pointer; 
	text-decoration: none; 
	background: url(images/main-nav-separator-right.png);
	background-position: center right;
	background-repeat: no-repeat; 
}

#header #main-nav a.right-hover, #main-nav a.right-hover:visited  { 
	background: url(images/main-nav-separator-right-hover.png);
	background-position: center right; 
	background-repeat: no-repeat; 
}

#header #main-nav a.none, #main-nav a.none  { 
	background: none;
}

#header #main-nav a:hover  {
	color: #104D7A; 
	background: url(images/main-nav-hover.png);
	background-position: center right; 
	background-repeat: no-repeat; 
}

#header #main-nav a.current_page_item , #header #main-nav a.current_page_parent { 
	color: #104D7A; 
 	background: url(images/main-nav-hover.png);
	background-position: center right; 
	background-repeat: no-repeat; 
}

#header #sub-nav {
	height: 27px;
	line-height: 23px;
	color: #104D7A;
	font-size: 11px; 
	padding-left: 13px; 
}

#header #sub-nav ul li { 
	float:left; 
}
#header #sub-nav a, #sub-nav a:visited  { 
	padding-left: 7px; 
	padding-right: 7px; 
	color: #104D7A;
	cursor: pointer; 
	text-decoration: none; 
}

#header #sub-nav a:hover  {
	text-decoration: underline; 
}

#header #sub-nav ul li.current_page_item, #sub-nav ul li.current-cat { 
	font-weight: bold;
}

/* 
 * Main Container
 */

#container {
	height: auto;
	width: 972px;
	margin-top: 13px;
	background-image: url(images/container-bg.gif);
	background-repeat: repeat-y;
	border-left: solid 1px #CACACA;
	border-bottom: solid 1px #CACACA;
}

/* 
 * Sidebar
 */

#sidebar {
	height: 100%;
	width: 313px;
	float: right;
}

#sidebar p {
	line-height: 16px;
}

div.widget-area ul ul {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}


h3.widget-title { 
	background-color: #B2B2B2;
	font-weight: bold;
	font-size: 12px; 
	line-height: 24px;
	color: #FFF;
	padding-left: 11px; 
}	

li.widget_recent_entries ul li {
	line-height: 16px;
	border-bottom: solid 1px #CACACA;
	width: 293px;
	padding-bottom: 4px;
	padding-top: 7px;
	display: block;
}

li.widget_cases_studies ul li {
	line-height: 20px;
	border-bottom: solid 1px #CACACA;
	width: 293px;
	padding-bottom: 4px;
	padding-top: 7px;
	display: block;
}

div.textwidget, div.widget_of_the_month {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 17px;
}

div.widget_agency_creatives {
	margin-bottom: 17px;
}


div.textwidget h3, div.widget_of_the_month h3 {
	font-weight: bold;
	font-size: 12px; 
	color: #104D7A;
}

div.widget-left-img {
	width: 78px;
	height: 78px;
	padding: 1px;
	float: left;
	background-color: #FFF;
	border: solid 1px #2D6588;
}

div.widget-right-txt {
	margin-left: 10px;
	width: 200px;
	float: left;
}

#sidebar  div.teaser_img {
	width: 80px;
	height: 80px;
	background-color: #FFF;
	border-color: #2D6588;
	padding: 2px;
}


/* Contact & Newsletter Widget */

div.widget_contact  {
	width: 313px;
	margin-bottom: 20px;
}

div.widget_contact  a {
	background-image: url(images/link-bg.gif);
	background-position: left center; 
	background-repeat: no-repeat;
	padding-left: 10px;
}
	
div.widget_contact div.left {
	width: 156px;
    float: left;
}

div.widget_contact div.left div.munich {
	width: 156px;
	height: 55px;
	background-image: url(images/contact_munich.jpg);
	background-position: left center; 
	background-repeat: no-repeat;
}

div.widget_contact div.content {
	padding: 10px;
	line-height: 18px;
}

div.widget_contact div.content h4 {
	margin-bottom: 10px;
}

div.widget_contact div.right {
	width: 156px;
	border-left: 1px solid #FFF;
    float: left;
}

div.widget_contact div.right div.hongkong{
	width: 156px;
	height: 55px;
	background-image: url(images/contact_hongkong.jpg);
	background-position: left center; 
	background-repeat: no-repeat;
}

div.widget_contact div.bottom {
	width: 313px;
	padding-left: 10px;
	padding-top: 10px;
	border-top: 1px solid #FFF;
}

div.widget_contact div.bottom  div.newsletter {
	background-image: url(images/newsletter-icon.gif);
	background-position: left center; 
	background-repeat: no-repeat;
	padding-left: 25px;
}


/* 
 * Footer
 */

#footer {
	height: 50px;
	margin-left: 4px;
	margin-top: 14px;
	color: #BCBDBD; 
	font-size:10px; 
}

#footer a, #footer a:visited { 
	color: #BCBDBD; 
	font-size:10px; 
	text-decoration: underline; 
}

/* 
 * Content
 */
 
#content {
	height: auto;
	width: 610px;
	float: left;
	padding: 19px;
	border-top: 1px solid #CACACA;
}

h2, h2 a, h2 a:visited {
	font-size: 16px; 
	font-weight: bold; 
	color: #104D7A;
}

h3, h3 a, h3 a:visited {
	font-size: 14px; 
	font-weight: bold; 
	color: #104D7A;
}

h4, h4 a, h4 a:visited {
	font-size: 12px; 
	font-weight: bold; 
	color: #104D7A;
}

/* Post / Page */

a.link {
	background-image: url(images/link-bg.gif);
	background-position: left center; 
	background-repeat: no-repeat;
	padding-left: 10px;
}

.post .entry-content a {
	background-image: none;
	padding-left: 0;
}


h2.blog-title, h2.page-title {
	margin-bottom: 19px;
}

div.entry-summary {
	margin-bottom: 30px; 
}

div.entry-summary p {
	text-align: justify;
}

div.entry-meta {
	margin-top: 2px;
	font-size: 10px; 
}

div.entry-utility {
	font-size: 10px; 
	margin-bottom: 19px;
}

div.entry-content {
	margin-bottom: 19px; 
}

div.entry-content p {
	text-align: justify;
}

div.entry-content a {
	text-align: justify;
}

div.entry-content ul, div.entry-summary ul {
	margin: 1.12em 0;
}
	
div.entry-content li, div.entry-summary li {
	text-align: justify;
	line-height: 20px;
	padding-left: 14px;
	background-image: url(images/list-bg.gif);
	background-position: left 8px; 
	background-repeat: no-repeat;
}

span.edit-link  a.post-edit-link {
	background-image: url(images/link-bg.gif);
	background-position: left center; 
	background-repeat: no-repeat;
	padding-left: 10px;
	font-size: 12px; 
	color: #01851a;
}

div.nav-next {
	float: right;
}
div.nav-previous {
	float: left;
}


/* Stage (Front Page) */

#index-page  {
	float: left;
}

#index-page #stage {
	margin-left: -1px;
	height: 375px;
	width: 650px;
	background: url(images/stage-bg.gif); 
	background-position: top left; 
	background-repeat: repeat; 
}


#index-page #stage .de {
	height: 375px;
	width: 650px;
	padding-left: 65px;
	padding-top: 128px;
	background: url(images/stage-de.jpg); 
	background-position: top left; 
	background-repeat: no-repeat; 
}

#index-page #stage .en {
	height: 375px;
	width: 650px;
	padding-left: 65px;
	padding-top: 128px;
	background: url(images/stage-en.jpg); 
	background-position: top left; 
	background-repeat: no-repeat; 
}

#index-page #stage .cn {
	height: 375px;
	width: 650px;
	padding-left: 65px;
	padding-top: 128px;
	background: url(images/stage-cn.jpg); 
	background-position: top left; 
	background-repeat: no-repeat; 
}


#index-page #stage #flash #consultancy a {
	height: 95px;
	width: 257px;
	float: left;
	margin-bottom: 5px;
}

#index-page #stage #flash #agency a{
	height: 95px;
	width: 257px;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
}

#index-page #stage #flash #cases-studies a {
	height: 95px;
	width: 257px;
	float: left;
}

#index-page #stage #flash #creatives a {
	height: 95px;
	width: 257px;
	float: left;
	margin-left: 5px;
}

#index-page #recent_posts {
	width: 649px;
}

#index-page #recent_posts .headline {
	width: 638px;
	background-color: #B2B2B2;
	font-weight: bold;
	font-size: 12px; 
	line-height: 24px;
	color: #FFF;
	padding-left: 11px; 
}

#index-page #recent_posts  #new .de {
	width: 649px;
	height: 49px;
	margin-top: -24px;
	background: url(images/new_de.gif); 
	background-position: top right; 
	background-repeat: no-repeat; 
}

#index-page #recent_posts  #new .en {
	width: 649px;
	height: 49px;
	margin-top: -24px;
	background: url(images/new_en.gif); 
	background-position: top right; 
	background-repeat: no-repeat; 
}

#index-page #recent_posts  #new .cn {
	width: 649px;
	height: 49px;
	margin-top: -24px;
	background: url(images/new_cn.gif); 
	background-position: top right; 
	background-repeat: no-repeat; 
}

#index-page #recent_posts  .posts {
	padding-left: 19px;
	padding-right: 19px;
	padding-bottom: 19px;
}

/* Agency */

#agency-page{
	float: left;
}

#agency-page #top {
	margin-left: -1px;
	height: 508px;
	width: 650px;
	background: url(images/stage-bg.gif); 
	background-position: top left; 
	background-repeat: repeat; 
}

#agency-page #top .de {
	display: block;
	background: url(images/500days_still_de.jpg); 
	background-position: top left; 
	background-repeat: no-repeat; 
	height: 488px;
	width: 650px;
}

#agency-page #top .en {
	display: block;
	background: url(images/500days_still_en.jpg); 
	background-position: top left; 
	background-repeat: no-repeat; 
	height: 488px;
	width: 650px;
}

#agency-page #top .cn {
	display: block;
	background: url(images/500days_still_cn.jpg); 
	background-position: top left; 
	background-repeat: no-repeat; 
	height: 488px;
	width: 650px;
}


#agency-page #bottom {
	border-top: solid 1px #CACACA;
	width: 649px;
}

#agency-page #bottom  .content {
	padding: 19px;
}

/* Creatives */

#creatives-page{
	float: left;
}

#creatives-page #top {
	margin-left: -1px;
	height: 508px;
	width: 650px;
	background: url(images/stage-bg.gif); 
	background-position: top left; 
	background-repeat: repeat; 
}

#creatives-page #top .de {
	display: block;
	background: url(images/500days_still_de.jpg); 
	background-position: top left; 
	background-repeat: no-repeat; 
	height: 488px;
	width: 650px;
}

#creatives-page #top .en {
	display: block;
	background: url(images/500days_still_en.jpg); 
	background-position: top left; 
	background-repeat: no-repeat; 
	height: 488px;
	width: 650px;
}

#creatives-page #top .cn {
	display: block;
	background: url(images/500days_still_cn.jpg); 
	background-position: top left; 
	background-repeat: no-repeat; 
	height: 488px;
	width: 650px;
}


#creatives-page #bottom {
	border-top: solid 1px #CACACA;
	width: 649px;
}

#creatives-page #bottom  .content {
	padding: 19px;
}



/* Managers */


div.managers {
	margin-bottom: 20px;
}

div.managers div.picture {
	padding-top: 3px;
	float: left;
	width: 150px;
}

div.managers div.summary {
	float: left;
	width: 460px;
}

div.managers a.xing-link {
	background-image: url(images/xing-logo.png); 
	background-position: left center; 
	background-repeat: no-repeat; 
	padding-left:25px; 
	height: 25px; 
	width: 22px; 
}


/* Cases & Studies */


div#cases-studies-columns {
	height: auto;
	width: 610px;
	background-image: url(images/cases-studies-bg.gif);
	background-repeat: repeat-y;
}

div#cases-studies-columns div#left-container {
	width: 285px;
	float: left;
	margin-right: 20px;
}

div#cases-studies-columns div#right-container {
	width: 285px;
	float: left;
	margin-left: 20px;
}

div#cases-studies-columns  h2 {
	margin-bottom: 20px;
}

div#cases-studies-columns div.cases-studies {
	margin-bottom: 10px;
}

div#cases-studies-columns  div.image {
	width: 143px;
	height: 107px;
	float: left;

}

div#cases-studies-columns  div.content {
	width: 122px;
	height: 87px;
	float: left;
	background-color: #F3F5F8; 
	padding: 10px;
	
}

div#cases-studies-detail div#top-container {
	width: 610px;
	height: 30px;
}

div#cases-studies-detail div#left-container {
	width: 304px;
	float: left;
}

div#cases-studies-detail div#right-container{
	width: 306px;
	float: left;
}

div#cases-studies-detail div.case-thumb {
	width: 284px;
	height: 223px;
}
div#cases-studies-detail div.case-thumb-zoom {
	width: 284px;
	height: 30px;
	text-align: right;
}

div#cases-studies-detail div#bottom-container {
	width: 610px;
	border-top: 1px solid #CACACA;
	margin-top: 40px;
	margin-bottom: 20px;
	padding-top: 20px;
}

div#cases-studies-detail div.text{
	margin-bottom: 30px; 
}

div#cases-studies-detail div.pdf {
	height: 35px;
	padding-left: 60px;
	padding-top: 15px;
	margin-bottom: 40px; 
	margin-left: 20px;
	background-image: url(images/pdf-icon.png);
	background-repeat: repeat-y;
}

 
/* From old Blog, Video Table */

table.video { 
	border-bottom: 1px solid #cad6df;
}
table.video th {
	text-align:center; 
	vertical-align:bottom; 
	padding:8px; 
	color:#104d7a; 
	font-size:12px; 
	line-height:120%;
}
table.video td {
	vertical-align: middle; 
	padding: 8px;
}
table.video td.thisweek {
	text-align:right; 
	border-right: 1px solid #cad6df; 
	color:#104D7A; 
	font-weight:bold;
}
table.video td.brand {
	font-weight:bold; 
	color:#104d7a;
}
table.video tr.odd { 
	background-color:#e6eaed;
}

/* Google Maps */

div#gmap { 
	width: 555px; 
	height: 200px; 
	margin-bottom: 30px; 
}

div#gmap2 { 
	width: 555px; 
	height: 200px; 
	margin-bottom: 30px; 
}
