/**
 * @author 		shahroq <shahroq \at\ yahoo.com>
 * @copyright  	Copyright (c) 2013 shahroq.
 * http://killerwhalesoft.com/c5/addons/	
 */
 
/**
	CSS Document for Whale Page List Plus (Grid layout)
*/
.ccm-wplp-grid{
	/*padding-bottom:10px;*/
	/*background-color: #FFF;*/
	/*color:#000;*/
	font-family:inherit;
	font-size: inherit;
}

.ccm-wplp-grid h2.wplp-header{
	/*reset the tag*/
	margin:0px !important;
	padding:0px 12px !important;
	line-height:2em !important;
	background-color: #000;
	color:#FFF;
	border-color: #000;
	border-width: 0;
	border-style:solid;
	/*border-radius:5px 5px 0 0;*/
}
.ccm-wplp-grid div.wplp-content{
	/*reset the tag*/
	margin:0px;
	padding:0px;
	background-color: #fff;
	border-color: #000;
	border-width: 0;
	border-style:solid;
	padding:0px 0px 0 15px;
}


.ccm-wplp-grid div.wplp-item-wrapper{
	width: 100%;
	display: inline-block;
	vertical-align:top;
}

.ccm-wplp-grid div.wplp-item{
	text-align:center;
	margin: 0 15px 15px 0;
	position:relative;
}

.ccm-wplp-grid div.wplp-content div.ccm-page-list-thumbnail{
	padding-bottom:10px;
}
.ccm-wplp-grid div.wplp-content div.ccm-page-list-thumbnail img{
	/*width:100%;*/
	max-width:100%;
	-moz-transition: all 0.1s ease-in-out 0s;
	-webkit-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
}
.ccm-wplp-grid div.wplp-content div.ccm-page-list-thumbnail img:hover{
	opacity:0.85;
}

.ccm-wplp-grid div.wplp-content .ccm-page-list-title,
.ccm-wplp-grid div.wplp-content .ccm-page-list-description
{
	margin:0px;
	padding:0px;
	font-weight:100;
	line-height:1.4em !important;
	text-align:left;

} 
.ccm-wplp-grid .ccm-page-list-title a{
	text-decoration:none !important;
	/*color:#000;*/

	-moz-transition: all 0.1s ease-in-out 0s;
	-webkit-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
	
} 
.ccm-wplp-grid .ccm-page-list-title a:hover, 
.ccm-wplp-grid .ccm-page-list-description a:hover
{
	text-decoration:underline !important;
} 
.ccm-wplp-grid .wplp-spacer{
	height:10px;
}
.ccm-wplp-grid .wplp-divider{
	height:0px;
	margin-right:15px; /*it sync divide with the left margin of .ccm-wplp-grid div.wplp-content*/
}
.ccm-wplp-grid .clear{
	clear:both;
}

/*copied from view.css*/
div.ccm-page-list-rss-icon {
	margin-top: 10px
}
