/*
Theme Name: WuCoco - Two Column
Theme URI: http://mikelococo.com/projects/wucoco/
Description: A two-column layout originally based on <a href="http://wuhan.authenticasian.com">Wuhan</a>.  It has a darker background pallette and integrates navigation into the header image.
Version: 0.10.2
Author: Mike Lococo
Author URI: http://mikelococo.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

	See style-core.css for additional styles.
	See style-ie.css for ie-specific fixes.
*/

#header { width: 760px; }
#page_container { width: 760px; }
#postcol { width: 505px; }

/*My addition to get one column functionality on review index page*/
#postcol_one ( width: 760px; }

/*My addition to get wider column postcol functionality on forthcoming books page*/
#postcol_tadwider { width: 555px; }