
	body {
		padding: 0px;
		margin: 0px;
		background-color: #0e0606;
		line-height: 1.5;
	}

	.container {
		margin: 0 auto 0 auto;
		width: 916px;
		min-height: 800px;
		background: url(/images/background.png) repeat-y;
		text-align: center;
	}
	
		.content {
			margin: 0 auto 0 auto;
			width: 710px;
			padding: 30px 35px 40px 35px;
		}

			h1 {
				padding: 0px; 
				margin: 0px 20px 0 0;
				width: 428px;
				height: 89px;
				background: url(/images/title.gif) no-repeat;
				float: left;
			}
			
			h1 a {
				display: block;
				width: 428px;
				height: 89px;
			}

			h1 span {
				display: none;
			}


		.content .blog img {
			border: 2px solid black;
			background-color: #fff;
			padding: 8px;
		}
			
		ul.archive {
			padding: 0px;
			margin: 12px 0 0 0;
			width: 260px;
			float: left;
			vertical-align: bottom;
		}
		
		ul.archive li {
			display: block;
			float: left;
			list-style-type: none;
			padding: 0px 20px 0px 0px;

			text-transform: Capitalize;
			font-family: georgia;
			font-size: 12px;
		}

		ul.archive li a {
			color: #0e0606;
			text-decoration: none;
		}

		.websites {
			background-color: #000;
			border: 1px solid #777;
			font-size: 12px;
			padding: 1px;
			color: #ccc; 
		}

			.websites a.home {
				font-weight: bold;
			}
			
			.websites a {
				text-decoration: none;
				padding: 0 20px 0 10px;
				color: #ccc;
			}

		.websites div {
			border: 1px solid #777;
			padding: 2px 0 2px 5px;
		}
	
	.blog {
		text-align: left;
		float: left;
		width: 523px;
		padding-left: 20px;
		margin-top: 30px;
	}
	
		.entry {
			font-family: verdana;
			font-size: 12px;
		}
	
	.flickr {
		margin-left: 60px;
		margin-top: 0;
		float: left;
		width: 100px;
	}
	
	.post {
		margin-bottom: 20px;
		color: #0e0606;
	}

		.post .title a {
			color: #0e0606;
			text-decoration: none;
			font-family: Georgia;
			font-size: 24px;
		}
		
	.post_outline {
		background-color: #fff;
		border: 1px solid #ccc;
		padding: 2px;
		margin-bottom: 10px;
	}

	.post.guest {
		color: #666;
		padding: 5px 10px;
		border: 1px solid #ddd;
		background-color: #fff;
		margin-bottom: 0px;
	}

		.post.guest .title a {
			color: #333;
			font-size: 18px;
			margin-bottom: 5px;
		}

		.post.guest .footer, .post.guest .footer a {
			color: #666;
			margin: 4px 0;
			font-size: 9px;
		}

		blockquote {
			margin: 10px 0 10px 0;
			padding: 8px 8px 8px 30px;
			background: url(/images/quotes.png);
		}
	
	.footer {
		font-family: verdana;
		font-size: 12px;
		color: #231f0b;
		margin-top: 15px;
		margin-bottom: 30px;
	}
	
	.footer a {
		color: #231f0b;
		text-decoration: none;		
	}
	
	a {
		color: #666633;
	}
	

