/*
 * FCube Plugin - CSS
 * 
 * Copyright (c) 2011, Roberto Ostinelli roberto [at] ostinelli [dot] net
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions are
 * met:
 *     * Redistributions of source code must retain the above copyright
 *       notice, this list of conditions and the following disclaimer.
 *     * Redistributions in binary form must reproduce the above copyright
 *       notice, this list of conditions and the following disclaimer in the
 *       documentation and/or other materials provided with the
 *       distribution.
 *     * Neither the name of the <organization> nor the names of its
 *       contributors may be used to endorse or promote products derived
 *       from this software without specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY ROBERTO OSTINELLI AND FRONTIERS OF
 * INTERACTION 'AS IS' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
 * NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ROBERTO OSTINELLI
 * AND FRONTIERS OF INTERACTION BE LIABLE FOR ANY DIRECT, INDIRECT,
 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */

div.fcube-clear{
	clear:both;
	margin:0;
	padding:0;
}
div.fcube-rounded{
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;	
}
#fcube-hp-wrapper{
	float:left;
}
div.fcube-container{
	margin:0;
	padding:0;
	overflow:auto;
	cursor:default;
}
div.fcube-container div.fcube-block{
	cursor:pointer;
	position:relative;
	float:left;
	margin:0 6px 6px 0;
	font-family:Trebuchet,Arial,Verdana;
	overflow:hidden;
	background-repeat:repeat;
	padding:0;
}
div.fcube-container div.fcube-block.fcube-fixed{
	cursor:default;
}
div.fcube-container a{
	position:absolute;
	z-index:100;
}
div.fcube-container div.fcube-block-title{
	cursor:pointer;
	color:#fff;
	font-size:20px;
	margin:7px;
	text-shadow:1px 1px 2px #303030;
	filter:DropShadow(Color='#505050', OffX=1, OffY=1);
}
div.fcube-container div.fcube-content-container{
	position:absolute;
	bottom:0;
	height:20%;
	background:#505050;
	color:#fff;
	width:100%;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	opacity:0.7;
	line-height:1.1em;
}
div.fcube-container div.fcube-content-container a{
	color:#fff;
}
div.fcube-container div.fcube-content{
	cursor:pointer;
	float:left;
	margin:5px 17px 5px 5px;
	font-size:12px;
}
div.fcube-container div.fcube-readmore{
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	width:10px;
	background:#414141 url('../images/fcube-readmore.gif') 50% 50% no-repeat;
}
div.fcube-container div.fcube-content-container div.fcube-rounded{
	-webkit-border-top-left-radius:0;
	-webkit-border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-bottomleft:0;
	border-top-left-radius:0;
	border-top-right-radius:8px;
	border-bottom-right-radius:8px;
	border-bottom-left-radius:0;
}
div.fcube-container div.fcube-prevnext-wrapper{
	float:left;
}
div.fcube-container div.fcube-prevnext{
	cursor:pointer;
	border:3px solid #a5a5a5;
	background:#b6b6b6;
	color: #000;
	margin:0 0 6px 0;
	text-align:center;
	font-size:12px;
	font-family:Trebuchet,Arial,Verdana;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.8;
}
div.fcube-container div.fcube-prevnext-hover{
	border:2px solid #414141;
	background:#414141;
	color: #fff;
}
div.fcube-container div.fcube-prevnext-disabled{
	cursor:default;
	border:2px solid #d5d5d5;
	background:#d5d5d5;
	color:#000;
}
div.fcube-container div.fcube-prevnext-container{
	position:relative;
}
div.fcube-container div.fcube-prevnext-previous, div.fcube-container div.fcube-prevnext-next{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:0;
	padding:0;
}
div.fcube-container div.fcube-prevnext-previous.fcube-rounded{
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-bottom-left-radius:0;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-bottomleft:0;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
}
div.fcube-container div.fcube-prevnext-next.fcube-rounded{
	-webkit-border-top-left-radius:0;
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-bottomleft:8px;
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-right-radius:8px;
	border-bottom-left-radius:8px;
}
div.fcube-container div.fcube-prevnext-content a, div.fcube-container div.fcube-prevnext-content a:hover{
	cursor:pointer;
	position:absolute;
	left:0;
	right:0;
	top:50%;
	text-align:center;
	text-transform:uppercase;
	margin-top:-10px;
	text-decoration:none;
	color:#fff;
}
div.fcube-prevnext-container a{
	position:absolute;
	z-index:100;
}
