/*
Theme Name: Hardfought
Theme URI: https://www.hardfought.org/
Description: Custom theme derived from the default WordPress theme. 
Version: 1.0
Author: Keith Simpson
Author URI: https://www.hardfought.org/
Tags: dark red, custom header, fixed width, two columns, widgets

*/

::-webkit-scrollbar {
	width: 12px;
	border-radius: 3px;
	background-color: #151515;
}	

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.5); 
	border-radius: 3px;
	background-color: #151515;
}

::-webkit-scrollbar-thumb {
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.5);
	background-color: #333;	
} 

::-webkit-scrollbar-thumb:hover {
	background-color: #440000;	
} 

html {
	-webkit-font-smoothing: subpixel-antialiased;
}	

body {
	text-decoration: none;
	scrollbar-face-color: #333333;
	scrollbar-arrow-color: #400000;
	scrollbar-track-color: #151515;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #808080;
	scrollbar-darkshadow-color: #050505;
}

a:link { 
	color: #FFFFFF;
	text-decoration: none;
}

a:visited { 
	color: #FFFFFF;
	text-decoration: none;
}

a:hover { 
	color: #00FF00;
	background-color: transparent;
	text-decoration: none;
}

a:active { 
	color: #FFFFFF;
	text-decoration: none;
}

input:focus, textarea:focus, select:focus {
	outline: none; 
}

/* Post body links phpBB3 */
a.postlink:link {
	text-decoration: none;
	color: #FF8000;
	border-bottom: 1px solid #000;
	border-bottom-style: dotted;
	padding-bottom: 0;
}

a.postlink:visited {
	color: #FF8000;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}

a.postlink:active {
	color: #FF8000;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}

a.postlink:hover {
	background-color: transparent;
	text-decoration: none;
	color: #00FF00;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}

.inner {
	width: 100%;
	margin: 0;
	padding: 0;
}

#headerlinks {		
    font-family: Verdana, Tahoma, Arial;
	font-weight: bold;
	font-size: 1.0em;
    text-align: justify;
	background: #000 url('images/pitted_rust3_black2.png') repeat-x;
	margin: 5px 15px 0 15px;
	padding: 0 5px;
}
		
ul.header_leftside {
	float: left;
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

ul.header_rightside {
	float: right;
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0 2px 0 0;
}	

#archive-entries {
    background: #000 url('images/pitted_rust3_black2.png');
    margin: 0;
    padding: 3px 10px;
    text-align: justify;
	border: 1px solid #000;
	border-radius: 5px;
    }

.post-wp {
	background: #000 url('images/pitted_rust3_dkred2.png');
	margin: 0;
	padding: 3px 10px;
	text-align: justify;
	border: 1px solid #000;
	border-radius: 5px;
	}
	
.post-wp hr {
	display: none;
	}

.widecolumn .post-wp {
	margin: 0;
	}
	
.post-wp span.corners-top2, .post-wp span.corners-bottom2 {
	margin: 0 -10px;
}

/* Begin Typography & Colors */
body {
	font-family: Verdana, Tahoma, Arial;
	font-weight: normal;
	font-size: 100%;
	/* letter-spacing: 0.2px; */
	line-height: 1.3em;
	background: #000 url('images/bg_black.png');
	color: #c0c0c0;
	text-align: left;
	}

#page {
	/* background: #000 url('images/body_new.png') repeat-y; */
	background-color: #000000;
	border-left: 1px solid #440000;
	border-right: 1px solid #440000;
	border-radius: 10px;
	margin: 20px auto 20px auto;
	padding: 0;
	max-width:980px;
	height: auto;
	}

#header {
	background-color: #000000;
	border-top: 1px solid #440000;
	border-radius: 8px;
	padding: 12px 14px 0 16px;
	max-width: 100%;
	height: 96px;
	}

#headerimg 	{
	position: relative;
	background: url('images/hfpng.png') no-repeat, -moz-linear-gradient(top, #444444, #000000);
	background: url('images/hfpng.png') no-repeat, -webkit-linear-gradient(top, #444444, #000000);
	background: url('images/hfpng.png') no-repeat, -o-linear-gradient(top, #444444, #000000);
	background: url('images/hfpng.png') no-repeat, linear-gradient(to bottom, #444444, #000000);
	border: 1px solid #000000;
	border-radius: 5px;
	max-width: 100%;
	height: 100%;
	}

#section {
		border: 1px solid #222;
		border-radius: 5px;
		padding: 10px;
	}
	
#content, #archives {
	font-size: 0.8em;
	}

.widecolumn .entry p {
	font-size: 0.8em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.5em;
	}

.widecolumn {
	line-height: 1.5em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	line-height: 1.25em;
	}

.thread-alt {
	background-color: #000;
}
.thread-even {
	background-color: #000;
}
.depth-1 {
border: 1px solid #000;
}

.even, .alt {

	border-left: 1px solid #000;
}

#footer {
	/* background: url('images/bottom_new.png') bottom left no-repeat; */
	border-bottom: 1px solid #440000;
	border-radius: 5px;
	max-width:980px;
	height: auto;
	padding-bottom:10px;
	}

small {	
	font-family: Verdana, Tahoma, Arial;
	font-weight: normal;	
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {	
	font-family: Verdana, Tahoma, Arial;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.1em;
    color: #FFF;
	}

h2.pagetitle, h2.pagetitle a:link {
    color: #FFF;
	}

#sidebar h2 {	
	font-family: Verdana, Tahoma, Arial;
	font-weight: bold;
	font-size: 1.5em;
	color: #555;
	}

h3 {
	font-size: 1.1em;
	}

h1, h1 a, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #FFF;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
	
h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: none;
	color: #00FF00;
	}

/*
.entry p a:visited {
	color: #FFF;
	}
*/
	
.entry a[title] {
	font-size: 0.9em;
	}

.sticky {
	padding: 0;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea, #xcomment_form textarea {
	font-family: Verdana, Tahoma, Arial;
	font-weight: normal;
	font-size: 0.85em;
	line-height: 1.25em;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
	background: #333;
}

.commentlist li .avatar { 
	float: left;
	border-radius: 5px; 
	margin: 3px 8px 0 0;
	position: relative;
	height: 40px;
	width: 40px;
	max-width: 40px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: normal;
	font-size: 1.05em;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	padding: 1px 40px 0 0;
	}

#commentform p {	
	font-family: Verdana, Tahoma, Arial;
	font-weight: normal;
	line-height: 1.25em;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-family: Verdana, Tahoma, Arial;
	font-weight: normal;
	font-size: 0.62em;
	line-height: 1.3em;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #c0c0c0;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/*
a, h2 a:hover, h3 a:hover {
	color: #00FF00;
	text-decoration: none;
	}

a:hover {
	color: #00FF00;
	text-decoration: none;
	}
*/

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font-family: Verdana, Tahoma, Arial;
	font-weight: normal;
	font-size: 1.1em;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

.narrowcolumn {
	float: left;
	padding: 25px 15px 20px 15px;
	margin: 0px 0 0;
	max-width: 685px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 10px 0 0 150px;
	max-width: 675px;
	}
	
.chatcolumn {
	float: left;
	padding: 25px 15px 20px 15px;
	margin: 0px 0 0;
	max-width: 950px;
	}	

.post {
	margin: 1px 0 0 0;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {	clear: both;	font-size: 0.8em;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	max-width: 980px;
	clear: both;
	}

#footer p {
	font-family: Verdana, Tahoma, Arial;
	font-weight: normal;
	font-size: 0.62em;
	line-height: 1.3em;
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0;
	}

h2.pagetitle {
	margin-top: 0;
	text-align: left;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding-bottom: 3px;
	}

/* h3 {
	padding: 0;
	margin: 0;
	} */

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
	
img.headerbar {
	display: inline;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
	
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img,
img.wp-post-image,
img.attachment-thumbnail{/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #222222;
	padding: 6px;
}
	
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

/*
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li{
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	/* background-color: #111; */
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li, #archives ul li, #archives ol li, #archives ul ul li, #archives ul ol li {
	margin: 3px 0 0 7px;
	padding: 0;
	list-style-type: none;
	/* list-style-image: none; */
	list-style-image: url('images/arrow02.png');
	}
	
#archives {
	width: 685px;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 175px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea, #xcomment_form textarea {
	width: 98% !important;
	padding: 2px;
	background-color: #000;
	border: 1px solid #500000;
	color: #c0c0c0;
	}
#xcomment_form input, #xcomment_form select {
	border-color: #440000;
	border: 1px solid #440000 !important;
	background-color: #000000;
	background-image: -moz-linear-gradient(top, #222222, #000000);
	background-image: -webkit-linear-gradient(top, #222222, #000000);
	background-image: -o-linear-gradient(top, #222222, #000000);
	background-image: linear-gradient(to bottom, #222222, #000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#222222', EndColorStr='#000000')";
	box-shadow: 0 0 0 1px #111111 inset;
	-webkit-box-shadow: 0 0 0 1px #111111 inset;
	color: #FFFFFF;
}
#respond {
		background-color: #111;
		border-radius: 5px;
		border: 1px solid #000;
		padding-left: 6px;
		padding-right: 2px;
	}	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
		background-color: #222;
		border-radius: 5px;
		border: 1px solid #000;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 2px 0 4px;
	padding: 5px 5px 16px 8px;
	list-style: none;
	border-radius: 5px;
	border: 1px solid #000;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 0.8em 0 0 47px;
	padding-left: 2px;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.comment-author {
	margin: 0;
	display: block;
	}
	
.commentmetadata {
	margin-left: 47px;
	display: block;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #000;
	}	
	
.comment-author img{
	border-radius: 5px;
	float: left;
	margin: 3px 8px 0 0;
	position: relative;
	height: 40px;
	width: 40px;
    max-width: 40px;
}
	
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 5px 5px 10px 16px;
	margin-left: 720px;
	margin-right: 5px;
	margin-top: 25px;
	width: 220px;
	border-radius: 5px 0 0 0;
	border-left-style: solid;
	border-left-color: #222;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #222;
	border-top-width: 1px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 14px 40px 0 47px;
	padding: 3px 10px 3px 10px;
	border-radius: 5px;
	border: 1px solid #000;
	font-style: italic;
	background-color: #555;
	}
	
blockquote blockquote{
	margin-right: 10px;
	border-radius: 5px;
	border: 1px solid #000;
	font-style: italic;
	background-color: #444;
	}
	
blockquote blockquote blockquote {
	margin-right: 10px;
	border-radius: 5px;
	border: 1px solid #000;
	font-style: italic;
	background-color: #333;
}

blockquote cite {
	/* margin: 5px 0 0; */
	display: block;
	}	

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	border: 0;
	color: #000;
	height: 1px;
	}
	
hr.divider {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 32px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	border-radius: 5px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 0.7em;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.ddavatar {
	border-radius: 5px;
}

#menu {
	/* background: -moz-linear-gradient(#333, #030303);
	background: -o-linear-gradient(#333, #030303);
	background: -webkit-linear-gradient(#333, #030303);
	background: linear-gradient(#333, #030303);	
	background-color: #000; */
	background-image: url('images/pitted_rust3_black2.png');	
	border: 1px solid #000;
	border-radius: 5px;
    /* font-family: Verdana, Tahoma, Arial;
	font-weight: normal;
	font-size: 1.0em;
    text-align: justify; */	
	margin: 5px 15px 0 15px;
	padding: 0;
}

/* #menu ul {
	margin: auto;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;
	position: relative;
}
#menu a {
	color: #FFF;
	display: block;
	line-height: 2.2em;
	padding: 0 1.0em;
	text-decoration: none;
	border: 1px;
	border-radius: 5px;
}
#menu ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#menu ul ul ul {
	left: 100%;
	top: 0;
}
#menu ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#menu li:hover > a,
#menu ul ul :hover > a,
#menu a:focus {
	background: -moz-linear-gradient(#400000, #020202);
	background: -o-linear-gradient(#400000, #020202);
	background: -webkit-linear-gradient(#400000, #020202);
	background: linear-gradient(#400000, #020202);	
	color: #00FF00;
}
#menu ul li:hover > ul {
	display: block;
}
#menu .current-menu-item > a,
#menu .current-menu-ancestor > a,
#menu .current_page_item > a,
#menu .current_page_ancestor > a {
	font-family: Verdana, Tahoma, Arial;
	font-weight: normal;
} */

/* Table of Contents */

article {
  padding: 0;
  margin: 0 auto;
}

.table-of-contents {
  float: right;
  width: 20%;
  background: #222222;
  font-size: 0.85em;
  padding: 1em 1.5em;
  border: 1px solid #000000;
  border-radius: 5px;
  margin: 0 0.5em 1em 1em;
}
.table-of-contents ul {
  padding: 0;
}
.table-of-contents li {
  margin: 0 0 0.25em 0;
}
.table-of-contents a {
  text-decoration: none;
}
.table-of-contents a:hover,
.table-of-contents a:active {
  text-decoration: none;
}

h3:target {
  animation: highlight 3s ease;
}

@keyframes highlight {
  from { background: #440000; }
  to { background: #000000; }
}


/* "Oh snap..." */
