/* CSS for the photo blog */

* { 
	margin: 0;
	padding: 0;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666;
}

img { border: 0; }

.navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	margin: 3px 0 5px 0;
}

#nav { 	
	position: absolute;
	left: 0;
	top: 0;
	width: 175px;
	border-right: 2px solid #ccc;
	padding: 0 0 10px;
	margin: 20px 0 0 15px;
	border-top: 2px solid #ccc;
}
a {
 	text-decoration: none;
 	color: #666;
}
a:visited { color: #666; }
a:hover { text-decoration: underline; }
a:active { color: #888; }
#content {	
	margin: 20px 0 0 215px;
	padding: 0 1em;
}

#nav h1 a:active { color: #888; }

div#title {
	margin-top: 1em;
	margin-left: 0;
	border-bottom: 2px solid #ccc ;
	width: 400px;
	text-align: left;
	}

img#main {
	}

#date {
	border: 0,0,0.5em,0;
	font-size: 0.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666;
	text-align: right;
	}

#the_talk {
	width: 400px;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: none;
	color: #222;
	margin-top: 0.8em;
	line-height: 1.3em;
	text-align: justify;
	}

#the_talk:first-letter {
	text-indent: 5em;
	}

hr {
	color: #666;
	height: 2px;
	color: black;
}