/* Color list

lBrown - #794b22
dBrown - #492504
Beige - #e7d9c7
lBeige - #fef0df

*/



body {
	margin: 0;
	padding: 0;
	background: #e7d9c7 url(images/img01.gif) repeat-x;
	font-size: 13px;
	color: #794b22;S
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #492504;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

.smaller {
	padding-left:10px;
	font-size:smaller;
	line-height:normal;

}

blockquote {
	padding-left: 0.5em;
	
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
	font-size:0.8em;
	color: #492504;
}

a {
	color: #492504;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 778px;
	height: 170px;
	margin: 0 auto;
	background: url(images/img02.gif) no-repeat;
}

#header h1, #header p {
	float: left;
	margin: 0;
	padding-top: 105px;
	line-height: normal;
	color: #e7d9c7;
}

#header h1 {
}

#header p {
	padding-left: 10px;
}

#header a {
color: #000000;
}

/* Menu */

#menu {
	width: 778px;
	height: 50px;
	margin: 0 auto;
	background: url(images/img03.gif) no-repeat;
	text-align:center;
}

#menu ul {
	margin: 0;
	padding: 14px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 20px 0 25px;
	background: url(images/img04a.png) no-repeat left center;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
	color: #794b22;
}

#menu a:hover {
	background: url(images/img04b.png) no-repeat left center;
	text-decoration: underline;
	color: #492504;
}

/* Table */
table {
	background-color:#fef0df;
	padding:5px;
	margin:20px;
	}

table h2 {
	border-bottom: 2px solid #492504;
	}

td.header {
	text-align:center;
	height:30px;
	background-color:#492504;
	color: #e7d9c7;
	border: none;
	padding-left: 5px;
	}
	
td.content_data {
	padding-left: 5px;
	height:30px;
	vertical-align: middle;
	border-bottom: dashed thin #e7d9c7;
	font-size: 0.9em;
	}

/* Page */

#page {
	width: 778px;
	margin: 0 auto;
	padding: 20px 0;
}

#album-page {
	width: 778px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 480px;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
	border-bottom: 2px solid #4A3903;
}

.byline {
	margin: 0;
}

.meta {
	border-top: 2px solid #492504;
	text-align: right;
	color: #492504;
}

.meta a {
	padding-left: 15px;
	background: url(images/img06.gif) no-repeat left center;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	padding:5px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 30px;
	border-bottom: 1px dotted #4A3903;
	background: url(images/img06.gif) no-repeat 15px 50%;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 2px 30px;
	background: url(images/img05.gif) no-repeat left bottom;
	border-bottom: 2px solid #492504;
}

#sidebar a {
	text-decoration: underline;
}

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

#sidebar p {
	color:#492504;
}



/* Footer */

#footer {
	clear: both;
	padding: 20px 0;
	background: #492505;
	border-top: 2px solid #4A3903;
	text-align: center;
	font-size: smaller;
	color:#794b22;
}

#footer a {
	color:#e7d9c7;
}

