/* CSS Document */
	body{
		font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
		font-size:0.8em;
		margin:0px;
		padding:20px;

		/*background-color:#AAAAAA*/;
		background-color: #ffffff;
		color: #3C0012;
		text-align:center;
	}
	
	h1 {
		font-size: large;
		font-weight: bold;
	}
	
	#wrapper{
		width:805px;
		/*height:800px;*/
		padding: 0px;
		overflow: hidden;
		text-align:left;
		margin:0 auto;
		/*background-color: #AAAAAA;*/
		background-color: #ffffff;
		/*border:0px solid #FFFFFF;*/
	}
	
	#titleBar {
		width: 770px;
		height: 50px;
		display: block;
		/*border: 1px solid #777777;*/
		padding:15px;
		font-size: x-large;
		font-weight: bold;
	}

	#menuBar {
		width: 780px;
		/*height: 50px;*/
		display: block;
		/*border: 1px solid #AAAAAA;*/
		padding:10px 0px;
		font-weight: bold;
		font-size: inherit;
	}
	
	
#menuBar ul {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;*/
	white-space: nowrap;
	margin: 0px;
	list-style-type: none;
	text-indent: 0px;
	text-align: left;
}

#menuBar li {

	display: inline;
	text-align: center;
}

#menuBar a:link, .navlist a:visited {
   	color: #000000;
	text-decoration: none;
}

#menuBar a {
	/*border: 1px solid #99A3B2;
	padding: 1px 20px 1px 20px;
	background-color: #99A3B2;*/
	color: #000;
	text-decoration: none;
}

#menuBar a:hover {
	/*border: 1px solid #23BE36;
	color: #000;
	padding: 1px 20px 1px 20px;*/
	color: #000;
	text-decoration: none;
}

#photo {
	width: 800px;
	display: block;
	/*border: 1px solid #000;*/
}

#caption {
	width: 800px;
	display: block;
	font-weight: normal;
	font-size: inherit;
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #777777;
}

#comments {
	width=800px;
	display: block;
	font-weight: normal;
	font-size: inherit;
	color: #000;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: right;
	cursor: pointer;
	
}

#comments a {
   	color: #000000;
	text-decoration: none;
}

#commentsBox {
	width=800px;
	display: none;
	font-weight: normal;
	font-size: inherit;
	color: #000;
	padding-top: 0px;
	padding-bottom: 10px;
	text-align: left;
	visibility: inherit;
}

#lastCommentsBox a {
   	color: #000000;
	text-decoration: none;
}

#lastCommentsBox {
	width=800px;
	font-weight: normal;
	font-size: inherit;
	color: #000;
	padding-top: 0px;
	padding-bottom: 10px;
	text-align: left;
}


#footer {
	width=800px;
	display: block;
	font-weight: normal;
	font-size: smaller;
	color: #111;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
}

#photoTitle {
	width: 600px;
	display: incline;
	font-weight: normal;
	font-size: inherit;
	color: #000;
	text-align: right;
	float: right;
	padding-bottom: 5px;
}

#NextPrevTop {
	width: 200px;
	float: left;
	display: inline;
	font-weight: normal;
	font-size: inherit;
	color: #000;
	text-align: left;
}
#NextPrevTop a:link, .navlist a:visited {
   	color: #000;
	text-decoration: none;
}

#NextPrevTop a {
	/*border: 1px solid #99A3B2;
	padding: 1px 20px 1px 20px;
	background-color: #99A3B2;*/
	color: #000;
}

#NextPrevTop a:hover {
	/*border: 1px solid #23BE36;
	color: #000;
	padding: 1px 20px 1px 20px;*/
	color: #000;
}
	

/*.navlist li.current a {
	border: 1px solid #23BE36;
	padding: 1px 20px 1px 20px;
	color: #000;
	background-color: #C5D1D3;
}

.menuTable {
	border: 1px solid #99A3B2;
	background-color: #99A3B2;
	padding: 0px;
	width: 750px;
}
#titleBox {
	border: 1px solid #99A3B2;
	background-color: #99A3B2;
	padding: 0px;
	width: 750px;
}
*/


#archive {
	width: 800px;
	display: block;
	font-weight: normal;
	font-size: inherit;
	color: #000;
	padding-top: 10px;
	padding-bottom: 100px;
	text-align: left;
}

#archive a:link, .navlist a:visited {
   	color: #000000;
	text-decoration: none;
}

#archive a {
	/*border: 1px solid #99A3B2;
	padding: 1px 20px 1px 20px;
	background-color: #99A3B2;*/
	color: #000;
	text-decoration: none;
}

#archive a:hover {
	/*border: 1px solid #23BE36;
	color: #000;
	padding: 1px 20px 1px 20px;*/
	color: #000;
	text-decoration: none;
}
