.quote-box-left
{
	float: left;
	margin: 10px 7px 10px 0;
}

.quote-box-right
{
	float: right;
	margin: 10px 0 10px 7px;
}

.quote-box-left,
.quote-box-right
{
	width: 46%;
/*	margin: 7px;*/
	padding: 10px;
	border-top: 5px solid #7c4d57;
	border-left: 1px dotted #7c4d57;
	border-right: 1px dotted #7c4d57;
	border-bottom: 2px solid #7c4d57;
	background: #fff url(../../img/quote-bg.jpg) 0 0 repeat-x;
	font-family: Georgia, Times;
}

.quote-box-left h3,
.quote-box-right h3
{
	font-size: 10px;
	margin: -10px -10px 10px -10px;
	padding: 5px;
	background: #7c4d57 url(../../img/category-title-bg.jpg) 0 100% repeat-x;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ccc;
}

.quote-box-left h3 a,
.quote-box-right h3 a
{
	font-size: 14px;
	letter-spacing: 1px;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

.featured-quote
{
	float: none;
	margin: 20px auto;
	width: 60%;
}

.featured-quote h3
{
	color: #fff;
	font-size: 12px;
}

.quote-box-left h3 a:hover,
.quote-box-left h3 a:visited:hover,
.quote-box-right h3 a:hover,
.quote-box-right h3 a:visited:hover
{
	border-bottom: 2px dotted #fff;
}

.quote-box p
{
	margin: 4px 0;
}

.quote-box-left
{
	clear: both;
}

.quote-box-right
{
	
}

.quote-box-left .main-text,
.quote-box-right .main-text
{
	padding-top: 10px;
	font-size: 16px;
	letter-spacing: 1px;
}

.quote-box-left .main-text .first-letter,
.quote-box-right .main-text .first-letter
{
	float: left;
	margin: -5px 2px -5px 15px;
	padding: 0;
	font-size: 35px;
	font-family: Georgia, Times;
}

.quote-box-left .sub-text,
.quote-box-right .sub-text
{
	color: #999;
	text-align: right;
	font-style: italic;
}

.quote-box-left .read-more,
.quote-box-right .read-more
{
	padding-bottom: 5px;
	text-align: right;
	font-style: italic;
}

#quote-boxes h2
{
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: Georgia, Times;
}

#quote-boxes .num-found-rows
{
	font-style: italic;
	color: #999;
	font-size: 12px;
}

.category-links
{
	clear: both;
	background: #7c4d57 url(../../img/category-title-bg.jpg) 0 100% repeat-x;
	padding: 5px;
	margin: 15px 0 10px 0;
	color: #fff;
	font-size: 10px;
	text-align: center;
}

.category-links .selected-category
{
	white-space: nowrap;
	font-size: 12px;
	font-variant: small-caps;
}

.category-links a
{
	color: #ccc;
	white-space: nowrap;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

.category-links a:hover,
.category-links a:visited:hover
{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}
