html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: #d3d0c3;
	height: 100%;
	min-width: 874px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
img {
	border: none;
}
a {
	text-decoration: none;
	color: #312e2e;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

a:focus {
	outline:none;
}
form {
	margin: 0;
	padding: 0;
}
.page {
	float: left;
	width: 100%;
	min-height: 100%;
}
* html .page {
	height: 100%;
}
#main {
	margin: 68px auto 0;
	width: 874px;
}
#header {
	width: 874px;
	height: 22px;
	float: left;
	position: relative;
	overflow: hidden;
}
.page-blog #header {
	height: 241px;
}
#header ul {
	margin: 0;
	padding: 0;
}
#header li {
	float: left;
	display: inline;
	margin: 0 0 0 -48px;
	position: relative;
}
#header li.item-home {
	z-index: 10;
	margin: 0 0 0 -19px;
}
#header li.item-about {
	z-index: 9;
}
#header li.item-photos {
	z-index: 8;
}
#header li.item-projects {
	z-index: 7;
}
#header li.item-resume {
	z-index: 6;
}
#header li.item-blog {
	z-index: 5;
}
#header li a {
	height: 22px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	cursor: pointer;
}
#header li.item-home a {
	background: url(/images/item-home.png) no-repeat;
	width: 151px;
}
#header li.item-about a {
	background: url(/images/item-about.png) no-repeat;
	width: 151px;
}
#header li.item-photos a {
	background: url(/images/item-photos.png) no-repeat;
	width: 152px;
}
#header li.item-projects a {
	background: url(/images/item-projects.png) no-repeat;
	width: 151px;
}
#header li.item-resume a {
	background: url(/images/item-resume.png) no-repeat;
	width: 151px;
}
#header li.item-blog a {
	background: url(/images/item-blog.png) no-repeat;
	width: 151px;
}
#header li a.active {
	background: url(/images/item-active.png) no-repeat;
}
#header li a:hover {
	background: url(/images/item-hover.png) no-repeat;
}
.preload-image {
	display: none;
	background: url(/images/item-hover.png) no-repeat;
}
#header li a span {
	float: right;
	position: relative;
	cursor: pointer;
	height: 13px;
	overflow: hidden;
	margin: 7px 10px 0 0;
}
#header li.item-home a span {
	background: url(/images/item-home-text.gif) no-repeat;
	width: 124px;
}
#header li.item-about a span {
	background: url(/images/item-about-text.gif) no-repeat;
	width: 140px;
}
#header li.item-photos a span {
	background: url(/images/item-photos-text.gif) no-repeat;
	width: 140px;
}
#header li.item-projects a span {
	background: url(/images/item-projects-text.gif) no-repeat;
	width: 140px;
}
#header li.item-resume a span {
	background: url(/images/item-resume-text.gif) no-repeat;
	width: 140px;
}
#header li.item-blog a span {
	background: url(/images/item-blog-text.gif) no-repeat;
	width: 140px;
}
#header li a.active span {
	background-position: 0 -26px;
}
#header li a:hover span {
	background-position: 0 -13px;
}
.preload-image {
	display: none;
	background: url(/images/item-hover.png) no-repeat;
}
.container,
.container-1col,
.container-2col {
	float: left;
	padding: 0;
	width: 874px;
	margin: 1px 0 0;
	background: #fff url(/images/left-col-bg.gif) repeat-y;
}
.container-1col {
	background: #fff url(/images/left-col-bg-2.gif) repeat-y;
}
.container-2col {
	background: #fff url(/images/left-col-bg-3.gif) repeat-y;
}
.bottom-image{
	float: left;
	height: 113px;
	position: relative;
	margin: -113px 0 0;
	background: url(/images/bg.gif) no-repeat 50% 100%;
	width: 100%;
}

/*.container-2col {
	height: 603px;
	overflow: auto;
}
*/
.col-1 {
	float: left;
	width: 332px;
	padding: 0 0 20px;
}
.container-1col .col-1 {
	width: 166px;
}
.container-2col .col-1 {
	width: 167px;
	padding: 0 0 2px;
}
.greetings-box {
	float: left;
	width: 287px;
	background-color: #fff;
	padding: 0 20px 89px 25px;
}
.greetings-box h1 {
	margin: 0;
	padding: 50px 0 6px;
	color: #cac6b7;
	font: italic 44px Georgia, "Times New Roman", Times, serif;
}
.greetings-box p {
	margin: 0;
	padding: 0 0 18px 4px;
	color: #231f20;
	font: 11px/18px Georgia, "Times New Roman", Times, serif;
}
.recently-box {
	float: left;
	margin: 12px 0 0;
	width: 200px;
	padding: 0 20px 0 112px;
}
.recently-box h2 {
	margin: 0;
	padding: 0 0 9px;
	color: #231f20;
	font: 24px Georgia, "Times New Roman", Times, serif;
}
.recently-box p {
	margin: 0;
	padding: 0 0 14px;
	color: #737379;
	font: 10px/14px Arial, sans-serif;
}
.admin-col {
	min-height: 450px;
	width: 668px;
	padding: 0 20px 20px 20px;
	overflow: auto;
}
.admin-col table td {
	padding-right: 15px;
}

.home-flash,
.about-flash {
	float: left;
	width: 542px;
}
.about-flash {
	width: 708px;
}
.home-flash img,
.home-flash object,
.about-flash img,
.about-flash object {
	display: block;
}
.footer {
	float: left;
	background: url(/images/footer-bg.gif) repeat-x;
	height: 43px;
	width: 874px;
	padding: 0 0 113px;
}
.bar-image {
	float: left;
	background: url(/images/footer-text.gif) no-repeat;
	width: 331px;
	height:43px;
	text-indent: -9999px;
	overflow: hidden;
}
.footer ul {
	float: right;
	margin: 0;
	padding: 15px 12px 0 0;
}
.footer ul li {
	float: left;
	display: inline;
	background: url(/images/sep.gif) no-repeat 100% 3px;
	padding: 0 6px 0 6px;
	color: #c9c9c9;
	font: 10px/13px Arial, sans-serif;
}
.footer ul li.last {
	background: none;
}
.footer ul li a {
	color: #c9c9c9;
	text-decoration: none;
}
.footer ul li a:hover {
	text-decoration: underline;
}
.heading {
	float: left;
	width: 166px;
	border-bottom: 2px solid #fefefe;
}
.container-2col .heading {
	width: 167px;
}
.heading h1 {
	margin: 0;
	padding: 11px 0 9px 18px;
	color: #cbcbcb;
	font: 40px Georgia, "Times New Roman", Times, serif;
}
.subnav {
	margin: 18px 0 0;
	padding: 0 0 0 18px;
	float: left;
	font: 10px/13px Arial, sans-serif;
}
.subnav li {
	list-style: none;
	padding: 0 0 6px;
}
.subnav li a {
	color: #6f6b5c;
	text-decoration: none;
	text-transform: uppercase;
}
.subnav li a:hover,
.subnav li a.active {
	color: #231f20;
}
.main-image {
	float: left;
}
.main-image img {
	display: block;
}

.right-container {
	left: 50px;
	float: left;
	height: 600px;
	width: 707px;
	overflow: auto;
}

.content {
	float: left;
	width: 405px;
	margin: 48px 0 0;
	padding: 0 0 0 28px;
}
.content h2 {
	margin: 0;
	padding: 0 0 15px;
	color: #ff4e00;
	font: 20px Georgia, "Times New Roman", Times, serif;
}
.content p {
	margin: 0;
	padding: 0 0 16px 1px;
	color: #231f20;
	font: 11px/16px Arial, sans-serif;
}
.col-2 {
	float: left;
	width: 170px;
	margin: 48px 0 0 37px;
	display: inline;
}
.col-2 h2 {
	margin: 0;
	padding: 0 0 15px;
	color: #a8a40a;
	font: 20px Georgia, "Times New Roman", Times, serif;
}
.col-2 p {
	margin: 0;
	padding: 0 0 20px 1px;
	color: #231f20;
	font: 11px/16px Arial, sans-serif;
}
.col-2 .dream-list {
	margin: 0;
	padding: 0;
	font: 11px/14px Arial, sans-serif;
}
.col-2 .dream-list li {
	list-style: none;
	padding: 0 10px 14px 0;
}
.col-2 .dream-list li p {
	background: url(/images/bullet.gif) no-repeat 0 5px;
	padding: 0 0 0 8px;
	display: inline;
	font: 11px/14px Arial, sans-serif;
}
.header-bg-holder {
	width: 874px;
	background-color: #fff;
	float: left;
	padding: 0 0 3px;
	margin: 1px 0 0;
}
.border-holder {
	float: left;
	height: 215px;
	border-bottom: 1px solid #d3d0c3;
	margin: 0 0 0 29px;
	display: inline;
	width: 816px;
}
.header-image {
	float: left;
	margin: 25px 0 0;
}
.header-image img {
	display: block;
}
.rss {
	float: right;
	background: url(/images/ico-rss.gif) no-repeat;
	padding: 3px 0 5px 25px;
	color: #847e6a;
	font: 12px Arial, sans-serif;
	text-decoration: none;
	margin: 6px 0 0;
}
.rss:hover {
	text-decoration: underline;
}
.container-blog {
	float: left;
	width: 874px;
	background: url(/images/blog-bg.gif) repeat-y;
}
.main-column {
	float: left;
	width: 478px;
	border-top: 1px solid #d3d0c3;
	margin: 0 0 0 29px;
	padding: 0 0 0 10px;
	display: inline;
}
.blog {
	float: left;
	width: 477px;
	margin: 16px 0 0;
	padding: 0 0 26px;
}
.blog h2 {
	margin: 0;
	padding: 0;
	color: #a8a40a;
	font: bold 30px Georgia, "Times New Roman", Times, serif;
}
.blog h2 a {
	margin: 0;
	padding: 0;
	color: #a8a40a;
	font: bold 30px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
.blog h3 {
	margin: 1px 0 0 0;
	padding: 0;
	color: #817f75;
	font: 11px Arial, sans-serif;
}
.blog p {
	margin: 0;
	padding: 0 10px 0 0;
	color: #231f20;
	font: 12px/16px Arial, sans-serif;
}
.blog .image {
	margin: 19px 0 0;
	padding: 0 0 22px;
	width: 477px;
	overflow-x: hidden;
}
.blog .image img {
	display: block;
}
.blog p.body {
	margin-top: 10px;
}
.comments-box {
	float: left;
	width: 477px;
	background: url(/images/comments-bottom-bg.gif) repeat-x 0 100%;
	padding: 0 0 28px;
}
.comments-total {
	float: left;
	background: url(/images/comments-total-bg.gif) repeat-x;
	width: 457px;
	color: #333;
	font: 11px Arial, sans-serif;
	height: 18px;
	padding: 4px 0 0 19px;
	margin: 0 0 0 1px;
	display: inline;
}
.comments {
	margin: 2px 0 0 1px;
	padding: 0 0 40px;
	display: inline;
	width: 476px;
	float: left;
	border-bottom: 3px solid #a7c9d0;
	background-color: #e2edf0;
}
.comments h3 {
	margin: 0;
	padding: 5px 0 5px 18px;
	text-transform: uppercase;
	color: #fff;
	font: bold 15px/18px Arial, sans-serif;
	background: url(/images/comments-heading.gif) repeat-x;
	height: 21px;
}
.comments .post {
	color: #333;
	font: 12px/15px Arial, sans-serif;
	padding: 12px 0 0 18px;
}
.comments .post strong {
	font-size: 11px;
}
.comments .post span {
	color: #9e9b8b;
	font-size: 11px;
}
.add-comments-box {
	float: left;
	width: 458px;
	background: url(/images/grad.gif) repeat-x;
	padding: 0 0 0 18px;
	margin: 0 0 0 1px;
	display: inline;
}
.add-comments-box h3 {
	margin: 0;
	padding: 8px 0 0;
	color: #373737;
	font: bold 15px Arial, sans-serif;
}
.form {
	float: left;
	margin: 10px 0 0;
	display: inline;
	width: 389px;
}
.form label {
	float: left;
	width: 159px;
	color: #373737;
	font: 10px Helvetica, Arial, sans-serif;
	padding: 0 0 6px;
}
.form label#lb-email {
	width: 170px;
}
.form #lb-notify {
	margin: 0;
	padding: 0;
	margin: 9px 0 0 3px;
	width: auto;
}
.form #lb-code {
	clear: both;
	width: auto;
	white-space: nowrap;
	margin: 6px 0 0;
}
.form #lb-comments {
	clear: both;
}
.form #comment_name,
.form #comment_email,
.form #comment_code {
	float: left;
	width: 136px;
	height: 17px;
	padding: 3px 0 0;
	border: 1px solid #cecece;
	background-color: #fdffc1;
	margin: 0 22px 5px 0;
	font: 11px Tahoma, Arial, sans-serif;
}
.form #email {
	width: 156px;
}
.form .formError {
	float: left;
	clear: both;
	color: red;
	margin: 5px 0 5px 0;
}
.form #code {
	float: left;
	background-color: #fdffc1;
	clear: both;
}
.form #comment_body {
	float: left;
	background-color: #fdffc1;
	width: 387px;
	height: 86px;
	font: 11px Tahoma, Arial, sans-serif;
	border: 1px solid #cecece;
	margin: -2px 0 0;
}
.form #notify {
	float: left;
	margin: 0;
	width: 15px;
	margin: 9px 0 0 4px;
	padding: 0;
	height: 14px;
}
.form .image-code {
	float: left;
	clear: both;
	border: 1px solid #c8c8c8;
	margin: 10px 0 0;
	display: inline;
}
.form .image-code img {
	display: block;
}
.form #btn-add-comment {
	float: left;
	clear: both;
	margin: 15px 0 0;
}
.interesting-box {
	float: left;
	width: 467px;
	margin: 24px 0 0;
	padding: 0 10px 22px 0;
}
.interesting-box h2 {
	margin: 0;
	padding: 0 0 2px 1px;
	color: #a8a40a;
	font: bold 30px Georgia, "Times New Roman", Times, serif;
}
.interesting-box h3 {
	margin: 0;
	padding: 0 0 17px 1px;
	color: #817f75;
	font: 11px Arial, sans-serif;
}
.interesting-box p {
	margin: 0;
	padding: 0 0 15px 1px;
	color: #231f20;
	font: 12px/16px Arial, sans-serif;
}
.page-nav {
	float: left;
	margin: 35px 0 0 -10px;
	padding: 5px 0 20px 12px;
	border-top: 1px solid #d3d0c3;
	width: 475px;
	position: relative;
	display: inline;
	font: bold 18px Arial, sans-serif;
	color: #56b7b0;
}
.page-nav a {
	display: inline;
	margin: 0 -1px 0 -1px;
	text-decoration: none;
	color: #979797;
}
.page-nav a:hover,
.page-nav a.active {
	color: #56b7b0;
	text-decoration: underline;
}
.columns-holder {
	float: left;
	border-top: 1px solid #d3d0c3;
	width: 323px;
	margin: 0 0 0 5px;
	display: inline;
}
.quote-box {
	float: left;
	border-bottom: 1px solid #d3d0c3;
}
.quote-box img {
	display: block;
}
.col-3,
.col-4 {
	float: left;
	width: 161px;
}
.col-3 .image-placeholder,
.col-4 .image-placeholder {
	display: block;
}
.col-3 .text,
.col-4 .text {
	padding: 0 5px 0 13px;
}
.col-3 h3,
.col-4 h3 {
	margin: 0;
	padding: 20px 0 14px;
	color: #8cb8c2;
	font: bold 20px Arial, sans-serif;
	text-transform: uppercase;
}
.col-3 p,
.col-4 p {
	margin: 0;
	padding: 0;
	color: #676363;
	font: 11px/16px Arial, sans-serif;
}
.col-3 ul,
.col-4 ul {
	margin: 0;
	padding: 16px 0 0;
	font: 11px/15px Arial, sans-serif;
}
.col-4 ul {
	padding-top: 20px;
}
.col-3 ul li,
.col-4 ul li {
	list-style: none;
	padding: 0 0 16px;
}
.col-4 ul li {
	padding-bottom: 4px;
}
.col-3 ul li a,
.col-4 ul li a {
	text-decoration: none;
	color: #312e2e;
	font-weight: bold;
	font-size: 12px;
}
.col-3 ul li a:hover,
.col-4 ul li a:hover {
	text-decoration: underline;
}
