body {
	text-align: center;
	font-size: 9pt;
	margin: 10px;
	font-family: Verdana, sans-serif;
	background: #fff url("images/layout/background.gif");
}

p {
	margin: 10px 0 10px 0;
}

h1, h2, h3, h4, h5 {
	font-family: Georgia, Times, serif;
	font-size: 1.3em;
	margin: 0 0 10px 0;
	font-weight: normal;
}

h1 {
	font-size: 3.5em;
	color: #fff;
	margin: 175px 0 0 50px;
	width: 800px;
}
	h1 a {
		color: #fff;
		text-decoration: none;
	}
	h1 em, h1 em a {
		color: #feac00;
	}


h2 {
	font-size: 2em;
	letter-spacing: 0.1em;
	position: relative;
	left: 50px;
	width: 800px;
}

#frame {
	width: 940px;
	border: 1px solid #ccc;
	margin: auto;
	background: #fff;
}

#container {
	margin: 10px;
	text-align: left;
}

#header {
	height: 376px;
	background: url("images/layout/header.jpg") no-repeat;
	margin-bottom: -100px;
}

#navigation {
	position: relative;
	top: 15px;
	left: 45px;
	font-size: 1.5em;
	font-family: Georgia, Times, serif;
/*	text-transform: uppercase; */
	list-style-type: none;
	width: 800px;
	margin: 0;
	padding: 0;
}
	#navigation li {
		display: inline;
		margin: 0px 20px 0 0;
	}
	#navigation a {
		text-decoration: none;
		padding: 5px;
		position: relative; /* IE layering fix */
	}
		#navigation a.blog {
			color: #fff1cd;
		}
		#navigation a.photography {
			color: #ffd994;
		}
		#navigation a.motion{
			color: #e5a51e;
		}
		#navigation a.design {
			color: #fff1cd;
		}
		#navigation a:hover {
			border-top: 10px solid #fff;
			color: #fff;
		}

.sidebar {
	width: 300px;
	float: right;
	margin: -25px 0 40px 0;
	color: #6e572a;
}

	.sidebar h4 {
		margin: 40px 40px 0 0;
		color: #c57b2b;
		border-bottom: 1px solid #ffd88c;
	}

	.sidebar p {
		font-size: 0.9em;
		line-height: 1.2em;
		margin: 1em 40px 1em 0;
	}

	.sidebar a {
		color: #ca8700;
		text-decoration: none;
	}
		.sidebar a:hover {
			color: #6c4900;
			text-decoration: underline;
		}

#content h2 {
	color: #6c4900;
}

.post {
	width: 600px;
	margin-bottom: 40px;
}
	.post a {
		color: #ca8700;
		text-decoration: none;
	}
		.post a:hover {
			color: #ca8700;
			text-decoration: underline;
		}
	.post h3 {
		font-size: 1.7em;
		width: 400px;
	}
		.post h3 a {
			color: #000;
		}
			.post h3 a:hover {
				text-decoration: none;
			}
		.post h3 .sub {
			font-size: 0.55em;
			display: block;
		}
			.post h3 .sub em {
				font-weight: normal;
				color: #888;
			}
	.post .date {
		font-family: Georgia, Times, serif;
		float: left;
		position: relative;
		left: 5px;
		width: 100px;
		text-align: center;
		padding-bottom: 10px;
		margin-top: -10px;
		font-size: 1.3em;
	}
		.post .date strong {
			font-size: 2.5em;
			font-weight: normal;
			display: block;
			margin: 10px 10px -2px 10px;
		}
	.post .entry {
		float: left;
		margin: 10px;
	}
		.post .entry .copy {
			font-size: 0.9em;
			line-height: 1.75em;
			width: 400px;
		}
			.post .entry .copy img {
				margin: 10px;
			}
	.post .foot {
		clear: left;
		font-size: 0.9em;
		padding: 0px 10px 10px 110px;
	}

.video {
	clear: both;
	margin: 50px 0 50px 0;
}
	.video strong {
		font-family: Georgia, Times, serif;
		font-size: 1.3em;
		font-weight: normal;
	}
	.video p {
		margin: 1em 40px 1em 280px;
	}
	.video a {
		color: #ca8700;
		text-decoration: none;
	}
		.video a:hover {
			color: #ca8700;
			text-decoration: underline;
		}
	.video .thickbox {
		float: left;
	}

#largethumbs {
	margin-left: 50px;
	margin-bottom: 30px;
}
	#largethumbs img {
		border: 1px solid #aaa;
		width: 250px;
		height: 130px;
		padding: 5px;
		margin-right: 18px;
		margin-bottom: 20px;
	}
	#largethumbs a:hover img {
		border: 1px solid #7f6734;
	}
	
#smallthumbs {
	margin-left: 50px;
	padding-bottom: 30px;
}
	#smallthumbs img {
		border: 1px solid #364458;
		width: 70px;
		height: 70px;
		padding: 5px;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	#smallthumbs a:hover img {
		border: 1px solid #61738d;
	}

#lower_container {
	background: url("images/layout/lower_bkg.gif");
	margin-top: -50px;
	clear: both;
	height: 1%; /* Holly Hack */
}
#lower {
	background: url("images/layout/lower.jpg") no-repeat;
	padding-top: 120px;
	color: #fff;
}
	#lower a {
		color: #3a5b86;
		text-decoration: none;
	}
		#lower a:hover {
			color: #699ff8;
			text-decoration: underline;
		}
	#lower .post {
		width: 500px;
		position: relative;
		left: 100px;
		margin-bottom: 0;
		padding-bottom: 40px;
	}
		#lower .post h3 a {
			color: #fff;
		}
			#lower .post h3 a:hover {
				color: #699ff8;
				text-decoration: none;
			}
	#lower .sidebar {
		color: #fff;
	}
		#lower .sidebar em {
			color: #888;
		}
		#lower .sidebar h4 {
			color: #6a81a6;
			border-bottom: 1px solid #1b426d;
		}

.comment {
	width: 420px;
	padding-bottom: 20px;
	position: relative;
	left: 100px;
}
	.comment h3 {
		font-size: 1.3em;
		margin-left: -40px;
	}
		.comment h3 em {
			font-weight: normal;
			color: #888;
			font-size: 0.8em;
		}
	.comment .entry {
		margin: 10px 10px 10px 50px;
	}
		.comment .entry .copy {
			font-size: 0.9em;
			line-height: 1.75em;
		}
	.comment .entry a {
		color: #3a5b86;
		text-decoration: none;
	}
		.comment .entry a:hover {
			color: #3a5b86;
			text-decoration: underline;
		}

#txpCommentInputForm{
	margin-left: 110px;
}
	#txpCommentInputForm label {
		display: block;
		width: 400px;
	}
	#txpCommentInputForm .comment_input {
		background: #061224;
		border: 0;
		width: 400px;
		border-bottom: 1px solid #17262d;
		margin: 0 0 15px 0;
		color: #fff;
		display: block;
	}
	#txpCommentInputForm textarea {
		height: 150px;
		font-family: Verdana, sans-serif;
		font-size: 1em;
		line-height: 1.5em;
	}
	#txpCommentInputForm em {
		color: #555;
	}

#footer {
	background: url("images/layout/lower_bkg.gif");
	border-top: 1px solid #223;
	padding: 10px 30px 10px 30px;
	color: #556;
	clear: both;
	font-size: 0.8em;
}
	#footer a {
		color: #223;
	}