/*
Theme Name: WordPress Default for Cheeky Monkey
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* @group Eric Meyer CSS Reset */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	
	/* Excluded sub, sup */
	
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/* font-size: 100%; */
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
/*
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*/

/* @end */

/* @group General */

body {
	font-size:							62.5%;
	font-family:						'Georgia,Serif';
	background:						#f6f3ed url('images/wayofthemonkey/background.gif') center top no-repeat;
	text-align:							center;
}

a {
	text-decoration: 				none;
}

a span, hr, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	display:								none;
	visibility: 							hidden;
}

#page {
	display: 							block;
	width: 								960px;
	margin-left:						auto;
	margin-right:						auto;
	text-align: 							left;
}

/* @end */

/* @group Header */

#headerimg 	{
	margin:								0;
	height:								396px;
	width:								960px;
}
	
#header, #headerimg h1, #headerimg h1 a {
	display:								block;
	height:								396px;
	width:								960px;
}

#headerimg h1 a {
	background-image:			url('images/wayofthemonkey/header.gif');
}

/* @end */

/* @group Navigation */

#navigation_container {
	width:								850px;
	margin-left:						auto;
	margin-right:						auto;
	overflow:							auto;
	background:						white;
}

#navigation {
	display: 							block;
	width: 								812px;
	margin:								10px 0 20px 20px;
	background:						#ee2e24;
	overflow:							auto;
}

#navigation ul {
	margin:								0 auto 0 auto;
	padding: 							0;
	overflow:							auto;
}

#navigation li {
	display: 							block;
	float: 								left;
	margin: 							0;
	padding: 							12px 0 10px 0;
	text-align: 							center;
}

#navigation a {
	font-size: 							13px;
	color: 								white;
}

#navigation li.active {
	background: 						#ae0c04;
}

#nav_home { width: 55px; }
#nav_plm { width: 53px; }
#nav_npd { width: 53px; }
#nav_change { width: 156px; }
#nav_projects { width: 132px; }
#nav_blog { width: 55px; }
#nav_news { width: 55px; }
#nav_testimonials { width: 89px; }
#nav_aboutus { width: 84px; }
#nav_contact { width: 80px; }

div.navigation {
	width: 300px;
	padding: 20px 0 20px 0;
}

div.navigation a {
	font-size: 							1.2em;
	color:						#ee2e24;
}

/* @end */

/* @group Main Content */

#content_container {
	display:								block;
	width:								850px;
	margin-left:						auto;
	margin-right:						auto;
	overflow:							auto;
	background:						white url('images/wayofthemonkey/tile-y-wide.gif') repeat-y left top;
}	

#content {
	font-size:							1.2em;
	display:								block;
	float:									left;
	width:								630px;
	}

/* @end */

/* @group Posts */

#posts_container {
	display:								block;
	width:								590px;
	margin-left: 						20px;
	background:						url('images/wayofthemonkey/tile-x.gif') repeat-x left top;
	}

h2.pagetitle {
	text-align:							left;
	font-size: 							1.6em;
	font-weight: 						normal;
	color: 								#ee2e24;
	padding: 							0 0 20px 20px;
}

div.post {
	display: block;
	width: 590px;
}

div.post h2, div.post h3, div.post h4, div.post h5, div.post h6 {
	display: 							block;
	width: 590px;
	text-align: 							center;
	padding: 							12px 0 8px 0;
	font-weight: 						normal;
	color:								#ee2e24;
}

div.post h2 {
	font-size: 							2.8em;
}

div.post h3 {
	font-size: 							2.4em;
}

div.post h4 {
	font-size: 							2em;
}

div.post h5 {
	font-size: 							1.6em;
}

div.post h6 {
	font-size: 							1.2em;
}


div.post h3.search {
	margin-bottom: 					8px;
	padding: 							12px 0 2px 0;
	background: url('images/wayofthemonkey/sidebar-divide-black.gif') no-repeat center bottom !important;
}

div.post h2 a, div.post h3 a, div.entry a, p.postmetadata a {
	color:								#ee2e24;
}

div.entry {
	display: 							block;
	width: 590px;
	background:						white url('images/wayofthemonkey/tile-x.gif') repeat-x left top;
	padding-top: 			18px;
	text-align: 							center;
}

div.entry blockquote {
	background: 						#f6f3ed;
	padding: 							14px 14px 2px 14px;
	margin-bottom:					14px;
	font-size: 						1em;
	line-height: 					1em;
}

div.entry p {
		font-size: 						1.2em;
		line-height: 					1.6em;
		margin: 0 0 14px 0;
		text-align:							left;
}

div.entry ol,div.entry ul {
	margin: 0 0 14px 0;
	text-align: left;
	font-size: 						1.2em;
	line-height: 					1.6em;
}

div.entry ol {
	list-style-type: decimal;
	padding: 						0 0 6px 22px;
}

div.entry ul {
	list-style-type: none;
}

div.entry ul li {
	padding: 						0 0 6px 22px;
	background:	url('images/wayofthemonkey/bullet-star.gif') top left no-repeat;
}

div.sociable ul li {
	padding: 						0 !important;
	background-image:		none !important;
}

div.entry ol li {
	padding-bottom: 			4px;
}

div.entry object {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.centered, img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0 0 12px 12px;
	display: block;
	}

img.alignleft {
	padding: 0 12px 12px 0;
	display: block;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
#postmetadata {
	display: block;
	width: 590px;
	background:						white url('images/wayofthemonkey/tile-x.gif') repeat-x left bottom;
}

#postmetadata.single {
	background: none;
}

p.postmetadata {
		font-size: 						1.1em;
		line-height: 					1.3em;
		padding-bottom: 			12px;
		text-align:						left;
		color:							#666666;
}

div.sociable_tagline {
	display: none;
	visibility: hidden;
}



/* @end */

/* @group Comment List */

#comments {
	display: block;
	text-align:						left;
	font-size:						1.5em;
	color:							black;
	font-style: 						italic;
	padding:						18px 0 0 0;
	background:					url('images/wayofthemonkey/tile-x.gif') repeat-x left top;
}

#comments span, #respond h3 span {
	display:								inline;
	visibility:							visible;
	font-weight:						bold;
	font-style: 							normal;
	text-transform:					uppercase;
	color: 								#ee2e24;
}

.commentlist li, #commentform input, #commentform textarea {
	
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	width: 450px;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
	
	.commentlist {
	width:  590px !important;
	padding: 0;
	margin-top: 8px;
	}

.commentlist li {
	margin: 0 0 0 0;
	list-style: none;
	padding: 4px 0 20px 0;
	/*
	padding: 4px 0 20px 70px;
	background: transparent url('images/wayofthemonkey/comment.gif') no-repeat left top !important;
	*/
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	display: block;
	margin: 10px 0 0 0;
}

.commentmetadata {
	font-weight: normal;
	padding: 4px 0 0 0;
	}

.commentlist a {
	color: #ee2e24;
}

img.speechbubble {
	clear: both;
	float: left;
}

div.comment_content {
	padding: 0 0 20px 20px;
	width: 513px;
	display: block;
	float: left;
}

/* @end */

/* @group Comment Form */

#respond {
	display: block;
	width: 590px;
	float: left;
	background:					url('images/wayofthemonkey/tile-x.gif') repeat-x left top;
}

#respond h3 {
	display: block;
	text-align:						left;
	font-size:						1.5em;
	color:							black;
	font-style: 						italic;
	padding:						12px 0 12px 0;
	background:					url('images/wayofthemonkey/tile-x.gif') repeat-x left bottom !important;
}

#commentform div {
	margin-top: 8px;
}

#commentform label {
	font-size: 1.2em;
	font-weight: bold;
	color: 								#ee2e24;
}

#commentform #author, #commentform #email, #commentform #url {
	width: 295px;
	padding: 2px;
	border:  1px solid #80561b;
	}

#commentform {
	float: left;
	width: 590px;
	margin: 5px 0 0 0;
	}
#commentform textarea {
	width: 584px;
	height: 200px;
	padding: 2px;
	border:  1px solid #80561b;
	}


#commentform p {
	display: block;
	padding: 12px 0 12px 0;
	font-size: 1.2em;
	text-align: center;
	}

#form_bottom {
	display: block;
	
}

p.subscribe-to-comments {
	text-align: left !important;
	padding-bottom: 60px !important;
	background:						url('images/wayofthemonkey/paper-plane.gif') no-repeat right bottom;
}

p.subscribe-to-comments label {
	font-size: 1em !important;
}


/* @end */

/* @group Sidebar */

#sidebar {
	display:								block;
	float:									left;
	width:								220px;
	background:						url('images/wayofthemonkey/pen.gif') no-repeat right 173px;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

#sidebar ul, #sidebar ul ol {
	margin:								0;
	padding:							0;
	width:								220px;
	}

#sidebar ul li {
	clear: left;
	list-style-type: none;
	list-style-image: none;
	display: block;
	overflow: auto;
	width: 220px;
	background: url('images/wayofthemonkey/sidebar-divide.gif') no-repeat center top;
	}

#sidebar ul li.widget_archive ul {
	/*background: url('images/wayofthemonkey/sidebar-divide.gif') no-repeat center bottom; */
}

#sidebar ul ul, #sidebar ul ol {
	display: block;
	clear: both;
	float: left;
	width: 220px;
	}
	
#sidebar ul li ul {
	list-style-type: none !important;
}
	
#sidebar ul ul li {
	display: block;
	width: 220px;
	overflow: hidden;
	text-align: center;
}

#sidebar ul li.widget_archive ul, #sidebar ul li.widget_categories ul {
	list-style-type: none !important;
	margin-top: 15px;
}

#sidebar ul li.widget_archive ul li, #sidebar ul li.widget_categories ul li {
	display: block;
	padding: 12px 0 12px 0;
	background: url('images/wayofthemonkey/sidebar-divide-black.gif') no-repeat center top !important;
	text-indent: 0;
	margin: 0;
}

#sidebar ul ul li a {
margin: 0;
padding: 0;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ul li, #sidebar ul ol li {
	padding: 0;
	background: none !important;
	}
	
#search {
	text-align: left !important;
}
	
#searchform {
	display: block;
	text-align: left;
}

#searchform h2 {
	display: block;
	width: 108px;
	height: 40px;
	margin: 15px 0 8px 9px !important;
	background:						url('images/wayofthemonkey/header-search.gif') no-repeat !important;
}

#search_field {
	margin: 0 0 0 11px !important;
	display: block;
	width: 198px;
	height: 32px;
	background:						transparent url('images/wayofthemonkey/search-field.gif') no-repeat !important;
}

#search_field input {
	background:  transparent none repeat scroll 0 0 !important;
	border: none !important;
	width: 177px;
	height: 32px;
	padding: 8px 0 0 9px !important;
	font-size: 1.2em;
}

#sidebar #searchsubmit, #sidebar #mc_signup_submit {
	float: right;
	margin: 10px 16px 10px 0 !important;
}

#sidebar #mc_signup_submit {
	float: right;
	margin: 0 16px 10px 0 !important;
}

#sidebar form {
	margin:								0;
}
	
#sidebar a {
	color:								black;
	font-family:						Georgia, "Times New Roman", Times, serif;
	font-size:							1.2em;
}

#header_contact_us, #header_contact_us a {
	display:								block;
	width:								220px;
	height:								134px;
}

#header_contact_us a {
	background:						url('images/wayofthemonkey/header-contact-us.gif') no-repeat center center;
}

#link_flash_site {
	display:								block;
	width:								144px;
	height:								32px;
	clear:								both;
	/*float:									left;*/
	margin:								17px 0 14px 12px !important;
	background:						url('images/wayofthemonkey/link-flash-site.gif') no-repeat;
}

#link_rss_feed {
	display:								block;
	width:								122px;
	height:								33px;
	clear:								both;
	/*float:									left;*/
	margin:								13px 0 10px 14px;
	background:						url('images/wayofthemonkey/link-rss-feed.gif') no-repeat;
}

#header_mailing_list {
	display:								block;
	width:								163px;
	height:								32px;
	clear:								both;
	/*float:									left;*/
	margin:								13px 0 8px 14px !important;
	background:						url('images/wayofthemonkey/link-mailing-list.gif') no-repeat;
}

li.widget_categories h2 {
	display:								block;
	width:								220px;
	height:								55px;
	margin-bottom:					15px;
	clear:								both;
	float:									left;
	background:						url('images/wayofthemonkey/header-categories.gif') no-repeat center bottom;
}

li#tag_cloud {
	display:								block !important;
}

li#tag_cloud h2 {
	display:								block;
	width:								220px;
	height:								55px;
	clear:								both;
	background:						url('images/wayofthemonkey/header-tags.gif') no-repeat center bottom;
	margin-bottom:					15px;
}

li#tag_cloud p {
	display:								block;
	margin:								0 0 8px 0 !important;
	width:								196px;
	padding:							12px 12px 0 12px;
	text-align:							center;
	background:						url('images/wayofthemonkey/sidebar-divide-black.gif') no-repeat center top;
}

li#tag_cloud p a {
	text-decoration:					none;
	line-height:						1.2em;
}

li.widget_archive h2 {
	display:								block;
	width:								220px;
	height:								55px;
	clear:								both;
	background:						url('images/wayofthemonkey/header-archives.gif') no-repeat center bottom;
}

li.widget_flickr h2 {
	display:								block;
	width:								220px;
	height:								55px;
	clear:								both;
	background:						url('images/wayofthemonkey/header-photos.gif') no-repeat center bottom;
}

/* @end */

/* @group MailChimp */

#mc_signup_container {
		display: 						block !important;
		margin: 						0 !important;
		padding: 						0 !important;
		width:							220px !important;
}

#mc_signup_container fieldset {
		display: 						block;
		margin: 						0 !important;
		padding: 						0 !important;
		text-align: 						center;
}

#mc_message span.mc_error_msg, #mc_message strong.mc_success_msg{
		display: 						block !important;
		width:							196px !important;
		margin: 						0 0 0 12px !important;
		padding: 						0 0 6px 0 !important;
		font-size: 						1.2em;
}

/*
#mc_signup_container legend {
		display: 						block !important;
		width:							220px !important;
		margin: 						0 !important;
		padding: 						0 0 10px 0 !important;
		font-size: 						1.4em;
		background: pink;
}
*/

#mc_signup_container legend, #mc_signup_container label {
	display: 							none;
	visibility: 							hidden;
}

.mc_custom_border {
	padding: 0 !important;
}

div.mc_merge_var {
	clear: left;
	margin: 0 0 0 11px !important;
	display: block;
	width: 198px;
	height: 32px;
	background:						transparent url('images/wayofthemonkey/search-field.gif') no-repeat !important;
}

div.mc_merge_var input {
	background:  transparent none repeat scroll 0 0 !important;
	border: none !important;
	width: 177px;
	height: 32px;
	margin: 0 !important;
	padding: 8px 0 0 9px !important;
	font-size: 1.2em;
}


/* @end */

/* @group Footer */

#page #footer {
	border:								none;
	padding:							20px 0 0 0;
	margin:								0 auto;
	width:								850px;
	clear:								both;
	background:						white;
}

#footer p {
	margin:								0;
	padding:							0 0 8px 0;
	text-align:							center;
	font-family:						Arial, sans-serif;
	font-size:							1.1em;
	letter-spacing:					0.2em;
	text-transform:					uppercase;
}
	
#footer p.credit {
	margin:								0;
	padding:							0 0 12px 0;
	text-align:							center;
	font-family:						Arial, sans-serif;
	font-size:							0.9em;
	letter-spacing:					0.1em;
	text-transform:					uppercase;
}
	
#footer a {
	color:								#ee2e24;
}

/* @end */