@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #FFF url(images/AsISeeIt-Header.jpg) top left no-repeat;
}

#Header {
	position: absolute;
	top: 50px;
	left: 50px;
}

#Header h1 a {
	font-size: 1px;
	text-decoration: none;
	text-indent: -3000px;
	display: block;
	width: 230px;
	height: 200px;
}

#Content {
	padding-bottom: 30px;
	position: absolute;
	top: 200px;
	left: 300px;
	width: 450px;
}

.entry {
	margin-bottom: 40px;
}

.entry h2 {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 45px;
	font-style: italic;
	font-weight: normal;
}

.entry h2 a {
	color: #0f3e64;
	text-decoration: none;
	border-bottom: solid 3px #0f3e64;
}

.entry h2 a:hover {
	color: #85b7b3;
	border-bottom: solid 3px #85b7b3;
}

.entry-time {
	margin: 0 0 10px 0;
	color: #AAA;
	text-transform: uppercase;
}

.entry p {
	padding: 0;
	margin: 0 0 10px 0;
	line-height: 25px;
	text-indent: 30px;
	color: #333;
}

.entry p a {
	text-decoration: none;
	background-color: #e5fae1;
	color: #5e805a;
}

.entry p a:hover {
	color: #3d4c3c;
}

.entry .entry-footer {
	margin: 0 0 40px 0;
	text-align: right;
	color: #666;
	font-style: italic;
}

.entry-footer a {
	color: #AAA;
}

.entry-footer a:hover {
	color: #888;
}

#Sidebar {
	padding-bottom: 30px;
	position: absolute;
	top: 300px;
	left: 0px;
	text-align: right;
	width: 250px;
}

#Sidebar h3 {
	padding: 0;
	margin: 0 0 5px 0;
	font-weight: normal;
	font-style: italic;
	color: #e26f40;
	font-size: 32px;
}

#Sidebar ul {
	padding: 0;
	margin: 0 0 10px 0;
	list-style-type: none;
	line-height: 25px;
}

#Sidebar ul a {
	color: #415b70;
	text-decoration: none;
	border-bottom: dotted 1px #415b70;
}

#Sidebar ul a:hover {
	color: #12324c;
	border-bottom: dotted 1px #12324c;
}

#Footer {
	margin: 30px 0px;
	padding: 10px;
	color: #CCC;
	text-align: center;
	border: solid 1px #CCC;
	display: none;
}

#Comments {
	margin-top: 0px;
}

.comment {
	padding: 10px 0;
	border-top: solid 1px #AAA;
}

.comment h4 {
	padding: 0;
	margin: 0 0 10px 0;
	color: #333;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
}

.comment h4 a {
	text-decoration: none;
	color: #677c8d;
}

.comment h4 a:hover {
	text-decoration: none;
	color: #415b70;
}

.comment p {
	padding: 0;
	margin: 0 0 10px 0;
	color: #333;
	line-height: 25px;
}

.comment-timestamp {
	margin: 0 0 10px 0;
	text-transform: uppercase;
	text-align: right;
	color: #AAA;
}

.comment-timestamp a {
	color: #AAA;
	text-decoration: none;
}

.comment-timestamp a:hover {
	color: #888;
}

#Comment-form {
	padding: 10px;
	border-top: solid 1px #AAA;
	background: #CCC;
}

#Comment-form form {
	margin: 0;
	padding: 0;
}

#Comment-form label {
	font-style: italic;
}

#Comment-form input {
	border: solid 1px #AAA;
}

#Comment-form input#submit {
	background-color: #DDD;
}

#Comment-form textarea {
	width: 430px;
	border: solid 1px #AAA;
}

#Prev-next {
	position: absolute;
	top: -60px;
	left: 0px;
	width: 450px;
	text-align: right;
	line-height: 20px;
	color: #AAA;
	text-decoration: none;
	font-style: italic;
}

#Prev-next a {
	color: #AAA;
	text-decoration: none;
	font-style: italic;
}

#Prev-next a:hover {
	color: #888;
}