body {
	margin: 0;
	padding: 0;
	background: #FFF url(images/img01.gif) repeat-x;
	font-size: 13px;
	color: #000;
}

body, th, td, input, textarea, select, option {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h2, h3 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
	font-weight:bold;
	clear:both;
	}

h3 {
	font-size: 1.25em;
	margin:0;
	padding-top:5px;
	font-weight:bold;
}

p, ul, ol {
	line-height: 200%;
	clear:both;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #666666;
	font-weight:bold;
	text-decoration: none;
	border-bottom:1px dotted #666666;
}

a:hover {
	text-decoration: none;
	font-weight:bold;
	border:0;
	}

img { border: none; }

/* Header */

#header {
	width: 830px;
	height: 150px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	padding: 0px 40px 0 0px;
	letter-spacing: -2px;
	font-size: 48px;
}

#header h2 {
	float: right;
	padding: 68px 0 0 0;
	font-size: 40px;
	font-weight:bold;
	clear:none;
}

#header a {
	text-decoration: none;
	color: #666666;
}

/* Gallery */

#gallery {
	clear: both;
	width: 830px;
	height: 300px;
	margin: 0 auto;
	
}

#top-photo h2 {
	height: 1.4em;
	font-size: 1em;
}

#top-photo p {
	margin: 0;
	padding: 0 0 10px 0;
}

/* Page */

#page {
	width: 830px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 532px;
}

#content img{
	float: left;
	border: 3px solid #666666;
	margin-right: 8px;
}


.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
	border-bottom: 3px solid #333333;
}

.byline {
	margin: 0;
}

.meta {
	border-top: 1px solid #4A3903;
	text-align: right;
	color: #333333;
}

.meta a {
	padding-left: 15px;
	background: url(images/img06.gif) no-repeat left center;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	}

#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 #333333;
	background: url(images/img06.gif) no-repeat 15px 50%;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 2px 30px;
	border-bottom: 3px solid #333333;
	background-color:#FFEA6F;
}

#sidebar a {
	text-decoration: none;
	border:0;
	font-size:16px;
	}

#sidebar a:hover {
	text-decoration: underline;
	border:0;
	font-size:16px;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px 0;
	background: #FFEA6F;
	border-top: 3px solid #333333;
	text-align: center;
	font-size: smaller;
	color: #333333;
}

#footer a {
	color: #333333;
}

