@media screen, projection, tv {
	table#blogList {
		width: 90%;
	}
	table#blogList td.image {
		padding: 10px;
		width: 65px;
	}
	table#blogList td.image img {
		height: 65px;
	}
	table#blogList td.content {
		vertical-align: top;
		width: auto;
	}
	table#blogList td.content h2 {
		font-size: 20px;
		margin-top: 3px;
		margin-bottom: 0px;
		border-bottom: solid 1px #000;
	}
	table#blogList td.content h2 a {
		color: #000;
		text-decoration: none;
	}
	table#blogList td.content h2 a:hover {
		color: #cc0000;
	}
	table#blogList td.actions {
		vertical-align: top;
		padding: 10px;
		width: 100px;
	}
	
	/**
	 *  ARticle List
	 */
	table#articleList {
		width: 95%;
	}
	table#articleList th {
		font-size: 18px;
	}
	table#articleList tr.article {
		background-color: #e5e5e5;
	}
	table#articleList td.tags {
		width: 150px;
	}
	table#articleList td.date {
		width: 120px;
	}
	table#articleList td.actions {
		width: 120px;
	}
	table#articleList td.title {
		padding-left: 10px;
		font-size: 16px;
	}
	table#articleList td.title a {
		color: #000;
	}
	table#articleList td.title a:hover {
		color: #cc0000;
	}
	
	/**
	 * Article and Comments
	 */
	div#partialCommentsContainer {
		background-color: #e5e5e5;
		padding: 10px;
	}
	div#partialCommentsContainer h3 {
		margin: 0px;
		border-bottom: solid 1px #000;
	}
	div#partialCommentsContainer p {
		padding-left: 10px;
	}
}
