@media print {
	#page a[href]:after {
		content: none;
	}
	
	.site-main {
		margin: 0;
	}
	
	.pd-rating > * {
		display: none;
	}
}

body {
	background: #fff;
}

a, a:visited {
	color: #244b9a;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #d0a44d;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, body, label, .entry-content, .entry-meta > span, .widget, .widget-title, .widget .search-field, .wp-caption-text, .gallery-caption, .widget_recent_comments .comment-author-link, .widget_recent_comments .comment-author-link a, .widget_authors a strong, .entry-content .more-link, .mobile-search .search-field {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.entry-content, p {
	font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
	color: #292929;
}

.entry-content img {
	padding: 0;
	border: 0;
}

.wp-caption .wp-caption-text {
	margin: 0;
	background: #f0f1f6;
	padding: 2px;
}

.entry-meta a:hover, .post-navigation a:hover {
	color: #d0a44d;
}

.entry-title a:hover {
	color: #111;
	text-decoration: none;
}

.main-navigation {
	background: #3b3b3b;
	border-top: 0;
}

.main-navigation ul {
	margin: 0 auto;
	text-align: left;
	max-width: 90%;
}

.main-navigation li {
	vertical-align: middle;
}

.main-navigation a {
	padding: 14px 0;
	color: #fff;
}

navigation ul li:hover > a,
.main-navigation ul li.focus > a,
.main-navigation ul li:hover > a, .main-navigation ul li.focus > a {
	color: #d0a44d;
}

.main-navigation li.home a {
	background: url('https://dictionaryblog.cambridge.org/wp-content/uploads/2016/07/home.png') no-repeat 50%;
	font-size: 0;
	width: 17px;
	height: 14px;
	margin: 0;
	padding: 20px 10px;
	display: block;
}

.main-navigation ul li.facebook,
.main-navigation ul li.twitter,
.main-navigation ul li.googlePlus,
.main-navigation ul li.follow {
	margin-left: 12px;
	float: right;
}

.main-navigation ul li.follow a:hover {
	color: #fff;
}

.main-navigation ul li.facebook a,
.main-navigation ul li.twitter a,
.main-navigation ul li.googlePlus a {
	margin: 10px 0;
	font-size: 0;
	width: 26px;
	height: 26px;
}

.main-navigation li.googlePlus a {
	background: url('https://dictionaryblog.cambridge.org/wp-content/uploads/2016/07/googleplus.png') no-repeat 50%;
}

.main-navigation li.twitter a {
	background: url('https://dictionaryblog.cambridge.org/wp-content/uploads/2016/07/twitter.png') no-repeat 50%;
}

.main-navigation li.facebook a {
	background: url('https://dictionaryblog.cambridge.org/wp-content/uploads/2016/07/facebook.png') no-repeat 50%;
}

.main-navigation ul > li + li {
	margin-left: 30px;
}

.main-navigation ul > li + li:before {
	display: none;
}

.entry-wrapper {
	width: auto;
	max-width: 100%;
	padding: 40px;
}

.widget + .widget {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
	border: 0;
}

.widget ul {
	border: 1px solid #e7e6eb;
	padding: 0 18px 18px;
}

.widget ul li ul {
	border: 0;
	padding: 0;
}

.widget-title {
	display: block;
	font-size: 1.1em;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
	background: #244b9a;
	padding: 8px 16px;
	margin: 0;
	border: 1px solid #244b9a;
	color: #fff;
}

.widget_search .widget-title {
	display: none;
}

.widget .search-field {
	font-size: 1em;
	color: #111;
	padding: 10px 14px;
	font-weight: normal;
}

.widget .search-submit {
	border: 0;
	width: 46px;
	background: #FF8029;
	padding: 0;
}

.search-submit:hover .genericon {
	color: #1D2956;
}

.widgets-list-layout {
	padding: 0 18px 18px;
}

.widget li {
	border-bottom: 1px solid #e7e6eb;
	padding: 18px 0;
}

.widget > div > ul:first-of-type, .widget > ul:first-of-type {
	padding-left: 18px;
}

.widgets-list-layout li {
	margin-bottom: 0;
}

.widgets-grid-layout {
	width: 90%;
}

.widget_top-posts ul {
	background: #f0f1f6;
}

.widget_top-posts li {
	border-bottom: 1px solid #cccfd4;
	padding: 18px 0;
}

.widget_categories {
	background: #d0a44d;
	padding: 16px;
}

.widget_categories .widget-title {
	background: #d0a44d;
	border: 0;
	padding: 16px 0 12px;
	color: #000;
}

.widget_categories select {
	margin-left: 0;
	max-width: 100%;
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 14px;
}

.widgets-list-layout .widgets-list-layout-blavatar {
	max-width: 60px;
}

.widget a, .widget a:visited {
	color: #244b9a;
	font-weight: bold;
}

.format-aside .entry-meta, .entry-title + .entry-meta {
	margin-top: 30px;
	border-top: 1px solid #f0f1f6;
	background: #f0f1f6;
	padding: 8px 16px 10px;
	line-height: 1;
}

.entry-meta > span {
	display: inline-block;
	font-size: .75em;
	line-height: 1;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
	color: #666;
}

.entry-meta a {
	color: #244b9a;
	border-bottom: 0;
	font-weight: bold;
}

.entry-meta a .entry-date {
	color: #666;
}

.entry-meta a .author {
	color: #244b9a;
}

.entry-header + .entry-content {
	margin-top: 0;
}

.entry-title, .wf-active .entry-title {
	font-size: 2.2em;
	font-weight: bold;
	color: #292929;
	line-height: 1;
}

.header-image {
	background-size: cover;
	background-repeat: no-repeat;
}

.widget ul ul li:first-child {
	margin-top: 0;
	border-top: 0;
}

.widget_archive li a:hover, .widget_categories li a:hover, .widget_meta li a:hover, .widget_nav_menu li a:hover, .widget_pages li a:hover, .widget_authors li a:hover {
	color: #d0a44d;
}

#twitter-widget-0 {
	border: 1px solid #e7e6eb !important;
	padding: 6px !important;
}

.entry-content .more-link {
	display: table;
	padding: 14px 18px;
	margin: 20px 0 0;
	border: 0;
	background: #FF8029;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0;
	color: #1D2956;
	clear: both;
}

.more-link:after {
	top: 1px;
}

.entry-content .more-link:hover, .entry-content .more-link:focus, .entry-content .more-link:active {
	background-color: #1D2956;
}

.alignright {
	margin: 8px 0 30px 30px;
}

.alignleft {
	margin: 8px 30px 30px 0;
}

.widget_wpcom_social_media_icons_widget ul li {
	border: 0;
}

.widget_wpcom_social_media_icons_widget ul {
	padding: 16px;
}

.widget_wpcom_social_media_icons_widget a, .widget_wpcom_social_media_icons_widget a:visited {
	color: #444;
}

.widget.widget_authors ul li ul a {
	font-weight: normal;
	font-size: .9em;
	color: #000;
}

.widget.widget_authors ul li ul {
	margin-left: 54px;
	margin: -20px 0 0 54px;
}

.widget.widget_authors ul li ul li {
	padding: 6px 0 0;
	border: 0;
}

.widget_authors ul ul li:before {
	content: '\00bb';
	line-height: 1;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	width: 10px;
	top: -1px;
	color: #1D2956;
}

.widget_authors .avatar {
	padding: 0;
	border: 0;
	border-radius: 0;
	width: 40px;
	height: 40px;
	margin-right: 8px;
	vertical-align: top;
	margin-top: 4px;
}

.widget_authors a strong {
	color: #1D2956;
}

.widget a:hover {
	color: #d0a44d;
}

.comments-wrapper {
	width: auto;
	max-width: 100%;
	padding: 20px 40px;
}

.footer-widgets, .footer-widgets .widget-title {
	background: #00BDB6;
	border: 0;
}

.footer-widgets .widget-title {
	padding: 0 0 20px;
	font-size: 1.2em;
}

.footer-widgets .widget-title label {
	font-size: inherit;
	font-weight: normal;
}

.footer-widgets .wp-caption .wp-caption-text {
	margin: 8px 0 0;
	background: none;
	color: #000000;
	padding: 1px;
	font-size: .65em;
	text-align: left;
	line-height: 1.5;
}

.footer-widgets figure {
	margin: 10px 40px;
	width: 220px !important;
}

#subscribe-blog p {
	margin: 0 0 10px;
	color: #000000;
	font-size: .95em;
}

.entry-meta > span + span:before {
	content: "|";
}

.footer-widgets input[type="submit"] {
	padding: 14px 20px;
	border-radius: 0;
	background: #e54427;
	font-size: 1em;
	text-transform: none;
	color: #000000;
	margin-top: 12px;
}

.footer-widgets p {
	color: #000000;
}

.footer-widgets .widget a, .footer-widget .widget a:visited {
	color: #000000;
	font-weight: 700;
}

#subscribe-field {
	padding: 10px 14px !important;
}

.site-info {
	display: none;
}

.entry-meta > span + span.byline:before {
	margin: 0 .7em 0 1em;
}

@media screen and (max-width: 1600px) {
	.header-image {
		background-size: cover;
		background-position: 10%;
	}
}

@media screen and (max-width: 1000px) {
	.main-navigation {
		border-top: 1px solid #ddd;
	}
	
	.toggles {
		background: #3b3b3b;
		border-top: 0;
	}
	
	.search-toggle .genericon {
		right: 0;
	}
	
	.toggle {
		color: #fff;
	}
	
	.menu-toggle .bar, .menu-toggle:hover .bar, .menu-toggle:active .bar, .menu-toggle:focus .bar {
		background: #f0f1f6;
	}
	
	.search-toggle:hover, .search-toggle:active, .search-toggle:focus {
		color: #f0f1f6;
	}
	
	.menu-toggle.active .bar {
		background: #d0a44d;
	}
	
	.main-navigation li {
		border-top: 1px solid #8a8a8a;
	}
	
	.main-navigation li.home,
								    .main-navigation li.googlePlus,
								    .main-navigation li.twitter,
								    .main-navigation li.facebook,
								    .main-navigation li.follow {
		border-top: 0;
	}
	
	#masthead {
		background: #23282d;
	}
	
	.search-toggle.active {
		color: #d0a44d;
	}
	
	.main-navigation ul {
		padding: 10px 0 0;
		font-size: 120%;
	}
	
	.footer-widgets .widget-area {
		margin-left: 0;
	}
	
	.footer-widgets figure {
		margin: 10px 0;
	}
	
	.widgets-list-layout-links {
		float: left;
		margin-left: 16px;
		width: 75%;
	}
}

@media screen and (max-width: 600px) {
	.site-header {
		padding: 0;
	}
	
	.entry-wrapper {
		padding: 30px;
	}
	
	.mobile-search {
		border-top: 1px solid #ddd;
		margin-top: 0;
	}
	
	.toggle {
		margin-top: inherit;
		width: 30px;
		height: 55px;
	}
	
	.main-navigation {
		border-top: 1px solid #ddd;
		margin-top: 0;
	}
}

.headword {
	font-weight: bold;
	color: #000080;
	font-size: 130%;
}

.pos {
	font-style: italic;
	padding-left: 4px;
}

.def {
	color: #A8397A;
	font-weight: bold;
	padding-left: 4px;
}

.label {
	font-variant: small-caps;
	padding-left: 4px;
}

.eg {
	font-style: italic;
}

.example {
	padding-left: 15px;
	display: block;
}

.source {
	font-size: 80%;
}

p.newword {
	padding-top: 12px;
	margin-top: 25px;
	border-top: 1px solid #C0C0C0;
}

.widgets-grid-layout {
	height: 200px;
}

.widget_top-posts  .widgets-grid-layout {
	width: 100%;
}

#infinite-handle span {
	border-radius: 0;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	display: inline-block;
	padding: 14px 18px;
	margin: 20px 0 0;
	border: 0;
	background: #244b9a;
	color: #fff;
	font-size: 1em;
	font-weight: 700;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0;
	clear: both;
}

#infinite-handle span:hover {
	background: #d0a44d;
}

.header-image {
  min-height: 350px;
}