@media print {
	body {
		font-size:20px;
		font-family: 'EB Garamond', serif;
		width:100%;
		color:#000;
		padding:0;
		margin:0;
	}
	.entry-content a[href]:after,
	.post-embed a[href]:after {
		content: " (" attr(href) ")";
		text-decoration: none;
	}
	a {
		color:#000;
		text-decoration-color: #000;
		text-decoration-line:underline;
		text-decoration-style:solid;
		text-decoration-thickness: 1px;
		text-underline-offset: .075em;
		font-weight: normal;
	}
	.size-auto, 
	.size-full,
	.size-large,
	.size-medium,
	.size-thumbnail {
		max-width: 100%;
		height: auto;
	}
	.screen-reader-text {
		display: none;
		visibility: hidden;
	}
	#masthead nav {
		background:none;
	}
	#header_nav_small, #header_nav_large {
		display:none !important;
		visible:hidden !important;
	}
	#masthead #main-head-min {
		font-family:'Gudea', sans-serif;
		font-size:1em;
		letter-spacing: .2em;
		text-transform: uppercase;
		background:none;
		color: #000;
		text-align: center;
	}
	.site-title-always-show a {
		color: #000;
		text-decoration: none;
	}
	nav.breadcrumbs {
		font-family: 'Gudea', sans-serif;
		font-size:.75em;
		padding:0;
		line-height: 1.5em;
		text-align: center;
	}
	#base-main {
		margin: 0 1in 1in 1in;
	}
	#base-sidebar {
		display: none;
		visibility: hidden;
	}
	.site-footer {
		display: none;
		visibility: hidden;
	}
		
	
	
.is-style-rtl {
    direction: rtl;
    unicode-bidi: embed;
    text-align: right;
}
.entry-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
h1.entry-title, .entry-content h1 {
	font-family: 'Gudea', sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.333em;
	margin: 1em 0 .667em 0;
}
.byline {
	font-family: 'Gudea', sans-serif;
	font-size: 1em;
	line-height: 1.333em;
	margin: 0 0 .667em 0;
}
.entry-content hr {
	border-top: 1px solid #000;
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin: 3.5em 0;
}
.entry-content p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 0 1em 0;
	padding:0;
}
.entry-content h2, #base-main h2 {
	font-family: 'Gudea', sans-serif;
	font-size: 1.3em;
	line-height: 1.154em;
	margin: 0 0 .769em 0;
	font-weight: normal;
}
.entry-content h3 {
	font-family: 'Gudea', sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 0 1em 1px;
	padding: 0 0 0 .5em;
	border-left: 1px solid #111;
	font-weight: normal;
}
.entry-content h4 {
	font-family: 'Gudea', sans-serif;
	font-size: .9em;
	font-style: italic;
	line-height: 1.667em;
	margin: 0 0 1.111em 1px;
	padding: 0 0 0 .556em;
	border-left: 1px solid #111;
	font-weight: normal;
}
.entry-content h5 {
	font-family: 'EB Garamond', serif;
	font-size: 1em;
	font-style: italic;
	line-height: 1.5em;
	margin: 0 0 1em 0;
	padding: 0;
	font-weight: normal;
}
.entry-content h6 {
	font-family: 'EB Garamond', sans-serif;
	font-size: .75em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .2em;
	line-height: 2em;
	margin: 0 0 1.333em 0;
	padding: 0;
	font-weight: normal;
}
.entry-content strong, .entry-content b {
	font-weight: 600;
}
.entry-content em, .entry-content i, .entry-content cite, .entry-content mark {
	font-style: italic;
	font-weight: 500;
}
.entry-content del, .entry-content s {
	color:#575757;
	text-decoration-line:line-through;
	text-decoration-style:solid;
	text-decoration-thickness: 1px;
	text-decoration-color: #111;
}
.entry-content sup {
	vertical-align: super;
	font-size: .75em;
}
.entry-content sub {
	vertical-align: sub;
	font-size: .75em;
}
.entry-content li {
	line-height:1.5em;
}
.entry-content ul {
	padding: 0 0 0 2em;
	margin:  0 0 1em 0;
	list-style-type: square;
}
.entry-content ul ul, .entry-content ol ul {
	padding: 0 0 0 2em;
	margin: 0;
	list-style-type:disc;
}
.entry-content ul ul ul, .entry-content ol ol ul, .entry-content ol ul ul, .entry-content ul ol ul {
	list-style-type:"▸ ";
}
.entry-content ol {
	padding: 0 0 0 2em;
	margin:  0 0 1em 0;
	list-style-type: upper-roman;
}
.entry-content ol ol, .entry-content ul ol {
	padding: 0 0 0 2em;
	margin: 0;
	list-style-type: lower-roman;
}
.entry-content ul ul ol, .entry-content ol ol ol, .entry-content ol ul ol, .entry-content ul ol ol {
	list-style-type:decimal;
}
.wp-block-columns {
	margin:0;
}
.wp-block-quote {
	padding: 0 2em;
	margin: 1em 0;
}
.wp-block-quote p {
	line-height: 1.5em;
	margin: 0;
}
.wp-block-quote cite {
	display:inline-block;
	font-style: italic;
	font-weight: normal;
	line-height: 1.5em;
	text-align: left;
}
.wp-block-quote.is-style-large {
	padding: 0 0 0 2em;
	margin: 2em 0;
}
.wp-block-quote.is-style-large p {
	line-height: 1.25em;
	font-size: 2em;
	font-style: italic;
}
.wp-block-quote.is-style-large cite {
	display:inline-block;
	font-size:1em;
	font-style: italic;
	font-weight: normal;
	line-height: 1.5em;
	text-align: left;
	margin-top: 1em;
}
.wp-block-pullquote {
	padding: 1em;
	margin: 4em auto;
	width: 60%;
	border-top: solid 3px #111;
	border-bottom: solid 3px #111;
}
.wp-block-pullquote p {
	line-height: 1.25em;
	font-size: 2em;
	font-style: italic;
	margin: 0;
}
.wp-block-pullquote cite {
	display:inline-block;
	font-size:1em;
	font-style: italic;
	font-weight: normal;
	line-height: 1.5em;
	text-align: left;
	margin-top: 1em;
}
.wp-block-pullquote.is-style-solid-color {
	border-top: none;
    text-align: left;
	padding: 2em;
}
.wp-block-pullquote.is-style-solid-color blockquote {
    margin: 0;
    max-width: 100%;
}
.wp-block-pullquote p {
	font-style: normal;
}
.wp-block-preformatted {
	margin:1em 0;
	padding:2em;
	font-family: 'Source Code Pro', monospace;
	font-size: .8em;
	border: 1px solid #575757;
	line-height: 1.15em;
	overflow:auto;
}
.wp-block-preformatted pre, .wp-block-code code {
	white-space:pre;
}
.wp-block-code {
	margin:1em 0;
	padding:2em;
	font-family: 'Source Code Pro', monospace;
	font-size: .8em;
	border: 1px solid #575757;
	line-height: 1.15em;
	overflow:auto;
	background-image: linear-gradient(0deg, #eeeeee 4.55%, #fefefe 4.55%, #fefefe 50%, #eeeeee 50%, #eeeeee 54.55%, #fefefe 54.55%, #fefefe 100%);
	background-size: 22.00px 22.00px;
}
.wp-block-verse {
	padding: 2em;
	margin: 1em auto;
	font-size: 1em;
	line-height: 1.5em;
	font-style: normal;
	overflow:auto;
	border: 1px solid #111;
}
.wp-block-table {
	padding: 1em;
	overflow: auto;
	max-width: 100%;
	background:
		linear-gradient(to right, white 30%, rgba(255,255,255,0)),
		linear-gradient(to right, rgba(255,255,255,0), white 70%) 0 100%,
		radial-gradient(farthest-side at 0% 50%, rgba(0,0,0,.2), rgba(0,0,0,0)),
		radial-gradient(farthest-side at 100% 50%, rgba(0,0,0,.2), rgba(0,0,0,0)) 0 100%;
	background-repeat: no-repeat;
	background-color: white;
	background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
	background-position: 0 0, 100%, 0 0, 100%;
	background-attachment: local, local, scroll, scroll;
	border:none;
}
.wp-block-table.is-style-stripes {
	border:none;
}
.wp-block-table table {
	font-family: 'Gudea', sans-serif;
	font-size: .8em;
}
.wp-block-table tr {
  border-bottom: 1px solid;
}

.wp-block-table th {
  background-color: #555;
  color: #fff;
  white-space: nowrap;
}

.wp-block-table th,
td {
  text-align: left;
  padding: 0.5em 1em;
}
.wp-block-table p {
  text-align: right;
  margin-top: 1em;
  font-style: italic;
}
.wp-block-table tfoot {
	background:#ccc;
}
.wp-block-image {
	margin: 0 auto 1em 0;
	text-align: center;
}
.wp-block-image img {
	max-width: 100%;
	height: auto;
}
.wp-block-image .alignright {
    float: right;
    margin: 1em 0 1em 1em;
    max-width: 60%;
	height:auto;
}
.wp-block-image .alignleft {
    float: left;
    margin:  1em 1em 1em 0;
    max-width: 60%;
	height:auto;
}
p.wp-block-tag-cloud {
	line-height: 1.5em;
	padding:1em 25%;
}
.wp-block-embed iframe, .wp-block-embed div {
	display: block;
	margin: 1em auto 0 auto;
}
ul.blocks-gallery-grid {
	margin:0;
}
.entry-content figcaption {
	font-family: 'EB Garamond', serif;
	font-style:italic;
	font-weight: 500;
	padding:1em 0;
	text-align: center;
	color:#575757;
}
.wp-block-embed figcaption {
	margin-top: 0;
	margin-bottom: 0;
}
ul.blocks-gallery-grid {
	padding-left:0em;
	margin-bottom: 1em;
}
.blocks-gallery-item figcaption {
	white-space: pre-line;
	color: #575757 !important;
	line-height: 1.2em;
	font-family: 'Gudea', sans-serif;
	font-size: .8em;
	font-style: normal;
	text-align: left;
}
.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
	overflow:visible;
}
.blocks-gallery-item {
	flex-grow: 0 !important;
	display: inline-block !important;
}
.wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
	display: inline-block;
	height: auto;
	padding: 5px 0;
}
.wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
	height: 270px;
}
.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
	margin-bottom: .25em;
}
.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
	position: relative;
	background: none;
	margin: 10px 0 5px 0;
	padding: 0;
}
.entry-content figcaption.blocks-gallery-caption {
	padding: .5em 0 1em 0;
}
section.wp-block-maqgu-abstract, .wp-block-maqgu-reviewedbook {
	margin: 1em 0 2em 0;
	padding: 1em;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
section.wp-block-maqgu-abstract h2, #base-main .wp-block-maqgu-reviewedbook h2 {
	font-size: .7em;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.wp-block-maqgu-reviewedbook p {
	font-family: 'Gudea', sans-serif;
	margin-bottom: 0em;
}
.in-issue-post-embed .post_type {
	display: none;
	visibility: hidden;
}
.in-issue-post-embed .title {
	margin-bottom: 0;
}
.in-issue-post-embed .author {
	font-style: italic;
}
.post-embed {
	margin: 1em 0 2em 0;
	display: grid;
	grid-template-columns: 5em auto;
	grid-template-rows: auto;
	column-gap: 0;
	border: 1px solid #111;
	break-inside: avoid;
}
.post-embed .thumbnail {
	grid-column-start:1;
	grid-column-end:2;
	grid-row-start:1;
	grid-row-end:2;
	background-color: #000;
	background-position: center;
	background-size: cover;
	border-right: 1px solid #111;
}
.post-embed .details {
	grid-column-start:2;
	grid-column-end:3;
	grid-row-start:1;
	grid-row-end:2;
	padding:1em;
}
.post-embed .details .post_type {
	font-size: .7em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Gudea', sans-serif;
	padding: .5em 0
}
.post-embed .details .title {
	margin-bottom: .5em;
	line-height: 1.2em;
}
.post-embed .details .authordate {
	display: block;
	margin: .5em 0;
	font-family: 'Gudea', sans-serif;
	font-size: .8em;
}
.post-embed .details .series {
	display: block;
	margin: .5em 0;
	font-family: 'Gudea', sans-serif;
	font-size: .8em;
}
.wp-block-maqgu-related {
	margin: 2em 3em 2em 3em;
	padding: 1em;
	border: 1px solid #000;
}
#base-main .wp-block-maqgu-related h2 {
	font-size: .7em;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.wp-block-maqgu-related ul {
    padding: 1em;
    margin: 0;
    list-style-type: none;
}
.wp-block-maqgu-related ul li {
	line-height: 1.2em;
}
.wp-block-maqgu-related ul .authordate {
	font-family: 'Gudea', sans-serif;
	font-size: .8em;
	padding: .25em 0 1em 0;
}
	
	.entry-meta {
		display:grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: auto;
		column-gap: .25em;
		row-gap: 1em;
		font-family: 'Gudea', sans-serif;
		font-size: .8em;
		margin-bottom: 3em;
	}
	.single-forum .entry-meta {
		display:none;
		visibility: hidden;
	}
	.entry-meta h2 {
		grid-column-start:1;
		grid-column-end:4;
		grid-row-start:1;
		grid-row-end:2;
		margin: 0 !important;
		padding: 0 !important;
	}
	.entry-meta dl {
		grid-column-start:auto;
		grid-column-end:auto;
		grid-row-start:auto;
		grid-row-end:auto;
	}
	.entry-meta dl.wide {
		grid-column-start:1;
		grid-column-end:4;
		grid-row-start:auto;
		grid-row-end:auto;
	}
	.entry-meta dl,
	.entry-meta dt,
	.entry-meta dd {
		margin:0;
		padding:0;
		text-align: left;
	}
	.entry-meta dt {
		font-weight: bold;
	}
	
#post-feed, #forum-feed, #rta-feed {
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: auto auto auto;
	column-gap: 1.5em;
	row-gap: 1.5em;
	margin: 2em 0;
}
.entry-content h2, #base-main h2.post-feed-title {
	margin:2em 0 0 0;
}
#forum-feed article,
#rta-feed article,
#post-feed article {
	grid-column-start: auto;
	grid-column-end: auto;
	grid-row-start: auto;
	grid-row-end: auto;
	
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: 10em auto 2.5em;
	grid-column-gap: .5em;
	grid-row-gap: .25em;
	border:1px solid #111;
	line-height: 1.25em;
	break-inside: avoid;
}
#forum-feed article .thumbnail,
#rta-feed article .thumbnail,
#post-feed article .thumbnail {
	grid-column-start:1;
	grid-column-end:2;
	grid-row-start:1;
	grid-row-end:2;
	background-color: #575757;
	background-position: center;
	background-size: cover;
	border-bottom: 1px solid #111;
}
#forum-feed .details,
#rta-feed .details,
#post-feed .details {
	padding: 1em;
}
#forum-feed .details .post_type,
#rta-feed .details .post_type,
#post-feed .details .post_type {
	font-size: .7em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Gudea', sans-serif;
	padding: .25em 0
}
#forum-feed .details h3,
#rta-feed .details h3,
#post-feed .details h3 {
	font-family: 'Gudea', sans-serif;
	font-size: 1.25em;
	padding: .25em 0;
	margin: 0 0 .5em 0;
	line-height: 1.25em;
	overflow-wrap: break-word;
	word-break: break-word;
	max-width: 100%;
}
#forum-feed .details .authordate,
#post-feed .details .authordate,
#post-feed .details .authordate {
	font-family: 'Gudea', sans-serif;
	font-size: .7em;
	margin: .25em 0;
	overflow-wrap: break-word;
	word-break: break-word;
	max-width: 100%;
}
#forum-feed .details .excerpt,
#rta-feed .details .excerpt,
#post-feed .details .excerpt {
	overflow-wrap: break-word;
	word-break: break-word;
	max-width: 100%;
	line-height: 1.25em;
	font-size:.95em;
	padding:1em 0 0 0;
}
#forum-feed .series,
#rta-feed .series,
#post-feed .series {
	font-family: 'Gudea', sans-serif;
	font-size: .7em;
	grid-column-start:1;
	grid-column-end:2;
	grid-row-start:3;
	grid-row-end:4;
	padding:1em 0;
	text-align: center;
	background:#eee;
	overflow-wrap: break-word;
	word-break: break-word;
	max-width: 100%;
}

.archive-link {
	margin: 2em 0 1em 0;
	font-family: 'Gudea', sans-serif;
	line-height: 1.2em;
	text-align: right;
}

#masthead .main-head-max {
	width:80%;
	padding:1em 10% 2em 10%;
	background-color:transparent;
}
#masthead .main-head-max h1 {
	font-size: 3em;
	font-family:'Gudea', sans-serif;
	font-weight: normal;
	text-align: left;
	color: #000;
	word-spacing: 9999px;
	line-height: 1em;
}
#masthead .main-head-max h2 {
	font-size: 1.5em;
	font-family:'Gudea', sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #000;
	margin-top:.5em;
	margin-bottom: 0;
}
#masthead .main-head-max p {
	font-family:'EB Garamond', serif;
	font-style: italic;
	font-size:1.25em;
	text-align:left;
	color:#000;
	margin-top:1em;
	margin-bottom: 0;
}
.home #main-nav-max	{
	display: none;
	visibility: hidden;
}
.featured {
	margin: 1em;
}
.featured header h2 {
	font-family:'Gudea', sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	padding:1em 0;
	margin:0;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #000;
	text-align: center;
}
.featured header nav {
	display: none;
	visibility: hidden;
}
.featured div {
	position: relative;
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: 100%;
	height: 10em;
	margin: 1em;
	border: solid #000 1px;
	break-inside: avoid;
}
.featured article {
	position: relative;
	background-position: center center;
	background-size: cover;
}
.featured article main {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 90%;
	height: 4.45em;
	padding: 1em 5%;
	background: rgb(255, 255, 255, .90);
	color: #000;
	text-align: left;
}
.featured div article main .slide_description {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
	margin:0;
}
.featured div article main .slide_site {
	font-family: 'Gudea', sans-serif;
	font-size: .6em;
	text-transform: uppercase;
	letter-spacing: .3em;
	padding: 0 0 0 0;
	color:#000;
	margin:0;
}
.featured div article main .slide_title {
	display: block;
	position:relative;
	font-family: 'Gudea', sans-serif;
	font-weight: normal;
	padding: 0 0 .6em 0;
	height: 1em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin:0;
}
.featured div article main .call_to_action {
	margin: 0;
}
.featured div article main .call_to_action a {
	font-family: 'Gudea', sans-serif;
	font-size: .8em;
	color: #fff;
	background: #000;
	border: 1px solid rgb(255, 255, 255, 0);
	border-radius: .3125em;
	padding: .4em .625em;
	cursor: pointer;
	text-decoration: none;
	max-width: 90%;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
	
.current header h2 {
	font-family:'Gudea', sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	padding:1em 0 .5em 0;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #000;
	text-align: center;
	margin:0;
}
.current header h3 {
	font-family:'EB Garamond', serif;
	font-size: 1.5em;
	font-weight:500;
	padding: .5em 0 .5em 0;
	color: #000;
	text-align: center;
	margin:0;
}
.current header p.specialtitle {
	font-family:'EB Garamond', serif;
	font-size: 1.2em;
	font-weight:500;
	padding: .5em 0 .5em 0;
	color: #000;
	text-align: center;
	margin:0;
}
.current header p {
	font-family:'EB Garamond', serif;
	font-size: 1em;
	font-weight:500;
	padding: .5em 0 .5em 0;
	color: #000;
	text-align: center;
	margin:0;
}
.current section {
}
.current section.archives {
	display:none;
	visibility: hidden;
}
.current section article {
	padding:.25em 0;
	break-inside: avoid;
}
.current section h3 {
	font-family:'Gudea', sans-serif;
	font-size: 1.25em;
	font-weight:normal;
	padding: .25em 0 .25em 0;
	color: #111;
	text-align: left;
	margin:0;
}
.current section h4 {
	font-family:'EB Garamond', serif;
	font-size: 1em;
	font-weight: 500;
	line-height: 1.25em;
	padding: .25em 0;
	color: #111;
	text-align: left;
	margin:0;
}
.current section p {
	font-style: italic;
	line-height: 1.25em;
	padding: .15em 0;
	color: #111;
	text-align: left;
	margin:0;
}

#home-widgets-more header h2,
#home-widgets-blog header h2 {
	font-family:'Gudea', sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	padding:1em 0;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #000;
	text-align: center;
	margin:0;
}
#home-widgets-more section,
#home-widgets-blog section {
	margin:0;
}
#home-widgets-more section h3,
#home-widgets-blog section h3 {
	font-family:'Gudea', sans-serif;
	font-size: 1.5em;
	font-weight:normal;
	padding: .5em 0 .25em 0;
	color: #000;
	text-align: left;
	margin:0;
}
#home-widgets-more section h4,
#home-widgets-blog section h4 {
	font-family:'Gudea', sans-serif;
	font-size: 1em;
	font-weight:normal;
	padding: 2em 0 0 0;
	color: #000;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin:0;
}
#home-widgets-more section p,
#home-widgets-blog section p {
	line-height: 1.2em;
	padding: .15em 0;
	color: #111;
	text-align: left;
	margin:0;
}
#home-widgets-blog li,
#home-widgets-blog li {
	line-height:1.2em;
	margin:0;
}
#home-widgets-more ul,
#home-widgets-blog ul {
	padding: 0 0 0 1.25em;
	margin:  1em 0 1em 0;
	list-style-type: square;
}
#home-widgets-more ul li ul li,
#home-widgets-blog ul li ul li {
	font-family: 'Gudea', sans-serif;
	font-size: .8em;
	padding: 0 0 .5em 0;
}
#home-widgets-more ul li ul,
#home-widgets-blog ul li ul {
	list-style-type: none;
	padding: 0;
	margin: .5em 0;
}
#home-widgets-blog .widget_rss .rss-date,
#home-widgets-blog .widget_rss .rssSummary,
#home-widgets-blog .widget_rss cite {
	display:block;
	font-family: 'Gudea', sans-serif;
	font-size: .8em;
	padding: .25em 0;
}
#home-widgets-more .widget_rss .rss-date,
#home-widgets-more .widget_rss .rssSummary,
#home-widgets-more .widget_rss cite {
	display:block;
	font-family: 'Gudea', sans-serif;
	font-size: .8em;
	padding: .25em 0;
	margin:0;
}
	
.archive h1.page-title, .blog h1.page-title {
    font-family: 'Gudea', sans-serif;
    font-size: 1.5em;
	font-weight: normal;
    line-height: 1.333em;
    margin: 0 0 .667em 0;
}
}