/** * Adam's Blog CSS * Adam Shannon * 07/30/2009 */header {	/* Something */}	header h1 {		border-bottom: 1px solid #000000;		cursor: pointer;		color: #000000;		font-size: 3.5em;		font-family: "Calibri", Georgia, Arial;		margin: 20px 0px 20px 0px;		padding: 0px 0px 20px 0px;		text-align: center;	}		header h1 a {			color: #000000;		}	header nav {		/* Something */	}		header nav span {			border-bottom: 0px solid #000000;			font-size: 1.25em;			font-weight: bold;			margin: 5px 20px 5px 25px;			text-align: left;		}		header nav a {			color: #000000;			font-size: 1.15em;			margin-right: 3px;		}			header nav a:hover {				color: #CCCCCC;			}	header aside {		float: right;		margin-right: 25px;	}		header aside form input {			width: 200px;		}article {	/* Something */}	article h1, article h1 a {		color: #000000;		font-size: 1.25em;		font-family: "Calibri", Georgia, Arial;	}	article aside {		float: right;		margin-right: 50px;	}	article p {		background-color: #EEEEFF;		padding: 5px 5px 5px 5px;		margin: -10px 0px 10px 50px;	}		article p a {			color: #000000;		}			article.comment-odd p {		background-color: #EEEEEE;		padding: 5px 5px 5px 5px;	}				article.comment-odd aside.comment-odd {			background-color: #EEEEEE;			padding: 1px 5px 5px 5px;		}		article.comment-even p {		background-color: #FFFFFF;	}			article.result h3, article.result h3 a {			color: #000000;			font-size: 1.15em;			font-family: "Calibri", Georgia, Arial;		}		form {	margin-left: 10px;}		form input#author {		height: 25px;		width: 198px;	}		form textarea {		height: 100px;		margin-top: 5px;		width: 275px;	}footer {	width: 100%;}	footer a {		color: #000000;		text-decoration: none;	}	footer img {		float: right;		margin-right: 10px;	}	footer span, footer span a {		font-weight: bold;		text-decoration: underline;	}