/*
Theme Name: Ericsson Blog V3
Theme URI: http://wordpress.org/
Description: Thème officiel du Blog Ericsson France (nouvelle identité).
Version: 3.0
Author: Laurent Zubac - Atelier BUZ
Author URI: http://www.atelier-buz.com/
Tags: Ericsson, France, fixed width, two columns, widgets
*/

/* ***** GENERAL ***** */
@font-face {
  font-family: EricssonHilda;
  src: url(fonts/EricssonHilda-Light.woff2) format('woff2'),
    url(fonts/EricssonHilda-Light.woff) format('woff'),
		url(fonts/EricssonHilda-Light.ttf) format('truetype');
	font-style: normal;
	font-weight: 100;
	text-rendering: optimizeLegibility;
}
@font-face {
	font-family: EricssonHilda;
	src: url(fonts/EricssonHilda-Regular.woff2) format('woff2'),
			 url(fonts/EricssonHilda-Regular.woff) format('woff'),
			 url(fonts/EricssonHilda-Regular.ttf) format('truetype');
	font-style: normal;
	font-weight: 300;
	text-rendering: optimizeLegibility;
}
@font-face {
	font-family: EricssonHilda;
	src: url(fonts/EricssonHilda-Medium.woff2) format('woff2'),
			 url(fonts/EricssonHilda-Medium.woff) format('woff'),
			 url(fonts/EricssonHilda-Medium.ttf) format('truetype');
	font-style: normal;
	font-weight: 500;
	text-rendering: optimizeLegibility;
}
@font-face {
	font-family: EricssonHilda;
	src: url(fonts/EricssonHilda-Bold.woff2) format('woff2'),
			 url(fonts/EricssonHilda-Bold.woff) format('woff'),
			 url(fonts/EricssonHilda-Bold.ttf) format('truetype');
	font-style: normal;
	font-weight:700;
	text-rendering: optimizeLegibility;
}

body {
	background: #f8f8f8 url(images/body_bg.gif) repeat-x 0 0;
	color: #333;
	font-family: 'EricssonHilda', Arial, Verdana, sans-serif;
	font-size: 90%;
}

div {
	position: relative;
}

a {
	color: #3366a6;
}

a:hover {
	color: #003259;
}

.left,
.alignleft {
	float: left;
}
.right,
.alignright {
	float: right;
}
.clear {
	clear: both;
}

div.hr {
	background: transparent url(images/hr_bg.gif) no-repeat 0 30px;
	clear: both;
	padding: 40px 0 10px 0;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
	cursor: help;
}

.clearnavigation {
	clear:both;
	padding: 0 0 20px 0;
}

strong {
	font-weight: bold;
}

.listespeciale li {
	font-size: 1.25em;
}

#content #left blockquote {
	font-style: italic;
	line-height: 1.4em;
	padding: 5px 10px 5px 60px;
}


/* ***** LAYOUT ***** */
#wrapper {
	margin-left:auto;
	margin-right:auto;
	padding: 0 10px 30px 10px;
	width: 980px;
}


/* ***** HEADER ***** */
#header {
	background: transparent url(images/degrade-couleur.gif) no-repeat bottom left;
	height: 130px;
	width: 980px;
}

#header h1 {
	display: none;
}

#header #logo-ericsson {
	float: left;
}

#header #leblog {
	left: 145px;
	position: absolute;
	top: 40px;
}


/* ***** MENU PRIMARY LINKS ***** */
#primary-links {
	border-left: 1px solid #ddd;
	left: 145px;
	height: 24px;
	padding: 0 1px 0 0;
	position: absolute;
	top: 82px;
	z-index: 100;
}

#primary-links li {
	border-right: 1px solid #ddd;
	display: block;
	float: left;
	height: 25px;
	padding: 0;
}

#primary-links li a {
	color: #00275e;
	display: block;
	float: left;
	font-size: .9167em;
	font-weight: bold;
	height: 25px;
	line-height: 20px;
	padding: 0 12px 0 12px;
	text-decoration: none;
	text-transform: uppercase;
}

#primary-links li a:hover {
	background: #f0f1f1;
}

#primary-links li.current_page_item a {
	color: #3366a6;
}
#primary-links li.current_page_item a:hover {
	background: #ccd5da;
}
#primary-links li.current_page_item li {
	border-right: none;
	background: #f0f1f1;
}
#primary-links li.current_page_item li a {
	color: #00275e;
}
#primary-links li.current_page_item li.current_page_item a {
	color: #3366a6;
}
#primary-links li.current_page_item:hover {
	background: #f0f1f1;
}
#primary-links li.current_page_item li a:hover {
	background: #ccd5da;
}

#primary-links li ul {
	background: #ccd5da;
	clear: both;
	display: block;
	position: absolute;
	top: 24px;
	visibility: hidden;
	width: 200px;
	z-index: 1500;
}
#primary-links li a:hover ul,
#primary-links li:hover ul,
#primary-links li ul:hover {
	visibility: visible;
}

#primary-links li ul li {
	border-bottom: 1px solid #ccd5da;
	display: block;
	float: none;
	height: auto;
	padding: 0;
}

#primary-links li ul li a {
	background: #f0f1f1;
	color: #00275e;
	float: none;
	display: block;
	height: auto;
	cursor: pointer;
	padding: 2px 10px 2px 10px;
}
#primary-links li ul li a:hover,
#primary-links li ul li a:active {
	background: none;
	color: #00275e;
}


/* ***** TOP CONTENT ***** */
#top-content {
	padding: 40px 0 10px 0;
	position: relative;
	text-align: center;
}
#top-content img {
	padding: 0 5px 0 5px;
}


/* ***** CONTENT ***** */
#content {
	padding: 0 0 50px 0;
	width: 980px;
}

/* ***** LEFT ***** */
#content #left {
	float: left;
	padding: 20px 20px 0 40px;
	width: 670px;
}

/* ***** PAGE ***** */
#content #left .page h2.storytitle {
	background: transparent url(images/storytitle_bg.gif) no-repeat 0 10px;
	color: #0094d2;
	font-family: 'EricssonHilda', Arial, Verdana, sans-serif;
	font-size: 2.5em;
	font-weight: normal;
	line-height: 1.1333em;
	padding: 15px 0 10px 50px;
}
#content #left .page h2.storytitle a {
	color: #00a9d4;
}
#content #left .page h2.storytitle a:hover {
	color: #00275e;
}

#content #left .page h2.storytitle-cop {
	background: transparent url(images/bg-h2_cop.gif) no-repeat 0 10px;
	color: #196d18;
	font-family: 'EricssonHilda', Arial, Verdana, sans-serif;
	font-size: 2.5em;
	font-weight: normal;
	line-height: 1.1333em;
	margin: 0 0 0 -29px;
	padding: 15px 0 0 90px;
}
#content #left .page h2.storytitle-cop a {
	color: #196d18;
	text-decoration: none;
}
#content #left .page h2.storytitle-cop a:hover {
	color: #00275e;
}

#content #left .page h2.storytitle-2020 {
	background: transparent url(images/bg-h2_2020.gif) no-repeat 0 10px;
	color: #169dd0;
	font-family: 'EricssonHilda', Arial, Verdana, sans-serif;
	font-size: 2.5em;
	font-weight: normal;
	line-height: 1.1333em;
	margin: 0 0 0 -29px;
	padding: 15px 0 0 90px;
}
#content #left .page h2.storytitle-2020 a {
	color: #169dd0;
	text-decoration: none;
}
#content #left .page h2.storytitle-2020 a:hover {
	color: #00275e;
}

#content #left .page h3 {
	color: #00a9d4;
	font-family: 'EricssonHilda', Arial, Verdana, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.25em;
	padding: 10px 10px 5px 20px;
}

#content #left .page h4 {
	clear: both;
	font-family: 'EricssonHilda', Arial, Verdana, sans-serif;
	font-size: 1.1667em;
	font-weight: bold;
	line-height: 1em;
	padding: 20px 10px 5px 20px;
}

#content #left .page p {
	line-height: 1.4em;
	padding: 5px 10px 5px 20px;
}

#content #left .page ul,
#content #left .page ol {
	padding: 5px 10px 10px 40px;
}

#content #left .page ul li,
#content #left .page ol li {
	background: transparent url(images/li_bg.gif) no-repeat 0 6px;
	padding: 3px 0 3px 15px;
}

#content #left .page blockquote {
	background: transparent url(images/blockquote_bg.gif) no-repeat 30px 10px;
	color: #0094d2;
	font-family: 'EricssonHilda', Arial, Verdana, sans-serif;
	font-style: italic;
	line-height: 1.4em;
	padding: 5px 10px 5px 60px;
}

/* ***** ARTICLE ***** */
#content #left .post h2.storytitle {
	background: transparent url(images/storytitle_bg.gif) no-repeat 0 10px;
	color: #0094d2;
	font-family: 'EricssonHilda', Arial, Verdana, sans-serif;
	font-size: 2.5em;
	font-weight: normal;
	line-height: 1.1333em;
	padding: 15px 0 0 50px;
}
#content #left .post h2.storytitle a {
	color: #00a9d4;
	text-decoration: none;
}
#content #left .post h2.storytitle a:hover {
	color: #00275e;
}

#content #left .post h2.storytitle-cop {
	background: transparent url(images/bg-h2_cop.gif) no-repeat 0 10px;
	color: #196d18;
	font-family: 'EricssonHilda', Arial, Verdana, sans-serif;
	font-size: 2.5em;
	font-weight: normal;
	line-height: 1.1333em;
	margin: 0 0 0 -29px;
	padding: 15px 0 0 90px;
}
#content #left .post h2.storytitle-cop a {
	color: #196d18;
	text-decoration: none;
}
#content #left .post h2.storytitle-cop a:hover {
	color: #00275e;
}

#content #left .post h2.storytitle-2020 {
	background: transparent url(images/bg-h2_2020.gif) no-repeat 0 10px;
	color: #169dd0;
	font-family: 'EricssonHilda', Arial, Verdana, sans-serif;
	font-size: 2.5em;
	font-weight: normal;
	line-height: 1.1333em;
	margin: 0 0 0 -29px;
	padding: 15px 0 0 90px;
}
#content #left .post h2.storytitle-2020 a {
	color: #169dd0;
	text-decoration: none;
}
#content #left .post h2.storytitle-2020 a:hover {
	color: #00275e;
}

#content #left .post .meta {
	background: transparent url(images/submitted_bg.gif) no-repeat 0 2px;
	color: #666;
	font-size: .9167em;
	margin: 10px 0 0 60px;
	padding: 0 0 20px 15px;
}

#content #left .post .meta a {
	font-weight: bold;
}

#content #left .post .entry h3 {
	color: #00a9d4;
	font-family: 'EricssonHilda', Arial, Verdana, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.25em;
	padding: 0px 10px 5px 20px;
}

#content #left .post .storycontent h3 {
	line-height: 1.4em;
	padding: 5px 10px 5px 20px;
	font-weight: bold;
}

#content #left .post .entry h4 {
	clear: both;
	font-family: 'EricssonHilda', Arial, Verdana, sans-serif;
	font-size: 1.1667em;
	font-weight: bold;
	line-height: 1em;
	padding: 20px 10px 5px 20px;
}

#content #left .post .storycontent h4 {
	line-height: 1.4em;
	padding: 5px 10px 5px 20px;
	font-weight: bold;
}

#content #left .post .entry h5 {
	clear: both;
	font-family: 'EricssonHilda', Arial, Verdana, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
	padding: 10px 10px 5px 20px;
}

#content #left .post .storycontent h5 {
	line-height: 1.4em;
	padding: 5px 10px 5px 20px;
}

#content #left .post .entry h6 {
	clear: both;
	font-family: 'EricssonHilda', Arial, Verdana, sans-serif;
	font-size: .9167em;
	font-weight: normal;
	line-height: 1em;
	padding: 5px 10px 5px 20px;
}

#content #left .post .storycontent h6 {
	line-height: 1.4em;
	padding: 5px 10px 5px 20px;
}

#content #left .post p {
	line-height: 1.4em;
	padding: 5px 10px 5px 20px;
}

#content #left .post .entry blockquote {
	background: transparent url(images/blockquote_bg.gif) no-repeat 30px 10px;
	color: #0076ad;
	font-family: 'EricssonHilda', Arial, Verdana, sans-serif;
	font-style: italic;
	line-height: 1.4em;
	padding: 5px 10px 5px 60px;
}

#content #left .post ul,
#content #left .post ol {
	padding: 5px 10px 10px 40px;
}

#content #left .post ul li,
#content #left .post ol li {
	background: transparent url(images/li_bg.gif) no-repeat 0 6px;
	padding: 3px 0 3px 15px;
	position: relative;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #fff;
	padding-top: 4px;
	margin: 10px 20px 5px 20px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: .83333em;
	color: #666;
	padding: 0;
	margin: 0;
}

/* ***** SEARCH ***** */
#content #left .search h2.storytitle {
	background: transparent url(images/storytitle_bg.gif) no-repeat 0 10px;
	color: #0094d2;
	font-family: 'EricssonHilda', Arial, Verdana, sans-serif;
	font-size: 2.5em;
	font-weight: normal;
	line-height: 1.1333em;
	padding: 15px 0 10px 50px;
}

#content #left .search .meta {
	background: transparent url(images/submitted_bg.gif) no-repeat 0 2px;
	color: #666;
	font-size: .9167em;
	margin: 10px 0 0 60px;
	padding: 0 0 20px 15px;
}

#content #left .search .meta a {
	font-weight: bold;
}

#content #left .search h3 {
	color: #0094d2;
	font-family: 'EricssonHilda', Arial, Verdana, sans-serif;
	font-size: 1.333333em;
	font-weight: normal;
	line-height: 1.25em;
	padding: 0px 10px 5px 20px;
}

/* ***** COMMENTS ***** */

#comments h4 {
	clear: both;
	font-family: 'EricssonHilda', Arial, Verdana, sans-serif;
	font-size: 1.1667em;
	font-weight: bold;
	line-height: 1em;
	padding: 20px 0 5px 20px;
}

#commentlist {
	padding: 5px 20px 10px 20px;
}

#commentlist li {
	background: #fff;
	border: 1px solid #ddd;
	margin: 5px 0 5px 0;
	padding: 10px;
}
#commentlist li img.avatar {
	float: left;
	margin: 0 10px 10px 0;
}

#commentlist .submitted {
	color: #666;
	float: left;
	font-size: .9167em;
	margin: 10px 0 0 0;
	padding: 0;
}

#commentlist blockquote {
	padding: 5px 10px 10px 20px;
}

#commentform {
	padding: 20px;
}

#commentform input[type=text] {
	border: 1px solid #ccc;
	color: #666;
	font-family: 'EricssonHilda', Arial, Verdana, sans-serif;
	font-size: .9167em;
	height: 1.8em;
	line-height: 1.8em;
	margin: 5px 5px 1px 0;
	width: 170px;
}
#commentform textarea {
	border: 1px solid #ccc;
	color: #666;
	font-family: 'EricssonHilda', Arial, Verdana, sans-serif;
	font-size: .9167em;
	margin: 5px 5px 1px 0;
	padding: 2px;
	width: 550px;
}
#commentform #submit {
	float: left;
	margin: 0;
}

#comments .nocomment {
	color: #666;
	padding: 5px 20px 10px 30px;
}


/* ***** SIDEBAR ***** */
#content #sidebar {
	float: right;
	padding: 0 10px 0 10px;
	width: 230px;
}

#content #sidebar a {
	color: #787878;
}
#content #sidebar a:hover {
	color: #333;
}

#content #sidebar #menu ul li {
	background: #fff;
	border: 1px solid #e1e2e2;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	color: #7b0664;
	font-family: 'EricssonHilda', Arial, Verdana, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	margin: 20px 0 0 0;
	padding: 10px;
}

#content #sidebar #menu ul li ul {
	padding: 10px 10px 10px 0;
}

#content #sidebar #menu ul li li {
	background: transparent url(images/li_bg.gif) no-repeat 0 6px;
	border: none;
	color: #787878;
	font-family: 'EricssonHilda', Arial, Verdana, sans-serif;
	font-size: .75em;
	font-weight: normal;
	margin: 0;
	padding: 3px 0 3px 15px;
}

#content #sidebar #menu ul li li.texte {
	background: none;
}

#content #sidebar #menu ul li.widget_text ul {
	background: none;
	padding: 0;
}

#content #sidebar #menu ul li.widget_text div {
	background: transparent url(images/sidebar-li-ul_bg.gif) no-repeat bottom left;
	padding: 10px;
}

#content #sidebar #menu #searchform {	padding: 20px 0 0 0; }
#content #sidebar #menu #searchform label {	display: none; }
#content #sidebar #menu #searchform input {
	display: block;
	float: left;
}
#content #sidebar #menu #searchform input.edit {
	background: #fff url(images/header-searchform-input_bg.gif) no-repeat 0 0;
	border: 1px solid #ccd4df;
	color: #7f93ae;
	font-family: 'EricssonHilda', Arial, Verdana, sans-serif;
	line-height: 1.8em;
	height: 1.8em;
	margin: 0 5px 0 0;
	padding: 0 5px 0 20px;
	width: 170px;
}

#content #sidebar #menu #searchform input.submit {
	padding: 0;
	margin: 0;
	vertical-align: middle;
}

#content #sidebar #menu #social {
	background: transparent url(images/suivez-bg.gif) no-repeat 0 0;
	padding: 70px 0 0 0;
	height: 145px;
}
#content #sidebar #menu #social img {
	padding: 0;
	display: block;
}
#content #sidebar #menu #sociables {
	background: none;
	padding: 10px 0 0 0;
	height: 38px;
}
#content #sidebar #menu #sociables img {
	padding: 0;
	display: block;
	float: left;
}
#content #sidebar #menu #social h3 {
	display: none;
}
#content #sidebar #menu #social h4 {
	color: #666;
	font-family: 'EricssonHilda'', Arial, Verdana, sans-serif;
	font-size: 12px;
	padding: 15px 0 10px 0;
}

/* ***** FOOTER ***** */
#footer {
	background: #eee url(images/degrade-color.gif) repeat-x 0 0;
}
#footer .inner {
	margin: 0 auto;
	padding: 20px 0 40px 0;
	width: 980px;
}

#footer p {
	color: #afaaa0;
}

#footer p a {
	color: #72706a;
	padding: 0 30px 0 30px;
}

#footer p a:hover {
	color: #333;
}


/* ***** AUTHOR BIO ***** */
#content #left .post .entry #better-author-bio-div {
	background: #fff;
	border: none;
	border-bottom: 2px solid #E6E6E6;
	border-top: 2px solid #E6E6E6;
	margin: 20px 0 20px 20px;
	overflow: hidden;
	padding: 10px 0;
	width: 640px;
}
#content #left .post .entry #better-author-bio-div h4 {
	clear: none;
	font-family: 'EricssonHilda', Arial, Verdana, sans-serif;
	font-size: 1.1667em;
	font-weight: bold;
	line-height: 1em;
	margin: 0 20px 4px 90px;
  padding:0;
}
#content #left .post .entry #better-author-bio-div p {
	margin: 0 0 0 90px;
	padding: 5px 20px 5px 0;
}
#content #left .post .entry #better-author-bio-div img {
	background: #FFF;
	float: left;
	margin:0 10px 0 10px;
	padding:3px;
	border:1px solid #CCC;
}
#content #left .post .entry #better-author-bio-div ul {
	overflow: hidden;
	margin: 0 0 0 90px;
	padding:0;
}
#content #left .post .entry #better-author-bio-div ul li {
	background: none;
	list-style-type: none;
	float: left;
	margin: 8px 6px 0 0;
	padding: 0 0 0 6px;
	line-height: 120%;
	border-left: 1px solid #ccc
}
#content #left .post .entry #better-author-bio-div ul li.first {
	border: none;
	padding:0;
}


/* ***** TWITTER TOOLS ***** */
.aktt_tweet_time {
	display: block;
}


/* ***** YOUTUBE CHANNEL ***** */
div.youtube_channel {
	padding: 10px 5px;
	width: 180px;
}
div.youtube_channel p {
	font-size: 12px;
}


/* ***** CARROUSEL ***** */
.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 960px;
	height: 400px;
	margin: 0 0 0 10px;
	padding: 0 0 20px 0;
	border-bottom: 2px solid #e1e2e2;
}
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}
.scrollable .items img {
	display: block;
	float:left;
}
.scrollable {
	position: relative;
}
.scrollable a.prev {
	background: transparent url(images/carrousel-prev.gif) no-repeat 0 0;
	display: block;
	position: absolute;
	z-index:1000;
	left: 0px;
	top: 170px;
	height: 54px;
	width: 38px;
	cursor: pointer;
}
.scrollable a.next {
	background: transparent url(images/carrousel-next.gif) no-repeat 0 0;
	display: block;
	position: absolute;
	z-index:1000;
	right: 0px;
	top: 170px;
	height: 54px;
	width: 38px;
	cursor: pointer;
}



#content #sidebar #menu ul li.widget_cookieconsentwidget {
	background: transparent;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	color: #7b0664;
	font-family: 'EricssonHilda', Arial, Verdana, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0;
}


#content #sidebar #menu ul li#text-442204512 {
	background: transparent;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	padding: 0;
}
#content #sidebar #menu ul li#text-442204512.widget_text div {
	background: none;
	padding: 0;
}
