/* headings */
h1 {
	font-family:Georgia,Times New Roman,Times,serif;
	font-weight:bold;
	font-size:21px;
	color:#fff;
	margin:0 0 12px;
}
h2 {
	font-family:Georgia,Times New Roman,Times,serif;
	font-weight:bold;
	font-size:18px;
	color:#000;
	margin:0 0 12px;
}
h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
	margin:0 0 4px;
}

/* text objects */
#cp-text-editor {
	background:#98866f;
}
.object-text {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	margin-bottom:16px;
	line-height:17px;
}
.object-text p {
	margin:0 0 12px 0;
}
.object-text a {
	color:#fff;
	text-decoration:underline;
}
.object-text a:hover {
	color:#fff;
	text-decoration:underline;
}
.object-text ul, ol {
	margin:0 0 16px;
	padding-left:16px;
}
.object-text li {
	margin:0;
	padding:0 0 5px;
}

.quote-heading {
	font-size:11px;
	line-height:14px;
	text-transform:uppercase;
	color:#fff;
	margin:0 0 4px 0 !important;
}
.quote-body {
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	color:#000;
	margin:0 0 4px 0 !important;
}
.quote-attribution {
	font-size:11px;
	line-height:14px;
	font-style:italic;
	color:#fff;
	margin:0 0 4px 0 !important;
}

/* image objects */
.object-image {
	margin-bottom:16px;
}
.object-image-border {
	border:solid 1px #000;
}
.object-image-caption {
	font-size:11px;
	padding:5px 0;
	text-align:center;
	color:#000;
}

/* download objects */
.object-download-bg {
	margin:10px 0;
	padding:10px 0;
}
.object-download {
	padding:2px 0 10px 30px;
	background-position:0 0;
	background-repeat:no-repeat;
	color:#fff;
}
.object-download-title {
	font-weight:bold;
	color: #000;
	text-decoration:none;
}
.object-download-title:hover {
	text-decoration:underline;
}
.object-download-info {
	color:#fff;
}