@charset "utf-8";
/* CSS Document */

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #521303;
	font-weight: bold;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #AD5F0C;
}
#wrapper #modules .inner h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #F0E8C4;
}
#wrapper #modules .inner a {
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
}
.imgPad {
	padding: 5px;
}
#wrapper #rightColumn #content a {
	font-family: Arial, Helvetica, sans-serif;
	color: #B93706;
}
#countdownModule {
	background: url(../images/countdown_module.jpg);
	height: 168px;
	width: 475px;
	position: relative;
	text-align: center;
}
#countdownModule div {
	position: absolute;
	left: 18px;
	top: 41px;
	width: 395px;
	height: 70px;
}
.smallLabel {
	color: #F0E8C4;
	font-weight: 900;
}


blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5F1D03;
	background-color: #E2D38D;
	background-image: url(../images/quotes.png);
	background-position: left top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	background-repeat: no-repeat;
}

ol {
	padding: 0px;
}
.commentLi {
	border-bottom: 2px solid #4e1703;
	padding: 10px;
	margin-top: 15px;
	list-style:none;
}

hr {
	height: 2px;
	background-color: #4e1703;
	border-width: 0px;
}

.commentAuthor,#wrapper #rightColumn #content .commentAuthor a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #521303;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-decoration: none;

}

input,select,textarea {
	color: #521303;
	background-color: #f6f3e7;
	border: 1px solid #521303;
}
