﻿/* $Id: layout.css,v 1.14 2009/05/07 17:00:40 jmburnz Exp $ */
/*
 * LAYOUT STYLES
 * Define CSS classes to create a table-free, 3-column, 2-column, or single
 * column layout depending on whether blocks are enabled in the left or right
 * columns.
 *
 * The Pixture Reloaded layout is based on the Holy Grail layout used in the 
 * Zen Theme. http://drupal.org/project/zen
 *
 */
.two-sidebars #custom-content-inner {
  padding-left: 235px; /* The width + left margin of #sidebar-left. */
  padding-right: 0px; /* The width + right margin of #sidebar-right. */
}
.sidebar-left #custom-content-inner {
  padding-left: 235px; /* The width + left margin of #sidebar-left. */
  padding-right: 0;
}
/* Set wider margins in full node view for readability 
   This uses the extra body class ".node-full-view", set in pixture_reloaded_preprocess_page  */
.node-full-view.two-sidebars #custom-content-inner {
  padding-left: 245px; /* The width + left margin of #sidebar-left. */
  padding-right: 0px; /* The width + right margin of #sidebar-right. */
}
.node-full-view.sidebar-left #custom-content-inner {
  padding-left: 245px; /* The width + left margin of #sidebar-left. */
  padding-right: 0;
}
.node-full-view.sidebar-right #custom-content-inner {
  padding-left: 0;
  padding-right: 0px; /* The width + right margin of #sidebar-right. */
}
#custom-content-inner  h2.block-title  {
  color: #000;
  font-size: 24px;
  font-weight: bold;
	 height: 22px;
  margin: 0px;
  padding: 5px 0 0 0;
  text-align: left;
}

/* Make the title of the announcement on the front page bigger and bold*/
.views-field-title
{
	font-weight:bold;
}
/* Prevent the fix above from changing the way the "Available Items" bulleted list looks. */
.views-field-title a
{
	font-size:1.1em;
	font-weight:normal;
}

/* This allows three pictures to be seen on the "View All ..." pages */
#content-area .node-teaser .content
{
	margin:0px;
}

h2.title {
	font-size:1.9em;
	border-bottom:1px solid #C2C2C2;
	margin:0;
	padding-bottom:8px;
	padding-top:5px;
}

.views-field-field-photo-unlimited-fid
{
	float:left;
	padding-right:10px;
	padding-top:10px;
}
.item-list .views-field-field-photo-unlimited-fid
{
	float:none;
}

#block-views-traded_items-block_1 .block-title,
#block-views-traded_items-block_2 .block-title,
#block-views-related_trades-block_2 .block-title,
#block-views-related_trades-block_1 .block-title
{
	font-size:15px;
	color:#292852;
}

.more-link
{
	font-size:15px;
}

.read-more
{
	float:right;
	font-size:13px;
}

#block-views-related_offers-block_2 .block-title
{
	color:black;
	font-size:1.4em;
}

/* Generic Custom Css (Not specific to the front page only) */
.field-items .imagecache
{
	float:left;
	padding-left: 5px;
}

.panel-region-separator
{
	clear:both;
}

#pixture-reloaded
{
	font-size:14px;
}

