/*----------------------------------------------------------------------------- 

THE PORTFOLIO CELL SETTINGS

Screen Stylesheet 

version:    1.0 
date:       22.11.11
author:   themepunch
email:      support@themepunch.com 
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/************************************************
  - CATEGORY SEELCTION - BUTTON LIGHT -
*************************************************/
.mod_filter {
  position: absolute!important;
  right: 0px;
  margin-top: -50px !important;
  z-index: 1000;
}
.fullwidth {
  margin-left: 30px;
}
.filter-fullwidth {
  position: absolute;
  margin-top: -90px;
  z-index: 1000;
  right: 90px !important;
}
.category {
  background: url('../images/button/category_plus.png') no-repeat top left;
  height: 14px;
  padding-left: 24px;
  padding-bottom: 2px;
  padding-top: 0px;
  position: relative;
  z-index: 1100;
}
.buttonlight:hover span {
  background: url('../images/button/category_plus_light.png') no-repeat top left;
}
#portfolio-filter.dropdown ul {
  font-family: Arial, sans-serif;
  font-size: 85%;
  font-weight: bold;
  list-style: none;
  margin: 0px;
  z-index: 1000;
  padding-top: 0px!important;
  line-height: 30px;
  color: #777;
  padding-left: 0px!important;
  position: relative!important;
  -webkit-box-shadow: 0px 2px 5px 1px rgba(100, 100, 100, 0.1);
  -moz-box-shadow: 0px 2px 5px 1px rgba(100, 100, 100, 0.1);
  box-shadow: 0px 2px 5px 1px rgba(100, 100, 100, 0.1);
  width: auto;
}
#portfolio-filter.dropdown ul li {
  background-color: #fff;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  cursor: pointer;
  padding-left: 20px!important;
  text-align: left;
}
#portfolio-filter.dropdown ul li:first-child {
  padding-top: 30px;
}
#portfolio-filter.dropdown ul li:last-child {
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  padding-bottom: 14px;
}
#portfolio-filter.dropdown ul li:hover,
#portfolio-filter.dropdown .selected-filter-item {
  color: #00B4FF;
}
/***************************
  - PAGINATION  -
****************************/
.pagination {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-bottom: -60px !important;
  border: none!important;
}
.pagination .pageofformat {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #777;
  float: left;
  padding-top: 9px;
  padding-right: 10px;
}
.pagination .pages {
  float: left;
  margin-left: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
/*************************************************************
  - THE BUTTONS LIKE FILTER or PAGINATION BUTTONS -
**************************************************************/
.buttonlight {
  font-family: Arial, sans-serif;
  font-weight: bold;
  position: relative;
  z-index: 1100;
  float: left;
  height: 30px;
  line-height: 30px;
  font-size: 85%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.buttonlight:link,
.buttonlight:visited,
.buttonlight {
  color: #777;
  padding: 0 20px 0 28px;
  text-align: left;
  text-shadow: 1px 1px 0px #fff;
  background: #999999 url('../images/button/btn_light.png') repeat-x center top !important;
  border: 1px solid #cdcdcd;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  z-index: 1100;
}
.buttonlight:hover,
.comment-reply-link:hover,
.buttonlight-selected {
  color: #fff;
  text-shadow: 1px 1px 0px #000;
  background: #333;
  border: 1px solid #555555;
  text-decoration: none;
}
/************************************
  - THE PRODUCTSGALLERY  -
************************************/
.thumb-rounded {
  border: 1px solid #e6e6e6;
}
.cell1x1,
.cell1x2,
.cell2x1,
.cell2x2 {
  /*  border:1px solid #e6e6e6;  */
  /*  background-color:#fff;     */
  overflow: hidden;
}
.cell1x1 img,
.cell1x2 img,
.cell2x1 img,
.cell2x2 img {
  position: absolute;
  top: 5px;
  left: 5px;
  height: 100%;
  width: 100%;
}
.tp-portfolio .caption {
  left: 5px;
  font-size: 85%;
  font-family: Arial, sans-serif;
  position: absolute;
  padding: 15px 5px 15px 0px;
  bottom: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  visibility: hidden;
}
.tp-portfolio .caption.white {
  font-size: 85%;
  font-family: Arial, sans-serif;
  font-weight: bold;
  position: absolute;
  padding: 8px 15px 8px 15px;
  background-color: #fff;
  text-align: center;
  color: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  visibility: hidden;
}
/*
Update caption.red , caption.blue in JUX Portfolio 1.5
*/
.tp-portfolio .caption.blue {
  font-size: 85%;
  font-family: Arial, sans-serif;
  position: absolute;
  padding: 8px 15px 8px 15px;
  background-color: #00adef;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 1px 1px 0px #000;
  visibility: hidden;
}
.tp-portfolio .caption.red {
  font-size: 85%;
  font-family: Arial, sans-serif;
  position: absolute;
  padding: 8px 15px 8px 15px;
  background-color: #9e0e09;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 1px 1px 0px #000;
  visibility: hidden;
}
.tp-portfolio .entry-info {
  display: none;
}
/*# sourceMappingURL=settings-full.css.map */