body {
	background: #efefef url(images/styleSprite.gif) left -78px repeat-x;
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 {
	color: #1c49a1;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 18px;
	margin-bottom: 10px;
	text-shadow: 1px 1px 1px #ccc;
	clear: both;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 13px;
	line-height: 22px;
}

a {color: #1c49a1;}
a:hover, a:focus {color: #376cd2;}
:focus {outline: none;}

a.external {
	background: url(images/externalLink.gif) top right no-repeat;
	padding-right: 10px;
}

.left {float: left;}
.right {float: right;}

#header {
	width: 600px;
	height: 79px;
	margin: 0 auto;
	padding: 0;
}
	#header h1 a{
		background: #f6f6f6 url(images/styleSprite.gif) top left no-repeat;
		width: 190px;
		height: 78px;
		text-indent: -99999px;
		float: left;
		margin-right: 8px;
	}
	#header h2 {
		font-size: 14px;
		font-weight: normal;
		color: #eee;
		padding: 20px 0 0 0;
	}
#bodyWrap {
	background: #fff;	
	padding: 10px 0 0 0;
}
#bodyWrap h1, #bodyWrap h2 {
	font-size: 20px;
	margin: 5px 0 10px;
	text-shadow: 1px 1px 1px #ccc;
	clear: both;
}
	#bodyWrap h1 span {
		color: #555;
		font-size: 11px;
		font-weight: normal;
		text-shadow: none;
	}
#bodyWrap h2 {
	font-size: 15px;
	font-weight: bold;
}
#description {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 15px;
	line-height: 24px;
}
	.wrap {
		width: 600px;
		margin: 0 auto;
		overflow: hidden;
	}
		.wrap img {
			border: 7px solid #d3d3d3;
			float: right;
			margin: 0 0 20px 20px;
		}
		#showcase {
			width: 586px;
			height: 186px;
			border: 7px solid #d3d3d3;
			margin-bottom: 10px;
			position: relative;
			overflow: hidden;
		}
			#showcase ul {
				margin: 0;
				padding: 0;
				list-style: none;
				width: 2500px;
			}
				#showcase ul li {
					height: 186px;
					width: 586px;
					float: left;
					position: relative;
				}
				#showcase ul li img {
					border: none;
					position: absolute;
					top: 0;
					left: 0;
					margin: 0;
				}
				#showcase ul li .workDetails {
					position: absolute;
					font-size: 12px;
					width: 570px;
					bottom: 0;
					z-index: 1;
					padding: 6px 8px;
					background: #fff;
					opacity: .95;
					filter: alpha(opacity='95');
				}
					.workDetails h4 {
						font-size: 14px;
						float: left;
					}
					.workDetails .date {float: right;
					}
					.workDetails p {
						clear: both;
						font-size: 12px;
						line-height: 17px;
						margin: 0;
					}
					.role {float: left;}
					.workDetails a {
						float: right;
						clear: right;
						text-decoration: underline;
					} 
					.workDetails p a {float: none;}
					.workDetails a:hover {text-decoration: none;}
		#thumbs {
			clear: both;
			overflow: hidden;
			width: 600px;
			list-style: none;
			margin: 0;
			padding: 0 0 20px 0;
		}
			#thumbs li {
				margin: 0;
				padding: 0;
				float: left;
			}	
			#thumbs a {
				display: block;
				width: 90px;
				height: 90px;
				margin: 0 10px 0 0;
			}
				#thumbs a img {margin: 0;}
 				#thumbs a.selected img {
					border: 7px solid #aaa;
					margin: 0;
					padding: 0;
				}
				#thumbs a:hover img {
					border: 7px solid #aaa;
				}
#footerWrap {
	background: #efefef url(images/styleSprite.gif) 0 -236px repeat-x;
	padding-top: 20px;
	overflow: hidden;
}
	#twitter {
		border-right: 1px solid #bbb;
		width: 199px;
		float: left;
		padding-right: 20px;
		margin-bottom: 20px;
		overflow: hidden;
	}
		#twitter p {
			line-height: 16px;
			font-size: 12px;
		}
		#twitter p a {
			font-size: 12px;
			text-decoration: none;
		}
		#twitter p a {border-bottom: 1px dotted #1c49a1;}
		#twitter p a:hover {border: none;}
			#twitter p span {
				font-size: 10px;
				color: #777;
				display: block;
			}
			#follow {
				background: url(images/styleSprite.gif) 0 -157px repeat-x;
				height: 26px;
				width: 150px;
				padding-left: 10px;
				display: block;
				border: 1px solid #b5b5b5;
				font-size: 12px;
				color: #1c49a1;
				text-decoration: none;
				line-height: 26px;
			}
			#follow:hover {background-position: 0 -183px;}
			#follow span {
				background: url(images/styleSprite.gif) 0 -213px repeat-x;
				padding: 3px 0 0 18px;
			}
		#twitter ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}
			#twitter ul li {
				margin-bottom: 10px;
			}
				#twitter ul li a {
					font-size: 12px;
				}
	#contact {
		float: left;
		width: 339px;
		padding-left: 20px;
		margin: 0 0 20px -1px;
		border-left: 1px solid #bbb;
		overflow: hidden;
	}
		#contact.info p {
			line-height: 18px;
			margin-bottom: 0;
		}
		#contact p {
			font-size: 13px;
			line-height: 16px;
		}
		#contact label {
			width: 60px;
			display: block;
			float: left;
			vertical-align: top;
		}
		#contact input,
		#contact textarea {
			color: #444;
			font-size: 13px;
			font-family: tahoma, verdana, helvetica, arial, sans-serif;
			border: 1px solid #666;
		}
		#contact textarea {
			width: 210px;
			height: 80px;
		}
		#contact input:focus,
		#contact textarea:focus	{
			color: #333;
			border: 1px solid #333;
		}
		#contact .highlight input,
		#contact .highlight textarea {
			border: 1px solid #b00;
		}
		#contact .message {vertical-align: top;}
		#contact .reqTag {
			color: #b00;
			vertical-align: top;
			display: none;
			font-size: 12px;
		}
		#contact .highlight .reqTag {display: inline;}
		.error {color: #b00;}
			#sending {
				background: url(images/loading.gif) left 7px no-repeat;
				padding: 7px 0 0 25px;
				display: inline-block;
				float: left;
				width: 190px;
			}
			#contact #send {
				background: url(images/styleSprite.gif) 0 -157px repeat-x;
				border: 1px solid #b5b5b5;
				color: #1c49a1;
				margin-left: 62px;
				line-height: 26px;
				width: 50px;
				height: 26px;
				cursor: pointer;
				margin-right: 10px;
				float: left;
			}
			#contact #send:hover {background-position: 0 -183px;}
			#contact img {
				border: 5px solid #aaa;
				margin-bottom: 0;
			}
		#copy {
			clear: left;
			border-top: 1px solid #bbb;
			overflow: hidden;
		}
			#copy p {
				font-size: 12px;
				color: #888;
			}
			#copy a {
				color: #888;
			}

/* Blog-Tumblr Styling */

.blogHeader {
	background: #eee;
	padding: 5px 10px;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	overflow: hidden;
	margin-bottom: 10px;
}
	.blogHeader p {
		margin: 0;
		padding: 0;
	}
	.blogHeader ul {
		margin: 0;
		padding: 0;
		list-style: none;
		float: right;
	}
		.blogHeader ul li {
			float: left;
			margin-left: 10px;
			font-size: 12px;
			line-height: 22px;
		}
	
.post {
	margin-bottom: 15px;
	border-bottom: 1px solid #EEEEEE;
}
.postHeader  {
	margin-bottom: 10px;
	overflow: hidden;
}
	#bodyWrap .postHeader h1 {
		margin-bottom: 3px; 
		padding-bottom: 0;
		width: 480px;
		float: left;
	}
		.postHeader span {
			margin-left: 5px;
		}
		.comments {
			margin-top: 8px;
			font-size: 12px;
			padding: 3px 0 6px 28px;
			line-height: 12px;
			background: url(images/commentIcon.gif) left 0px no-repeat;
		}
	.tags {
		font-size: 11px;
		clear: both;
	}
	.paging {
		overflow: hidden;
		font-size: 12px;
		margin-bottom: 30px;
	}
	.copy {
		clear: both;
	}
		#bodyWrap .copy h2 {
			margin-bottom: 5px;
		}
	.dsq-dc-logo, #dsq-authenticate, .dsq-brlink {
		display: none !important;
	}	
	pre {
		padding: 10px;
		background: #eee;
		font-size: 12px;
		margin: 0 0 10px;
		border: 1px solid #aaa;
	}	
	#searchresults {
		font-size: 12px;
		padding: 10px 0;
	}
	