/*
Theme Name: Dailymotion Blog
Theme URI: http://steaw.com/
Description: Dailymotion Blog - A clean and beautiful theme to present the dailymotion news
Version: 2.0
Author: STEAW
Author URI: http://www.steaw-webdesign.com/
Tags: fixed-width, grey, blue

	Dailymotion blog V2
	http://steaw.com/

*/


/*-------------------------------------------------------------------------------------------
								RESET
----------------------------------------------------------------------------------------------*/

/* Normalise les marges, le remplissage et les bordures externes */
*
{
margin: 0;
padding: 0;
outline: none;
}

/* Normalise les tailles de polices pour les en-têtes */
h1, h2, h3, h4, h5, h6
{
font-size: 1em;
}

/* Supprime les puces des listes */
ol, ul
{
list-style-type: none;
}

/* Normalise les styles et graisses de fontes : font-style et font-weight sont "normaux" */
address, caption, code, dfn, th, var
{
font-style: normal;
font-weight: normal;
}

/* Supprime les bordures dans les tableaux */
table
{
border-collapse: collapse;
border-spacing: 0;
}

/* Supprime les bordures dans les éléments fieldset et img */
fieldset, img
{
border: 0;
}

/* Annule les hr */
hr
{
display: none;
}

/* Aligne le texte à gauche dans caption et th */
caption, th
{
text-align: left;
}

/* Supprime les apostrophes doubles (guillemets anglais) autour de q */
q:before, q:after
{
content: '';
}


/*-------------------------------------------------------------------------------------------
								IMAGES
----------------------------------------------------------------------------------------------*/

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/*-------------------------------------------------------------------------------------------
								STYLES GENERAUX
----------------------------------------------------------------------------------------------*/

@font-face {
    font-family: 'TitilliumMaps26L';
    src: url('fonts/titilliummaps26l-webfont.eot');
    src: url('fonts/titilliummaps26l-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/titilliummaps26l-webfont.woff') format('woff'),
         url('fonts/titilliummaps26l-webfont.ttf') format('truetype'),
         url('fonts/titilliummaps26l-webfont.svg#TitilliumMaps26L999wt') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TitilliumMaps26L1wt';
    src: url('fonts/titilliummaps26l004-webfont.eot');
    src: url('fonts/titilliummaps26l004-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/titilliummaps26l004-webfont.woff') format('woff'),
         url('fonts/titilliummaps26l004-webfont.ttf') format('truetype'),
         url('fonts/titilliummaps26l004-webfont.svg#TitilliumMaps26L1wt') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background: #e7e7e7;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

p {
	font-size: 14px;
	color: #666666;
}
a {
	color: #006699;
}
a:hover {
	text-decoration: none;
}
#content .bubble {
	padding-bottom: 19px;
	margin-bottom: 10px;
	background: url(img/bubble.png) left bottom no-repeat;
	margin-top: 12px;
	font-weight: normal;
}
#content h3 {
	font-size: 11px;
	color: #8cb0c5;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px 0 2px 0;
}
#content h3.nb-result {
	margin: 13px 0 0 0;
	color: #cccccc;
	font-weight: bold;
	font-size: 16px;
	text-transform: none;
}
#content h3 span {
	color: #999999;
	text-transform: none;
	padding-left: 3px;
}
#content h2 {
	font-size: 16px;
	color: #18658b;
	font-weight: bold;
}
#content h4 {
	font-size: 14px;
	color: #18658b;
	font-weight: normal;
	margin-bottom: 6px;
}
#content p {
	margin-bottom: 10px;
}
#content p.categorie {
	margin-bottom: 6px;
}
#content ul li {
	font-size: 14px;
	color: #666;
}
#content .wpcontent iframe {
	margin: 25px 0 10px 0;
}

/*-------------------------------------------------------------------------------------------
								HEADER
----------------------------------------------------------------------------------------------*/

#wrapper-header {
	background: url(img/header-bg.png) repeat-x;
}
#header {
	width: 970px;
	height: 77px;
	margin: 0 auto;
	position: relative;
}
#header h1 {
	padding: 22px 0 0 4px;
	float: left;
}

#nav {
	overflow: hidden;
	float: right;
	margin: 53px 99px 0 0;
}
#nav li {
	float: left;
	margin-left: 29px;
}
#nav li a {
	color: #8cb0c5;
	text-decoration: none;
	font-family: TitilliumMaps26L, Arial, sans-serif;
	font-size: 16px;
}
#nav li a:hover {
	color: #FFF;
}
#nav li.current-menu-item a {
	color: #fff;
}

#social {
	position: absolute;
	top: 9px;
	right: 98px;
}
#social li {
	float: left;
	list-style-type: none;
}
#social li a {
	display: block;
	text-indent: -9000px;
}
#social li.facebook a {
	width: 8px;
	height: 15px;
	margin: 4px 14px 0 0;
	background: url(img/facebook-logo.png) no-repeat;
}
#social li.facebook a:hover {
	background: url(img/facebook-logo-hover.png) no-repeat;
}
#social li.twitter a {
	width: 18px;
	height: 13px;
	margin: 5px 10px 0 0;
	background: url(img/twitter-logo.png) no-repeat;
}
#social li.twitter a:hover {
	background: url(img/twitter-logo-hover.png) no-repeat;
}
#social li.rss a {
	overflow: hidden;
	height: 100%;
	width: 76px;
	padding: 4px 9px 3px 12px; 
	text-indent: 0;
	font-family: Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	background: #0a3a52;
	border: 1px solid #086591;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#social li.rss a strong {
	float: left;
	font-size: 13px;
	font-weight: normal;
}
#social li.rss a span {
	display: block;
	float: right;
	text-indent: -9000px;
	margin: 0 0 0 9px;
	width: 13px;
	height: 13px;
	background: url(img/rss-logo.png) no-repeat;
}

#dailymotion-tower {
	position: absolute;
	top: 0;
	right: 0;
}

/*-------------------------------------------------------------------------------------------
								CONTENT
----------------------------------------------------------------------------------------------*/

#content {
	width: 970px;
	margin: 0 auto;
	padding: 19px 0 30px 0;
	background: #fff;
	overflow: hidden;
	height: 100%;
	border-bottom: 1px solid #ebebeb;
}

#content .wpcontent {
	width: 620px;
}

/*-------------------------------------------------------------------------------------------
								LEFT SIDEBAR
----------------------------------------------------------------------------------------------*/

#left-sidebar {
	width: 620px;
	float: left;
	margin: 0 20px 0 15px;
	position: relative;
	overflow: hidden;
}

#top-news {
	overflow: hidden;
	height: 100%;
	margin-bottom: 19px;
}
#top-news h2 {
	font-size: 11px;
	color: #8cb0c5;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 9px 1px;
}

#top-news ul li {
	float: left;
	width: 200px;
	margin-right: 9px;
}
#top-news ul li.last {
	margin-right: 0;
}
#content h3 {
	margin-top: 6px;
}
#content #top-news h3 {
	margin-top: 3px;
}
#content h3 a {
	text-transform: none;
	font-weight: bold;
	color: #18658b;
	font-size: 14px;
	text-decoration: none;
	line-height: 17px;
}
#content h3.categorie a {
	color: #8cb0c5;
	font-size: 11px;
	text-transform: uppercase;
	margin-right: 5px;
}

#news {
	border-bottom: 1px solid #ededed;
	margin-bottom: 16px;
}
#news li {
	margin: 0 0 0 0;
	padding: 14px 0 9px 0;
	border-top: 1px solid #ededed;
	overflow: hidden;
	height: 100%;
}
#news li.first {
	border-top: 0;
}
#news li div {
	padding: 7px 0 7px 7px;
	height: 124px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	height: 100%;
}
#news li img {
	float: left;
	margin-right: 20px;
	width:  200px;
}
#news li .informations {
	margin-top: 3px;
}
#content .categorie a {
	color: #4cb0da;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 7px;
	font-size: 13px;
}
#content .date {
	color: #999999;
}
#news li h3 {
	margin: 4px 0;
}
#news li .description {
	color: #666;
	font-size: 12px;
}
#news li p {
	font-size: 12px;
}

#content h2.grey-title {
	background: url(img/title-arrow.png) 12px bottom no-repeat;
	font-family: TitilliumMaps26L1wt, Arial, sans-serif;
	padding-bottom: 9px;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #999999;
}
#content h2.grey-title strong {
	display:  block;
	padding: 8px 0 7px 31px;
	background: #f2f2f2 url(img/folder-icon.png) 8px 8px no-repeat;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#previous-articles ul {
	overflow: hidden;
	height: 100%;
}
#previous-articles ul li {
	float: left;
	width: 136px;
	margin-right: 6px;
	padding: 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#previous-articles ul li.last {
	margin-right: 0;
}
#previous-articles img {
	display: block;
	width: 136px;
}
#previous-articles h3 {
	margin: 3px 0 6px 0;
}
#previous-articles h3 a {
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}
#previous-articles p {
	font-size: 10px;
}
#previous-articles p.categorie {
	margin-top: 6px;
}

/*-------------------------------------------------------------------------------------------
								PAGINATION
----------------------------------------------------------------------------------------------*/

.navigation ol {
	text-align: center;
	position: relative;
	padding-top: 6px;
	padding-bottom: 6px;
}
.navigation ol li {
	display: inline;
	color: #666;
	font-size: 14px;
	margin-right: 4px;
}
.navigation ol li a {
	color: #666;
	font-size: 14px;
	text-decoration: none;
}
.navigation ol li a:hover {
	color: #18658b;
}
.navigation ol li a.prev {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 0 5px 35px;
	background: url(img/pagination-left.png) no-repeat;
}
.navigation ol li a.prev:hover {
	background: url(img/pagination-left-hover.png) no-repeat;
	text-decoration: underline;
}
p.prev a {
	float: left;
	padding: 5px 0 5px 35px;
	background: url(img/pagination-left.png) no-repeat;
	text-decoration: none;
}
p.prev a:hover {
	background: url(img/pagination-left-hover.png) no-repeat;
	text-decoration: underline;
}
.navigation ol li a.next {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 32px 7px 0;
	background: url(img/pagination-right.png) right 2px no-repeat;
}
.navigation ol li a.next:hover {
	background: url(img/pagination-right-hover.png) right 2px no-repeat;
	text-decoration: underline;
}
p.next a {
	float: right;
	padding: 5px 32px 7px 0;
	background: url(img/pagination-right.png) right 2px no-repeat;
	text-decoration: none;
}
p.next a:hover {
	background: url(img/pagination-right-hover.png) right 2px no-repeat;
	text-decoration: underline;
}


/*-------------------------------------------------------------------------------------------
								SINGLE
----------------------------------------------------------------------------------------------*/

.single #content h3.categorie {
	margin: 0;
	line-height: 10px;
}
.single #content h3.categorie a {
	line-height: 12px;
}
.single #content h2 {
	margin-top: 1px;
}

.single .article img {
	float: left;
	margin: 3px 25px 10px 3px;
}
.single .article .wp-smiley {
	margin: 0 5px;
}
.single #content .grey-title {
	margin-bottom: 13px;
}
.single #content .grey-title strong {
	padding-top: 13px;
	padding-left: 33px;
	padding-bottom: 10px;
	background: #f2f2f2 url(img/pen.png) 8px 10px no-repeat;
}
.single .article ul {
	list-style-type: disc;
	margin: 0 0 10px 20px;
}

.single #content .social {
	clear: both;
	margin: 16px 0 0 0;
	position: relative;
}
.single #content .social .facebook {
	position: relative;
	top: 1px;
} 
.single #content .social .tumblr {
	position: relative;
	display: inline-block;
	margin-left: 20px;
}
.single #content .social .tumblr a {
	top: -20px;
	position: absolute;
}

#comments {
	margin-top: 30px;
}
#commentform {
	overflow: hidden;
	height: 100%;
	margin-bottom: 18px;
}
#commentform img {
	float: left;
	margin:  0 12px 0 0;
}
#commentform .comment-form-comment {
	background: #f2f2f2;
	padding: 10px 10px 0 10px;
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#commentform textarea {
	width: 522px;
	height: 56px;
	border: 1px solid #bdbdbd;
	padding: 7px 8px;
	color: #999999;
	font-size: 12px;
}
#commentform p {
	color: #999;
	font-size: 11px;
	margin: 0 0 0 0;
	clear: both;
	background: #f2f2f2;
	padding: 10px 10px 8px 10px;
	width: 542px;
}

#comments ol li {
	overflow: hidden;
	height: 100%;
	margin-bottom: 17px;
}
#comments ol li .comment {
	overflow: hidden;
	height: 100%;
	border-bottom: 1px solid #ededed;
	padding-bottom: 6px;
}
#comments ol .children li.comment {
	border-bottom: 1px solid #fff;
}

#comments ol .children li.comment:last-child {
	border-bottom: 0;
}
#comments ol li .avatar {
	margin: 0 10px 10px 0;
	width: 50px;
	height:  50px;
}
#comments ol li h3 {
	color: #18658b;
	font-weight: bold;
	text-transform: none;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 9px;
}
#comments ol li .date {
	float: left;
	font-size: 11px;
}
#comments ol li .reply a {
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 0 27px;
}
#comments ol li .reply a:hover {
	color: #18658b;
}

#comments .children {
	clear: both;
	margin: 0;
	background: #f2f2f2;
	padding: 10px 50px 0 10px;
	margin-left: 60px;
}
#comments .children li .comment {
	border-bottom: none;
	padding-bottom: 0;
}
#comments .children li .avatar {
	width: 32px;
	height: 32px;
	margin-right: 12px;
}

#disqus_thread {
	overflow: hidden;
	height: 100%;
}

#reply-title {
	display: none;
}
.comment-form-comment label {
	display:  none;
}
.form-submit #submit {
	border:  0;
	background: url("img/title-bg.png") repeat-x;
	color: #fff;
	height: 31px;
	padding: 0 5px;
}
.form-submit #submit:hover {
	cursor: pointer;
}

.wrapper-input {
	position: relative;
}
.wrapper-input input {
	position: absolute;
	top: 7px;
	left: 80px;
	color: #999999;
	font-size: 12px;
}


/*-------------------------------------------------------------------------------------------
								RIGHT SIDEBAR
----------------------------------------------------------------------------------------------*/

#right-sidebar {
	width: 300px;
	float: left;
	margin-top: 21px;
}

#right-sidebar form {
	margin-bottom: 16px;
}
#right-sidebar form p {
	padding: 2px 2px 2px 25px;
	border: 1px solid #ededed;
	overflow: hidden;
	height: 100%;
	background: url(img/search.png) 5px 5px no-repeat;
}
#right-sidebar form .text {
	border: 0;
	width: 170px;
	margin-top: 3px;
	float: left;
	color: #666;
}
#right-sidebar form .submit {
	float: right;
	background: #d4d4d4;
	border: 0;
	width: 96px;
	height: 19px;
	cursor: pointer;
}

#flags {
	overflow: hidden;
	height: 100%;
	background: #f9f9f9;
	padding: 10px 10px 1px 12px;
	margin-bottom: 15px;
} 
#flags li {
	float: left;
	margin: 0 20px 10px 0; 
	width: 72px;
	font-size: 11px;
} 
#flags li img {
	margin-right: 5px;
	position: relative;
	top: 1px;
}
#flags li a {
	color: #666666;
	text-decoration: none;
	font-size: 11px;
}
#flags li a:hover,
#flags li a.selected {
	color: #18658b;
}
#flags li a strong {
	font-weight: normal;
} 

#content #newsletter {
	margin-bottom: 15px;
}
#newsletter a {
	display: block;
	width: 140px;
	height: 81px;
	padding: 29px 44px 0 116px;
	background: url(img/newsletter-bg.png) no-repeat;
	color: #fff;
	text-decoration: none;
	font-family: TitilliumMaps26L1wt, Arial, sans-serif;
	font-size: 15px;
	line-height: 17px;
}

#videowall {
	position: relative;
	margin-bottom: 15px;
}
#content #videowall .more {
	color: #FFF;
	font-size: 11px;
	text-transform: none;
	font-family: TitilliumMaps26L1wt, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: 0.2px;
	text-decoration: none;
	position: absolute;
	right: 8px;
	top: 8px;
}
#content #videowall .videowall-iframe {
	background: url(img/facebook-social-plugin-arrow.png) 15px 0 no-repeat;
	padding-top: 8px;
}



#join-us {
	background: #f9f9f9;
	margin-bottom: 15px;
}
#right-sidebar .title {
	background: url(img/title-bg.png) repeat-x;
	overflow: hidden;
	height: 31px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	position: relative;
}
#right-sidebar .title h2 {
	float: left;
	font-family: TitilliumMaps26L1wt, Arial, sans-serif;
	color: #fff;
	margin: 8px 0 0 9px;
	font-size: 13px;
	text-transform: uppercase;
}
#right-sidebar .title img {
	float: right;
	margin: 4px 5px 0 0;
}
#right-sidebar .title img.facebook {
	margin-right: 3px;
}
#right-sidebar #facebook-social-plugin {
	background: url(img/facebook-social-plugin-arrow.png) 1px 0 no-repeat;
	padding-top: 11px;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 20px;
	margin: 0 0 14px 14px;
	width: 270px;
}
#right-sidebar #facebook-social-plugin iframe {
	width: 268px;
	height: 254px;
	overflow: hidden;
	overflow:hidden;
	margin-top: -1px;
}
.facebook-like-box {
    width:266px;
	height:254px;
	overflow:hidden;
	text-align:center;
}
.facebook-like-box .inner {
    margin: -1px 0 0 -1px;
	width:266px;
	height:254px;
	overflow:hidden;
}

#twitter-dailymotion {
	width: 270px;
	margin: 0 0 0 14px;
	padding-bottom: 5px;
}
#twitter-dailymotion .logo {
	float: left;
	margin-right: 9px;
}
#twitter-dailymotion h3 {
	color: #18658b;
	font-size: 14px;
	text-transform: none;
	line-height: 12px;
	font-family: 'Lucida sans', Arial, sans-serif;
	font-weight: bold;
}
#twitter-dailymotion h3 strong {
	font-weight: normal;
	font-size: 12px;
}
#twitter-dailymotion iframe.twitter-follow-button {
	width: 170px;
	margin: 5px 0 5px 0;
}

#twitter-dailymotion iframe.twitter-timeline {
	width: 295px;
	margin: 0px 0 0 0;
}
#twitter_update_list {
	margin: 6px 0 0 0;
	padding: 0px 0px 0 0px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}	
#twitter_update_list .date {
	margin-bottom: 3px;
	display: block;
}
#twitter_update_list a {
	color: #666666;
	text-decoration: none;
}
#twitter_update_list p {
	line-height: 15px;
	font-size: 12px;
}
#twitter_update_list .twitter-links {
	text-align: right;
}
#twitter_update_list .twitter-links a {
	color: #999;
	margin-left: 8px;
}

#advertising-sidebar {
	margin-bottom: 15px;
}
#advertising-sidebar img {
	display: block;
}

#right-sidebar #recent-comments {
	padding: 4px 3px;
	margin: 0 0 15px 0;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #dbdbdb url("gradient-bg.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Navigateurs récents */
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#efefef),
		to(#dbdbdb)
	);
	background: -webkit-linear-gradient(
		top,
		#efefef,
		#dbdbdb
	);
	background: -moz-linear-gradient(
		top,
		#efefef,
		#dbdbdb
	);
	background: -o-linear-gradient(
		top,
		#efefef,
		#dbdbdb
	);
	background: linear-gradient(
		top,
		#efefef,
		#dbdbdb
	);
}
#content #right-sidebar .content {
	padding: 7px 9px 10px 9px;
	border: 1px solid #eaeaea;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#content #right-sidebar .content h2 {
	color: #999;
	font-family: TitilliumMaps26L1wt, Arial, sans-serif;
	font-weight: normal;
	padding: 2px 0 0 23px;
	margin-bottom: 17px;
	height: 13px;
	font-size: 14px;
	background: url(img/comment-picto.png) no-repeat;
}
#content #right-sidebar .content li {
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#content #right-sidebar .content li.last {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
#content #right-sidebar .content p {
	margin-left: 10px;
}
#content #right-sidebar .content a {
	color: #18658b;
	text-decoration: none;
}
#content #right-sidebar .content .date {
	font-size: 10px;
	margin-bottom: 5px;
}
#content #right-sidebar .content .author {
	color: #666;
	font-size: 12px;
	margin-bottom: 5px;
}
#content #right-sidebar .content .author a {
	color: #666;
}
#content #right-sidebar .content .author strong {
	color: #18658b;
	font-weight: normal;
}
#content #right-sidebar .content .comment {
	color: #333;
	font-size: 12px;
}


#archives {
	overflow: hidden;
	height: 100%;
	padding: 10px 14px;
	background: #f2f2f2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#archives h2 {
	padding: 0 0 0 24px;
	color: #999;
	font-family: TitilliumMaps26L1wt, Arial, sans-serif;
	font-weight: normal;
	margin-bottom: 15px;
	height: 13px;
	font-size: 14px;
	letter-spacing: 1.5px;
	background: url(img/folder-icon.png) 0 1px no-repeat;
}
#archives ul {
	float: left;
	margin-right: 20px;
}
#archives ul.months {
	padding-right: 20px;
	border-right: 1px solid #dcdcdc;
	width: 116px;
}
#archives ul li {
	line-height: 15px;
}
#archives ul li a {
	color: #666;
	font-size: 12px;
	text-decoration: none;
}

#suggestion {
	background: #f9f9f9;
	margin-bottom: 15px;
}
#suggestion .suggestion-content {
	border: 0;
	background: url(img/facebook-social-plugin-arrow.png) 15px 0 no-repeat;
	padding: 17px 9px 9px 9px;
}
#content #right-sidebar #suggestion li {
	overflow: hidden;
	border: 0;
	padding: 6px;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 5px;
}
#suggestion li img {
	float: left;
	margin: 0 14px 0 0;
}
#suggestion li .categorie {
	font-size: 11px;
	margin: 7px 0 0 0;
}
#suggestion li h3 {
	margin-bottom: 5px;
	margin-top: 2px;
}
#suggestion li h3 a {
	font-size: 11px;
	text-transform: none;
	line-height: 14px;
}
#suggestion li .date {
	font-size: 10px;
	margin-bottom: 0;
}

/*-------------------------------------------------------------------------------------------
								FOOTER
----------------------------------------------------------------------------------------------*/

#wrapper-footer {
	background: #E7E7E7;
}
#footer {
	width: 970px;
	margin: 0 auto;
	padding: 31px 0;
}
#footer p {
	text-align: center;
	font-size: 12px;
	color: #666;
	margin-bottom: 10px;
}
#footer p a {
	font-weight: bold;
	text-decoration: none;
	color: #18658b;
}
