@charset "utf-8";
/* CSS Document */

.content-box, .list-2 a, .box-1{
	-moz-box-shadow:0 0 2px #ccc;
	-webkit-box-shadow:0 0 2px #ccc;
	-khtml-box-shadow:0 0 2px #ccc;
	box-shadow:0 0 3px #ccc;
	behavior:url(PIE.htc);/*url related to html*/
	position:relative;
}
.rounded, .rounded .content, .avatar{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	behavior:url(PIE.htc);/*url related to html*/
	position:relative;
}
.articles img{	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
}
.nivo-control .image{	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0 0 3px #666;
	-webkit-box-shadow:0 0 3px #666;
	box-shadow:0 0 3px #666;
}
#footer-main .bottom{
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-khtml-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomright: 5px;
	border-radius:0 0 5px 5px;
	behavior:url(PIE.htc);/*url related to html*/
	position:relative;
}
#footer-title, #footer-main .top{
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-khtml-border-radius-topleft: 5px;
	-khtml-border-radius-topright: 5px;
	border-radius:5px 5px 0 0;
	behavior:url(PIE.htc);/*url related to html*/
	position:relative;
}

#slider .desc{
	background:rgba(0,0,0,0.6);
	-pie-background:rgba(0,0,0,0.6);
	behavior:url(PIE.htc);/*url related to html*/
}