/* @override https://anoved.net/avwp/wp-content/themes/anoved-net-theme/style.css */

/*
Theme Name: anoved-net-theme
Theme URI: http://anoved.net/
Description: Simple custom theme.
Version: 1.0
Author: Jim DeVona
Author URI: http://anoved.net/
*/


/* Layout */

html {
	background-color: whitesmoke;
}

body {
	margin: 0;
	padding: 0;
	width: 750px;
	margin-left: auto;
	margin-right: auto;

	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.35;
}

#header {
	width: 750px;
	height: 50px;
	padding: 0;
	background: black url('/media/2018/09/inkselfportrait-50.png') no-repeat left;
	color: white;
	border-left: 1px solid lightgray;
	border-right: 1px solid lightgray;
}

#header h1 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 32px;
	padding: 9px 9px 0 0;
	text-align: right;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#header a {
	text-decoration: underline;
	color: white;
}

#header p {
	margin:0;
	padding: 15px;
	font-size: 14px;
	text-align: right;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


#content {
	float: left;
	width: 700px;
	padding: 0px 25px 5px 25px;

	background-color: white;
	border-left: 1px solid lightgray;
	border-right: 1px solid lightgray;
	border-bottom: 1px solid lightgray;
}

#footer {
	clear: both;
	width: 700px;
	padding: 5px 25px;
}

#footer .widget {
	width: 100%;
	float: right;
}


/* General Styles */

a {
	color: #2A38AD;
}

.details {
	clear:both;
	color: gray;
}

.details a {
	color: #465194;
}

div.post .details {
	/* padding-top: 10px; */
	clear: both;
}

blockquote {
	border-left: 1px solid lightgray;
	padding-left: 20px;
	margin-left: 20px;
}

pre {
	overflow: auto;
	padding: 5px;
	border: 1px solid lightgray;
}

.ui {
	padding: 2px;
	background-color: #F1F1F1;
	border: 1px solid #B4BAE9;
}

/* Headers */

h1, h2, h3, h4, h5, h6 {
}

.archive {
	color: lightgray;
}

h1.posttitle {	
}

h1.posttitle a {
	text-decoration: none;
	color: black;
}

h1.posttitle a:hover {
	text-decoration: underline;
	color: black;
}


/* Pullquotes */

p.rpullquote, p.lpullquote, p.cpullquote {
	padding: 0.5em;
	margin: 0.25em;
	font-size: 140%;
	font-style: italic;
	color: #444444;
	font-family: Times, serif;
}

p.rpullquote, p.lpullquote {
	width: 14em;
	max-width: 40%;
}

p.cpullquote {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

p.rpullquote {
	float: right;
}

p.lpullquote {
	float: left;
}


/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	text-align: center;
	display: block;
}


/* Images */

img {
	border: none;
}

img.alignleft {
	margin-right: 12px;
	margin-bottom: 10px;
}

img.alignright {
	margin-left: 12px;
	margin-bottom: 10px;
}


/* WP Image Captions (not sure I even use them) */

.wp-caption {
	border: 1px solid lightgray;
	background-color: whitesmoke;
	text-align: center;
	padding: 12px 6px 6px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: none;
}

.wp-caption p.wp-caption-text {
	font-size: small;
	margin: 0;
}


/* Comments */

.comment {
	border: 1px solid lightgray;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.officialcomment {
	background-color: #d7e5f7;
}

/* Footer Widgets */

.widget {
	color: #888;
}

.widget ul, .widget ol {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.widget li {
	display: inline;
}

.widget a {
	color: #8c91af;
}

.widget h2.widgettitle {
	font-size: 120%;
}

.widget #searchsubmit {
	display: none;
}


/* Print */

@media print {
	#header, #footer, #comments #respond, .navigation {
		display:none;
	}
	#content {
		width: 100%;
		border: none;
	}
}