/* @override http://localhost/misc/home-museum/style/screen.css */

/* @group Headings */

h1, h2, h3, h4 {
	color: #7c4d0d;
	font-weight: normal;
}

h1 {
	font-size: 24px;
	text-shadow: #6e6e6e 3px 3px 5px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
}

/* @end */

/* @group Lists */

ul, ol {
	margin: 1em 0;
	padding: 0 0 0 30px;
}

ul li, ol li {
	margin: 0;
	padding: 0;
}

/* @end */

/* @group Paragraphs */

p {
	margin: 0 0 1em 0;
	width: 600px;
}

p.intro {
	line-height: 2em;
	color: #7c4d0d;
	font-size: 16px;
}

/* @end */

/* @group Links */

a {
	color: #2b38ff;
}

a:hover {
	color: #173390;
}

a img {
	border: none;
}

/* @end */

/* @group Layout */

body {
	margin: 0;
	padding: 0;
	background: #fff url(images/layout_09.png) repeat-y left top;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* @group Header */

#header {
	background: #bd9d41 url(images/layout_01.png) no-repeat left top;
}

#logo {
	margin: 0;
	padding: 0;
}

#logo a {
	display: block;
	width: 400px;
	height: 105px;
}

#logo span {
	display: none;
}

#nav {
	list-style-type: none;
	margin: 0 0 0 139px;
	padding: 0;
	background: url(images/layout_05.png) repeat-x left top;
	height: 48px;
}

#nav li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#nav a {
	display: block;
	color: #4b3e19;
	text-decoration: none;
	padding: 10px 15px 0;
	margin: 0 10px 0 0;
	font-size: 16px;
}

#nav a:hover {
	color: #88712f;
}

/* @end */

/* @group Sidebar */

#sidebar {
	position: absolute;
	left: 0;
	top: 105px;
	background: url(images/layout_03.png) no-repeat left top;
	width: 139px;
}

#hobbies-title {
	display: none;
}

#hobbies {
	margin: 80px 0 0 0;
	font-size: 10px;
	padding-left: 25px;
	color: #4b3e19;
}

#hobbies li {
	margin: 10px 0;
}

#hobbies a {
	color: #4b3e19;
	text-decoration: none;
}

#hobbies a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Content */

#content {
	margin-left: 139px;
	padding: 0 10px;
	clear: left;
}

/* @end */

/* @group Footer */

#footer {
	clear: both;
	color: #959595;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	padding-top: 40px
}

#footer p {
	width: auto;
}

/* @end */


/* @end */

/* @group How-To */

.how-to-summary {
	clear: left;
	margin-top: 50px;
}

.how-to-summary img {
	float: left;
	margin: 0 20px 20px 0;
}

/* @end */

/* @group Scrap book */

.scrapbook-item {
	clear: left;
}

.scrapbook-item h2 {
	max-width: 800px;
	padding-top: 50px;
}

.scrapbook-item img {
	float: right;
	margin: 0 0 15px 15;
}

.scrapbook-item .images {
	clear: right;
}

.scrapbook-item .images img {
	float: left;
	margin: 10px 10px 10px 0;
}

/* @end */

/* @group Images */

.popout {
	float: right;
	margin: 0 0 20px 20px;
}

.popout img {
	display: block;
}

.popout p {
	width: 270px;
	color: #727272;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 10px auto;
}

.right {
	float: right;
	margin: 0 0 20px 20px;
}

.left {
	float: left;
	margin: 0 20px 20px 0;
}

/* @end */

/* @group Tables */

.matrix {
	border-collapse: collapse;
}

.matrix, .matrix td {
	border: 1px solid #ccc;
}

.matrix th {
	background-color: #E4D7B2;
}

.matrix td {
	text-align: center;
	padding: 1px 3px;
}

td.dimmension {
	text-align: left;
}

td.currency {
	text-align: right;
}

/* @end */
