@charset "utf-8";
/* CSS Document */

#header{
background:url(images/headerbg.jpg) top no-repeat;
padding:4px 0;
}

/* search */
#searchWrap input{vertical-align:middle;}
#searchWrap #s{
font-size:1.1em;
border: 1px solid #FFF;
padding:0px 2px;
margin-right:3px;
width:200px;
}

/* page navigation */
#pagenav{
float:left;
width:500px;
padding-top:8px;
}

ul.nav{list-style:none;}

.nav li{
float:left;
display:block;
padding:4px 10px 2px 10px;
background:url(images/pagebreak.gif) left no-repeat;
}

.nav li a{
font-size:11px;
outline:none;
color:#2F2F2F;
text-decoration:none;
display:block;
padding:0px 0 0x 5px;
text-transform:uppercase;
}

.nav li a:hover{
text-decoration:underline;
color:#484848!important;width:
}

* html .nav li a:hover{background:#333;}

/* category navigation */
#categories{
float:left;
width:878px;
}

#categories ul{
list-style:none;
padding:3px 0 0px 0;
}

#categories li{
float:left;
display:block;
background:url(images/catbreak.gif) left no-repeat;
height: 25px;
padding-top:0px;
}

#categories li a{
color:#FFF;
display:block;
padding:4px 10px 4px 10px;
}

#categories li a:hover{color:#CCC;}

#tagblock{
background:#FFFFFF url(images/blocktop.gif) top no-repeat;
padding:5px 5px 10px 5px;
}

.postMeta{
background:url(images/dot.gif) repeat-x left center;
text-transform:uppercase;
font-size:11px;
text-align:right;
margin-bottom:0px;
}

.jdGallery a.left
{
left: 0;
top: 0;
background: url('images/fleche1.gif') no-repeat center left;
}

.jdGallery a.right
{
right: 0;
top: 0;
background: url('images/fleche2.gif') no-repeat center right;
}