/*  
Theme Name: lpz
Author URI: http://www.lespetitslezards.com/
Version: 1.0
Author: F. Darnez
Description: Theme inspire de WP_Premium par <a href="http://cssace.com/">R.Bhavesh</a> and <a href="http://wpremix.com/">WP Remix</a>. Traduction <a href="http://www.niss.fr/">(niss.fr)</a>.
*/

@import url("lpz_style.css");

/*************************************
Footer
**************************************/
#text-link-advertise {
padding: 15px;
text-align: left;
clear: both;
}

/*************************************
Footer
**************************************/



/*  Tabber  Style start -------------------- */

.tabberlive .tabbertabhide {
display:none;
}
.tabber {	
}
.tabberlive {
margin:0 5px;
}
ul.tabbernav
{
margin:0;
padding: 3px 0;
font: bold 12px Arial, Helvetica, sans-serif;
}

ul.tabbernav li
{
list-style: none;
margin: 0;
display: inline;
}
ul.tabbernav li a
{
padding: 3px 0.5em;
margin-left: 3px;
text-decoration: none;
}
/*---- tabbertab = the tab content---------------------*/
.tabberlive .tabbertab {
padding:5px;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
display:none;
}
.tabberlive .tabbertab h3 {
display:none;
}

/*tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
height:200px;
overflow:auto;
}

/* TABS */
/* HOME CATEGORY TABS (also see tabs section at bottom of stylesheet) */
#blog {
margin:10px;
/*float:left*/
}	

#content2 #main-categories {
clear: left;
float: left;
display: block;
width: 516px;
margin: 0 0 10px 0;
}
.tabs-block {
clear: left;
float: left;
width: 250px;
padding: 0;
margin: 0 0 10px 0;
display: block;
}
.tabbed {
width: 100%;
overflow: hidden;
padding: 0;
margin: 0;
background: transparent;
border: none;
}
.tabbed ul.tabs {
overflow: hidden;
display: block;
position: relative;
top: 0;
left: 0;
z-index: 999;
list-style-type: none;
margin: 0;
padding: 0;
width: 100%;
background: transparent;
}
.tabbed ul.tabs li {
display: inline;
float: left;
padding: 0;
margin: 0 .3em 0 0;
}
.tabbed ul.tabs li a {
font-weight: bold;
display: block;
margin: 0;
padding: 5px .8em;
background:#eee; /* #eee;*/
border: 1px solid #ccc;
}

#content2 .tabbed ul  {
margin:0px;
padding:0px 0px 0px;
}

#content2 .tabbed ul.tabs li  {
margin:0px;
padding:0px 3px 0px 0px;
}


.tabs-block ul.tabs li a { padding: 5px .7em; }
.tabbed ul.tabs li a:hover {
background: #BDBDBD ;
text-decoration: none;
}
.tabbed ul.tabs li a.tab-current {
background: #fff;
border-bottom: 1px solid #fff;
}
.tabs-block .tabbed div, #content2 .tabbed .c {
overflow: hidden;
display: block;
position: relative;
left: 0;
top: -1px;
z-index: 0;
clear: left;
width: 100%;
margin: 0;
padding: 5px 0;
border: 1px solid #ccc;
background:  #fff;
display: none;
}
div.t2, div.t3, div.t4, div.t5, div.c2, div.c3, div.c4, div.c5, div.c6, div.c7, div.c8, div.c9, div.c10  { display: none; }
.tabs-block .tabbed div.t1, #content2 .tabbed div.c1 { 
display: block;
}
.tabs-block .tabbed div { width: 516px; }
.tabbed div ul {
overflow: hidden;
padding: 4px 0 2px 0;
margin: 0;
background: #fff;
}
.tabbed div ul li {
clear: left;
background: transparent;
}
.tabbed div ul li a {
font-weight: normal;
width: 97%;
display: block;
padding: 2px 0 2px 12px;
background: transparent;
border: none;
}
.tabbed div ul li a:hover { text-decoration: underline; }

/* HOME CATEGORIES TABS */
#home-categories {
overflow: hidden;
}
#content2 .tabbed .c {
width: 516px;
}
.tabbed .post {
float: left;
clear: none;
width: 47%;
margin: 5px 1%;
padding: 0;
}

.tabbed .post h3 {
width: 97%;
font-size: 1em;
margin: 0 0 0 5px;
padding: 0;
text-transform:capitalize;
}
.tabbed .post h3 a { 
font-weight: bold;
font-size: 1em;
font-family:12px arial,helvetica,verdana,sans-serif;;
letter-spacing:0;
color:#000000;
}
.tabbed .post h3 a:hover { 
font-weight: bold;
color:#7F7F7F;
}

.tabbed .post .entry {
margin: 0 0 0 5px;
padding: 0;

}
.tabbed .post .entry p { margin: 0; padding: 0; }





/* If you wish to move Sidebar to left and main content to right, Simply remove the comment below.. /* and */ 
/* AND, open the color scheme css that you have selected.. at the end of it, there is an instruction on how to change Background images. You must to do it. */ 

/*

#content {
float: right; 
}
#sidebar {
float: left;
}

*/


