@charset "utf-8";
/*
Theme Name: Experientia 2010
Theme URI: http://experientia.com/
Description: Theme for Experientia website 2010.
Version: 1
Author: Takumi Yoshida
General design: Claudia Weedermann
Author URI: http://experientia.com/
Tags: 

*/

@font-face {
	font-family: Azuro;
	src: local("Azuro"),
	url("fonts/azuro-regular.eot?ie") format("embedded-opentype"),
	url("fonts/azuro-regular.woff") format("woff"),
	url("fonts/azuro-regular.ttf") format("truetype");
}
@font-face {
	font-family: Azuro;
	src:  local("Azuro"),
	url("fonts/azuro-italic.eot?ie") format("embedded-opentype"),
	url("fonts/azuro-italic.woff") format("woff"),
	url("fonts/azuro-italic.ttf") format("truetype");
	font-style: italic;
}
@font-face {
	font-family: Azuro;
	src: local("Azuro"),
	url("fonts/azuro-bold.eot?ie") format("embedded-opentype"),
	url("fonts/azuro-bold.woff") format("woff"),
	url("fonts/azuro-bold.ttf") format("truetype");
	font-weight: bold;
}
@font-face {
	font-family: Azuro;
	src: local("Azuro"),
	url("fonts/azuro-bolditalic.eot?ie") format("embedded-opentype"),
	url("fonts/azuro-bolditalic.woff") format("woff"),
	url("fonts/azuro-bolditalic.ttf") format("truetype");
	font-weight: bold;
	font-style: italic;
}

html, body {
	height: 100%;
	color: #32404E;
	font-family: Azuro, Helvetica, Arial, sans-serif;
	font-size: 11px;
}
html, body, #wrapper {height: 100%;}
body > #wrapper {height: auto; min-height: 100%;}
/*	this padding avoids the footer overlapping to the main content area*/
#wrapper_contents {padding-bottom:30px; }

/*---------------------------
				General styling
---------------------------*/

a {
	color: #32404e;
	text-decoration: none;
}
#column1 a,
#column2 a,
#column4 a,
#column5 a {
	color: #435567;
}
a:hover {
	color: #F8801E;
}
a:hover img {
	outline: 2px solid #F8801E;
}
p.alignleft {
	text-align: left;
	float:left;
}
p.alignright {
	text-align: right;
	float:right;
}
img {
	vertical-align: top;
}
img.alignleft {
	float: left;
	margin-right: 4px;
}
img.alignright {
	float:right;
}
.clear {
	clear: both !important;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
blockquote {
	font-style: italic;
	/*color: #98A6B7;*/
	color: #758097;
	margin-bottom: 2em;
	margin-left:10px;
}

p.selected, li.selected, li.current_page_item, li.current_page_parent {
	color: #F8801E;
}
li.selected img {
	outline: 1px solid #F8801E;
}
div.selected {
	border-color: grey !important;
}
.last_items, .page-item-42, .page-item-63 {
	margin-right: 0 !important;
	margin-bottom: 0 !important;
}

.border-top {
	border-top: 1px solid #DDD !important;
}


/*---------------------------*/
#wrapper {
	width: 980px;
	margin:0 auto 0;
	padding:0;
}

#title_banner {
	margin-bottom: 20px;
	padding-left: 18px;
	min-height: 100px;
}
#title_banner h1 {
	display: none;
}
#title_banner h2 {
	font-weight:bold;
	margin-bottom:2px;
}
#title_banner img {
	float:left;
}
#title_banner a:hover img {
	outline: none;
}
#description {
	position: relative;
	left: 15px;
	top: 59px;
	line-height: 1.4em;
}

/*---------------------------
		Menu Columns
---------------------------*/

#menu_bar {
	clear:both;
	display:block;
	margin: 10px 0;
	height: 12em;
}

.columns {
	float:left;
	padding: 7px;/*before:6px, meaning 20px increase in total gaps between columns*/
}
.column1 {	width: 150px; }
.column2 {	width: 130px; }
.column3 {	width: 336px; }
.column4 {	width: 116px; }
.column5 {	width: 178px; }/*before: 176*/

#menu_bar div.columns p.column_titles {
	padding-left: 4px;
	margin-bottom: 5px;
	height: 40px;
	border-left: 1px solid #DDD;
	font-size: 1.1em;
	letter-spacing: 0.05em;
}
div.category_items {
	margin: 3px 0;
	padding: 7px 0;
	border-top: 1px solid #DDD;
	height: 64px;
}

div.border-bottom {
	border-bottom: 1px solid #DDD;
}


/* column specific styling */
#image_matrix li {
	margin: 0 4px 4px 0;
}


.column1 li {
	margin-bottom: 12px;
	height: 24px;
	line-height:14px;
}
.column1 ul.challenges {
	padding: 2px 0;
}
.column1 img {
	float: left;
	margin-right: 4px;
	margin-top:1px;
}

.column2 div ul li {
		margin-bottom: 14px;
		font-weight: bold;
	}
	.column2 div ul li ul {
/*		margin-top: 4px;*/
	}
	.column2 div ul li ul li{
		margin: 0;
		font-weight: normal;
		color: #758097;
	}
	.column2 div ul li ul li.current_page_item {
		color: #F8801E;
}

#menu_bar .column3 div ul li,#menu_bar .column4 div ul li {
	display:inline;
	float: left;
}


.column4 ul li a:hover img {
	border: 1px solid #F8801E;
	outline: none;
}
.column4 ul li.selected a img {
	border: 1px solid #F8801E;
}
.column4 div ul li {
	margin: 0 4px 8px 0;
	width: 36px;
	height: 36px;
}

.column4 img {
	border: 1px solid #DDD;
}
/*.column4 .category_items {
	padding: 0;
	border: none;
}*/
.column4 div ul li.regular {
	display: list-item;
	width: auto;
	height: auto;
	clear: both;
	font-weight: bold;
	margin-bottom: 5px;
}


.column5 div.selected {
	padding-top: 0;
}
.column5 div ul, .column5 div ul li {
	margin-bottom: 8px;
	line-height:15px;
}
.column5 div.selected {
	border: none;
}
.column5 div .subheading {
	padding-left: 4px;
	color: white;
	height: 1.5em;
	line-height: 1.5em;
	letter-spacing: 0.05em;
}
.subheading a:hover img {
	outline: none;
}
#h_blog{
	background-color: #F8801E;
}
#h_news{
	background-color: #87B615;
}
#h_spotlights{
	background-color: #8AC6EC;
}
.h_link {
	color: white;
}
.h_link:hover {
	color: #CCC;
}

/*---------------------------
		Main content columns
---------------------------*/
#wrapper_contents {
	margin: 10px 0 0;
	padding-left: 6px;
	padding-right: 6px;
	min-height: 400px;
}
#wrapper_contents .column3 h1 {
	margin: 0 0 6px 0;
	color: #F8801E;
	font-size: 1.2em;
	letter-spacing: 0.1em;
}
#wrapper_contents .column3 h2 {
	font-weight: bold;
}
#wrapper_contents .column3 p {
	line-height: 1.4em;
	font-size: 1.1em;
	margin-bottom: 1em;
	letter-spacing: 0.01em;
}
#wrapper_contents a {
	//color: #98A6B7;
}
#wrapper_contents a:hover {
	//color: #F8801E;
}
#wrapper_contents #perspectives a{
	color: #F8801E;
}
#wrapper_contents #perspectives {
	letter-spacing:0.01em;
	line-height:1.4em;
}
#wrapper_contents div ul {
	margin: 1em 2em;
}
#wrapper_contents div ul li{
	list-style: disc outside;
	margin-bottom: 0.5em;
}

#challenges {
	margin-left: 145px;
}

.more, .less {
	display: block;
	width: 100%;
	text-align: right;
	cursor: pointer;
	position: relative;
	top: -1em;
}

/*IE6 only*/ 
* html #about,* html #perspectives,* html #projectsandclients {
	margin-left: 154px!important;
}
* html #about {
	margin-left: 154px!important;
	width: 328px;
}
* html #perspectives {
	margin-left: 154px!important;
	width: 336px;
}
/* nightmare ends here	*/


#projectsandclients, #about, #perspectives,#notfound {
	margin-left: 302px;
}

#projectsandclients{
	position:relative;
}

a.breadcrumb {
	color: #98A6B7;
	margin-bottom: 0.5em;
	line-height: 2em;
}



/*---------------------------
			Footer
---------------------------*/
#footer {
	width: 980px;
	margin: 0 auto;
	font-size: 80%;
	border-top: 1px solid #DDD;
	position: relative;
	margin-top: -30px; /* negative value of footer height */
	height: 29px;
	clear:both;
	background-color:#fff;
	z-index:100;
}
#footer p {
	margin-top: 10px;
}
.trigger {
position: absolute;
}

/* Bubble pop-up */

.popup {
	position: absolute;
	margin: 35px 100px 35px;
	display: none;
	z-index: 50;
	border-collapse: collapse;
}

.popup td.corner {
	height: 15px;
	width: 19px;
}

.popup td#topleft { background-image: url(images/bubble_1.png); }
.popup td.top { background-image: url(images/bubble_2.png); }
.popup td#topright { background-image: url(images/bubble_3.png); }
.popup td.left { background-image: url(images/bubble_4.png); }
.popup td.right { background-image: url(images/bubble_5.png); }
.popup td#bottomleft { background-image: url(images/bubble_6.png); }
.popup td.bottom { background-image: url(images/bubble_7.png); text-align: center;}
.popup td.bottom img { display: block; margin: 0 auto; }
.popup td#bottomright { background-image: url(images/bubble_8.png); }

.popup table.popup-contents {
	background-color: #fff;
	color: #758097;
}


/*---------------------------
					Test
---------------------------*/
/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*Code to hide the annoying smiley face inserted by WP stats plugin*/
img#wpstats{visibility:hidden;display:none;}


/* gab adds */
.title_more{
	cursor:pointer;
}

h3{
	font-weight:bold;
	margin-bottom:10px;
}
