/* Companion Custom CSS over-rides for [ Ant Guy ]: ComicPress Ant Guy - 1.0 */

a {
	color: #5c4516;
}

#page-wide {
	border-left: solid 1px #000;
	border-right: solid 1px #000;
}

/* comments */

#comment, #author, #email, #url, #comment-textarea {
	padding: 2px;
	color: #000;
	font-family: 'Verdana' , sans-serif;
	font-size: 12px;
	background: #eee;
	border: 1px solid #888;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#comment-textarea:focus, #comment:hover, #author:hover, #email:hover, #url:hover, #comment:focus, #author:focus, #email:focus, #url:focus {
	background: #fff;
}

/* text widget in header for advertisement */

#text-6 {
	width: 728px;
	height: 90px;
	background: #c3a870;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}