/*  
Theme Name: Number Eight Consulting
Theme URI: http://www.number-eight.ca/cms/
Description: Custom WordPress Theme for Number Eight Consulting
Version: 1
Author: Creative Compulsions
Author URI: http://www.creativecompulsions.com
*/

#addressTop {color:#0c6d9d; font-size: 10pt; text-align:right; width:300px; clear: all; float:right ;margin-top: 20px; margin-right:8px;}

body {
	margin: 0px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
background-color: #e7e8e8;
border-left: 30px solid #0c6d9d;
border-right: 30px solid #0c6d9d;

}

.post ul {margin-left:40px;}
p.date {font-weight: normal; font-size: 9pt;
	color: #CCCCCC;}

h1, h2, h3 {
	font-weight: bold;
	color: #0c6d9d;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

ul, ol {
	font-size: 10pt;
	line-height: 20px;
margin-bottom: 10px;
	}
p {
	font-size: 10pt;
	line-height: 20px;
margin-bottom: 20px;
	}

hr {
	width:95%;
	color: #CCCCCC;
}

a:link {
	color: #0c6d9d;
}

a:hover, a:active {
	color: #db0303;
}

a:visited {
	color: #0c6d9d;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

.alignleft {
	float: left;
	padding-left: 15px;
}

.alignright {
	float: right;
	padding-right: 15px;
}

/* Form Styles */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0c6d9d;

}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #dc832c;
border-color: #dc832c;
}

/* Header Styles */

#header {
	width: 860px;
	height: 123px;
	margin: 0 auto;
	background: url(images/header_logo.jpg) no-repeat left top;
	border-bottom: 3px solid #0c6d9d;
background-color: #FFFFFF;

}

/* Menu */

#menu {
	float: right;
	width: 710px;
	height: 30px;
	vertical-align: bottom;
	margin-top: 35px;

}

#menu ul {
	margin: 0;
	padding: 0px 0 0 20px;
	list-style: none;
	line-height: normal;
	float: right;
}

#menu li {
	display: block;
	float: right;

}

#menu a {
	display: block;
	float: left;
	margin-right: 5px;
	margin-left: 3px;
	padding: 3px 12px;
	border-left: 5px solid #0c6d9d;
	text-decoration: none;
	text-transform: lowercase;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #0c6d9d;
}

#menu a:hover { 
	text-decoration: none; 
	color: #db0303;
}

#menu .current_page_item a {
	color: #0c6d9d;
}

/** LOGO */

#logo-wrap {
	width: 860px;
	margin: 0 auto;
	padding: 5px 0 20px 0;
background-color: #FFFFFF;

}

#logo {
	width: 820px;
	height: 200px;
	margin: 0 auto;
		background: url(images/grindstone.jpg) no-repeat center top;
background-color: #FFFFFF;

}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0 0 0 50px;
	line-height: normal;
}

#logo h1 { 
	padding-top: 95px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	font-style: italic;
}

#logo h2 a {
	text-decoration: none;
	color: #FFFFFF; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2{
	padding: 115px 0 0 50px;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#logo p a {
	text-decoration: none;
	color: #FFFFFF;
}

#logo p a:hover { text-decoration: underline; }



/* Page */

#page {
	width: 860px;
	margin: 0 auto;
background-color: #FFFFFF;

}

/* Content */
#content {
	float: right;
	width: 620px;
background-color: #FFFFFF;
}

/* Post */

.post {	text-align: justify;
	padding: 15px 15px;
background-color: #FFFFFF;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
}

.post h1 {
	font-size: 18px;
}

.post h2 {
	height: 24px;
	padding: 8px 0 0 15px;
	font-size: 18px;
	color: #CCCCCC;

}

.post h1 a, .post h2 a{
	text-decoration: none;
}

.post h2 a {
	color: #0c6d9d;
}

.post .entry {
	padding: 0 15px;
}

.post .meta {
	padding: 15px 0 30px 0;
	border-top: 1px dotted #0c6d9d;
}

.post .meta p {
	/*margin: 0;*/
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
	background: url(images/read_more.gif) no-repeat left center;
}

.post .meta .comments {
	padding-left: 22px;
	background: url(images/comment_icon.gif) no-repeat left center;
}

.post .meta b {
	display: none;
}

/* Sidebar */
/* Define side panel gray page border here */
#sidebar {
	float: left;
	width: 215px;
	border-right: 1px solid #CCCCCC;
background-color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
	padding: 0 15px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 5px;

}

#sidebar h2 {
	height: 32px;
	padding: 8px 0 0 5px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #0c6d9d;
	border-bottom: 1px solid #CCCCCC;
}

/* Search */

#search {
}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 115px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #BED99C;
}

#x {
	padding: 3px;
	border: none;
	background: #467805;
	text-transform: lowercase;
	font-size: 11px;
	color: #0c6d9d;
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #0c6d9d;
}

/* Footer */
#footer-wrap {
	width: 860px;
	height: 64px;
	margin: 0 auto;
	border-top: 1px solid #CCCCCC;
background-color: #FFFFFF;
}

#footer {
	margin: 0 auto;
	height: 64px;
	min-height: 64px;
	padding: 0;
}

html>body #footer {
	height: auto;
}

#footer p {
	color: #0c6d9d;
}

#foot_menu {
	float: left;
	width: 580px;
	height: 30px;
	vertical-align: top;
	margin-top: 2px;

}

#foot_menu ul {
	margin: 0;
	padding: 0px 0 0 20px;
	list-style: none;
	line-height: normal;
	float: left;
}

#foot_menu li {
	display: block;
	float: left;

}

#foot_menu a {
	display: block;
	float: left;
	margin-right: 5px;
	margin-left: 3px;
	padding: 3px 12px;
	border-left: 2px solid #0c6d9d;
	text-decoration: none;
	text-transform: lowercase;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #0c6d9d;
}

#foot_menu a:hover { 
	text-decoration: none; 
	color: #db0303;
}

#foot_menu .current_page_item a {
	color: #0c6d9d;
}

#foot_menu_right {float:right; width: 220px; font-size:9px;}

#legal {
	clear: both;
	padding-top: 10px;
	text-align: center;
	color: #0c6d9d;
}

#legal a {
	color: #0c6d9d;
}

/*Extra fun styles for block quotes and pull quotes*/
.pullquote {
padding: 10px;
float: right;
width: 200px;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 20px;
border-top-width: 2px;
border-bottom-width: 2px;
border-top-style: solid;
border-bottom-style: solid;
border-top-color: #e1911a;
border-bottom-color: #e1911a;
font-size: 16px;
text-align: center;
line-height: 36px;
font-family: Arial, Helvetica, sans-serif;
font-style: italic;
font-weight: normal;
color: #dc832c;
}


textarea.cfm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0c6d9d;

}