html {
	background: #eee8da url(/img/background.png) repeat-x 0 0;
}
body {
	color: #000;
	font: .8em Arial, Helvetica, sans-serif;
	left: auto;
	line-height: 140%;
	margin: auto;
	padding-top: 5px;
	width: 750px;
}
a, a:link,
a:visited {
	color: #854f4f;
}
a:hover,
a:active {
	color: #854f4f;
}

/* Wrapper */
#wrapper {
	background: transparent url(/img/body_background.png) no-repeat 3px 330px;
	display: block;
	margin: auto;
	width: 750px;
	left: 0;
	right: 0;
	top: 10px;
}

/* Header */
#header h1 {
}
#header a {
	background: transparent url(/img/body_background_header.png) no-repeat 0 0;
	display: block;
	margin: auto;
	height: 272px;
	width: 625px;
}
#header h1 span {
	display: none;
}
#header img {
	display: none;
}

/* Footer */
#footer {
	background: transparent url(/img/footer.png) no-repeat 0 0;
	color: #333;
	font-size: 95%;
	line-height: 120%;
	margin: auto;
	padding: 34px 0 20px;
	text-align: center;
	width: 625px;
}

/* Banner */
#banner {
	background: transparent url(/img/banner_background.png) no-repeat 100% 100%;
	height: 200px;
	margin: auto;
	overflow: hidden;
	position: absolute;
	text-align: center;
	top: 185px;
	width: 752px;
	z-index: 2;
}
#banner img {
	border: 6px solid #fff;
}

/* Navigation */
#topnav {
	height: 43px;
}
#topnav li {
	float: left;
	list-style: none;
}
#topnav li a {
	color: #fff;
	float: left;
	height: 44px;
	display: block;
	text-decoration: none;
}
#topnav .active {
	font-weight: bold;
}
#topnav li a span {
	display: none;
}
#topnav a.home {
	background: transparent url(/img/menu/home.png) no-repeat 0 0;
	margin-left: 65px;
	width: 88px;
}
#topnav a.portfolio {
	background: transparent url(/img/menu/portfolio.png) no-repeat 0 0;
	width: 140px;
}
#topnav a.scrapbook {
	background: transparent url(/img/menu/scrapbook.png) no-repeat 0 0;
	width: 148px;
}
#topnav a.about {
	background: transparent url(/img/menu/about.png) no-repeat 0 0;
	width: 108px;
}
#topnav a.contact {
	background: transparent url(/img/menu/contact.png) no-repeat 0 0;
	width: 132px;
}
#topnav a.shop {
	background: transparent url(/img/menu/shop.png) no-repeat 0 0;
	width: 80px;
	display: none;
}
#topnav li.active a,
#topnav li a:hover {
	background-position: 0 -43px;
}

/* Content */
#content {
	background: transparent url(/img/container_background.png) repeat-y 0 0;
	color: #333;
	font: 1.2em Calibri, Arial, Helvetica, sans-serif;
	margin: auto;
	min-height: 350px;
	padding: 65px 30px 5px 30px;
	position: relative;
	width: 565px;
	z-index: 1;
}
#content ul {
	margin-left: 20px;
}
#content ul li,
#content ol li {
	margin: 3px 0 0;
}
#content h1, #content h2, #content h3,
#content h1 a, #content h2 a, #content h3 a {
	color: #491212;
	margin: 0 0 3px 0;
	text-decoration: none;
}
#content p {
	border-left: 3px solid #e6e4d7;
	padding: 2px 0 2px 13px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
}
#content .row1 {
	background-color: #f3f3f3;
}
#content .row1 th {
	background-color: #f3f3f3;
}
#content .row2 {
	background-color: #f4f0e6;
}
#content .row2 th {
	background-color: #f4f0e6;
}
#content .number_cell {
	text-align: right;
}
#latest {
	background-color: #e6e4d7;
	margin-top: 10px;
	text-align: center;
}
input.throbber {
	background-image: url(../media/img/throbber3.gif);
}
#content .tags {
	margin-bottom: 5px;
}
td, th {
	padding: 2px;
	vertical-align: top;
}
.success {
	color: #080;
	border: 1px solid #080;
	padding: 2px 4px;
	background-color: #f1f5f1;
}
.error {
	color: #800;
	border: 1px solid #800;
	padding: 2px 4px;
	background-color: #f5f1f1;
}
form .error {
	background-color: transparent;
	border: 0;
	padding: 0;
	text-align: left;
}
form .error input,
form .error select,
form .error textarea {
	border: 1px solid #c00;
}
.notice {
	color: #b67612;
	border: 1px solid #b67612;
	padding: 2px 4px;
	background-color: #f8f6f2;
}

/* Forms */
fieldset {
	border: 1px solid #ccc;
	margin-top: 10px;
}
input, select, textarea {
	border: 1px solid #ccc;
	padding: 2px;
}
input[type='text'],
input[type='password'] {
	width: 263px;
}
label {
	display: block;
	font-weight: bold;
	padding: 2px 0 2px 0;
	width: auto;
}
label.required span {
	color: #a00;
}
input:focus,
select:focus,
textarea:focus {
	border: 1px solid #888;
	background-color: #f9f9f9;
}
input.short {
	width: 56px;
}
input.tiny {
	width: 21px;
}

/* Pagination */
/*
#content .pager {
	color: #000;
	font-size: 125%;
}
#content .pager td {
	vertical-align: middle;
}
#content .current_page {
	font-weight: bold;
}
#content .pager img {
	border: none;
}
#content .pager a,
#content .pager a:link,
#content .pager a:visited {
	color: #854f4f;
}
#content .pager a:hover,
#content .pager a:active {
	color: #854f4f;
}
#content table.pager {
	margin: auto;
}
*/
#content div.paging {
	color: #777;
	margin: 10px 0;
	text-align: center;
}
#content div.paging div.disabled {
	color: #999;
	display: inline;
}
#content div.paging span {
}
#content div.paging span.current {
	color: #000;
}
#content div.paging span a {
}

/* Images */
#content #mainimg {
	border: 3px solid #e6e4d7;
	margin-top: 20px;
}
#content #thumbs {
	text-align: center;
}
#content #thumbs div {
	display: inline;
	margin: 0 5px;
	width: 20%;
}
#default_image {
	float: left;
}
#current_image {
	text-align: center;
}
#current_image img {
	border: 3px solid #e6e4d7;
}
h2 span.highlight {
	color: #aaa;
	margin: 0 3px;
}
h2 span.sub_text {
	color: #854f4f;
	font-style: italic;
}
.set a {
	margin-right: 20px;
}
#photo_bar {
	height: 100px;
}
#photo_bar div {
	float: left;
	width: 121px;
}
#photo_bar .active {
	background-color: transparent;
}
#photo_bar .active img {
	border: 2px solid #e6e4d7;
}
#photo_bar .last {
	margin-right: 2px;
	width: auto;
}

/* Tables */
#cakeControllerDump table {
	background: #fff;
	border: 1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
#cakeControllerDump th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
#cakeControllerDump th a {
	background: #f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
#cakeControllerDump th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
#cakeControllerDump table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
#cakeControllerDump table tr.altrow td {
	background: #f4f4f4;
}
#cakeControllerDump td.actions {
	text-align: center;
	white-space: nowrap;
}
#cakeControllerDump td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Blogs */
#content .blog_entry {
	border-bottom: 3px solid #e6e4d7;
	margin-top: 15px;
}
#content .date {
	float: left;
	text-align: center;
	width: 62px;
}
#content .date .day,
#content .date .month,
#content .date .year {
	background-color: #d7d4bd;
	font-size: 95%;
	margin-right: 5px;
	padding: 2px;
	width: 50px;
}
#content .date .day {
	background-color: #e6e4d7;
	line-height: 95%;
	font-size: 140%;
}
#content .date .month {
	background-color: #e6e4d7;
}
