/*
Plugin Name: AO Clubs Links 
Author URI: http://www.alleyoop.be
Description: A pre-configured Links widget for AO Clubs.
Author: Simon Arickx
Version: 1.0
*/

/** Tab settings **/
.aoclubs-links-tab-wrap{
	margin: 5px 0px 10px!important;
	background: none !important;
	border: none !important;
	padding: 0px !important;
}
.aoclubs-links-tab-wrap li{
	list-style: none !important;
	float: left;
	background-image: none !important;
	background-color: #fff;
	margin: 5px 5px 0px 0px !important;
	padding: 3px 10px!important;
	border-radius: 3px;
	border: 1px solid #ccc;
	cursor: pointer;
}
.aoclubs-links-active-tab{
	background: #333 !important;
	color: white !important;
}

/** General styling **/
.aoclubs-links-wrap{
	padding: 0px !important;
	max-width: 100%;
	min-width: 100% !important;
}
.aoclubs-links-wrap div{
	left: 0px;
	right: 0px;
}
.aoclubs-links-wrap .aoclubs-links-item{
	border-top: 0px;
	padding: 5px 0;
}
.aoclubs-links-wrap .aoclubs-links-item:last-child{
	margin: 0px;
}
.aoclubs-links-wrap .aoclubs-links-item > *{
}
.aoclubs-links-wrap .aoclubs-links-title, .aoclubs-links-wrap .aoclubs-links-meta{
	line-height: 150%;
}
.aoclubs-links-wrap .aoclubs-links-thumb{
	width: 64px !important;
	margin: 5px 10px 0 0 !important;
	float: left !important;
}

/** Styles **/

/** None **/
.aoclubs-links-style-none .aoclubs-links-item{
	padding: 0 0 20px 0 !important;
}

/** Grey **/
.aoclubs-links-style-grey{
	border: 1px solid #dfdfdf;
}
.aoclubs-links-style-grey .aoclubs-links-item{
	border-bottom: 1px solid #dfdfdf;
}
.aoclubs-links-style-grey .even{
	background-color: #F8F8F8;
}

/** Dark **/
.aoclubs-links-style-dark{
	background: #000;
	border: 1px solid #ccc;
	color: #DDDDDD!important;
}
.aoclubs-links-style-dark a{
	color: #FFFFFF !important;
}
.aoclubs-links-style-dark .aoclubs-links-item{
	border-color: #333
}
.aoclubs-links-style-dark .even{
	background: #333333;
}
.aoclubs-links-tab-style-dark li{
	border-color: #666666;
	background: #333;
	color: #FFFFFF !important;
}
.aoclubs-links-tab-style-dark .aoclubs-links-active-tab{
	background: #666666!important;
}

/** Orange **/

.aoclubs-links-style-orange{
	border: 2px solid #FF9900;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
}
.aoclubs-links-style-orange .aoclubs-links-item{
	border-bottom: 1px solid #FF9900;
}
.aoclubs-links-tab-style-orange li{
	border-color: #FF9900;
	background: #FFF8EC;
	color: #333333 !important;
}
.aoclubs-links-tab-style-orange .aoclubs-links-active-tab{
	background: #FF9900!important;
	color: #FFFFFF !important;
}

/** Simple modern **/

.aoclubs-links-style-smodern{
	border: 0;
}
.aoclubs-links-style-smodern .aoclubs-links-item{
	border-radius: 10px;
	border: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
}
.aoclubs-links-style-smodern:hover .aoclubs-links-item{
	opacity: 0.3;
}
.aoclubs-links-style-smodern .aoclubs-links-item:hover{
	opacity: 1;
}
.aoclubs-links-tab-style-smodern .aoclubs-links-active-tab{
	color: #000 !important;
	background: #fff !important;
	box-shadow: inset 0 0 5px #747474;
}
.aoclubs-links-style-smodern .even{
	background: #f8f8f8;
}

/** Clearfix hack **/
* html .aoclubs-links-clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .aoclubs-links-clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.aoclubs-links-clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

.aoclubs-links-widget .fa {
	padding: 0 8px 0 0;
}
