/* ==================================================================
 * CarolVsGhost.com site style sheet
 *                     (c) Copyright 2015 James Pujals
 * ==================================================================
 */

img.lto-logo-sm {
	float: left;
	padding-right: 5px;
}

div.review {
	border-left-color: #0080FF;
	border-left-style: solid;
	border-left-width: 1px;
	margin: 10px 0px;
}

div.review p.text {
	text-align: left;
	padding-left: 5px;
	margin: 0px 0px 10px 0px;
}

div.review p.source {
	text-align: right;
	color: #808080;
	font-size: 90%;
	font-family: "American Typewriter", "Courier New", monospace;
	margin: 0px;
}

div.review a {
	color: #000000;
}

div.review a:hover {
	color: #0080FF;
	text-decoration: none;
}

div.review a:visited {
	color: inherit;
}

.announcement {
	text-align: center;
	min-height: 500px;
}

p.comment {
	font-size: 1.1em;
}