/**
 * @package Xpert Contents
 * @version 1.1
 * @author ThemeXpert http://www.themexpert.com
 * @copyright Copyright (C) 2009 - 2011 ThemeXpert
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
 *
 */

/*Module Skeleton*/
.xc-scroller{
    /* required settings */
	position:relative;
	overflow:hidden;
	width:100%;
}
.xc-items{
    /* this cannot be too large */
	/*width:20000em;*/
	width:100%;
	position:absolute;
    z-index: 10;
}
.xc-items .xc-pane,
.xc-cols .xc-item-wrap,
.xc-primary.right,
.xc-sec.right{float: left; width:100%;}

.xc-rows .xc-item{ border-top: 1px solid #eee; }
.xc-rows .xc-item-wrap:first-child .xc-item{ border-top: none; }
.xc-item{
    padding: 10px;
    -webkit-transition: background .3s linear;
    -moz-transition: background .3s linear;
    transition: background .3s linear;
}
.xc-item:hover{ background: #eee; }

/*Image*/
.xc-image.top,
.xc-image.bottom{ display: block; }
.xc-image.left{ float: left; margin:0 8px 0 0; }
.xc-image.right{ float:right; margin:0 0 0 8px;}

/*Primary title and Secondary title*/
h3.xc-title{
    font-size: 13px;
    line-height: 125%;
    margin: 5px 0 6px !important; /* !important to avoid influence other css */
}
h4.xc-title{
    font-size: 13px;
    line-height: 13px;
    margin: 5px 0 6px;
}
h3.xc-title a,
h4.xc-title a{ text-decoration: none; }

/*Date*/
.xc-date{
    font-size: 10px;
    font-style: italic;
    line-height: 12px;
    margin: 2px 0 2px;
}
/*Intro*/
.xc-intro{
    font-size: 12px;
    line-height: 130%
}
.xc-intro .xc-readmore a{
    background: #ddd;
    padding: 3px 10px;
    font-size: 11px;
    text-decoration: none;
    color: #999;
}
/*Avoide conflict with other ext specially k2*/
.xc-container .odd,
.xc-container .even{
    padding: 0;
    border: none;
    background: none;
	 width:100%;
}
/*Bullet Navigator*/
.xc-navigator.bullets{ margin: 10px 0 0;text-align: center; }
.xc-navigator.bullets .navi a{
    background: url(../images/navi-bullets.png) no-repeat 0 0;
    width:6px;
    height: 7px;
    display: inline-block;
    margin: 1px 0 0 5px;
    text-indent: -99999px !important;
    border: none !important;
    cursor: pointer;
    padding: 0 !important;
}
.xc-navigator.bullets .navi a:hover,
.xc-navigator.bullets .navi a.active{ background: url(../images/navi-bullets.png) no-repeat 0 -7px !important; }

/*Paginataion*/
.xc-navigator.pagination{
    margin: 5px 0 0 !important;
    padding: 0 !important;
    border: none !important;
}
.xc-navigator.pagination .navi{padding-left: 10px;text-align: center;}
.xc-navigator.pagination .navi a{
    background: #f5f5f5;
    padding: 5px;
    margin: 1px 0 0 5px;
    display: inline-block;
    font-size: 10px;
    text-decoration: none;
    color: #999;
    cursor: pointer;
    -webkit-transition: background .3s linear;
    -moz-transition: background .3s linear;
    transition: background .3s linear;
}
.xc-navigator.pagination .navi a:hover,
.xc-navigator.pagination .navi a.active{
    background: #ccc !important;
    color: #333;
}

/* Lest add some styles*/

/*
 * Style: Spotlight
 * class suffix: spotlight
 */

/*Primary Col Settings*/
.spotlight .xc-primary{
    border: 1px solid #ccc;
}
.spotlight .xc-primary .xc-image{
    background: #000;
    padding: 10px;
    margin: -10px -10px 0 -10px;
}
.spotlight .xc-primary .xc-title{
    font-size: 175%;
    line-height: 1.275;
    margin: 0 -10px 0 -10px !important;
    background: #000;
    border-bottom: 1px solid #ccc;
    padding: 8px 12px;
}
.spotlight .xc-primary .xc-title a{
    color: #ccc;
}
.spotlight .xc-primary .xc-title a:hover,
.spotlight .xc-item:hover{
    background: none !important;
}
.spotlight .xc-primary .xc-item:hover .xc-image,
.spotlight .xc-primary .xc-item:hover .xc-title,
.spotlight .xc-primary .xc-intro .xc-readmore a:hover{
    background: #006699;
}
.spotlight .xc-primary .xc-intro{
    margin-top:10px;
    font-size: 13px;
    line-height: 1.5em;
}
.spotlight .xc-primary .xc-navigator.pagination{
    background: #ddd;
}
.spotlight .xc-primary .xc-navigator.pagination .navi{text-align: left;}
.spotlight .xc-primary .xc-navigator.pagination .navi a{
    padding: 5px 8px;
    border-right: 1px solid #ccc;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 0;
    background: none;
}
/*Css3 transition for hover effect*/
.spotlight .xc-primary .xc-image,
.spotlight .xc-primary .xc-title,
.spotlight .xc-primary .xc-intro .xc-readmore a{
    -webkit-transition: background .3s linear;
    -moz-transition: background .3s linear;
    transition: background .3s linear;
}

/*Seconday Col Settings*/
.spotlight .xc-sec{
    background: #f0f0f0;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    border-color: #ccc #ccc #ccc transparent;
}
.spotlight .xc-sec .xc-item{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #fff;
}
.spotlight .xc-sec .xc-item:last-child{
    border-bottom: none;
}
.spotlight .xc-sec .xc-title{
    margin: 0 0 5px;
}
.spotlight .xc-sec .xc-navigator.bullets{
    padding: 10px;
}

/*
 * Style: Sec Highlight
 * class suffix: sec-highlight
 */
.sec-highlight .xc-primary .xc-item:hover{ background: none;}
.sec-highlight .xc-primary .xc-navigator.bullets{margin: 0}
.sec-highlight .xc-sec{ background: #f5f5f5; }
.sec-highlight .xc-sec .xc-navigator.bullets{ padding: 5px; margin: 0;}

/*Clearfix*/
.clear{
    background: none;
    border: 0;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}