/*
Theme Name: All Orange
Theme URI: http://online-lan.se/all-orange
Author URI: http://online-lan.se/
Description: Universal, stylish orange theme for wordpress with modern menu. Can be used for blogs or company sites as well.
Author: http://online-lan.se/
Version: 1.1
Tags: orange, blue, two-columns, fixed-width, editor-style, sticky-post
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*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;outline:0;vertical-align:baseline;background:transparent}body{}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/*text*/

body{font:11px/16px Arial, Helvetica, sans-serif; color:#424242;}

a:focus{outline:1px dotted invert}

hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}

h1{font-size:25px}

h2{font-size:23px}

h3{font-size:21px}

h4{font-size:19px}

h5{font-size:17px}

h6{font-size:15px}

ol{list-style:decimal}

ul{list-style:square}

li{margin-left:30px}

p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:20px}

/* this is the master css we will use for styling */

body{
	background:#f48f06 url(./images/bg.gif) repeat-x 0 0;
	color:#666;
}


div, table, td, p, h1, h2, h3, img form, input, label{
	padding:0;
	margin:0;
	}
a {
	outline:none;
	color: #32AABD;
}
	
ul{
	padding:0;
	margin:0;
	list-style-type:none;
}

img{
	border:0;
	}

.fltLft{
	float:left;
	width:auto;
	}
	
.fltrt{
	float:right;
	width:auto;
	}

.spacer{
	padding:0;
	margin:0;
	clear:both;
	line-height:0;
	font-size:0;
}
label, input {float:left; display:block;}
/*----------------------------*/

#header{
	height:88px;
	padding:40px 0 0 0;
	background:url(./images/body-bg-top.png) no-repeat 0 100%;
	width:960px;
	margin:0 auto;
}

.navPanel{
	height:37px;
	position:relative;
	width:960px;
	z-index:1000;
	}
.logo{
	margin:30px 0 20px 0;
	color:#fff;
	background-color:inherit;
	font:bold 40px/25px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	}
.logo span.bigtxt{
	color:#fff;
	background-color:inherit;
	font:bold 30px/25px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	}
.logo span.small{
	color:#fff;
	background-color:inherit;
	font:bold 12px/25px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	}
.logo span.smallmoto{
	color:#fff38c;
	background-color:inherit;
	font:bold 11px/30px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:0;
	width:380px;
	display:block;
	text-align:center;
	}
.logo a {
	color:#fff;
	text-decoration:none;
}
.navPanel ul.nav{
    list-style-type:none;
	background:url(./images/menu-bg.png) no-repeat 0 0;
	color:#FFFFFF;
	background-color:inherit;
	width:976px;
	position:absolute;
	left:-8px;
	/*top:34px;*/ /*change this if you need to change the header menu position */
	}
	
.navPanel ul.nav li{
	float:left;
	margin:0;
	font:normal 12px/36px Arial, Helvetica, sans-serif;
	background:url(./images/divider.gif) no-repeat 0 17px;
	text-transform:uppercase;
	color:#FEFFFF;
	background-color:inherit;
	text-align:center;
	padding:17px 11px 0;
	position:relative;
	z-index:100;
	}
.navPanel ul.nav li.home{
	background-image:none;
	}
.navPanel ul.nav li.home a{
	background:url(./images/home-icon.gif) no-repeat 50% 50%;
	text-indent:-100000px;
	width:30px;
}
.navPanel ul.nav li.navstart{
	background:none;
	padding:4px 9px 4px 9px;
	}	
	
.navPanel ul.nav li a{
	color:#FEFFFF;
	text-decoration:none;
	background-color:inherit;
	display:block;
}

.navPanel ul.nav li a:hover{
	color:#fef5aa;
	background-color:inherit;
}
/* Drop Down Menu */
.navPanel ul.nav ul {
	position:absolute;
	width:170px;
	left:0;
	top:53px;
	height:auto;
	font-size:13px;
	line-height:18px;
	display:none;
}
.navPanel ul.nav ul ul {
	position:absolute;
	width:170px;
	left:0;
	top:53px;
	height:auto;
	font-size:13px;
	line-height:18px;
	display:none;
}
.navPanel ul.nav ul li {
	float:none;
	text-align:left;
	padding:0;
}
.navPanel ul.nav ul li a {
	background:#DD8309!important;
	height:auto;
	text-indent:11px!important;
	height:100%;
	display:block;
}
.navPanel ul.nav ul li a:hover {	
	background:#D8AB15!important;
}

.navPanel ul.nav ul ul {
    left:100%;
    top:0;
}
/*--------------------- Body Panel ------------------------*/
#banner {
	height:261px;
	width:641px;
	margin-bottom:10px;
	background-color:#F3EFB1;
}

#bodyPanel{
	padding:0px 0 30px;
	background:url(./images/cont-bg-mid.gif) repeat-y 0 0;
	overflow:hidden;
	height:100%;
	}
	
/*Left start*/
#left{
	float:left;
}
/* AD */
#left h2, #left h3{
	color:#dd2c0d;
	background-color:inherit;
	font:normal 18px/22px Arial, Helvetica, sans-serif;
	padding:0px 0 14px 30px;
}
#left h3.widget-title{
	color:#dd2c0d;
	background-color:inherit;
	font:normal 18px/22px Arial, Helvetica, sans-serif;
	padding:20px 0 14px 35px;
}
#left h2.notop{
	color:#dd2c0d;
	background-color:inherit;
	font:normal 18px/22px Arial, Helvetica, sans-serif;
	padding:0 0 14px 35px;
}
ul.left{
	font:normal 12px/21px Arial, Helvetica, sans-serif;
	color:#32aabd;
	background-color:inherit;
	margin-bottom: 20px;
}
/* AD */
ul.left li{
	/*background:url(./images/bullet.gif) no-repeat 0 50%;*/
	padding:0 0 0 0;
	display:block;
}
ul.left li a{
	font:normal 12px/21px Arial, Helvetica, sans-serif;
	color:#32aabd;
	background-color:inherit;
	text-decoration:none;
}
ul.left li a:hover{
	font:normal 12px/21px Arial, Helvetica, sans-serif;
	color:#086371;
	background-color:inherit;
	text-decoration:underline;
}
/*Left End*/

/*Right start*/
#right{
	float:right;
	margin-right:40px;
}

/*Banner Start*/
.banner-caption{
	background:url(./images/caption-bg.gif) no-repeat 0 0;
	color:#fef5aa;
	background-color:inherit;
	font:normal 18px/36px Arial, Helvetica, sans-serif;
	position:absolute;
	top:220px;
	width:656px;
	height:53px;
	left:-8px;
	text-align:center;
	padding:17px 0 0 0;
	z-index:10;
}
/*Banner End*/
/*Posts starts*/
.fvrts{
	width:642px;
	padding:10px 0 20px 0;
}
.fvrts h3{
	color:#0d90a5;
	background-color:inherit;
	font:bold 18px/30px Arial, Helvetica, sans-serif;
	padding:10px 0 10px 0;
	clear:both;
}
div.navigation {
	height:100%;
	overflow:hidden;
	margin:10px 0;
}
div.navigation a {
	color:#32AABD;
	text-decoration:none;
}
div.navigation a:hover {
	text-decoration:underline;
}
h1.entry-title{
	/*color:#0d90a5;*/
	background-color:inherit;
	font:bold 18px/30px Arial, Helvetica, sans-serif;
	padding:10px 0 10px 0;
}
div.nav-previous {
	float:left;
}
div.nav-next {
	float:right;
}
/* Comment Form */
#commentform p {
	padding-bottom:12px;
	height:100%;
	overflow:hidden;
}
#commentform input.field {
	float:left;
	margin-right:10px;
	width:200px;
	height:14px;
	padding:2px 3px;
}
#commentform label {
	display:block;
	font-size:11px;
	line-height:20px;
	width:80px;
} 
#commentform textarea {
	width:500px;
	height:120px;
	margin-bottom:10px;
	padding:3px 5px;
	border:1px solid #D6D6D6;
}
#commentform input {
	border:1px solid #D6D6D6;
}
#commentform input.btn {
	width:120px;
	height:25px;
	cursor:pointer;
	font-size:12px;
}
h3#respond,
h3#comments {
	font-size:20px;
	padding-bottom:10px;
}

/* Comment Closed */
p.nocomments {	
	font-weight:bold;
	font-style:italic;
}
.commentlist li {
	margin-bottom:10px;
	padding:10px;
	background-color:#e1e1e1;
	overflow:hidden;
	height:100%;
	margin-left:0;
}
.commentlist li.even {
	background-color:#F2F2F2;
}
.commentlist li.alt {
	background-color:#F2F2F2;
}
	.commentlist li img.photo {
		float:left;
		margin:0 10px 5px 0;
		border:#ccc 1px solid;
		padding:2px;
	}
	.commentlist li p img {
		display:inline;
	}
	.commentlist li p {
		padding-bottom:8px;
	}
	.commentlist li p.commentmetadata {	
		font-size:11px;
		padding-bottom:5px;
	}
.wpcf7 p {
	height:100%;
	overflow:hidden;
	margin-bottom:4px;
}
.wpcf7 p input {
	border:1px solid #B1A167;
	height:20px;
}
.wpcf7 p textarea {
	border:1px solid #B1A167;
}
h3#reply-title {
	margin-bottom:10px;
}
.fvrts h3 a{
	color:#0d90a5;
	background-color:inherit;
	font:bold 18px/30px Arial, Helvetica, sans-serif;
}
.fvrts h3 a:hover{
	color:#0B7181;
	background-color:inherit;
	font:bold 18px/30px Arial, Helvetica, sans-serif;
}
.fvrts h4{
	color:#f0d298;
	background-color:inherit;
	font:bold 12px/30px Arial, Helvetica, sans-serif;
}
.fvrts p{
	font:normal 14px/17px Arial, Helvetica, sans-serif;
	color:#666;
	background-color:inherit;
}
.fvrts p.written-by{
	font:italic 12px/12px Arial, Helvetica, sans-serif;
	color:#f0d298;
	background-color:inherit;
	padding:0 0 20px 0;
}
.fvrts p.written-by span{
	font:italic 12px/12px Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:inherit;
}
.dated{
	background: url(./images/post-datecomment-bg.gif) repeat-x 0 0;
	color:#666;
	font:normal 10px/32px Arial, Helvetica, sans-serif;
	overflow:hidden;
	height:100%;
	padding:0 10px 0 0;
}
.dated .posted-on {
	font:normal 11px/32px Arial, Helvetica, sans-serif;
	float:left;
	padding:0 0 0 10px;
}
.dated .posted-on span{
	background-color:inherit;
}

.dated .posted-by {
	font:normal 11px/32px Arial, Helvetica, sans-serif;
	float:left;
	padding:0 0 0 5px;
}

.dated p.righttxt{
	color:#32aabd;
	font:normal 11px/32px Arial, Helvetica, sans-serif;
	/*float:right;
	background:url(./images/comment-icon.gif) no-repeat 0 50%;*/
}
.dated p.righttxt a{
	background-color:inherit;
	color:#32aabd;
	font:normal 11px/32px Arial, Helvetica, sans-serif;
	float:right;
	padding:0 0 0 15px;
	background:url(./images/comment-icon.gif) no-repeat 0 50%;
}
.dated p.righttxt a:hover{
	/*background-color:inherit;*/
	font:normal 11px/32px Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
.fvrts a{
	background-color:inherit;
	color:#32aabd;
	text-decoration:none;
	font:bold 12px/17px Arial, Helvetica, sans-serif;
}
.fvrts a:hover{
	background-color:inherit;
	color:#086371;
	font:bold 12px/17px Arial, Helvetica, sans-serif;
}
.dated p.lefttxt span.written-by{
	font:italic 12px/12px Arial, Helvetica, sans-serif;
	color:#666;
	background-color:inherit;
	padding:0 0 0 20px;
}
.dated p.lefttxt span.written-by-name{
	font:italic 12px/12px Arial, Helvetica, sans-serif;
	color:#32aabd;
	background-color:inherit;
}

/* Post */
.leftPanel a {
	text-decoration:underline;
}
.leftPanel a:hover { text-decoration:none;}
.leftPanel h1 {
	padding:0 0 11px;
	/*color:#32AABD;*/
}
.leftPanel h2 {
	color:#32AABD;
}
.leftPanel h3 {
	padding:0 0 11px;
    font-size:22px;
}
.post {
	padding-bottom:0;
}
.post h2 {
	color:#32AABD;
	font-size:24px;
	font-weight:normal;
	line-height:28px;
	text-transform:uppercase;
	padding-bottom:5px;
}
.post h2 a {color:#32AABD; text-decoration:none;}
.post h2 a:hover { text-decoration:underline;}
.post p.postmeta {
	padding-bottom:18px;
}
.entryContent { 
	overflow:hidden;
	height:100%;
}
/* headings */
.entryContent h1,
.entryContent h2 {
	font-family:Arial, Helvetica, sans-serif;
}
.post h1 {
	text-transform:none;
	font-size:24px;
	line-height:28px;
	font-weight:normal;
	padding-bottom:12px;
	clear:both;
}
.post h2 {
	color:#575757;
	text-transform:none;
	font-size:21px;
	line-height:25px;
	padding-bottom:12px;
	clear:both;
}
.post h3 {
	font:19px/22px Arial, Helvetica, sans-serif;
	padding-bottom:12px;
	text-transform:none;
	clear:both;
	display:block;
}
.post h4 {
	font-size:16px;
	line-height:18px;
	padding-bottom:12px;
	clear:both;
}
.post h5 {
	font-size:14px;
	padding-bottom:10px;
	clear:both;
}
.post h6 {
	font-size:12px;
	padding-bottom:10px;
	clear:both;
}

/* Paragraph text */
.post p {
	padding-bottom:18px;
	height:100%;
	overflow:hidden;
}

/* Blockquote */
.entryContent blockquote {
	padding:10px 20px;
	font-style:italic;
	font-size:14px;
	font-weight:bold;				
}

/* Unordered List */
.entryContent ul {
	list-style:disc;
	padding:0 0 20px 20px;
}
.entryContent ul li {
	padding-bottom:3px;
}

/* Ordered List */	
.entryContent ol {
	list-style:decimal inside;
	padding:0 0 20px 5px;
}

/* Defination List */
.entryContent dl {
	padding:10px;
}
.entryContent dl dt {
	font-weight:bold;
	padding-bottom:3px;
}
.entryContent dl dd {
	padding:0 0 5px 10px;
}

/* Tabular data */
.entryContent table {
	border:#DCDCDC 1px solid;
	border-collapse:collapse;
	margin-bottom:20px;
}
.entryContent table td {
	border:#DCDCDC 1px solid;
	padding:3px 8px;
}

/* Code Display Style */
.entryContent pre {
	padding-bottom:20px;
}

/* Image testing */
.alignright {
	float:right;
	margin:0 0 10px 10px;
}
.alignleft {
	float:left;
	margin:0 10px 10px 0;
}
.aligncenter {
	margin:0 auto 10px;
}
.alignnone {
	display:block;
	margin-bottom:10px;
}
.size-thumbnail {
	margin-right:8px;
	display:inline;
}

/*Post end*/

/*Right End*/
/*-------------------- Footer -------------------------*/

#footer{
	background:url(./images/body-bg-footer.png) repeat-x 0 0;
	overflow:hidden;
	height:100%;
	text-align:center;
	padding:0 0 50px 0;
	}			
#footer ul {
	text-align:center;
	padding:40px 0 0 0;
}
#footer ul li{	
	color:#32aabd;
	background-color:inherit;
	font:normal 14px/16px Arial, Helvetica, sans-serif;
	display:inline;
	width:auto;
	padding:0 2px 0 2px;
	margin:0;
}
#footer ul li a{	
	color:#32aabd;
	background-color:inherit;
	font:normal 14px/16px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#footer ul li a:hover{	
	color:#086371;
	background-color:inherit;
	font:normal 14px/16px Arial, Helvetica, sans-serif;
}
#footer span, #footer span a{
	font:normal 11px/35px Arial, Helvetica, sans-serif;
	color:#666;
	background-color:inherit;
	text-align:center;
	}
#footer span a {
text-decoration: underline;
}
.widgetBlock {margin-bottom: 20px;}
.widgetBlock a {color: #32aabd;}
.widgetBlock div {margin-left: 20px;}
.widget_search #s { /* This keeps the search inputs in line */
	width: 60%;
}
#searchform {padding: 10px 0;}
#searchform label {
	display:none;
}

/* alignment CSS classes */

.aligncenter,
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.alignleft {
	float: left;
	display: inline;
}


.alignright {
	float: right;
}


/* image caption CSS classes  */

.wp-caption {
	text-align: center;
	padding-top: 4px;
	margin: 10px auto;
}


.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}


.gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}


.bypostauthor {
}


embed,
object {
	max-width:630px;
}

/*default*/
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
.bypostauthor {}
img {margin: 0; max-width: 630px; height: auto;}
.gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.clear {clear: both;}
.sticky	{
   background-color: #f9f9f9; 
   padding: 10px;
   margin-bottom: 10px;}
.entry-utility {
   margin-bottom: 20px;
}


/* AD */

.archive .entry-summary p { padding-bottom:0; width:100px; height:100px; border:1px solid orange; padding:20px; }
.archive .entry-summary p:hover { border:1px solid grey; }
.archive .entry-summary p img { width:100px; }
.archive h2.entry-title { display:block; font-size:14px; width:147px; line-height:15px; margin:5px 0 0 0; }

.AD_cat_desc p { margin:10px 0 0px 0; font-size:12px; }
.AD_cat_desc { margin:0 0 20px 0; }

.home div.post, .search div.post, .archive div.post { float:left; display:block; width:170px; height: 200px; margin-left:10px; }
.home .entryContent, .search .entryContent { height: 142px; }
.home .entryContent p, .search .entryContent p { padding-bottom:0; width:100px; height:100px; border:1px solid orange; padding:20px; }
/*.home .entryContent p img, .search .entryContent p img { width:100px; }*/
.home .post a { text-decoration:none; display:block; font-size:14px; width:147px; line-height:15px; margin:0 0 0 0; }
.search .post h2 { display:block; font-size:14px; width:147px; line-height:15px; margin:5px 0 0 0; }

.single .entry-content { margin-bottom:5px; clear:both; }
.single .entry-content p { font-size:12px; }

.AD_affil { margin:30px 0; padding:15px 0; }
.AD_affil h2, h3#reply-title, h3#comments { border-bottom:4px double #ccc; border-top:4px double #ccc; font-weight:normal; font-family:Georgia, "Times New Roman", Times, serif; padding:8px 0; color:#000; font-size:22px; }
.AD_affil p a { display:block; height:300px; width:300px; float:left; }
.AD_affil p a:hover { background-position:0 -300px !important; }

.dated p.righttxt a { font-size:12px; text-decoration:none; }
.dated p.righttxt a:hover { font-size:12px; text-decoration:underline; }
.dated .posted-on a { text-decoration:none; background:url(http://www.allodessin.com/adpix/ico-materiel.gif) no-repeat; padding:0 0 0 23px; }
.dated .posted-on a:hover { text-decoration:underline; }
.dated .posted-on { font-size:12px; }

.single .wp-caption { margin: 0 auto 10px auto; }

.single .post h1, .home h1, .page h1, .error404 h1, .search h1, .category h1 { font-family:Georgia, "Times New Roman", Times, serif; font-size: 33px; color:#000; font-weight:normal; line-height:28px; }
.single .post h2, .home h2 { border-bottom:4px double #ccc; border-top:4px double #ccc; font-weight:normal; font-family:Georgia, "Times New Roman", Times, serif; padding:8px 0; color:#000; font-size:22px; margin-bottom:15px; }
.single .post h3 { clear: none; font-size: 17px; font-family:Georgia, "Times New Roman", Times, serif; color:#000; }

.single .post strong { color:#000; }

.home h1 { padding-bottom:18px; }
.single .entry-content p, .home p, .page p, .error404 p { font-size: 13px; padding-bottom:18px; }

#related-content-sidebar-left { margin:60px 0 00px 20px; } 
.partenaires_sidebar { margin-left:30px !important; padding-top:55px; margin-bottom:20px; }

ul.left li { margin-bottom:15px; }
ul.left li a { color:#000; font-weight:bold; }
ul.left li a:hover { color:#000 !important; text-decoration:underline; font-weight:bold; }
ul.left li ul.children { margin-top:-4px; }
ul.left li ul.children li { margin-bottom:-4px; }
ul.left li ul.children li a { color:#32AABD !important; font-weight:normal; }

#searchform { left: 870px; padding: 25px 0 0; position: relative; right: 0; width: 160px; }
#searchform #searchsubmit { display:none; }
#searchform input#s { color:#666; }

div.thanks { text-align:right; }
a.thanks { color:#666666; text-decoration:none; }
a.thanks:hover { color:#666666; text-decoration:none; }

#allosense_3, #allosense_4 { margin-top:-15px; }

.container_24 .grid_7 { width: 220px; }
.container_24 .grid_16 { width: 730px; }
#right { margin-right:20px; }

li { margin-left: 10px; }
ul.left { margin-left:10px; padding-top:20px; }

#bodyPanel { margin: 0px auto 0; padding: 30px 0 30px; overflow:visible; min-height:700px; }
#header { background: url("./images/body-bg-top3.png") no-repeat scroll 0 0 transparent; height:53px; width:1024px; padding-top:80px; }
.container_24 { width: 1024px; }
.navPanel ul.nav { width:1043px; height:58px; }
.navPanel ul.nav { width:1043px; }
.grid_7 { margin:0; padding:0; }

#left .inner .widgetBlock { position:relative; padding-top:20px; }
#left h3 { background:url(./images/h3-bg-left.png) no-repeat; height: 42px; width: 239px; padding: 13px 0 0 26px; position:absolute; left:-8px; text-shadow:1px 1px 0 #EEEEEE; font-weight:bold; }

#footer { background:none; }

#mid_big { margin:0 auto 0 auto; width:1024px; }
.mid_big_item { width:344px; float:left; }
#mid_big_2 { width:336px; text-align:center; }
#mid_big_3 { width:344px; height:254px !important; }

body {background: url("./images/bg3.jpg") repeat-x scroll 0 0 #F48F06; }

.navPanel ul.nav li a { font-weight:bold; text-shadow:0px 2px 5px black; }
.navPanel ul.nav li a:hover { text-shadow:0px 2px 5px black; color:#FFF; text-decoration:underline; }

.most_popular_post { padding-top:55px; margin-bottom:20px; margin-left:14px !important; }

p.righttxt { padding-bottom:0; }

.facebook-like { padding:5px 0; }

.logo { margin-bottom:0; }

.most_popular_post ul li { margin-left:0; }
.wpp-post-title { font-size: 9px; }
img.wpp-thumbnail { float:left; margin:0 5px 5px 0; }
.allodessin_pp { text-decoration:none; }
.allodessin_pp:hover { text-decoration:underline; }

#allo_sideshare { position:absolute; width:220px; top:-13px; z-index:1000; padding-left:36px; }
#allo_sideshare a { padding:0 10px; display:block; width:38px; height:38px; float:left; }
#allo_sideshare a.facebook { background:url(http://www.allodessin.com/adpix/facebook-fade.png) no-repeat; }
#allo_sideshare a.facebook:hover { background:url(http://www.allodessin.com/adpix/facebook.png) no-repeat; }
#allo_sideshare a.twitter { background:url(http://www.allodessin.com/adpix/twitter-fade.png) no-repeat; }
#allo_sideshare a.twitter:hover { background:url(http://www.allodessin.com/adpix/twitter.png) no-repeat; }
#allo_sideshare a.rss { background:url(http://www.allodessin.com/adpix/rss-fade.png) no-repeat; }
#allo_sideshare a.rss:hover { background:url(http://www.allodessin.com/adpix/rss.png) no-repeat; }

.commentlist { margin-top:10px; }
li.comment { margin:0 0 10px 0; padding:0; background-color:#fff !important; }
li.comment.depth-1 div.comment-body { border-bottom:3px solid #ccc; padding:10px; }
li.comment.depth-2 div.comment-body  { border-top:1px solid #ccc; margin-top:1px; background:url(http://www.allodessin.com/adpix/picto-reply-to.png) no-repeat #f2f2f2 10px 10px; border-bottom:0px; padding-left:50px; }
li.comment-author-admin div.comment-body { background:url(http://www.allodessin.com/adpix/picto-reply-to.png) no-repeat #FCEBC4 10px 10px !important; }
li.comment.depth-2 { margin-bottom:0; }
cite.fn { font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; color:#000; font-weight:normal; font-style:normal; }
.comment-awaiting-moderation { color:red; }
.commentlist li p { margin-top:15px; font-family:Arial, Helvetica, sans-serif; color:#000; font-size:13px; }
.commentlist .reply { position:relative; right:0; text-align:right; }
.single .entry-content p strong { color:#666; }

.category .nav-previous, .category .nav-next { display:none; }
.container_24 .logo { background: url(http://www.allodessin.com/wp-content/themes/all-orange/images/bg-top5.png) repeat-x scroll 0 0 transparent; margin:0 auto 0 auto; padding-top:30px; width:100%; position:absolute; left:0; top:0; }
.container_24 .logo a { width:296px; height:116px; display:block; margin:0 auto 0 auto; background:url(./images/logo.png) no-repeat; }
.container_24 .logo a span { display:none; }
.container_24 .logo .smallmoto { display:block; margin:0 auto 0 auto;}
#header { margin-top:180px; }

.retour-categorie { display:block; text-align:right;}
.retour-categorie a { text-decoration:none; }
.retour-categorie a:hover { text-decoration:underline; }

.allo_content_3_sky { margin:0 0 10px 10px; }
.gplusone { padding:10px 0; float:right; }

p.AD_prelude { font-size:15px !important; line-height:18px; }

div#AD_prelude_ad { float:left; width:350px; height:280px; display:block; margin: 0 20px 20px 0; }