/* Specific styles for Trident content (pages and posts) */

/* Pages */
.page p {
	padding					: 0px 0px 10px 0px;	
}
.page ul {
	padding					: 0px 0px 10px 20px;	
}
.page ul li {
	list-style				: disc;
}
.page h1 {
	font-size				: 15px;
	margin					: 10px 0px 10px 0px;
}
.page h2 {
	font-weight				: bold;	
	font-size				: 13px;
}
.page .last h1 {
	background				: #fdb827;
	padding					: 1px 0px 1px 10px;
}
.page img.alignleft {
	margin					: 10px 10px 10px 0px !important;
}

.page .acquisition {
	color					: #5b5c5e;
	font-weight				: bold;
}

/* Posts */
.post p {
	padding					: 0px 0px 10px 0px;	
}
.post ul {
	padding					: 0px 0px 10px 20px;	
}
.post ul li {
	list-style				: disc;
}
.post h1 {
	font-size				: 13px;
	margin					: 10px 0px 10px 0px;
}
.post h2 {
	font-weight				: bold;	
	font-size				: 13px;
}
.post img.alignleft {
	margin					: 10px 10px 10px 0px;	
}