/*  
Theme Name: A Custom Theme
Theme URI: ianharding.ca
Description: Ian's custom theme
Version: 1.0
Author: Ian Harding
Author URI: http://www.ianharding.ca
============

Colour Palette:
DRK grey: #666;
MED grey: #808080;
LHT grey: #E5E5E5;
white: #FFF;
black: #000;
red: #E10000;
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
}

/* ===== Global ===== */
.clearMe {
	clear: both;	
}
body {
	background: #FFF url('images/background-shadow.jpg') repeat-x;
	color: #666;
}
#siteContainer, #site-content, #comments, #footer {
	width: 800px;
	margin: 0 auto;
}
#mainHeader {
	height: 131px;
	padding-top: 40px;
}
.ianHarding-logo {
	width: 91px;
	height: 91px;
	float: left;
	margin-right: 40px;
}
.tag-line {
	overflow: hidden;
	margin-top: 34px;
}
#about-lt { float: left; width: 500px; }
#about-rt { float: right; width: 205px; }
#footer {
	border-top: 1px solid #E5E5E5;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 40px;
}
.footer-who {
	float: left;
}
.footer-info {
	float: right;
}

/* ===== Architecture ===== */
.blog-post-container {
	margin-bottom: 40px;
}
.blog-post-header {
	background-color: #E5E5E5;
	border-radius: 8px;
	-o-border-radius: 8px;
	-icab-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.blog-post-date {
	float: left;
	padding: 10px;
	width: 71px;
	margin-right: 40px;
	text-align: center;
	
	border-radius-topleft: 8px;
	-o-border-radius-topleft: 8px;
	-icab-border-radius-topleft: 8px;
	-khtml-border-radius-topleft: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-radius-topleft: 8px;
	border-radius-bottomleft: 8px;
	-o-border-radius-bottomleft: 8px;
	-icab-border-radius-bottomleft: 8px;
	-khtml-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-radius-bottomleft: 8px;
	
	border-top-left-radius: 8px;
	-o-border-top-left-radius: 8px;
	-icab-border-top-left-radius: 8px;
	-khtml-border-top-left-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	-o-border-bottom-left-radius: 8px;
	-icab-border-bottom-left-radius: 8px;
	-khtml-border-bottom-left-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
}
.blog-post-title {
	padding: 5px;
	
}
.blog-post-content {
	margin: 20px 10px 20px 10px;
}
.blog-post-content img.left {
	position: relative;
	float: left;
	margin: 0 20px 0 0;
	padding: 3px;
	border: 1px solid #E5E5E5;
}
.blog-post-content img.right {
	float: right;
	margin: 0 0 0 20px;
	padding: 3px;
	border: 1px solid #E5E5E5;
}
.blog-post-content .center {
	padding: 3px;
	border: 1px solid #E5E5E5;
}
.blog-post-content ul {
	margin: 1em 0 1em 2em;
	list-style: square;
}
.blog-post-content blockquote {
	margin: 0 6em 0 3em;
	font-style: italic;
}
.blog-post-metadata {
	margin: 20px 0 0 0;
	border-top: 1px solid #E5E5E5;
	padding-top: 2px;
}
.blog-post-metadata .metadata1 { float: left; }
.blog-post-metadata .metadata2 { float: right; }
.metadata1 td {
	padding: 0 5px 0 0;
}


#comments h3 { margin-top: 20px; }
#comments { padding-top: 40px; }
#comments textarea, #comments input, #contact-form textarea, #contact-form input, input.pwbox-100 {
	border: 1px solid #E5E5E5;
	color: #666;
	padding: 3px;
}
#comments textarea {
	width: 770px;
}
#contact-form textarea {
	width: 500px;
}
.comment-moderation {
	border: 1px solid #E5E5E5;
	padding: 5px;
	width: 770px;
	margin: 5px 0 5px 0;
	text-align: center;
}
input#submit, #contact-form p.contact-form-submit input, input.passSubmit {
	background-color: #E5E5E5;
	padding: 8px;
	border: 1px solid #E5E5E5;
	cursor: pointer;
}
#contact-form {
	margin: 20px 0 20px 0;
}
.page .entry {
	padding: 10px 10px 0 10px;
}
#categoryList ul {
	list-style: none;
	margin-top: 20px;
	width: 100%;
}
#categoryList ul li {
	float: left;
	margin-bottom: 24px;
	width: 50%;
	font-size: 1.8em;
}
#categoryList ul img {
	border: 1px solid #E5E5E5;
}
#categoryList ul h1, #categoryList ul h2, #categoryList ul h3, #categoryList ul h4 {
	margin-top: -8px;
}
#project-imagery-container {
	float: left;
	width: 390px;
	margin-top: 20px;
}
.project-mainImage {
	border: 1px solid #E5E5E5;
}
#thumbList ul, #thumbList-photo ul {
	list-style: none;
}
#thumbList ul li {
	float: left;
	margin-top: 12px;
	margin-right: 12px;
}
#thumbList-photo ul li {
	float: left;
	margin-top: 10px;
	margin-right: 6px;
}
#thumbList ul li img, #thumbList-photo ul li img {
	padding: 3px;
	border: 1px solid #E5E5E5;
}
.client-thumbs { margin-top: 15px; }
.client-thumbs td {
	text-align: center;
	width: 19%;
}
.client-navigation {
	padding-top: 20px;
}
.client-navigation .nav-next { float: right; }
.client-navigation .nav-prev { float: left; }

/* ===== Typography ===== */
body {
	font-family: Tahoma;
}
a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: none;
}
h1, h2, h3, h4 {
	font-family: "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
}
h1 { font-size: 24px; margin-bottom: 16px; }
h2 { font-size: 20px; margin-bottom: 14px; }
h3 { font-size: 16px; margin-bottom: 12px; }
h4 { font-size: 14px; margin-bottom: 10px; font-weight: bold;}
.small {
	font-size: 10px;
}
.tag-line {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.blog-post-date {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #CECECE;
}
.blog-post-date a:link, .blog-post-date a:visited, .blog-post-date a:active {
	color: #FFF;
	text-decoration: none;
}
.blog-post-date a:hover {}
.newest { /* Style the first/newest post of the blog a different colour */
	background-color: #E10000;
}
.blog-post-title {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.blog-post-content, #comments {
	font-family: "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	font-size: 12px;
	color: #808080;
	line-height: 1.5em;
}
.blog-post-metadata {
	font-family: "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	font-size: 10px;
	color: #808080;
}
.entry p, .entry .pages p, .blog-post-content p, #comments p {
	font-family: "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	font-size: 12px;
	color: #808080;
	line-height: 1.5em;
	margin: 10px 0 0 0;
}
.navigation, .client-navigation {
	font-family: "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}
.client-navigation .nav-next, .client-navigation .nav-prev {
	font-size: 10px;
}
#footer {
	font-family: "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
	color: #808080;
}

.wpcf7-response-output wpcf7-display-none wpcf7-mail-sent-ok { color: green; }
.wpcf7-validation-errors { border: 2px solid red; color: red; display: none;}
.wpcf7-response-output { margin: 2em 0.5em 1em; padding: 0.2em 1em; display: none; }
.wpcf7-not-valid-tip { border: 2px solid red; color: red; }
.wpcf7-not-valid-tip { border: 2px solid red; color: red; }