/*
Theme Name: Lucidity Catalog
Theme URI: http://www.sandboxdev.com/
Description: Lucidty Catalog :adjective - clear, obvious, sensible catalog theme. This child theme of Lucidity adds in catalog fucntionality.
Version: 2.1
Author: Jennifer Zelazny/SDAC Inc.
Author URI: http://www.sandboxdev.com/
Template: lucidity
Tags: custom-header, custom-background, fixed-width, threaded-comments, translation-ready, custom-menu

# This file is part of the WordPress theme Lucidity by SDAC Inc.
# http://www.sandboxdev.com
#
# Copyright 2011 SDAC Inc. All rights reserved.
# http://www.sandboxdev.com
#
# Released under the GPL license
# http://www.opensource.org/licenses/gpl-license.php

JZ CSS file organization
-----------------
[1] General - All general items, browser specific hacks
[2] Catalog Archive View - All things specific to catalog listing view
[3] Catalog Item View - All things specific to catalog item


Questions/Comments: http://www.sandboxdev.com/forums/
*/


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

/* ---- [1] GENERAL ---- */
.type-item .item_thumbnail {overflow:hidden;}
.type-item .item_thumbnail img {padding:2px; background:#fff;border:1px solid #ccc;}
.type-item .item_text {margin:5px;}
.type-item .item_text h3 {font-size:1.1em;}
.type-item .item_text p {font-weight:normal;line-height:normal;margin:5px 0 0 0;}


/* ---- [2] CATALOG ARCHIVE VIEW ---- */
.category-catalog h3 {text-transform:uppercase; font-size:1.4em;}

.post-type-archive-item .type-item, .tax-item-details .type-item{float:left;display:inline; width:196px; margin:15px 16px 15px 0;height:320px;background:#eee;}
.post-type-archive-item .type-item.third_item, .tax-item-details .type-item.third_item {margin-right:0 !important;}
.post-type-archive-item .item_thumbnail, .tax-item-details .item_thumbnail {width:196px;height:156px;}
.post-type-archive-item .item_thumbnail img, .tax-item-details .item_thumbnail img{max-width:190px;max-height:150px;}
.post-type-archive-item .type-item .item_text p, .tax-item-details .type-item .item_text p {font-size:.9em;font-style:italic;}
.post-type-archive-item .type-item .item_text .item_title, .tax-item-details .type-item .item_text .item_title {height:35px;overflow:hidden;}
.post-type-archive-item .type-item .item_text .item_excerpt, .tax-item-details .type-item .item_text .item_excerpt {height:65px;overflow:hidden;}

.post-type-archive-item .type-item .item_text .item_price, .tax-item-details .type-item .item_text .item_price {height:25px;overflow:hidden;}

.post-type-archive-item .type-item .item_text .item_more_link, .tax-item-details .type-item .item_text .item_more_link {font-size:.85em;text-transform:uppercase;}

.post-type-archive-item .navigation, .tax-item-details .navigation {width:610px;clear:both;background:#ddd;padding:5px;margin:0;}




/* ---- [3] CATALOG ITEM VIEW ---- */
.single-item .type-item .item_thumbnail {float:left;display:inline;width:310px;}
.single-item .type-item .item_info {float:left;display:inline;width:250px;margin-left:10px;}
.single-item .type-item .item_info h3 {margin-bottom:7px;}
.single-item .type-item .item_text {clear:both;width:100%;margin:10px 0 0 0;}


.single-item .type-item #item_description {height:130px;overflow:hidden}
.single-item .type-item #item_price {height:65px;}
.single-item .type-item #item_purchase {height:65px;}
.single-item .type-item #item_creator {margin-top:15px;}
.single-item .type-item #item_creator p {font-size:.9em;}

