/* STYLES SPECIFIC TO ARTICLE DISPLAY */

#content { /* ARTICLE CONTENT BLOCK */
	padding: 5px 0 30px 0;
	margin: 0;
}

#photoWrapper, #textWrapper {
	float: left;
	width: 50%;
}

#photo { /* BLOCK CONTAINING PHOTO, ADDRESS, ETC */
	float:left;
}

/* STYLES FOR POSTMARK (DATE) */
#time {
	float: left;
	width: 125px;
	margin-top: 10px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #676460;
}
#date {
	margin-top: -63px; 
	font-size: 34px; 
}
#year {
	margin: 10px 0 35px 0; 
	font-size: 13px; 
}
#category, #category a, #category a:hover {
	text-transform: uppercase; 
	font-size: 11px; 
	letter-spacing: 1px; 
	text-decoration: none;
}
#category a:hover {
	color: #c02026;
}

/* ADDRESS SECTION */
#info {
	float: left;
	min-height: 165px;
	width: 225px;
	padding: 0 15px 0 30px;
	margin-top: 10px;
	background-image: url(../img/design/info_divider.gif);
	background-repeat: repeat-y;
}
#info h1 {
	font-family: Georgia, "Times New Roman", Times, serif; 
	text-transform: uppercase; 
	font-size: 11px; 
	letter-spacing: 1px; 
	color: #231F20; 
	margin: 0; 
	padding: 10px 0 0 0; 
	font-weight: normal;
}
#info ul {
	margin: 0;
	padding: 0 0 0 17px;
}
#info li {
	margin: 0;
	padding: 0;
	list-style-image: url(../img/dot.gif)
}
#info li a {
	text-decoration: underline;
}

/* ADDITIONAL LOCATION NOTES SECTION */
#addlNotes {
	padding: 10px 0 0 0;
	margin: 0;
}
/*
h1, h2 {
	font-family:Georgia, "Times New Roman", Times, serif; 
	text-transform:uppercase; 
	font-size:11px; 
	letter-spacing:1px; 
	color:#231F20; 
	margin:0; 
	padding:0; 
	font-weight:normal;
}
h1.additional {
	padding: 15px 0 0 0;
}
*/

/* INHERITED BLOG STYLES */
#blogImg { /* DEFAULT STYLES FOR BLOG IMAGE BLOCK >> EXCEPT FOR WIDTH */
	float: left;
	padding: 0;
	margin: 0;
}
#blogContent { /* CONTENT COLUMN */
	float: left;
	margin: 8px 0 0 0;
}

/* CONTENT COLUMN */
#text {
	width: 245px; 
	float: left; 
	margin-top: 8px; 
}
#subtitle {
	padding: 0 0 0 12px;
	margin: 0;
}
#subtitle p {
/* BLOG CHANGE
	width: 216px;
*/
	width: auto;
	float: left;
	padding: 0 0 8px 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif; 
	text-transform: uppercase; 
	letter-spacing: 1px; 
}
#dot {
	float: left; 
	width: 17px; 
	margin-top: 2px; 
}

#title {
	clear: both;
	margin: 0;
	color: #f1ede7; 
	background-color: #c02026; 
	padding: 5px 10px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 30px; 
	line-height: 35px;
}
#title a, #title a:hover {
	color:#f1ede7; 
	text-decoration: none;
}
#title a:hover {
	color:#231F20;
}
.description {
	padding:10px 15px 0 20px;
}
.descrContent a {
	text-decoration: underline;
}
