blockquote {
	background: none;
	border: none;
	margin: 1.5em;
	overflow: auto;
	padding: .5px 1.2em .5em;
}

.buggy1 {
	background-image: url("/wp-content/uploads/2016/06/bug.gif");
	background-position: center center;
	background-repeat: no-repeat;
}

.page-title, .post-title, .entry-title {
	font-size: 1em !important;
}

h2.entry-title {
	font-size: 1.1em !important;
}

#content h1.entry-title {
	margin-top: 1em;
}

.sticky {
	border: none !important;
}

.xoxo.blogroll li {
	font-size: 9pt;
	font-weight: bold;
	margin-left: -8px;
	line-height: 1.8em;
}

#sidebar_primary #linkcat-90 .xoxo.blogroll li a {
	border: 1px solid #999;
	padding-right: 6px;
	padding-left: 6px;
}

.buttonTable {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 4px;
	font-size: .9em;
}

.buttonTable td {
	padding: 4pt 2pt;
}

img {
	border: none;
}

#nav-top-menu, #nav-bottom-menu
.centered {
	display: block;
	clip: rect(auto,auto,auto,auto);
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

.mred {
	color: #E00;
}

.mburg {
	color: #600;
}

.mblue {
	color: #00E;
}

.mgreen {
	color: #090;
}

.mburg {
	color: #900;
}

.image_left {
	display: block;
	float: left;
	margin-right: 8px;
}

.image_right {
	display: block;
	float: right;
	margin-left: 8px;
}

.dividerHeader {
	border: 1px solid #300;
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
	padding-top: .1em;
	padding-right: .3em;
	padding-bottom: .1em;
	padding-left: .3em;
	font-size: 1em;
}

.dividerRow {
	color: #990000;
	text-align: left;
	font-size: 1.2em;
	padding-top: 0;
	padding-bottom: 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #600;
	border-bottom-color: #600;
	padding-left: 12px;
}

.shadowtable {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #CCC;
}

hr {
	height: 1px;
}

.courierTxt {
	font-family: "Courier New", Courier, monospace;
}

.caption1 {
	font-size: 8pt;
	padding-left: .4em;
}

.caption2 {
	font-size: 10pt;
	padding-left: .4em;
}

.bigger1 {
	font-size: 1.2em !important;
}

.bigger2 {
	font-size: 1.5em !important;
}

.bigger3 {
	font-size: 2em !important;
	color: #900;
}

.smaller1 {
	font-size: .9em !important;
}

.smaller2 {
	font-size: .8em !important;
}

.smaller3 {
	font-size: .75em !important;
}

.ulheader {
	margin-bottom: 0;
	font-weight: bold;
	font-style: italic;
	padding-left: 1em;
}

.underlined {
	text-decoration: underline;
}

.insetArea {
	border: thin inset #333;
	padding-top: .5em;
	padding-right: 1em;
	padding-bottom: .5em;
	padding-left: 1em;
	margin-top: 12px;
	margin-right: 24px;
	margin-bottom: 12px;
	margin-left: 24px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background-color: #FFF;
	box-shadow: inset 2px 2px 2px 2px #999;
}

.infoArea {
	border: thin inset #333;
	padding-top: .5em;
	padding-right: 1em;
	padding-bottom: .5em;
	padding-left: 1em;
	margin-top: 12px;
	margin-right: 24px;
	margin-bottom: 12px;
	margin-left: 24px;
	background-color: #FFF;
	-moz-box-shadow: 2px 2px 2px 2px #CCC;
	-webkit-box-shadow: 2px 2px 2px 2px #CCC;
	box-shadow: 2px 2px 2px 2px #CCC;
}

.infoArea-plain {
	border: 1px solid #333;
	padding-top: .5em;
	padding-right: 1em;
	padding-bottom: .5em;
	padding-left: 1em;
	margin-top: 12px;
	margin-right: 24px;
	margin-bottom: 12px;
	margin-left: 24px;
	background-color: #FFF;
}

.box-shadow-light {
	-moz-box-shadow: 4px 4px 4px 4px #666;
	-webkit-box-shadow: 4px 4px 4px 4px #666;
	box-shadow: 4px 4px 4px 4px #999;
}

.box-shadow-dark {
	-moz-box-shadow: 4px 4px 4px 4px #222;
	-webkit-box-shadow: 4px 4px 4px 4px #222;
	box-shadow: 4px 4px 4px 4px #222;
}

.box-shadow-none {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.round-corners-16 {
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}

.round-corners-8 {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

p {
	margin-bottom: .75em !important;
}

.indent-4 {
	margin-left: 4px !important;
}

.indent-8 {
	margin-left: 8px !important;
}

.indent-16 {
	margin-left: 16px !important;
}

.indent-24 {
	margin-left: 24px !important;
}

.indent-32 {
	margin-left: 32px !important;
}

.indent-64 {
	margin-left: 64px !important;
}

.text-normal-wt {
	font-weight: normal;
	text-decoration: none;
}

.text-centered {
	text-align: center;
}

.border-top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}

.section h4 {
	font-weight: bold;
}

body {
	background-color: #000;
}

.left-col-2, .right-col-2 {
	margin-top: 0 !important;
	padding-top: 8px;
}

.left-col-2 {
	width: 48%;
	float: left;
	display: inline;
}

.right-col-2 {
	width: 48%;
	display: inline;
	position: relative;
	top: 0;
}

.cols-3 {
	width: 32%;
	float: left;
	text-align: left;
	margin-top: 0;
}

.cols-3 p {
	font-size: 9pt;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 1em;
	text-indent: 0;
}

.two-col-footer {
	width: 100%;
	padding: 0;
	margin-top: 0 !important;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}

.two-col-footer hr {
	margin: 0 !important;
}

.container .menu {
	float: right;
	position: relative;
	clear: right;
	text-align: right;
}


.container #header-left {
	float: left;
}

.header-slogan {
	font-size: 12pt;
	text-align: center;
	margin-bottom: 0;
}

#page-header {
	padding-bottom: 0;
}

#page-header h2 {
	text-align: center;
	margin-bottom: 0;
	margin-top: 0;
	font-size: 150%;
}

#page-header hr {
	margin-top: 6px;
	margin-bottom: 0;
}

.colborder {
	padding-right: 24px;
	margin-right: 25px;
	border-right: 1px solid #ddd;
}

.full-width {
	margin-top: 8px;
}

.full-width p {
	text-indent: 0;
}

hr + h3 {
	margin-top: 16px;
}

.container .full-width p {
	line-height: 1.2em;
	margin-bottom: 2em;
}

#page-area {
}

#egg-page-area {
}

#egg-page-area ul li, .infoArea ul li, .infoArea-plain ul li {
	list-style-image: url(https://tseggleston.com/1/wp-content/uploads/2013/05/target.png);
	list-style-type: circle;
	margin-bottom: .7em;
}

#page-description {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999;
	margin-top: 16px;
	margin-bottom: 16px;
	padding-top: .1em;
	padding-right: 1ex;
	padding-bottom: .1em;
	padding-left: 1ex;
	-moz-box-shadow: 1px 1px 1px 1px #CCC;
	-webkit-box-shadow: 1px 1px 1px 1px #CCC;
	box-shadow: 1px 1px 1px 1px #CCC;
	width: 700px;
}

.infoArea ul {
	margin-bottom: 0;
}

.infoArea {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 4px 4px 4px 4px #000;
	-webkit-box-shadow: 4px 4px 4px 4px #000;
	box-shadow: 4px 4px 4px 4px #000;
}

.border-right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-right: 8px;
	border-left-color: #666;
	padding: 0;
}

.borders-side {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #600;
	border-left-color: #600;
	padding-bottom: .75em;
}

.borders-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #600;
}

.borders-all {
	border: 2px solid #000;
}

#page-footer {
	width: 80%;
	margin-top: 32px;
	margin-bottom: 32px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 16px;
	background-image: url(/backgrounds/whitgrid.gif);
}

#page-footer .copyright-dark {
	font-size: 80%;
	color: #006;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}

.credits {
	float: right;
}

.alt {
	font-style: italic;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	color: #666;
}

a.short-button, a.short-button:link, a.short-button:visited {
	white-space: nowrap;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #600;
	border: 1px solid #000;
	padding-right: .4em;
	padding-left: .4em;
	padding-top: 1px;
	padding-bottom: 1px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px 1px #999;
	-webkit-box-shadow: 1px 1px 1px 1px #999;
	box-shadow: 1px 1px 1px 1px #999;
	font-size: .8em;
}

a.short-button:hover, a.short-button:active {
	color: #FFF;
	background-color: #600;
}

a.reg-button, a.reg-button:link, a.reg-button:visited {
	white-space: nowrap;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #600;
	border: 1px solid #000;
	padding-right: .4em;
	padding-left: .4em;
	padding-top: .2em;
	padding-bottom: .2em;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px 1px #999;
	-webkit-box-shadow: 1px 1px 1px 1px #999;
	box-shadow: 1px 1px 1px 1px #999;
	background-color: #EEE;
	background-image: url(/backgrounds/ripplegray.jpg);
}

a.reg-button:hover, a.reg-button:active {
	color: #FFF;
	background-color: #600;
	background-image: none;
}

ul {
	margin-top: 0;
}

#apDiv1 img {
	-moz-box-shadow: 2px 2px 1px 1px #999;
	-webkit-box-shadow: 2px 2px 1px 1px #999;
	box-shadow: 2px 2px 1px 1px #999;
}

#apDiv1 {
	font-size: 11pt;
	font-weight: bold;
	color: #C00;
	text-align: center;
	position: absolute;
	z-index: 1;
	-moz-opacity: .5;
	-webkit-opacity: .5;
	opacity: .5;
}

.text-nobr {
	white-space: nowrap;
}

.text-construction {
	background-color: #FFF;
	padding: 1em;
	border: medium dotted #30F;
	opacity: .7;
}

.ad-links-text {
	background-color: #CCC;
	font-size: 8pt;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
}

.white {
	color: #FFF;
}

.adv {
	font-size: .9em;
	color: #FFF;
}

#boundry {
	border: 1px solid #000;
	margin-right: auto;
	margin-left: auto;
}

.hate {
	font-family: "Comic Sans MS", cursive;
	font-weight: bold;
	color: #C00;
}

.defBox {
	max-width: 540px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #666;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	font-size: .9em;
	padding-top: .5em;
	padding-right: 1em;
	padding-bottom: .5em;
	padding-left: 75px;
	background-color: #CCC;
	background-image: url(/backgrounds/gray_spiral.jpg);
	margin-top: 12px;
	margin-bottom: 12px;
}

.defBox .speechPart {
	font-style: italic;
	font-weight: bold;
	margin-top: .5em;
	margin-bottom: 0;
}

.defBox .defList {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1.5em;
}

.quoteTable, .quoteTableWide {
	border: medium inset #999;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	border-radius: .5em;
	display: block;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	padding: .5em;
	background-color: #eeeeee;
	text-align: center;
	font-size: .9em;
	font-style: italic;
	background-image: url(/backgrounds/wb02041_lt.gif);
}

.quoteTableWide {
	width: 90% !important;
	text-align: left;
}

#permissions {
	background-color: #FFF;
	padding: 1em 2em;
	border: 2px inset #FFF;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	font-size: 13pt;
}

#disclaimer {
	font-size: 9pt;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 1em;
	margin-top: 16px;
	margin-bottom: 16px;
	border: 1px solid #DDD;
	-moz-box-shadow: 1px 1px 1px 1px #999;
	box-shadow: 1px 1px 1px 1px #999;
}

#permissions {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-size: 12pt;
	margin-top: 12px;
	margin-bottom: 12px;
	padding-top: .2em;
	padding-right: .5em;
	padding-bottom: .2em;
	padding-left: .5em;
	text-align: left;
}

#permissions h2 {
	font-size: .9em;
	font-weight: normal;
}

#permissions ul {
	font-size: .8em;
}

.raised-infoheader1 {
	position: relative;
	top: -1em;
	margin: 0 !important;
	border: 2px solid #666;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	background-color: #EEE;
	background-image: url(/backgrounds/ripplegray.jpg);
	line-height: 1em;
	display: inline;
}

.raised-1em {
	position: relative;
	top: -1em;
	margin-bottom: 0;
}

.width-700 {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

.width-600 {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

.width-500 {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

.width-400 {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}

.width-300 {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}

.width-350 {
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}

.width-250 {
	width: 250px;
	margin-right: auto;
	margin-left: auto;
}

.width-200 {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}

#topLinks {
	position: relative;
	top: -12px;
	left: 80px;
}

#topLinks .short-button {
	font-weight: bold;
}

#credits-twothirds {
}

#disqus_thread {
	border: thin inset #333;
	padding-top: .5em;
	padding-right: 1em;
	padding-bottom: .5em;
	padding-left: 1em;
	margin-top: 12px;
	margin-right: 24px;
	margin-bottom: 12px;
	margin-left: 24px;
	background-color: #EEE;
	background-image: url("https://tseggleston.com/wp-content/uploads/2016/05/whitgrid.gif");
	box-shadow: 2px 2px 2px 2px #CCC;
	background-color: #FFF;
	-webkit-box-shadow: 2px 2px 2px 2px #CCC;
}

.text-left {
	text-align: left;
}

.pageTitle {
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-size: 24pt !important;
	text-align: center !important;
	margin-top: 12px !important;
	margin-right: auto !important;
	margin-bottom: 0 !important;
	margin-left: auto !important;
	font-style: normal !important;
	text-shadow: 2px 2px 2px #666;
}

.page-subtitle {
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-size: 18pt !important;
	text-align: center !important;
	margin-top: 12px !important;
	margin-right: auto !important;
	margin-bottom: 0 !important;
	margin-left: auto !important;
	font-style: normal !important;
	text-shadow: 2px 2px 2px #666;
}

.sanserif-text {
	font-family: Arial, Helvetica, sans-serif;
}

.initCapFlush {
	font-size: 2em;
}

.kern-right1 {
	font-size: 1.4em;
	margin-right: -.15em;
}

.bottomBanner {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.pp-section {
	border-bottom: 1px solid #660000 !important;
	font-size: .9em !important;
	line-height: .95em !important;
	margin-bottom: .5em;
	padding-top: 4px !important;
}

#content h1.entry-title {
	color: #FFFFFF;
	background-color: #660000;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	border: 3px solid #999999;
	margin-bottom: 8px;
	box-shadow: 4px 4px 4px 4px #333;
}

#content h1.entry-title a {
	color: #FFFFFF;
}

.entry-content {
}

#colophon {
	border: none;
	margin-top: 16px;
	background-color: transparent;
	background-image: none;
	padding-top: 8px;
}

#colophon div #site-ig-wrap {
}

#colophon div #site-ig-wrap #site-info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFF;
}

#respond table {
	margin: 0;
	padding: 0;
}

#respond table td {
	padding: 0;
	margin: 0;
}

.entry-header {
}

.entry-title {
	font-size: 1.1em !important;
	font-family: Arial, Helvetica, sans-serif;
}

.entry-content, .entry-summary {
	padding: .5em 0 0;
}

#content {
/*	font-size: 15px !important;*/
}

.entry-summary {
/*	font-size: .9em; */
}

#content .wp-caption img, #content img.wp-post-image, #content img[class*="wp-image-"] {
	box-shadow: none;
	padding: 8px;
	margin: 0;
}

.eggsig {
	margin-top: 32px;
	margin-bottom: 32px;
	margin-left: 48px;
}

.widget_recent_entries ul, .widget_categories ul, .widget_links ul {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}

.widget_recent_entries ul {
	margin-left: 3em;
}

#content h1.category-title {
	font-size: 10pt;
	background-color: #660000;
	border: 2px solid #999999;
	border-radius: 11px 11px 11px 11px;
	box-shadow: 2px 2px 2px 2px #333333;
	color: #FFFFFF;
	margin-bottom: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-top: 4px;
}

#nav-above {
	margin-bottom: 1em;
}

#nav-below {
	margin-top: 1em;
}

.nav-previous, .nav-next {
	font-size: 14px;
	margin-top: .5em;
	margin-left: 1em;
	margin-right: 1em;
}

.entry-sumamary .more-link {
	color: #660000;
	font-size: 11pt;
	font-weight: bold;
}

.cat-item, #recent-posts-2 ul li {
	margin-left: -12px;
	font-weight: bold;
	margin-bottom: .5em;
}

.cat-item a, #recent-posts-2 ul li a {
}

.widget_links {
}

.wvr-welcome-user {
	font-size: 11pt;
	font-weight: bold;
}

#weaverii_login-2 ul {
	font-size: 11pt;
	margin-left: 32px;
}

h3.widget-title {
	font-size: 10pt;
	background-color: #660000;
	border: 1px solid #999999;
	border-radius: 6px 6px 6px 6px;
	color: #FFFFFF;
	margin-bottom: 8px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-top: 3px;
}

.srp-widget-excerpt {
	font-size: 10pt;
}

.srp-post-title {
	font-size: 11pt;
}

.srp-widget-date {
	font-size: 9pt;
}

.content-3-col-left .entry-title, .content-3-col-right .entry-title {
	font-size: 12pt !important;
}

#infobar {
}

.menu_bar {
}

.egg-two-col, egg-three-col {
}

.egg-two-col-left {
	float: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	max-width: 320px;
	margin: 1em;
	padding: 1ex;
}

.ad-links-new {
	text-align: center;
	font-size: 9pt;
	background-color: #CCC !important;
	text-align: center;
	line-height: 1.5em;
	border: 1px dashed #333;
	-webkit-border-radius: .3em .3em .3em .3em;
	border-radius: .3em .3em .3em .3em;
	margin-right: auto;
	margin-left: auto;
	max-width: 500px;
}

.ad-links-new .ad-text {
}

.ad-links {
	margin-top: 16px;
	margin-right: auto;
	margin-bottom: 16px;
	margin-left: auto;
	font-size: 9pt;
	text-align: center;
}

.ad-links-new a, .ad-links-new a:link, .ad-links-new a:visited {
	color: #00C;
	margin-top: 4px;
	margin-bottom: 4px;
	background-color: #CCC;
	padding-top: 1px;
	padding-bottom: 2px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.ad-links a:active, .ad-links a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #333;
}

.ad-links .title {
	color: #FFF;
	display: inline;
	font-size: 8pt;
}

.ad-links ul {
	margin-top: 0;
	margin-bottom: 0;
	list-style-type: none;
	display: inline;
	margin-left: -40px;
}

.ad-links li {
	display: inline;
}

.egg-news-bg {
	background-image: url(/wp-content/uploads/2016/05/newspbg.jpg);
}

.widget_wp_sidebarlogin a {
	font-size: 10pt !important;
	font-weight: bold;
	margin-bottom: .5em;
}

.egg-page-divider {
	width: 100%;
	margin-left: 0;
	color: #660000;
	text-align: left;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #600;
	border-bottom-color: #600;
}

.egg-divider-row {
	font-size: 1.2em;
	font-weight: bold;
	color: #990000;
	text-align: left;
	padding-top: 0;
	padding-bottom: 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #600;
	border-bottom-color: #600;
	padding-left: 12px;
}

.egg-divider-header {
	font-size: 1.3em;
	border: 2px solid #300;
	padding-top: .1em;
	padding-right: .3em;
	padding-bottom: .1em;
	padding-left: .3em;
}

.egg-subtitle {
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-size: 16pt !important;
	text-align: center !important;
	margin-top: 1em !important;
	margin-right: auto !important;
	margin-bottom: 1em !important;
	margin-left: auto !important;
	font-style: normal !important;
	text-shadow: 2px 2px 2px #666;
}

.egg-super {
	font-size: .8em;
	position: relative;
	top: -.4em;
}

.egg-hr {
	margin-top: 8px;
	margin-bottom: 8px;
}

.egg-bg-parch-dpz {
	background-image: url(/backgrounds/dpz_1.jpg);
	background-color: transparent;
}

.display-posts-listing .listing-item {
	clear: both;
}

.display-posts-listing img {
	float: left;
	margin: 0 10px 10px 0;
}

#content .wp-caption img, #content img.wp-post-image, #content img[class*="wp-image-"] {
	margin-right: 6px;
	margin-top: 6px;
	margin-bottom: 6px;
}

.wp-caption,.wp-caption-text, p.wp-caption-text {
	text-align: left !important;
	padding-left: 2px !important;
	padding-right: 2px !important;
	padding-bottom: 2px !important;
}

.tml-user-links {
	font-size: 11pt;
}

#content .post, .post {
	border: thin solid #000;
	border-radius: 4px;
	padding-right: 1em;
	padding-left: 1em;
}

#main {
	background-image: url("https://tseggleston.com/wp-content/uploads/2016/05/bg_gpbg3_bu2.jpg");
	background-repeat: repeat;
}

.widget.widget_recent_entries, .widget.widget_text {
	background-color: #FFFFFF;
	opacity: .95;
}

#nav-below, #nav-above {
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #FFFFFF;
	opacity: .9;
	padding-right: 1em;
	padding-left: 1em;
	padding-top: 4px;
}

#fourth .widget.widget_text {
	background-image: none !important;
	background-color: transparent !important;
}

#sidebar_wrap_right {
	background-image: url("https://tseggleston.com/wp-content/uploads/2016/05/whitgrid.gif");
	background-color: #EEEEEE;
}

.widget_recent_entries ul, .widget_recent_entries ul li {
	list-style-image: url("https://tseggleston.com/wp-content/uploads/2016/05/target.png") !important;
}

.bg_mbl2_dk {
	background-image: url(/backgrounds/burg_mbl_1.jpg);
}

.bg_blue_graph_dk {
	background-image: url(https://tseggleston.com/wp-content/uploads/2016/05/bg_gpbg3_bu2.jpg);
}

.bg_mbl-5_dk {
	background-image: url(https://tseggleston.com/wp-content/uploads/2016/05/bg_mbl-5_dk.jpg);
}

.search-results-label {
	color: #EEEEEE;
}

#comments {
	background-color: #CCCCCC;
}

.commentlist {
	margin-left: 1em;
}

.my-slogan {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #900;
	background-image: url(/backgrounds/bluestn1.gif);
	text-align: center;
	margin-top: .2em;
	margin-right: auto;
	margin-bottom: .2em;
	margin-left: auto;
	width: 400px;
}

#signoff {
	width: 40%;
	max-width: 340px;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 2em;
	padding: .5em;
}

form.legislators .le_head {
	font-size: 1em;
	margin: 0 0 20px;
}

.entry-summary {
	font-size: 11pt;
	font-weight: normal;
	line-height: 1;
}

.jetpack-display-remote-posts p {
	margin: 0 !important;
	padding: 0;
	font-size: 80%;
	line-height: 1em !important;
}

.search-results-label {
	color: #000000;
}

.egg-two-col-interior {
	padding: 0;
	margin: 0;
}

.egg-two-col-left {
	float: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	max-width: 46%;
	margin: 1em;
	padding: 1ex;
}

.egg-two-col-right {
	float: left;
	clear: right;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	max-width: 46%px;
	margin: .5em;
	padding: 1ex;
}

.egg-two-col-interior .egg-two-col-left, .egg-two-col-interior .egg-two-col-right {
	font-size: .8em !important;
	padding: 0;
}

.egg-two-col-interior .egg-two-col-left ul li, .egg-two-col-interior .egg-two-col-right ul li {
	margin-left: -6px;
	list-style-type: disc;
	padding: 0;
}

#top-posts-2 li {
	font-size: 9pt !important;
}

.widget_top-posts li (
	font-size: 9pt !important;
}
