/* This CSS file is for site-wide style */

a, a:link, a:hover {
	text-decoration: none;
}

a img, a:link img, a:hover img {
	border:none;
	text-decoration: none;
}

#footer{
	font-family: Georgia, "Times New Roman", Times, serif;
	clear: both;
	text-align: center;
	font-size: x-small;
	font-weight: lighter;
	color: #000;
}

#footer hr {
	color: #000;
	border-top: 1px solid black;
}

#ie7andup #footer hr, #ie6only #footer hr{
	border: 0px;
	background-color: #000;
}

#quote {
    font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	clear: both;
	text-align: center;
	font-size: x-small;
	font-weight: lighter;
	color: #000;
}

.comments-title {
	text-align: center;
	font-size: small;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	/*width: 100px;*/
	margin: auto;
	cursor:hand;
	text-decoration: underline;
	cursor:pointer;
}

.comments-box {
	font-size: small;
	padding-left: 10px; /*10*/
	padding-right: 10px;
}

.comments-comment-block {
	/* Used for encasing each individual comment + its info. */
	padding-bottom: 5px;
}

.comments-info {
	text-align: left;
	font-size: x-small;
	width: 300px;
	padding-bottom: 3px;
}

.comments-comment {
	text-align: left;
	margin-left: 5px;
}

.comments-form {
	text-align: left;
	padding-left: 5px;
	font-size: small;
}

.comments-form-button {
	font-weight: bold;
	border: 1px solid;
	cursor: pointer;
	font-family: Georgia;
}

.comments-form-input {
	font-size: small;
	border: 1px solid;
}

.error {
	background: red;
	color: white;
	font-size: huge;
	margin-bottom: 20px;
}