/*
	Theme Name: Infimum_CG
	Theme URI: http://www.acroyear2.org/infimum/
	Description: A modified version of Infimum by Alex Smith, customized for the Consignment Gallery. Widget-ready, gravatar-supporting, and standards-compliant.
	Version: 1.3.2.cg
	Author: Derek Mah after Alex Smith
	Author URI: http://www.acroyear2.org/
	Tags: Consignment Gallery, CG
*/

/* Todo list:
   * Have a better content title for time-based archives.
   * Put the page number of paged archives in the content title.
   * Make colors user-editable.
*/

/* Changelog:
 	1.3.2.cg: CSS, header and footer modified to display Consignment Gallery look.
 	1.3.2: Bugfix. Added min-width fix for short descriptions, corrected incomplete opening php tag in index.php, added explicit no-border-on-linked images CSS property.
 	1.3.1: Bugfix. Fixed clipping title problem in IE7 and some ugly text if comments were closed for a post. Released 2008/08/11.
	1.3: Added real blog tagline support (previous was fake): if you have a tagline it displays it prominently, if you have no tagline it looks exactly like it did before. Made list-of-posts pages better. Removed an ugly line that happened sometimes in the comments. Bumped version number because of requirement in WordPress Theme Directory. Released 2008/07/31.
	1.1: Added categories, multipule authors, blog tagline, and gravatar support. Made compatible with WordPress Theme Directory. Changed version numbering scheme. Released 2008/07/29.
	1.02: Compatibility updates. Released 2008/07/21.
	1.01: Fixed comment date bug. Released 2008/07/01.
	1.0: Initial release. Released 2008/03/23.
*/

/* whole page */

* {margin: 0px; padding: 0px;}
img {display: inline; vertical-align: baseline;}
a img {border: none;}
table, tr, td {border-collapse: collapse;}
td {vertical-align: top;}

body {
	background-color: #f2eee6;
	font: 14px "lucida grande", "verdana", "geneva", "arial", "helvetica", sans-serif;
	font-weight: normal; font-style: normal;
	color: #444a40;
	text-decoration: none;
	text-align: center;
}
body {
	background: url(bkg_body.gif) left top repeat #f2eee6;
	}
 /* 
christmas adjustments to body bkg

body {
	background: url(bkg_body_winter.gif) left top repeat #f2eee6;
	}
 */

#page {
	position: relative; overflow: hidden;
	width: 882px;
	margin: 0px auto 0px auto; padding-bottom: 50px;
	background: url(bkg_wrapper.gif) top left repeat-y #ffffff;
	text-align: left;
}

#content ul, #content ol {
	padding-left: 2.00em;
	}

a {
	color: #008a00; text-decoration: none;
}

a:link, a:visited {
	color: #008a00; text-decoration: none;
}

a:active, a:hover {
	color: #ffba00; text-decoration: none;
}

a img {
	border: 0px none;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

blockquote {
	margin: 1em 2em 1em 1em;
	
	font-size: 0.9em;
}
/* end whole page */

/* content area */
/* 	h1 title
	h2 header
	h3 is a smaller header without margin-bottom
	h6 quote credit
	cg_bottompad can be added to any block element to add a bottom pad. This is mostly for images.
 */
h1, h2, h3, p, ul, ol, .cg_bottompad {margin-bottom: 1.25em;}
h1 {
	margin-top: 20px;
	font-size: 1.8em; font-weight: bold;
	}
h2 {
	font-size: 1.25em;
	font-weight: bold;
	}
h3 {
	font-size: 1.0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em; font-weight: normal;
	text-align: right;
	margin: 0px 10px 20px 0px;
	}
p {
	line-height: 1.25em;
	}
.chunky {
	font-weight: bold;
	}
.smalltext {
	font-size: 0.9em;
	}

#content {
	padding: 182px 0px 0px 0px; width: 670px;
	float: left;
}

#content .post {
	margin: 0.5em 0em 1.25em 0em;
	padding: 0px 0px 0px 50px;
}
#content .post .entry p {
	margin: 0.5em 0em 0.5em 0em;
}
#content .pagetitle {
	padding-left: 50px;
}

#content .postmetadata {
	color: #777777;
	background: inherit;
	font-size: 11px;
}

#content .navigation {
	margin: 1.25em 0em 0em 50px;
	padding: 0em;
	display: block; overflow: visible;
}

#content .cg_button {
	overflow: visible;
}
#content .cg_button a {
	padding: 2px 7px 2px 7px; margin-right: 10px;
	font-size: 12px; line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	}
#content .cg_button a:link, 
#content .cg_button a:visited {
	border: solid 1px #abd20a;
	background-color:#d7ea1e;
	color: #008a00;
	}
#content .cg_button a:hover, 
#content .cg_button a:active {
	border: solid 1px #ffba00;
	background-color: #ffdd00;
	color: #fcfffa;
	}

#content #comments {
	margin: 2em 0em 1em;
	padding: 0em;
	clear: both; display: none;
}

#content .commentlist {	
	margin: 0em;
	padding: 0em;
	font-size: 0.9em; display: none;
}

#content .commentlist li {
	margin: 0em;
	padding: 0em;
	list-style-type: none; display: none;
}

#content .commentlist img.avatar {
	float: right;
	margin-left: 1em; display: none;
}

#content .commentmetadata {
	margin: 0em 0em 2em;
	color: #777777;
	background: inherit; display: none;
}

#content #respond {
	margin: 2em 0em 1em;
	padding: 0em;
	clear: both; display: none;
}

.comments-link {
	display: none;
	}

/* end content area */

/* wGallery styles */

.wGallery {
	list-style-type: none;
	margin: 0px; padding: 0px;
}
ul.wGallery {
	padding-left: 49px; margin-bottom: 1.25em;
}

li.wGallery {
	display: inline;
}

li.wGallery a img {
	vertical-align: middle;
}

li.wGallery a:link img, li.wGallery a:visited img {
	border: solid 1px #ffffff;
}
li.wGallery a:active img, li.wGallery a:hover img {
	border: solid 1px #ffba00;
}
/* end wGallery styles */

/* these rules are added for compatibility with WordPress Theme Directory */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* end Theme Directory compatibility */

/* sidebar */
#sidebar {
	padding: 230px 0px 0px 0px;
	width: 175px;
	float: right;
}

#sidebar h2 {
	margin: 0em;
	padding: 0em;
	font-size: 1.0em;
}

#sidebar h2 a, #sidebar h2 a:visited {
	color: black;
	background: inherit;
}

#sidebar h2 a:hover {
	color: white;
	background: #1070c0;
}

#sidebar ul {
	margin: 0em;
	padding: 0em;
}

#sidebar ul li {
	margin: 0em 0em 1em;
	padding: 0em;
	list-style-type: none;
}

#sidebar ul li p, #sidebar ul li ul, #sidebar ul li ol {
	margin: 0em;
	padding: 0em;
	font-size: 12px;
}

#sidebar ul li ul li, #sidebar ul li ol li {
	margin: 0em;
	padding: 0em;
}

#sidebar ul li ul li ul, #sidebar ul li ol li ul {
	margin: 0em;
	padding: 0em 0em 0em 7px;
}

#sidebar #searchform label {
	display: none;
}
#sidebar .textwidget {
	font-size: 0.8em;
}
/* end sidebar */

/* footer */
#cg_footer {
	clear: both; width: 882px;
	margin: 0px auto 0px auto;
	background: url(bkg_footer.gif) left top no-repeat transparent;
	padding-top: 70px;
	padding-bottom: 2em;
	text-align: center;
	font-size: 9px;
	}
#cg_footer #cg_address {
	letter-spacing: 2px; font-size: 12px; padding-bottom: 2em;
	}
#cg_footer a.cg_button {
	margin-right: 5px;
	padding: 1px 7px 2px 7px;
	color: #fffdfa;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	}
#cg_footer a.cg_button:link, 
#cg_footer a.cg_button:visited {
	border: solid 1px #0a0000;
	background-color:#760f12;
	text-shadow: 0px 1px 2px #2a0301;
	}
#cg_footer a.cg_button:hover, 
#cg_footer a.cg_button:active {
	border: solid 1px #c81c1e;
	background-color: #ffaa00;
	text-shadow: 0px 0px 2px #ffffaa;
	}
/* end footer */

/* header */
#header {
	position: absolute; top: 0px; left: 0px;
	width: 100%;
	background: url(bkg_header.gif) left top repeat-x #660f12;
}

#header a#cg_logo {
	position: absolute; top: 0px; left: 0px;
	width: 320px; height: 128px;
	background: url(bkg_logo.gif) left top no-repeat transparent;
	}
#header a#cg_gracie {
	position: absolute; top: 0px; right: 0px;
	width: 422px; height: 128px;
	background: url(bkg_gracie.gif) left top no-repeat transparent;
	}
#header a#cg_logo:link, 
#header a#cg_logo:visited, 
#header a#cg_gracie:link, 
#header a#cg_gracie:visited {
	background-position: left top;
	}
#header a#cg_logo:hover, 
#header a#cg_logo:active, 
#header a#cg_gracie:hover, 
#header a#cg_gracie:active {
	background-position: left -150px;
	}

#cg_topnav {
	margin-top: 132px;
	background-color: #760f12;
	border-top: solid 1px #760f12;
	border-bottom: solid 1px #0a0000;
	padding: 3px 0px 4px 0px; font-size: 12px;
	}
#cg_topnav ul, #cg_topnav ul li {
	list-style: none;
	}
/* not sure why the 1px bottom pad and line-height 13px are required since we didn't need it for the external site, but there you go. */
#cg_topnav ul {
	text-align: center; margin: 0px; padding: 0px;
	}
#cg_topnav ul li {
	display: inline;
	}
#cg_topnav ul li a {
	padding: 3px 12px 4px 12px;
	font-size: 12px; font-weight: bold;
	color: #fffdfa;
	}
#cg_topnav ul li a:link, 
#cg_topnav ul li a:visited {
	border: solid 1px #760f12;
	border-bottom: solid 1px #0a0000;
	background-color: #760f12;
	text-shadow: 0px 1px 2px #2a0301;
	}
#cg_topnav ul li a:hover, 
#cg_topnav ul li a:active {
	border: solid 1px #c81c1e;
	background-color: #ffaa00;
	text-shadow: 0px 0px 2px #ffffaa;
	}
/* 
	text-shadow element validates to CSS2 and CSS3.
	text-shadow does not validate to CSS 2.1, but is non-destructive.
	format is offset right, offset down, blur.
 */


/* end header */

/* frontpage */
#cg_fpwrapper {
	position: relative; overflow: hidden;
	width: 880px; border: solid 1px #dad8d0;
	margin: 100px auto 0px auto;
	background: url(frontpage.gif) center 1px no-repeat #ffffff;
	}
#cg_fpwrapper #cg_content {
	padding: 320px 40px 40px 40px;
	}
#cg_fpheader {
	position: absolute; top: 0px; left: 0px;
	width: 100%;
	background: url(bkg_header.gif) left top repeat-x #660f12;
	}
#cg_fpheader #cg_topnav {
	margin-top: 17px;
	}
#fp_page {
	position: relative; overflow: hidden;
	width: 882px;
	margin: 0px auto 0px auto;
	text-align: left;
}

#cg_fp_2col {
	margin: 20px auto; width: 100%;
	}
#cg_fp_2col tr td {
	width: 50%; vertical-align: top;
	font-size: 0.8em;
	}
#cg_fp_2col tr td.cg_leftcol {
	padding: 0px 30px 0px 0px;
	}
#cg_fp_2col tr td .alignleft {
	margin: 0px 10px 10px 0px;
	}
#cg_fp_2col tr td .alignright {
	margin: 0px 0px 10px 10px;
	}
#cg_fp_2col tr td.cg_rightcol {
	border-left: solid 1px #646a60;
	padding: 0px 0px 0px 39px;
	}

a.cg_button {
	margin-right: 5px;
	padding: 1px 7px 2px 7px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}
a.cg_button:link, 
a.cg_button:visited {
	border: solid 1px #abd20a;
	background-color:#d7ea1e;
	color: #008a00;
	}
a.cg_button:hover, 
a.cg_button:active {
	border: solid 1px #ffba00;
	background-color: #ffdd00;
	color: #fcfffa;
	}

/* end frontpage */

/* page specific overrides */

 /* 
====================
	christmas adjustments
	add or remove "_deactivated" from id to activate
====================
 */
#cg_fpwrapper.christmas {
	background: url(frontpage_christmas.jpg) center 1px no-repeat #ffffff;
	}
#cg_fpwrapper.christmas #cg_content {
	padding-top: 370px;
	}
#cg_fpwrapper.christmas #cg_content h3 {
	clear: both;
	}
.cg_christmas_hours {
	width: 260px; font-size: 14px; margin-bottom: 20px;
	}
.cg_christmas_hours td {
	padding: 1px 0px;
	}
.cg_christmas_hours .christmashours {
	text-align: right;
	}

/* 
====================
	coming together
====================
 */

#post-3787 .entry {
	padding-top: 280px;
	background: url(bkg_h6_comingtogether.jpg) left top no-repeat transparent;
}
#post-3787 h6 {
	padding: 0px 75px 10px 400px;
	font-size: 18px; text-align: center; line-height: 30px; color: #050000;
}
