/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * Style Style Sheet - Defines the main look like colors and backgrounds
 * Not all style related CSS is included, only colors and backgrounds which may change for different theme styles
 */


/* Base
----------------------------------------------------------------------------------------------------*/


/* Layout
----------------------------------------------------------------------------------------------------*/


/* Menus
----------------------------------------------------------------------------------------------------*/


/* Modules
----------------------------------------------------------------------------------------------------*/


/* Tools
----------------------------------------------------------------------------------------------------*/

/* System
----------------------------------------------------------------------------------------------------*/

/* Custom Stuff
----------------------------------------------------------------------------------------------------*/

/* Mosaic - Content */
.sprocket-mosaic-container {margin: 0;padding: 0;list-style: none;}
.sprocket-mosaic-container li {display: inline-block; }
.sprocket-readmore {display:none; }
.sprocket-readmore:hover {opacity: 1;background-position: 0 -99px;}

/* Mosaic - Item */
.sprocket-mosaic-item {
	border: 3px solid;
	border-top-color: #ff6600;
	border-left: none;
	border-bottom: none;
	border-right: none;
        border-radius: 0;
        color: #383838;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	background: #fff;
        box-shadow: 0 0 5px #888888;
}

.sprocket-mosaic-item:hover

.sprocket-mosaic .sprocket-mosaic-tags, #main .sprocket-mosaic ul.sprocket-mosaic-tags {margin: 10px -10px -10px; padding: 5px;background: none;border-radius: 0;font-size: 90%;font-weight: bold;}
/*.sprocket-mosaic .sprocket-mosaic-tags li, #main .sprocket-mosaic ul.sprocket-mosaic-tags li {width: auto;margin-right: 1px;padding: 0 5px;background: #ff6600;border: 1px solid #ddd;border-radius: 0}*/
.sprocket-mosaic .sprocket-mosaic-tags li, #main .sprocket-mosaic ul.sprocket-mosaic-tags li {display: none;width: auto;margin-right: 1px;padding: 0 5px;background: none;border-radius: 0;border: 1px solid #ddd;}


.sprocket-mosaic .sprocket-mosaic-order li {float: right; margin-left: 5px; margin-bottom: 5px; color: #ffffff; border: none; border-radius: 0; background: #ff6600;}

.sprocket-mosaic .sprocket-mosaic-filter li {float: left; margin-right: 5px; margin-bottom: 5px; color: #ffffff; border: none; border-radius: 0; background: #ff6600;}


.sprocket-mosaic-hovercontent { width: 100%; height: 100%; background: rgba(255,102,0,0.7) url(../images/touch.png) 50% 50% no-repeat; }

.sprocket-lists-title .indicator {color: #fff; background: #ff6600; border-radius: 0;}

.sprocket-lists-title {border-radius: 0;}