/* Global styles */

#gallery{
width:100%;
}

#gallery .post{
padding:15px 0px;
background:url(../graphics/folio_split.jpg) center bottom no-repeat;
overflow:hidden;
}

#gallery .desc{
width:480px;
float:right;
}

.desc h5,.desc h5 a{
font-size:12px;
margin:0px;
color:#ffFFFF;
text-decoration:none;
}

.desc h5 a:hover{
color:#66FFFF;
}

.desc .link{
float:left;
}

.desc .tech{
float:right;
padding:3px;
display:block;
}


#gallery .thu{
float:left;
background:#ffffff;
padding:4px;
margin-top:10px;

}

.thu:hover{
/* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;

}

.thu img{
border:none;
}

/* category menu */



#foliocat{
	margin:0px;
	padding:0px;
	
}

#foliocat li{

background-image:-webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.18, rgb(23,145,210)),
    color-stop(0.59, rgb(68,166,219))
);


background-image:-moz-linear-gradient(center top,rgb(23, 143, 210) 0%,rgb(68, 165, 219) 100%);
background-color:#2E9AD6 ;
list-style-image:none;
list-style-type:none;
margin:0px;
padding:0px;
padding-left:15px;
margin-right:22px;
margin-top:1px;

}

#foliocat li:hover{
background-image:-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.18, rgb(23,145,210)),
    color-stop(0.59, rgb(68,166,219))
);	
	
background-image:-moz-linear-gradient(center bottom,rgb(23, 143, 210) 0%,rgb(68, 165, 219) 100%);

