/*   
Theme Name: ecosummit
Description: Simple, green, CSS based design.
Author: Thomas Butter
Version: 1.3.2
Tags: green, white, simple, fixed width, css, widget ready, SEO friendly, right sidebar, two columns, valid xhtml, valid css
*/


/* --------------------------------------------------- 
//	main.css
//	2010-12-07
// ------------------------------------------------ */

html * {
	margin:0;
	padding:0;
	font-family:"Decimal A", "Decimal B",'Myriad Pro', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Arial, sans-serif;;
	font-size:14px;
	color:#000000;
}

//iframe.fb_ltr { float: left; }

body {
	background-color:#79b321;
	background-image:url('/images/eco_bg_gradient2.png');
	background-repeat:repeat;
	background-position:0 0;
}

.prevnext a {
	font-size: 120%;
}

div.cl {
	clear:both;
	height:1px;
	line-height:1px;
}

a {
	color:#2485B3;
	text-decoration:none;
}
a img {
	border:none;
}

#page {
	width:980px;
	margin:0 auto;
	position:relative;
	
}

.hl {
	height:1px;
	background:url('/images/line_horizontal.gif') repeat-x -2px 0;
}
.hl-top {
	background:url('/images/line_horizontal.gif') repeat-x -2px 0;
}


h2 {
	font-size:24px;
	font-weight:bold;
}
h3 {
	font-size:18px;
	font-weight:bold;
}
h5 {
	font-size:14px;
	font-weight:bold;
	margin:0 0 20px 0;
}


/* ============================================ 
// 	forms 
// ========================================= */
input[type="text"], 
textarea {
	border:1px solid #000000;
	background-color:#ffffff;
}

input.button-submit {
	border:none;
	background-color:#2485B3;
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
	padding:1px 10px;
}

.form {
	margin:0;
	padding:20px 0;
	overflow:hidden;
}

.form .form-element {
	margin:0 0 10px 0;
	padding:0;
	overflow:hidden;
}

.post-a-comment-form input[type="text"] {
	height:24px;
	width:299px;
}
.post-a-comment-form label {
	margin-left:5px;
	font-weight:bold;
	font-size:14px;
}
.post-a-comment-form textarea {
 	height:171px;
 	width:600px;
 	margin:10px 0 0 0;
}





/* ============================================ 
// 	header 
// ========================================= */

#header {
	height:191px;
	width:100%;
	overflow:hidden;
}

#header #logo img {
	border:none;
}

#header #ssl-bar {
	margin-top:11px;
	height:26px;
}

#header #ssl-bar .search {
	float:left;
	width:370px;
	padding:0;
}
#header #ssl-bar .search .field {
	float:left;
	width:300px;
	height:26px;
	/*
	padding:0 7px 0 9px;
	*/
	overflow:hidden;
	background:url('/images/search_bg.png') no-repeat;
}
#header #ssl-bar .search .field input {
	display:block;
	border:none;
	background:none;
	width:288px;
	font-size:11px;
	padding:5px 5px;
	color:#000000;
}

#header #ssl-bar .search .field input:focus {
    outline:none;
}

* html .search .field input {line-height:11px;}
* +html .search .field input {line-height:11px;}
#header #ssl-bar .search input.btn {
	float:left;
	width:70px;
	height:26px;
	margin:0;
	background:transparent url('/images/search_btn.png') no-repeat top left;
	border:0;
	cursor:pointer;
}



#header .social-tools {
	height:26px;
	position:relative;
	float:left;
}
#header .social-tools ul.social-nav {
	margin-left:20px;
	float:left;
	list-style:none;
}
#header .social-tools ul.social-nav li {
	float:left;
	margin-right:9px;
}
#header .social-tools ul.social-nav li a {
	float:left;
	padding:1px 0;
	position:relative;
}
#header .social-tools ul.social-nav li a:hover,
#header .social-tools ul.social-nav li:hover a,
#header .social-tools ul.social-nav li.hover a {
	text-decoration:none;
}



#header .links {
	/*
	height:26px;
	*/
	float:left;
	position:relative;
}
#header .links ul.sub-nav {
	float:right;
	list-style:none;
}
#header .links ul.sub-nav li {
	float:left;
}
#header .links ul.sub-nav li a {
	float:left;
	padding:0 10px;
	position:relative;
	color:#ffffff;
	font-weight:bold;
	font-size:13px;
	background:url('/images/navi_item_border2.gif') no-repeat 0 1px;
}
#header .links ul.sub-nav li a.first {
	background:none;
}
#header .links ul.sub-nav li a.last {
	padding-right:0;
}
#header .links ul.sub-nav li a:hover,
#header .links ul.sub-nav li:hover a,
#header .links ul.sub-nav li.hover a {
	text-decoration:none;
}

.navigation {
	font-weight: bold;
	font-size: 16px;
}


/* ============================================ 
// 	navigation (main navigation)
// ========================================= */

#navi {
	width:980px;
	height:43px;
	background:#ffffff;
	margin:10px 0;
	position:relative;
}
#navi ul {
	float:left;
	list-style:none;
}
#navi ul li {
	float:left;
}


#navi ul li a {
	float:left;
	color:#000000;
	padding:13px 13px 13px 13px;
	font-size:15px;
	line-height:18px;
	font-weight:bold;
	position:relative;
	background:url('/images/navi_item_border.gif') no-repeat 0 11px;
}
#navi ul li a.first {
	padding-left:17px;
	background:none;
}
#navi ul li a:hover,
#navi ul li:hover a,
#navi ul li.active a {
	background:url('/images/navi_bg_active.gif') repeat-x;
	text-decoration:none;
}


#subnavi {
	width:620px;
	height:43px;
	position:relative;
}
#subnavi ul {
	float:left;
	list-style:none;
}
#subnavi ul li {
	float:left;
}


#subnavi ul li.fb {
	float:left;
	padding:11px 12px 13px 12px;
	font-size:15px;
	line-height:18px;
	font-weight:bold;
	position:absolute;
	right: 5px;
	background:url('/images/navi_item_border.gif') no-repeat 0 11px;
}


#subnavi ul li a {
	float:left;
	color:#2485B3;
	padding:15px 12px 13px 12px;
	font-size:15px;
	line-height:18px;
	font-weight:bold;
	position:relative;
	background:url('/images/navi_item_border.gif') no-repeat 0 11px;
}
#subnavi ul li a.first {
	padding-left:17px;
	background:none;
}
#subnavi ul li a:hover,
#subnavi ul li:hover a,
#subnavi ul li.active a {
	color:#79b321;
	text-decoration:none;
}


/* ============================================ 
// 	footer 
// ========================================= */

#footer {
	width:100%;
	overflow:hidden;
	margin:10px 0;
	background:#ffffff;
}
#link-collection {
	padding:30px 20px 10px 20px;
	overflow:hidden;
}
#link-collection ul.nav {
	width:980px;
	margin-right:-20px;
	list-style:none;
}
#link-collection ul.nav li {
	float:left;
	width:150px;
	padding:0 10px 10px 0;
}
#link-collection ul.nav li a {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}
#link-collection ul.nav ul {
	float:none;
	padding:5px 0 0;
	list-style-position:inside;
	list-style-image:url('/images/list_style_image_arrow.gif');
}
#link-collection ul.nav ul {
	padding:5px 0 0 0;
}
#link-collection ul.nav ul li {
	float:none;
	font-size:11px;
	line-height:16px;
	padding:0 0 2px;
}
#link-collection ul.nav ul li a {
	color:#000000;
	font-size:12px;
	font-weight:normal;
	text-transform:none;
}

#footnote {
	width:940px;
	padding:20px 0 0 0;
	margin:0 20px 30px 20px;
	overflow:hidden;
	background:url('/images/line_horizontal.gif') repeat-x -2px 0;
	text-align:right;
}
#footnote span {
	margin-right:92px;
	font-size:12px;
}


/* ============================================ 
// 	content (wrapper, content, sidebar)  
// ========================================= */

#content-wrapper {
	background-color:#ffffff;
}

#sidebar {
	margin-right:0;
	padding-bottom:35px;
	float:right;
	width:329px;
	background-color:#ffffff;
}

#sidebar .inner {
	padding:12px;
}
#sidebar h2 {
	margin-top:22px;
	margin-bottom:5px;
	padding-top:20px;
	font-size:15px;
	font-weight:normal;
	color:#79B21F;
	background:url('/images/line_horizontal.gif') repeat-x -2px 0;
}

#sidebar ul.sponsors {
	list-style:none;
	margin-left:30px;
}
#sidebar ul.sponsors li {
	list-style:none;
	margin-top:20px;
}

#content {
	float:left;
	width:651px;
	background-color:#ffffff;
}

.carousel-wrapper {
	position:relative;
	padding:40px 12px 30px 20px;
	background:#2485B3;
}
.carousel-box {
	position:relative;
	overflow:hidden;
}
.carousel-box .carousel-holder {
	overflow:hidden;
	position:relative;
}
.carousel-box .carousel-holder ul {
	overflow:hidden;
	position:relative;
	z-index:10;
	list-style:none;
}
.carousel-box .carousel-holder ul li {
	/*
	width:620px;
	height:200px;
	*/
	position:relative;
}
.carousel-box .carousel-holder ul img {
	/*
	display:block;
	top:0;
	*/
}

.carousel-box .carousel-txt {
	position:absolute;
	left:315px;
	top:-5px;
	width:300px;
	color:#ffffff;
}
.carousel-box .carousel-txt h2 {
	width:245px;
	color:#ffffff;
	font-size:23px;
	font-weight:bold;
	margin:0;
	padding:2px 0 5px 0;
}
.carousel-box .carousel-txt p {
	color:#ffffff;
	font-size:14px;
	font-weight:normal;
	line-height:18px;
}
.carousel-box .carousel-txt p a.readmore {
	font-weight:bold;
	font-size:14px;
	color:#AAD94C;
	padding-left:18px;
	background:url('/images/drop_green_on_blue.png') no-repeat 2px 5px;
}

.carousel-wrapper .carousel-ctrl {
	position:absolute;
	width:53px;
	height:28px;
	top:34px;
	right:13px;
	padding:0;
	margin:0;
	border:none;
	overflow:hidden;
	z-index:50;
}
.carousel-wrapper .carousel-ctrl a {
	overflow:hidden;
	cursor:pointer;
}
.carousel-wrapper .carousel-ctrl a.prev {}
.carousel-wrapper .carousel-ctrl a.next {
	margin-left:5px;
}



.tag-cloud {
	padding:0 15px 23px 0;
}
.tag-cloud p { 
	padding:0 0 10px;
	font-weight:normal;
	font-size:12px;
}
.tag-cloud p a {
	margin:0 5px;
	white-space:nowrap;
	color:#79B21F;
}


#main-content {
	margin:10px 0 60px 0;
	padding:20px 9px 0 20px;
	border-right:2px solid #f6f6f6;
}


#main-content .post {
	position:relative;
	padding:20px 0;
	//text-align: justify;
}

#main-content .post .left {
	float:left;
	overflow:hidden;
	/*
	*/
}
#main-content .post .right {
	float:right;
	overflow:hidden;
	width:378px;
	margin-right:5px;
}

#main-content .post .left img.teaser-img {
	/*
	position:relative;
	display:block;
	*/
	margin:10px 0;
	border:none;
}

#main-content .post h2 a {
//	color:#000000;
	font-size:17px;
	font-weight:bold;
	padding:0 0 5px 0;
}
#main-content .post p {
	color:#000000;
	font-size:14px;
	font-weight:normal;
	line-height:19px;
}

#main-content .post a.readmore {
	font-weight:bold;
	font-size:14px;
	color:#2485B3;
	padding-left:18px;
	background:url('/images/drop_blue_on_white.png') no-repeat 2px 5px;
}


ul.info-box {
	display:block;
	width:220px;
	list-style:none;
	/*
	overflow:hidden;
	*/
}
ul.info-box .day {
	display:block;
	float:left;
	width:42px;
	font-size:29px;
	line-height:27px;
	color:#2485B3;
}
.info-box .moy {
	display:block;
	float:left;
	width:73px;
	padding-left:3px;
	border-left:1px solid #000000;
	color:#000000;
	font-size:12px;
	line-height:13px;
	font-weight:normal;
}
.info-box .author {
	display:block;
	float:left;
	width:97px;
	padding-left:3px;
	border-left:1px solid #000000;
	color:#000000;
	font-size:12px;
	line-height:13px;
	font-weight:normal;
}

.info-box .author a {
	font-size:12px;
	font-weight:normal;
}

.post-ctrl {
	margin:10px 0 0 0;
	padding:10px 0 0 0;
	/*
	padding:20px 9px 20px 20px;
	*/
}
.post-ctrl a {
	font-weight:bold;
	font-size:14px;
}
.post-ctrl .right {
	float:right;
}
.post-ctrl a.disabled {
	color:#bddae9;
}



/* ============================================ 
// 	article   
// ========================================= */

.article {
	margin-top:4px;
}

.article ul.info-box {
	width:620px;
	padding:25px 0;
}
.article ul.info-box .day {}
.article ul.info-box .moy {
	width:120px;
}
.article ul.info-box .author-thumb {
	display:block;
	float:left;
	width:24px;
	height:24px;
	border-left:none;
	overflow:hidden;
}
.article ul.info-box .author {
	width:216px;
	border-left:none;
}
.article ul.info-box .social-tools {
	display:block;
	float:left;
	text-align:right;
	width:200px;
	color:#000000;
	font-size:12px;
	font-weight:normal;
}



.article .article-body {
	padding:25px 10px 0 0;
}
.article .article-body h2 {
	margin-bottom:10px;
}
.article .article-body p.teaser {
	margin-bottom:14px;
}

.article .article-body-image {
	margin:0;
	padding:0;
	position:relative;
	width:620px;
}
.article .article-body-image img {
	border:none;
}
.article .article-body-image a.play-btn {
	position:absolute;
	display:block;
	bottom:10px;
	right:10px;
}
.article p.caption {
	margin:7px 0;
	font-size:12px;
}

.article .article-body-txt {
	padding-top:20px;
}
.article .article-body-txt a {
	font-weight:bold;
	color:#79B21F;
}
.article .article-body-txt p,
.article .article-body-txt .entry p,
.article .article-body-txt h3 {
	margin-bottom:20px;
	line-height:140%;
	//text-align:justify;
}

.article p {
	line-height: 140%;
}

.article .article-body-txt li {
	line-height:140%;
	margin-left:20px;
}

.article .article-body-txt ul,
.article .article-body-txt ol
 {
	margin-bottom:20px;
}
.article .post-ctrl {
	margin:30px 0 0 0;
}
.article .post-ctrl a.left {
	width:35%;
	float:left;
}
.article .post-ctrl a.center {
	width:30%;
	float:left;
	text-align:center;
}
.article .post-ctrl .right {
	width:35%;
	float:left;
	text-align:right;
}
.article .post-ctrl a.disabled {
	color:#bddae9;
}


.comments {
	margin:50px 0 0 0;
}
.comments p.num-of-comments {
	padding:3px 0 2px 0;
	font-size:12px;
}
.comments .comment {
	padding:20px 0;
}
.comments .comment .info-box {
	padding:5px 0 20px 0;
}
.comments .comment ul.info-box .day {}
.comments .comment ul.info-box .moy {}
.comments .comment ul.info-box .author-thumb {}
.comments .comment ul.info-box .author {}

.comments .comment p.comment-body-txt {}



/* ============================================ 
// 	non-article page
// ========================================= */

.intro {
	margin-top:4px;
}
.intro h2 {
	padding:20px 0 0 0;
}
.intro p {
	padding:15px 0 0 0;
}



/* ============================================ 
// 	speakers table
// ========================================= */

#speakers {
	margin-top:5px;
}
#speakers .function-bar {
	padding-left:550px;
}
#speakers .function-bar a {
	font-size:12px;
	font-weight:bold;
}

#speakers ul.table {
	list-style:none;
}
#speakers ul.table li {
	position:relative;
	padding:14px 0;
	clear:both;
}
#speakers ul.table li.hover {
	background-color:#d3e7f0;
}

#speakers ul.table li .image {
	display:block;
	float:left;
	text-align:right;
	width:140px;
	overflow:hidden;
}
#speakers ul.table li .image img.thumb {}
#speakers ul.table li .image img.big {}

#speakers ul.table li .body-txt {
	/*
	float:left;
	*/
	padding:0 20px 0 166px;
}

#speakers ul.table li .body-txt h3 {
	//color:#2485B3;
	line-height:14px;
	margin-bottom:5px;
}
#speakers ul.table li .body-txt p.company {}
#speakers ul.table li .body-txt a.expand,
#speakers ul.table li .body-txt a.collapse {
	font-size:12px;
	font-weight:bold;
	position:absolute;
	top:14px;
	left:550px;
}

#speakers ul.table li .body-txt .body-detail-txt {}
#speakers ul.table li .body-txt .body-detail-txt p {
	margin-top:15px;
}



/* ============================================ 
// 	agenda table
// ========================================= */

#agenda {
	margin-top:30px;
}

#agenda ul.table {
	list-style:none;
}
#agenda ul.table li {
	position:relative;
	padding:14px 0px 0px 0px;
	clear:both;
	margin-bottom: -5px;
}
#agenda ul.table li.break {
	font-weight:bold;
	font-size:14px;
}


#agenda ul.table li h3.time {
	display:block;
	float:left;
	width:150px;
	overflow:hidden;
	color:#2485B3;
	line-height:15px;
}
#agenda ul.table li .event {
	padding:0 20px 0 169px;
}

#agenda ul.table li .event h3 {
	color:#2485B3;
	line-height:19px;
	margin-bottom:5px;
}
#agenda ul.table li .event p.speaker {}
#agenda ul.table li .event p.role {
	margin-top:-10px;
}


#agenda #tab-navi ul {
	list-style:none;
	float:left;
	width:100%;
	clear:both;
}
#agenda #tab-navi ul li {
	float:left;
}
#agenda #tab-navi ul li.label {
	display:block;
	width:163px;
}
#agenda #tab-navi ul.day {
	border-bottom:1px solid #2485B3;
}
#agenda #tab-navi ul.day li,
#agenda #tab-navi ul.day li a {
	font-size:24px;
	font-weight:bold;
}
#agenda #tab-navi ul.day li.label {
	padding:10px 0 8px 0;
}
#agenda #tab-navi ul.day li a {
	display:block;
	padding:10px 20px 8px 22px;
	margin-right:10px;
}
#agenda #tab-navi ul.day li.active a,
#agenda #tab-navi ul.day li a:hover {
	background:#2485B3;
	color:#ffffff;
}

#agenda #tab-navi ul.loc {
	margin:9px 0;
}
#agenda #tab-navi ul.loc li {}
#agenda #tab-navi ul.loc li.label {
	font-size:14px;
	font-weight:bold;
	padding:3px 0;
}
#agenda #tab-navi ul.loc li a {
	display:block;
	padding:3px 8px 3px 8px;
	margin-right:10px;
}
#agenda #tab-navi ul.loc li.active a,
#agenda #tab-navi ul.loc li a:hover {
	background:#2485B3;
	color:#ffffff;
}








#header .social-tools:after, 
#header .links:after, 
#navi:after, 
#content-wrapper:after, 
#main-content .post:after, 
#main-content .article:after, 
#main-content ul.info-box:after, 
.post-ctrl:after, 
.article .post-ctrl:after,
.intro,
#speakers,
#speakers ul.table li,
#agenda #tab-navi ul {
	content:"";
	display:block;
	clear:both;
}

.article .article-body-txt #participants a:not([href^="https://www.linkedin"]) {
font-weight: bold;
color: black;
padding-right: 12px;
background-size:9px 9px;

background: transparent url(http://www.ecosummit.net/images/link_icon.gif) no-repeat center right;
}

.article .article-body-txt #participants a[href^="https://www.linkedin"] {
	padding-right: 0;
}

.article .article-body-txt #participants a[href^="https://www.linkedin"]:before {
	color: #4c6ef5;
	font-family: FontAwesome;
	padding: 0 9px;
	content:"\f08c";
}

/*

@media screen and (max-width: 979px) {
	#page {
		width: 100vh;
	}

	#navi {
		width: 100vh;
		height: initial;
	}
  #logo h1 img {
    max-width: 100%;
  }
  
  #sidebar {
    width: 100%;
  }

}*/
