/*
Theme Name: Interior Design Deals
Theme URI: http://interiordesigndeals/
Description: Child Theme for Titan
Author: Bill Cherne
Author URI: http://interiordesigndeals/
Template: titan
Version: 1.0
.
This work is released under the GNU General Public License 2:
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

@import url("../titan/style.css");



/* Custom CSS Styles */

/* Image Thumbnails 
---------------------------------------------------------- */
.thumbnail-xlarge { float: left; width: 250px; border: 1px solid #a3a09e; background-color: #F0EBE6; margin: 3px; padding: 4px; }
.thumbnail-large { float: left; width: 150px; border: 1px solid #a3a09e; background-color: #F0EBE6; margin: 3px; padding: 4px; }
.thumbnail-medium { float: left; width: 120px; border: 1px solid #a3a09e; background-color: #F0EBE6; margin: 6px; padding: 6px; }
.thumbnail-small { float: left; width: 75px; border: 1px solid #a3a09e; background-color: #F0EBE6; margin: 3px; padding: 4px; }
.clearboth { clear: both; }


/*** Homepage, Search Page, Archive Page ***/
.thumbnail { 
  float: left; 
  width: 120px; 
  border: 1px solid #888; 
  background-color: #D2D2D2; 
  margin: 6px; 
  padding: 6px; 
}


.the_excrept {
  width: 475px;
  float: right;
  background: transparent;
}
.excrept_post {
  border: 1px solid #a3a09e;
  background: #FFF;
  margin: 0px 0px 15px 0px;
}
.excrept_in {
  font-size: 12px;
  padding: 10px;
  border:1px solid #FFF;
  background: #F0EBE6 url(../images/notice-background.gif) repeat-x top left;
  overflow: hidden;
}

.excrept_in span { 
	color: #383735;
}

.excrept_data {
  padding: 2px 5px 2px 5px;
  margin: 3px 0px 3px 0px;
}
.excrept_left {
  float: left;
}
.excrept_but {
  float: right;
  padding: 4px 10px 4px 10px;
  margin-right: 5px;
  background: #222 url(../images/but.jpg) repeat-x;
}
.excrept_but a, .excrept_but a:visited {
  color: #FFF;
}
.excrept_but a:hover {
  color: #666;
}
.excrept_right {
  float: right;
}



/*Featured Product
------------------------------------------------------------ */
div.feature {
	display: block;
	padding: 4px 4px 10px 4px;
	margin: 0px;
	background: #F0EBE6 url(../images/notice-background.gif) repeat-x top left;
	font-size: 1.6em;
}
div.feature div {
	margin: 0px;
	padding: 4px 4px 10px 4px;
	background: #F0EBE6;
}

.post { border-color: #E6E1DC; border: 1px;}



/* Hide Pretty Links Twitter Badge 
------------------------------------------------------------ */
#prli-tweet-badge {
  display: none;
}

/* Display Categories in 2 columns
------------------------------------------------------------ */
.right {float:left; width:130px;}
.left {float:left; width:135px;}
