/*@import url("reset.css");*/

:focus {
    -moz-outline-style:none;
    outline-style:none
}

.box-detail
{
    float:left;
    margin:8px;
    padding:0px;
    width:210px;
    /*box-shadow: 6px 6px 6px #888;*/
    border:0px dashed #ccc;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=3);	
    zoom: 1;
    background-color: #fff;
}


.box-detail a, .box-detail a:hover 
{
    text-decoration:none;
}
.box-inner
{
    border:0px solid blue;
    width:210px;
    height:175px;
    position:relative;
    background-color: #fff;		
}
.box-inner img
{
    width:210px;
    height:175px;    
    padding:0px;
}


.box-inner-alb
{
    border:0px solid blue;
    width:210px;
    height:175px;
    position:relative;
    background-color: #fff;		
}

.box-inner-alb img
{
    width:210px;
    height:175px;
    padding:0px;
	opacity:0.75;
}

.box-inner-alb img:hover
{
    width:210px;
    height:175px;
    padding:0px;
	opacity:1;
}

.box-inner-fx
{
    width:210px;
    height:175px;
    top:0;
    position:absolute;
    background-image: url(../images/bg-dark.png);
    display:none;
    z-index:1000;
}

.box-inner-alb .box-inner-fx h2:hover
{
    color:#FFCC00;
}
.box-inner-fx h2
{
    margin:0px;
    padding:0px;
    font-family: 'Arial Narrow', Arial, Helvetica, sans-serif; /* Fonte referente ao título do album */
    font-size:17px;
    text-align:center;
    padding:10px;
    margin-top:45px;
    color:#fff;
    background-image: url(../images/bg-dark.png);
    background-color: rgba(0,0,0,0.3);
    z-index:1000;
}

.box-inner-fx a, .box-inner-fx  span
{
    margin:0px;
    padding:0px;
    font-family: 'Electrolize', sans-serif;
    font-size: 12px;
    text-decoration:none;
    text-align:right;
    display:block;
    width:40px;
    margin-top:1px;
    padding:5px;
    position:absolute;
    bottom:0px;
    right:1px;
    color:#FFCC00;
    background-image: url(../images/bg-dark.png);
    background-color: rgba(0,0,0,0.3);
    cursor:pointer;
}


.box-inner-fx a:hover , .box-inner-fx  span:hover
{
    color:#fff;
    cursor:pointer;
}

.box-bottom
{
    border:0px solid green;
    background-color: #fff;
	width:210px;
}
.box-bottom-left
{
    background: url(../images/icon-comment.png) no-repeat left 3px;
    padding-left:25px;
    float:left;
    border:0px solid red;
    line-height:20px;
    height:20px;
    color:#666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.box-bottom-right
{
    background: url(../images/icon-date.png) no-repeat left 4px;
    float:right;
    text-align:right;
    border:0px solid red;
    line-height:20px;
    height:20px;	
    color:#666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.box-bottom-right-photo
{
    color:#fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
	letter-spacing:1px;
	line-height:150%;
	text-align:left !important;
	width:200px;
	background:#C00;
	padding:5px;
}


.share
{
    border:0px solid red;
    width:190px;
    position:relative;
    right:0px;
    z-index:1000000;
}




