/*
 * Shared styles for works front and editor views.
 */

body.post-type-works,
body.post-type-works .editor-styles-wrapper,
.editor-styles-wrapper.post-type-works {
	color: #333;
	max-width: 750px;
	margin: 20px auto;
}

#page > section.news > dl > dd > p,
body.post-type-works p,
body.post-type-works .editor-styles-wrapper p,
.editor-styles-wrapper.post-type-works p {
	font-size: 16px;
	line-height: 2;
	margin: 0;
	padding: 0;
}

#page > section.news > dl > dd > h2,
body.post-type-works h2,
body.post-type-works .editor-styles-wrapper h2,
.editor-styles-wrapper.post-type-works h2 {
	color: #000;
	font-size: 24px;
	font-weight: 700;
	line-height: 2;
	margin: 10px 0;
	padding-top: 0;
}

#page > section.news > dl > dd > h3,
body.post-type-works h3,
body.post-type-works .editor-styles-wrapper h3,
.editor-styles-wrapper.post-type-works h3 {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	line-height: 2;
	margin: 0 0 10px;
	padding-top: 0;
}

#page > section.news > dl > dd a,
body.post-type-works a,
body.post-type-works .editor-styles-wrapper a,
.editor-styles-wrapper.post-type-works a {
	color: #808080;
	text-decoration: underline;
}

#page > section.news > dl > dd ul,
body.post-type-works ul,
body.post-type-works .editor-styles-wrapper ul,
.editor-styles-wrapper.post-type-works ul {
	list-style: disc;
	margin: 0 0 1.5em 1.5em;
	padding: 0;
}

#page > section.news > dl > dd ol,
body.post-type-works ol,
body.post-type-works .editor-styles-wrapper ol,
.editor-styles-wrapper.post-type-works ol {
	list-style: decimal;
	margin: 0 0 1.5em 1.5em;
	padding: 0;
}

#page > section.news > dl > dd li,
body.post-type-works li,
body.post-type-works .editor-styles-wrapper li,
.editor-styles-wrapper.post-type-works li {
	list-style: inherit;
	line-height: 1.7;
	margin: 0;
	padding: 0;
}

body.post-type-works ol li,
body.post-type-works .editor-styles-wrapper ol li,
.editor-styles-wrapper.post-type-works ol li {
	display: list-item;
	position: static;
}

body.post-type-works ol li:before,
body.post-type-works .editor-styles-wrapper ol li:before,
.editor-styles-wrapper.post-type-works ol li:before {
	content: none;
}

#page section.news dd ul {
	list-style: disc;
	margin: 0 0 1.5em 1.5em;
	padding: 0;
}

#page section.news dd ol {
	list-style: decimal;
	margin: 0 0 1.5em 1.5em;
	padding: 0;
}

#page section.news dd li {
	display: list-item;
	list-style: inherit;
	line-height: 1.7;
}
