/* styles for editable regions (e.g. blog, content, etc. */

/* page content styles */
.content {
	text-align: left;
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 32px;
	padding-bottom: 35px;
	font: 13px Century Gothic, Helvetica, san-serif;
	color: #FFFFFF;
}

.content a {
	text-decoration: underline;
	color: #FFFFFF;
}

.content a:hover {
	text-decoration: underline;
	color: #AAAAAA;
}

h1 {
	text-align: left;
	font: 24px Adobe Garamond Pro, Times, serif;
	color: #FFFFFF;
	margin-bottom: -15px;
}

table.client_list {
	padding-top: 12px;
}

table.client_list td {
	padding-right: 10px;
}

/* to add any "content" styles DEFINED HERE to the XStandard Editor pulldown, edit the styles.xml file. */

/* blog content styles */

.post_text {
	text-align: left;
	font: 14px Century Gothic, Helvetica, san-serif;
	color: #000000;
	padding-bottom: 5px;
}

.post_text a {
	color: #CC0000;
}

.post_text a:hover {
	color: #FF0000;
}

.post_text li {
	padding-bottom: 10px;
}

.post_cite a {
	font-size: 10px;
	color: #CC0000;
}

.post_cite a:hover {
	font-size: 10px;
	color: #FF0000;
}

.post_links {
	padding-bottom: 5px;
	border-bottom: #880000 1px solid;
}

.post_date {
	font: 11px Century Gothic, Helvetica, san-serif;
	color: #000000;
	padding-right: 3px;
}

.post_author {
	font: 11px Century Gothic, Helvetica, san-serif;
	color: #000000;
	padding-bottom: 10px;
}

/* to add any "content" styles DEFINED HERE to the XStandard Editor pulldown, edit the styles.xml file. */