/*
Theme Name: Cooper Hong Inc.
Theme URI: http://cooperhong.com
Description: Layout for the new cooperhong.com
Version: 2.5
Author: Jonathan Bell
Author URI: http://d-formative.com/
Tags: blue, liquid layout, columns

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

*/

/* Reset defaults for everything */

* {
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	vertical-align: baseline;
}

/* General Classes & Tags */

.clear {
	clear: both;
}
.hidden {
	display: none;
}
.left, div.left p, div.left img {
	float: left;
}
div.left {
	padding: 20px 0;
	float: none;
}
.alignleft {
	float: left;
}
div.left p, div.left img {
	margin-right: 15px;
}
.right, .alignright {
	float: right;
}
.cell {
	margin-right: 20px;
	width: 20%;
}
.cell50 {
	margin-right: 10%;
	padding: 10px 0;
	width: 40%;
	float: left;
	/*height: 150px;*/
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}
.large {
	font-size: 1.3em;
	font-weight: bold;
}
.pencil {
	/*background: url(images/bg_pencil.jpg) no-repeat left top;
	padding-left: 75px;*/
}
a {
	color: #008fc5;
}
a:hover {
	color: #f1b310;
	text-decoration: none;
}

/* End General Classes & Tags */


/* Layout */

body {
	background: url(images/bg.jpg) repeat-x top center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .85em;
	color: #333;
}
#page {
	/* wraps all content: used for bottom background */
	/*padding: 0 30px 0;*/
	/*margin: 0 auto;
	width: 950px;*/
	background: url(images/bg_bottom.jpg) bottom left repeat-x;
}
#wrapper {
	/* wraps all content: sets flexible width */
	/*min-width: 900px;
	max-width: 1100px;*/
	margin: 0 auto;
	/*padding: 0 80px;*/
	width: 950px;
}
#main {
	padding: 0 95px 20px;
	background: url(images/content.jpg) repeat-y;
	/*background-position: 0 50px;*/
}
#header {
	height: 310px;
	background: url(images/header.jpg) no-repeat top left;
}
#footer {
	padding: 190px 100px 40px 100px;
	height: 20px;
	background: url(images/footer.jpg) no-repeat bottom left;
	color: #fff;
}
#chatter {
	margin: 90px 130px 0 0;
	/*padding: 80px 30px 10px 25px;*/
	width: 250px;
	height: 76px;
	/*background: url(images/bg_chatter.gif) no-repeat;*/
	float: right;
}
#nav {
	margin: 15px 0 0 0;
	padding: 0 90px;
}
#sidebar, #sidebarchatter {
	margin-right: 50px;
	/*padding-top: 20px;*/
	width: 200px;
	float: left;
	/*background: url(images/bg_sidebar.jpg) repeat-y left;*/
}
#content {
	padding-top: 15px;
	/*padding: 35px 0 0 40px;*/
	/*background: url(images/bg_content.jpg) top left no-repeat;*/
}
#content.home {
	padding: 0;
}
#content_bottom {
	width: 950px;
	height: 105px;
	background: url(images/bg_content_bottom.jpg) no-repeat;
}
#content.widecolumn {
	padding-left: 10px;
	padding-right: 10px;
}
#content.narrowcolumn {
	width: 500px;
	float: left;
}

/* End Layout */



/* Header */
.chatter {
	position: absolute;
	width: 250px;
	float: right;
}



/* Navigation */

#nav ul {
	margin-top: 4px;
	list-style: none;
}
#nav li {
	display: inline;
}
#nav a {
	padding: 14px 25px 0 15px;
	/*width: 19%;*/
	height: 25px;
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .9em;
	text-align: left;
}
#nav a:hover, #nav li.current_page_item a, #nav li.current_page_ancestor a {
	/*background: url(images/top_arrow.gif) top center no-repeat;*/
	background: url(images/arrow_left.gif) left center no-repeat;
}

/* End Navigation */



/* Sidebar */

#sidebar div.post {
	margin-bottom: 20px;
}
#sidebar p, #sidebar h2, #sidebar h3, #sidebar small {	
	/*margin-left: 102px;
	margin-right: 45px;*/
}
h2.sidebar_heading {
	width: 180px;
	height: 15px;
}
h2#sidebar_projects {
	/* featured projects sidebar */
	background: url(images/sidebar_projects.gif) no-repeat;
}
h2#sidebar_work {
	/* work pages sidebar */
	background: url(images/sidebar_capabilities.gif) no-repeat;
}
h2#sidebar_chatter {
	/* chi chatter sidebar */
	background: url(images/sidebar_chatter.gif) no-repeat;
}
#sidebar h2 {
	font-size: 1.1em;
}
#sidebar h3 {
	font-size: 1em;
}
#sidebar p {
	font-size: .95em;
}
#sidebar img {
	margin-bottom: 10px; 
}
/* Sidebar Navigation (mostly used for Works pages) */
#sidebar ul {
	/*margin-left: 94px;*/
	margin-right: 9px;
	list-style: none;
}
#sidebar ul li a {
	margin: 1px 0 0;
	padding: 7px 10px 5px 8px;
	display: block;
}
#sidebar ul ul {
	margin: 5px 10px 10px 0;
	padding-left: 20px;
	list-style: disc;
	color: #ccc;
}
#sidebar ul li ul {
	display: none;
	font-size: .95em;
}
#sidebar ul li.current_page_item ul, 
#sidebar ul li.current_page_parent ul,
#sidebar ul li.current_page_ancestor ul {
	display: block;
}
#sidebar ul li.current_page_ancestor a,
#sidebar ul li.current_page_parent a,
#sidebar ul li.current_page_item a {
	font-weight: bold;
	color: #f1b310;
}
#sidebar ul li.current_page_item ul li a {
	color: #666;
}
#sidebar ul li.current_page_parent a,
#sidebar ul li.current_page_parent ul li.current_page_item a {
	color: #f1b310;
}
#sidebar ul li.current_page_parent ul li a,
#sidebar ul li.current_page_parent ul li.current_page_item ul li a,
#sidebar ul li.current_page_ancestor ul li a {
	color: #666;
}
#sidebar ul li.current_page_ancestor ul li.current_page_parent ul li.current_page_item a {
	color: #f1b310;
}
#sidebar ul li a:hover {
	background-color: #f1b310;
	color: #fff;
	text-decoration: none;
}
#sidebar ul li ul li a:hover,
#sidebar ul li ul li ul li a:hover {
	background: none;
	color: #f1b310;
	text-decoration: none;
}

/* Chatter Sidebar */

#sidebarchatter div {
	margin-bottom: 2em;
}
#sidebarchatter h3 {
	padding: 10px 12px 6px;
	background-color: #d1f1fc;
	text-transform: uppercase;
	line-height: 1em;
	font-size: 1.2em;
}
#sidebarchatter ul {
	margin-left: 12px;
}
#sidebarchatter li {
	margin-bottom: 9px;
	list-style: none;
}
#sidebarchatter .community li {
	padding-top: 4px;
	padding-left: 36px;
	height: 24px;
}
#sidebarchatter #twitter {
	background: url(images/twitter.png) top left no-repeat;
}
#sidebarchatter #facebook {
	background: url(images/facebook.png) top left no-repeat;
}


/* End Sidebar */


#column-left ul.navigation {
	list-style: none;
}
#column-left ul.navigation li a {
	padding: 5px 5px 3px;
	display: block;
}


/* Text/Formatting Tags */

h1 span, #header .description {
	display: none;
}
h1 {
	margin: 50px 0 0 80px;
	width: 255px;
	height: 160px;
	float: left;
}
h1 a {
	width: 255px;
	height: 160px;
	display: block;
}
h2 {
	margin: 5px 0 10px;
	font-size: 1em;
	/*color: #364450;*/
	color: #333;
}
h3 {
	margin: 20px 0 10px;
	font-size: .9em;
	/*color: #364450;*/
	color: #333;
}
h4 {
	margin: 15px 0 10px;
	font-size: .8em;
	/*color: #364450;*/
	color: #333;
}
p, #content ul {
	margin: 5px 0 10px;
	color: #333;
	line-height: 1.4em;
}
small {
	color: #ccc;
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
}
img {
	border: none;
}
img.border {
	margin: 0 10px 10px;
	padding: 1px;
	border: 1px solid #a4a4a4;
}
img.left {
	margin: 0 0 35px 0;
	float: left;
}
p.nowrap, div.nowrap p {
	padding-left: 160px;
}
ul.inline li {
	padding-right: 20px;
	display: inline;
}

/* End Text & Formatting Tags */



/* Content only */

#content ul.large {
	margin: 15px;
	font-size: 1.3em;
}
#content p.large {
	font-size: 1.3em;
	font-weight: bold;
}
#content h2 {
	font-size: 1.3em;
}
#content h3 {
	font-size: 1.2em;
}
#content h4 {
	font-size: 1em;
}
#content p, #content ul {
	font-size: .95em;
}
#content small {
	margin: 5px 0 15px;
	display: block;
}
#content ul {
	margin: 10px 100px 15px 20px;
}
#content li {
	margin: 6px 0;
}
#content div.block {
	margin: 25px 0 35px;
	clear: both;
}
#content div.bar {
	margin-top: 10px;
	margin-left: -10px;
	margin-bottom: 25px;
	padding-left: 10px;
	height: 20px;
	background: url(images/bar_start.gif) no-repeat top left #ccc;
}
#content div.bar p {
	margin: 0;
	padding: 0;
	padding-top: 2px;
}
#content div.bar ul {
	margin: 0;
	padding: 0;
	float: right;
}
#content div.bar li {
	margin: 0;
	padding: 0 1px 0 0;
	width: 20px;
	height: 20px;
	list-style: none;
	float: left;
	background: url(images/dot.gif) no-repeat top left #fff;
	color: #fff;
}
#content div.bar li a {
	padding-top: 3px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 20px;
	text-align: center;
}
#content div.bar li.first {
	padding-left: 11px;
	width: 20px;
	background: url(images/dot_first.gif) no-repeat top left #fff;
}
#content img.right, #content img.floatright {
	margin: 0 0 20px 20px;
}
#content a img.right {
	margin: 0;
}

#content table {
	width: 100%;
	border: none;
}
#content td {
	padding: 15px 0;
	width: 50%;
	vertical-align: bottom;
	text-align: left;
}

/* End Content */



/* Footer */

#footer img {
	margin-bottom: 15px;
}
#footer p {
	margin: 5px 0;
	font-size: .9em;
	color: #fff;
}
#footer p.left {
	margin-right: 35px;
}

/* End Footer */

/* Special & Limited Content */

#tangram_icon {
	margin-top: 25px;
	width: 200px;
	height: 200px;
	background: url(images/tangram_icon_over.jpg) no-repeat top left;
}
#tangram_header {
	width: 750px;
	height: 262px;
	background: url(images/tangrams_top.jpg) no-repeat;
}
#uncover {
	margin-bottom: 35px;
	width: 500px;
	height: 72px;
}
#uncover a span {
	display: none;
}
#uncover a {
	width: 500px;
	height: 72px;
	display: block;
	background: url(images/uncover_link_up.gif) top right no-repeat;
}
#uncover a:hover {
	background: url(images/uncover_link_over.gif) top right no-repeat;
}
#origami_icon {
	width: 200px;
	height: 180px;
	background: url(images/origami_icon.jpg) no-repeat top center;
}
#origami_icon:hover {
	background-image: url(images/origami_icon_over.jpg);
}
#origami_header {
	margin-left: -7px;
	width: 760px;
	height: 285px;
	background: url(images/origami_top.jpg) no-repeat;
}
#TB_next {
	font-size: 1.5em;
	font-weight: bold;
}

/* Chatter */

.chichatter .post {
	padding-bottom: 3em;
}

.chichatter h2 {
	padding-top: 12px;
	border-top: 3px solid #7ebe36;
}
.chichatter h2 a {
	color: #7ebe36;
}
.chichatter h2 a:hover {
	text-decoration: underline;
}
.chichatter small {
	/*text-transform: none;
	font-weight: normal;
	color: inherit;*/
}
.chichatter .more {
	text-align: right;
}

textarea {
	width: 100%;
}
.chichatter ol {
	list-style: none;
}
.chichatter ol li {
	padding-left: 10px;
	padding-bottom: 20px;
}
.chichatter cite {
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
}
.chichatter small {
	font-size: .8em;
}
.chichatter .comment {
	margin-top: 12px;
	padding: 6px 12px 2px;
	background-color: #ddd;
}
.chichatter .alt .comment {
	background-color: #ccc;
}
h3#comments {
	margin-bottom: 24px;
}