/*
Template Name: TechBlog
Description: TechBlog theme for all tech review blogs under SZAB Network
Author: Ventedoy
Authors URI: http://www.ventedoy.com

*/
/* ----------- BEGIN: GLOBAL STYLES ------------ */
/* CSS accueil deplacement slider */
/* numeric controls */	
#texteslide {
color: #273239;
background-color: white;
position: relative;
margin-top: -26px;
text-decoration: none;
line-height: 24px;
-moz-opacity:0.75;
opacity: 0.75;
filter:alpha(opacity=75);
}
#texteslide a:hover{
    text-decoration: none;
    
}
	ol#controls{
		margin: 1em 0;
padding: 0;
height: 24px;
/*background-color: white;*/
width: 200px;
margin-left: 265px;
}
		
	ol#controls li{
		margin:3px 0px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:18px;
		line-height:18px;
         
		}
	ol#controls li a{
		float:left;
		height:18px;
		line-height:18px;
		/*border:1px solid #ccc;
		background:#DAF3F8;*/
                background-color: white;
                              -moz-box-shadow: 0 1px 1px #111;
                -webkit-box-shadow: 0 1px 3px #111;
                box-shadow: 0 1px 1px #111;
                border-radius: 4px;
                -moz-border-radius: 4px;
                -webkit-border-radius: 4px;
		color:#555;
		padding:0 5px;
		text-decoration:none;
		}
	ol#controls li.current a{
		/* background:#5DC9E1;*/
                background:#0097fc;
		color:#fff;
                -moz-box-shadow: 0 1px 1px #111;
                -webkit-box-shadow: 0 1px 3px #111;
                box-shadow: 0 1px 1px #111;
                border-radius: 4px;
                -moz-border-radius: 4px;
                -webkit-border-radius: 4px;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
.button4 {
    margin-right: 7px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    font-style: inherit;
    font-weight: lighter;
    color: #FFF;
    padding: 5px 12px;
    border: 1px solid #999;
 
    text-shadow: 0px 1px 1px #666;
    text-decoration: none;
 
    -moz-box-shadow: 0 1px 1px #111;
    -webkit-box-shadow: 0 1px 3px #111;
    box-shadow: 0 1px 1px #111;
 
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
 
    background: #64a724;
    background: -moz-linear-gradient(top, #B9EB40 0%, #579727 50%, #58982a 51%, #A7E610 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#B9EB40), to(#A7E610), color-stop(0.4, #579727), color-stop(0.5, #58982a), color-stop(.9, #A7E610), color-stop(0.9, #A7E610));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B9EB40', endColorstr='#A7E610', GradientType=0 );
 
    cursor: pointer;
 
}
.button5 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    font-style: inherit;
    font-weight: lighter;
    color: #FFF;
    /*padding: 2px 8px;*/
    border: 1px solid #999;
    text-shadow: 0px 1px 1px #666;
    text-decoration: none;
 
    -moz-box-shadow: 0 1px 1px #111;
    -webkit-box-shadow: 0 1px 3px #111;
    box-shadow: 0 1px 1px #111;
 
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
 
    background: #64a724;
    background: -moz-linear-gradient(top, #B9EB40 0%, #579727 50%, #58982a 51%, #A7E610 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#B9EB40), to(#A7E610), color-stop(0.4, #579727), color-stop(0.5, #58982a), color-stop(.9, #A7E610), color-stop(0.9, #A7E610));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B9EB40', endColorstr='#A7E610', GradientType=0 );
 
    cursor: pointer;
 
}
.button4:hover {
    border: 1px solid #FFF;
}
.button5:hover {
    border: 1px solid #FFF;
}
#content-forum {
	background-color: white;
     -moz-border-radius: 12px; /* FF1+ */
  -webkit-border-radius: 12px; /* Saf3-4 */
          border-radius: 12px; /* Opera 10.5, IE 9, Saf5, Chrome */          
   behavior: url(/blog/wp-content/themes/TechBlog/PIE.htc); 	   /* IE 6 */
}
body
{
	background: #343e46;
	color: #343e46;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	font-size: 11px;
	margin: 0;
	text-align: center; /* ajoute suite bugg ff3 */
}
#langue
{
position: absolute;
top:4px;
width: 940px;
left: 50%;
margin-left: -455px;
text-align: left;
}
#langue a
{
text-decoration: none;
color: white;
}
/* probleme de ce theme sous ff3, opera, safari */
/* body
{
background: #343e46;
font-family: Tahoma, Arial, Geneva, sans-serif;
font-size: 11px;
position: absolute;
top:0px;
width: 940px;
left: 50%;
margin-left: -455px;
border-top: solid 2px white;
border-left: solid 2px white;
border-bottom: solid 2px white;
border-right: solid 2px white;
} 
*/

form						{ display: inline; }
h5
{
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}
input, select 
{
	font-family: Tahoma, Arial, Geneva, sans-serif;
	font-size: 11px;
}
p 							{ margin: 5px 0 0 0; }
a img						{ border: 0; }
a
{
	color: #0084d4;
	text-decoration: none;
}
a:hover, a:active, a:focus
{
	color: #343e46;
	text-decoration: none;
}

img.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft
{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright
{
	float: right;
}

.alignleft
{
	float: left
}
.smallattachment 
{
	float: left;
	margin: 5px 5px 5px 0px;
	text-align: center;	
	width: 128px;
}
.big_button
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.attachment 
{
	margin: 5px 0px;
	text-align: center;	
}
.normalfont					{ font-size: 11px; }
.a_right					{ text-align: right; }
.a_center					{ text-align: center; }
.f_left						{ float: left; }
.f_right					{ float: right; }

.clear						{ clear: both; }
.clear_left					{ clear: left; }
.clear_right				{ clear: right; }

.clearfix					{ /* display: inline-block;  */}
.clearfix:after
{
	content: "."; 
 	display: block; 
	height: 0; 
 	clear: both; 
 	visibility: hidden;
}
.ffiefix
{
	height: 1%;
	overflow: auto;
	text-align: left;
}
/* ------------- END: GLOBAL STYLES ------------ */
/* --------------------------------------------- */
/* ------------ BEGIN: PAGE WRAPPER ------------ */
.page
{
	margin: 0 auto;
	width: 940px;
}
	#sidebar
	{
		float: right;
		width: 360px;
		text-align: left;
	}
	#content
	{
		/* margin: 0 372px 0 0; */
		width: 567px;
		height: 100%;
		text-align:left;
                margin-top: 10px;
	}
        
.two_columns
{
	float: left;
	width: 50%;
}
/* ------------- END: PAGE WRAPPER ------------- */
/* --------------------------------------------- */
/* --------------- BEGIN: HEADER --------------- */
#topbar
{
	background: #273239;
	padding-top: 10px;
}
#header
{
	background: #343e46 url(images/bg_header.gif) top left repeat-x;
}
	#networksearch
	{
	    width: 195px;
            float: right;
	}
		#network
		{
			background: url(images/bg_network.gif) top left no-repeat;
			margin-bottom: 33px;
			padding: 5px 0 8px;
			text-align: center;
		}
		#network select
		{
			width: 170px;
		}
		#search_wrapper
		{
			background: url(images/bg_search.gif) top left no-repeat;
			/*padding: 4px 0 6px 0*/
                        /* padding: 12px 0; */
                        height: 67px;
			text-align: center;
		}
                #search_wrapper p
                {
                        margin: 0px 0 0 0; 
                }
			.search_input
			{
				background: #f2f9ff url(images/bg_searchinput.gif) bottom left repeat-x;
				border: 1px solid #acc9e5;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				padding: 5px 1px;
				width: 171px;
                                margin-top: 5px;
			}
	#logoad_wrapper
	{
		/* margin: 0 200px 0 0; */
                height: 134px;
	}
		#logo
		{
			float: left;
			width: 0px;
			padding-top: 1px;
		}
		#header_adwrapper
		{
			margin: 0 0 0 248px;
		}
			#header_ad
			{
				background: url(images/bg_headerad.gif) top left no-repeat;
				padding: 10px 0;
				width: 486px;
				text-align: center;
			}
#pages
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#pages ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#pages li 
{
	margin: 0;
	padding: 0;
	display: inline;
}
#pages a 
{
	background: url(images/tableft.gif) top left no-repeat;
	color: #deecf7;
	float: left;
	margin: 0;
	padding: 0 0 0 2px;
	text-decoration: none;
	text-align: center;
}
#pages a:hover, #pages a:active, #pages a:focus
{
	/* */ 
}
#pages a span 
{
	background: url(images/tabright.gif) no-repeat top right;
	color: #deecf7;
	display: block;
	float: left;
	margin: 0;	
	padding: 9px 15px 8px 13px;
}
/* Hides rule from IE5-Mac \*/
#pages a span 				{ float: none; }
/* End IE5-Mac hack */
#pages a:hover span 		{ color: #7ec316; }
#pages a:hover 				{ background-position: 0% -31px; }
#pages a:hover span 		{ background-position: 100% -31px; }
#pages li.active_page a, #pages li.active_page a:hover, #pages li.active_page a:active, #pages li.active_page a:focus
{
	background-position: 0% -31px;
}
#pages li.active_page a span, #pages li.active_page a:hover span, #pages li.active_page a:active span, #pages li.active_page a:focus span
{
	background-position: 100% -31px;
	color: #7ec316;
}
/* ---------------- END: HEADER ---------------- */
/* --------------------------------------------- */
/* ------------- BEGIN: SUB-HEADER ------------- */
#subheader_wrapper
{
	background: url(images/bg_subheader.gif) top left repeat-x;
}
#subheader
{
	border-top: 1px solid #C3F134;
	margin: 0 auto;
	width:  940px;
}
#subheader h2
{
	background: url(images/label_recentpost.gif) top left no-repeat;
	float: left;
	width: 20px;
	height: 131px; 
	margin: 5px 0 0 -20px;
	overflow: hidden;
	position: relative;
	zoom: 1;
	text-indent: -5000px;	
}
#recent_postwrapper
{
	margin: 0 370px 0 0;
}
	.recent_postwrap
	{
		background: #006699 url(images/bg_subheadercontent.gif) top left repeat-x;
		border: 4px solid #fff;
		margin-top: 5px;
		min-height: 175px;
		text-align:left;
	}
	#recent_post
	{
		margin: 7px 0 0 7px;
	}
	#recent_post ul
	{
		float: left;
  		margin: 0;
  		padding: 0;
  		list-style: none;
	}
	#recent_post li
	{
		background: url(images/bullet.gif) 0 7px no-repeat;
		float: left;
	  	margin: 0;
	  	padding: 7px 5px 7px 20px;
		width: 251px;
	}
	#recent_post a:link, #recent_post a:visited
	{
		color: #fff;
		text-decoration: none;
	}
	#recent_post a:hover
	{
		color: #343e46;
		text-decoration: none;
	}
#subheader_adwrapper
{
	float: right;
	width: 360px;
	text-align: right;
}
	#subheader_adwrap
	{
		background: #006699 url(images/bg_subheadercontent.gif) top left repeat-x;
		border: 4px solid #fff;
		margin-top: 5px;
		min-height: 175px;
	}
	.subheader_ad
	{
		height: 160px;
		width: 336px;
		margin: 7px auto 0 auto;
	}
.subheader_adsense
{
	background: #fff;
	padding: 2px 0 3px 0;
}
/* -------------- END: SUB-HEADER -------------- */
/* --------------------------------------------- */
/* --------------- BEGIN: SIDEBAR -------------- */
#sidebar h3, h2
{
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0;
	text-transform: uppercase;
}
#sidebar h4
{
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}
#sidebar .content_wrap
{
	background: url(images/bg_sidebarcontent.gif) top left repeat-y;
	padding: 0 3px;
	padding-top: 5px;
	text-align: left;
}
#categories_menu
{
	font-weight: bold;
}
#categories_menu ul
{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#categories_menu li
{
	border-bottom: 1px solid #d8eded;
	float: left;
	margin: 0;
	padding: 7px 2px 7px 5px;
	width: 170px;
}
#categories_menu a:link, #categories_menu a:visited
{
	color: #0084d4;
	text-decoration: none;
}
#categories_menu a:hover
{
	color: #343e46;
	text-decoration: none;
}
.menu 
{
	/* */
}
.menu ul, .menu ul ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu li
{
	border-bottom: 1px solid #d8eded;
}
.menu li a
{
	color: #0084d4;
	text-decoration: none;
}
.menu li a:link, .menu li a:visited
{
	color: #0084d4;
	display: block;
	padding: 5px 0;
}
.menu li a:hover 
{
	color: #343e46;
	text-decoration: none;
}
/* ---------------- END: SIDEBAR --------------- */
/* --------------------------------------------- */
/* ---------------- BEGIN: POSTS --------------- */
.content_topmeta
{
	background: url(images/bg_contenttopmeta.gif) top left no-repeat;
	color: #deecf7;
	margin-left: 10px;
	padding: 7px 0 4px 0;
	width: 278px;
	font-size: 14px;
	font-weight: bold;
}
.content_topmeta a:link, .content_topmeta a:visited
{
	color: #deecf7;
	text-decoration: none;

}
.content_topmeta a:hover
{
	color: #bceb30;
	text-decoration: none;
}
.content_metacomment
{
	float: right;
	margin-right: 5px;
}
.content_metaiconcontent
{
	position: relative;
	bottom: -3px;
}
.content_metadate
{
	margin-left: 5px;
}
.content_wrapper
{
	background: #fff url(images/bg_content.gif) top left repeat-y;
	/* width: 567px; */
}
.content
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}
.title
{
	color: #77bc15;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.title a:link, .title a:visited
{
	color: #77bc15;
	text-decoration: none;
}
.title a:hover
{
	color: #006699;
	text-decoration: none;
}
.content ul
{
	margin: 10px 0 10px 20px;
	padding: 0;
}
.content li
{
	background: url(images/bullet_blue.gif) top left no-repeat;
	list-style: none;
	padding: 0 0 3px 20px;
}
#liste_cat li
{
	background: url(/images/gray_arrow_bullet.gif) top left no-repeat;
	padding: 0 0 3px 20px;
}

#liste_website li, ol
{
    list-style-type: none;
}
#detail_website li, ol
{
	/* background: url(/images/gray_arrow_bullet.gif) top left no-repeat;*/
	padding: 0 0 3px 20px;	
	background: none;
}
.content blockquote
{
	background: #e1eef9 url(images/bg_quote.gif) top left no-repeat;
	color: #006699;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	font-size: 11px;
	margin: 5px 0;
	padding: 10px;
}
.postmeta
{
	background: #e1eef9;
	color: #666;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	font-size: 10px;
	padding: 5px;
}
.content_bottommeta
{
	background: url(images/bg_contentbottommeta.gif) top left no-repeat;
	color: #deecf7;
	margin: 0 auto;
	padding: 8px 5px;
	width: 534px;
}
.commentlist
{
	margin: 0;
	padding: 0;
}
.commentlist li
{
	background: url(images/icon_comment.gif) 0 3px no-repeat;
	list-style: none;
	padding: 0 0 15px 20px;
}
/* ----------------- END: POSTS ---------------- */
/* --------------------------------------------- */
/* ------------ BEGIN: MISCELLANEOUS ----------- */
.comment_textarea
{
	font-family: Tahoma, Arial, Geneva, sans-serif;
	font-size: 11px;
	width: 525px;
}
/* ------------- END: MISCELLANEOUS ------------ */
/* --------------------------------------------- */
/* --------------- BEGIN: FOOTER --------------- */
#footer
{
	background: url(images/bg_footer.gif) top left repeat-x;
	color: #acc9e5;
}
#footer a:link, #footer a:visited
{
	color: #0192f2;
	text-decoration: none;
}
#footer a:hover
{
	color: #acc9e5;
	text-decoration: none;
}
#powered
{
	float: right;
	margin: 15px 0;
}
#copyright
{
	margin: 15px 0;
}
/* ---------------- END: FOOTER ---------------- */
