/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

p {
	font-size: 90%;
	color: gray;
	margin: 0 0 1.5em;
	padding: 0;
}

h2.widget-title {
	font-size: 12px;
	font-weight: bold;
	text-decoration: overline;
	color: #000000;
	letter-spacing: 4px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	background-color: #eee;
	color: #831234;
	border-top: 2px solid #831234;
	margin-top: -10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}

h3.jp-relatedposts-headline {
	font-size: 18px;
	font-weight: bold;
	background-color: white;
	color: #831234;
	margin-top: -10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-top: 0px
}

h3.sd-title {
	font-size: 18px;
	font-weight: bold;
	background-color: white;
	color: #831234;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top: 0px
}

h4 {
	font-size: 18px;
	font-weight: bold;
	background-color: #eee;
	color: #831234;
	border-top: 2px solid #831234;
	margin-top: -10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}

h5 {
	font-size: 14px;
	font-weight: bold;
	color: grey;
	margin-top: -20px;
}

h6 {
	font-size: 14px;
	font-weight: bold;
	color: grey;
	margin-top: -30px;
	line-height: 0.5em
}

.entry-title {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	border-top-style: solid;
	border-color: #666666;
	border-width: 1px;
	margin-bottom: 20px;
}

.entry-header {
	font-size: 20px;
	font-weight: bold;
	color: #831234;
	border-width: 1px;
	margin-bottom: 20px;
}

.entry-content {
	margin-bottom: -40px;
	margin-top: -40px;
}

blockquote {
	font-size: 90%;
	padding-left: 30px;
  	padding-top: 18px;
  	padding-bottom: 0px;
  	padding-right: 20px;
  	background-color: #eeeeee;
  	border-top: 2px solid #831234;
	border-left: 0px solid #831234;
  	border-bottom: 0px solid #ccc;
	margin: 15px;
	letter-spacing: 0.05em;
}

pre {
	border-top: 1px solid #831234;
	border-bottom: 1px solid #831234;
  font-size: 80%;
	border-left-width: 4px;
	padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
	background-color: rgba(60, 50, 250, 0.1);
	font-family: "Times New Roman", Georgia, Serif;
}

titlerunon {
	border-top: 1px solid #831234;
	border-bottom: 1px solid #831234;
  font-size: 80%;
	font-family: serif;
	font-family: "Times New Roman", Georgia, Serif;
}

.homage {
	border-top: 3px dotted ##831234;
	text-indent: 0px;
  	font-size: 80%;
	border-left-width: 4px;
	padding-left: 30px;
  	padding-top: 18px;
  	padding-bottom: 0px;
  	padding-right: 20px;
}


/*
ODDS AND SODS
*/

.menu-item {
	margin-left: -10px;	
}

.navigation-top .menu > .menu-item > a {
	font-weight: 600;
    	font-style: normal;
    	font-size: 0.75rem;
    	letter-spacing: 0em;
    	text-transform: none;
    	color: #831234;
}

.single-featured-image-header img {
	display: none !important; 
}

.single-post .attachment-post-thumbnail {
  display: none;
}


/*
HOTLINKS
*/

li 	{
	color: gray;
	font-size: 90%;
	padding-left: 0px;
	margin-left: 30px;
	}

a:link    {
	color: #831234; 
	font-weight: normal;
	background-color:transparent;
	text-decoration:none
}

a:hover    {
	color: #831234; 
	font-weight: normal;
	background-color:transparent;
	text-decoration:underline
}

a:active   {
	color: #831234; 
	font-weight: bold;
	background-color:transparent;
	text-decoration:underline
}

a:visited    {
	color: #831234; 
	font-weight: bold;
	background-color:transparent;
	text-decoration:underline
}