/*
Theme Name: Hands of Integration
Theme URI: http://www.handsofintegration.info
Description: HOI theme based on <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Breedlove Creative
Author URI: http://www.breedlovecreative.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

*/
/****HTML****/
html { overflow-y: scroll; }

body { margin: 0; font: 12px Helvetica, Arial, sans-serif; line-height: 1.7; color: #343f2e; text-align: left; letter-spacing: .1em; padding-top: 30px; }

h1, h2, h3, h4, h5, h6, ul, li, p, label, fieldset, form { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1 { font-size: 23px; color: #cfe573; padding:10px 0 10px 0; }
h2 { font-size: 14px; font-weight: bold; color: #ff855e; padding-bottom: 10px; }
h3 { font-size: 12px; font-weight: bold; }
h4 { }
h5 { }
p { font-size:12px; margin:0 0 10px 0;}

a img { border:0; }
a { font-family: Arial, Helvetica, sans-serif; color: #343f2e; text-decoration: underline; outline: none; }
a:hover { font-family: Arial, Helvetica, sans-serif; color: #cfe573; text-decoration: none; outline: none; }


.ida { font-weight: bold; color: #343f2e; font-style: normal; }
.italicQuote { font-style: italic; }
.quotepadding { padding-top: 15px; }
.question { font-size: 18px; }
.clear { clear: both; }

/****MASTER CONTAINER****/
#masterContainer { margin: 0 auto; width: 810px; overflow: hidden; text-align: left; }


/****HEADER****/

#header h1 {
	height:73px;
	float:left;
	width:192px;
}

#header h1 a {
	background:url(images/logo.gif) no-repeat 0 0;
	cursor:pointer;
	height:100%;
	float:left;
	margin-right:4px;
	position:relative;
	text-indent:-12345px;
	width:100%;
}

.links { float:right; width:56px; }

.links ul {
	clear:both;
	list-style:none;
	margin-top:14px;
	overflow:hidden;
}

.links li {
	float:left;
	outline:none;
}

.links a {
	background-image:url(images/ico_links.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	height:100%;
	float:left;
	margin-right:4px;
	position:relative;
	text-indent:-12345px;
	width:16px;
}

.links li.twitter a {
	background-position:0 0;
}

.links li.facebook a {
	background-position:-20px 0;
}

.links li.linkedin a {
	background-position:-40px 0;
	margin-right:0;
}



/****NAV****/
#navPrimary { clear:both; padding-top:13px; width: 810px; }
#navPrimary ul { overflow: hidden; list-style: none; }
#navPrimary li { float: left; outline: none; padding:0; line-height:1;}
#navPrimary a { font-size:11px; padding-right: 16px; letter-spacing: normal;  text-decoration:none; text-transform:uppercase;}



/****MAIN CONTENT****/
#photoHeader { padding-top:14px;}
#photoFooter { padding-bottom: 50px; }
#mainContent {padding:50px 0; width: 800px; clear:both;}
#mainContent ul { padding-left: 50px; }
#mainContent h2 { padding-top:20px; }
#mainContent h3 { padding-top:20px; }

body.home #mainContent {
	float:left;
	padding-right:46px;
	width:478px;
}

body.blog #mainContent,
body.archive #mainContent,
body.search #mainContent {
	float:left;
	width:524px;
	padding-right:60px;
}

body.home #mainContent h2,
body.page-id-3 #mainContent h1, /*how it works*/
body.page-id-4 #mainContent h2, /* basic 10 */
body.page-id-14 #mainContent h1, /* faq */
body.page-id-20 #mainContent h2 /* testimonials */
{
	padding-top:0;
}

#sidebar { float:left; padding-top:50px; width:226px; }

#quote1 { width: 270px; height: 200px; float: right; margin-top: 35px; padding: 0 0 0 30px; }
#quote1 h2 { color: #cfe573; font-size: 15px; }


#quotebox1 { float: right; width: 500px; font-size: 22px; line-height: 1.3em; font-style: italic; padding: 0.5em; margin: 0; color: #cfe573; }
#quotebox1 p { font-size: 12px; padding-left: 40px; }

#pullphoto1 { float: right; width: 450px; padding: 0 0 0 0.5em; margin: 0; }
#pullphoto2 { float: left; width: 185px; padding-bottom: 15px; margin: 0; }
#pullphoto3 { float: right; width: 227px; padding-bottom: 15px; padding-left: 30px; margin: 0; }


/****BLOG****/
body.blog .post { padding-bottom:50px; }
body.blog .post h2 {
	font-size:14px;
	padding:0 0 20px 0;
}
body.blog .post h2 a {
	color:#ff855e;
}
body.blog .post h2 a:hover {
	color: #cfe573;
}

.navigation {
	line-height:1;
	padding-bottom:20px;
}

input, textarea {
	font:12px Helvetica, Arial, sans-serif;
}

#comment {
	width:328px;
}

#searchform .screen-reader-text { display:none; }

#sidebar {
	line-height:1;
}

#sidebar p {
	line-height:1.7;
}

#sidebar h2 {
	font-size:12px;
	padding:0 0 10px 0;
	text-transform:uppercase;
}

#sidebar ul {
	list-style:none;
	margin:0 0 30px 0;
	padding:0;
}

#sidebar li {
	margin-bottom:5px;
}

#feed { padding-bottom:15px; }

#feed a {
	background:url(images/ico_rss.gif) no-repeat 0 0;
	cursor:pointer;
	height:21px;
	float:left;
	position:relative;
	text-indent:-12345px;
	width:21px;
}

.navigation a,
#sidebar h2 a {
	color:#cfe573;
	font-size:22px;
	text-transform:none;
}

/****FOOTER****/
#footer {
	border-top:1px solid black;
	clear:both;
	font-size:10px;
}

#footer div { margin:14px 0 0; }
#footer .downloads { float:left; }
#footer .copyright { float:right; }

/* WP Specific */

#tag-cloud {
	color:#cccccc;
	font-size:10px;
	padding-top:20px;
	text-transform:lowercase;
}
#tag-cloud a { color:#cccccc; }
p.edit-entry {
	position:absolute;
	top:10px;
	left:10px;
}
a.post-edit-link { color: #ff0000; }

/* twitter on sidebar-home.php */

#twitter_update_list li {
	line-height:1.7;
	margin-bottom:15px;
}