/*   
Theme Name: Chad's News
Theme URI: http://www.cloman.com/
Description: A modified version of the blogger.com 'minima blue' theme
Author: Chad Cloman
Author URI: http://www.cloman.com/chad/
Version: 1.3.2

This theme has heavily borrowed elements from the blogger.com Minima Blue template
by Douglas Bowman (www.stopdesign.com) and the Wordpress 2.0 default theme by
Michael Heilemann (http://binarybonsai.com/). Feel free to borrow in return.

*/


/***********/
/* General */
/***********/

body, html {
	background-color: #135;
	color: #ccc;
	}

body {
	font: small/140% "Trebuchet MS",Arial,Helvetica,sans-serif;
/*	font: small "Trebuchet MS",Verdana,Helvetica,sans-serif; */
	text-align: center;
	margin: 20px;
	padding: 0; 
	}

a:link {
	color:#9bd;
	text-decoration:none;
	}

a:visited {
	color:#b8b;
	text-decoration:none;
	}

a:hover {
	color:#ad9;
	text-decoration:underline;
	}

#page {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 760px;
	}

small {
	font-size: 90%;
	line-height: 1.5em;
	}

cite {
	text-decoration: none;
	}

code {
	font: 1.1em/100% "Courier New",Courier,monospace;
	}

h2 {
	margin: 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 0;
	}
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

small, .postmetadata, strike {
	color: #b0b0b0;
	}

blockquote {
	border-left: 2px solid #579;
	padding-left: 0.5em;
	}

.update {
	font-weight: bold;
	color: #ff9090;
	text-decoration: underline;
	}

/* Disable Firefox default */
abbr, acronym {
	border-bottom: none;
	}

/* Then re-enable it for posts only */
.post abbr, .post acronym {
	border-bottom: 1px dotted;
	}

/**********/
/* Header */
/**********/

#header {
	border:1px solid #468;
	margin: 0 0 20px 0;
	padding: 0; 
	width: 760px;
	}

#blog-title {
	margin:5px 5px 0;
	padding:20px 20px .25em;
	border:1px solid #357;
	border-width:1px 1px 0;
	font-size: 200%;
	line-height:1.2em;
	color:#eee;
	text-transform:uppercase;
	letter-spacing:.2em;
	text-align: center;
	}

#blog-title a, #blog-title a:link, #blog-title a:visited {
	color:#eee;
	text-decoration:none;
	}

#blog-title a:hover {
	color:#ad9;
	}

#description {
	margin:0 5px 5px;
	padding:0 20px 20px;
	border:1px solid #357;
	border-width:0 1px 1px;
	letter-spacing:.2em;
	font:small-caps 100%/1.8em "Trebuchet MS",Helvetica,sans-serif;
	text-transform: capitalize;
	color:#79b;
	text-align: center;
	}


/********/
/* Body */
/********/

.narrowcolumn {
	float: left;
	padding: 0;
	margin: 0 0 30px 15px;	 /* see #sidebar and .sblock for bottom margin */
	width: 510px;
	}

.post {
	text-align: left;
	border-bottom:1px dotted #357;
	}

.post-title, .page-title, .e404-title {
	margin:.25em 0 0;
	padding:0 0 4px;
	font-size:140%;
	line-height:1.4em;
	color:#fc6;
	text-align: left;
	}

.post-title a, .post-title a:link, .post-title a:visited {
	color: #fc6;
	}

.post-title a:hover {
	color: #fff;
	text-decoration: none;
	}

.entry {
	text-align: justify;
	}

.postmetadata {
	clear: left;
	}

.archive-title, .search-title {
	color: #579;
	font-size: 150%;
	}

.postmetadata {
	text-align: left;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 3ex;
	margin-bottom: 8ex;
	}

#commentform textarea, #commentform input {
	background-color: #357;
	color: #ccc;
	font: small Arial,Helvetica,sans-serif;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: auto;
	}

#commentform #submit {
	margin: 5px 0 0;
	padding: 0;
	float: right;
	}

#commentform p {
	margin: 5px 0;
	}

#respond, #comments {
	color: #579;
	font-size: 140%;
	padding: 0;
	margin: 5ex 0 1ex 0;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.one-comment {
	margin: 0 0 4ex 0;
	padding: 0;
	}

.one-comment p {
	margin-left: 1.5em;
	}

.one-comment .commenter, .one-comment .commentmetadata {
	margin-left: 0;
	}

.commenter {
	margin-bottom: 0;
	padding-bottom: 0;
	}

.commentmetadata {
	margin-top: 0;
	padding-top: 0;
	}
	
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentlist li {
	list-style: none;
	}

.entry dfn a,
.entry dfn a:link,
.entry dfn a:visited,
.entry dfn a:hover,
.entry dfn a:active {
	color: #9bd;
	font-style: normal;
	text-decoration: none;
	}

@media screen {
	.entry dfn a { cursor: help; }
}

.post img {
	padding: 0;
	border: 3px solid black;
	background-color: #aaa;
	max-width: 100%;
	color: #fff;  /* for the 'alt' text */
	font-weight: bold; /* for the 'alt' text */
	}

img#wpstats {
	border: none;
	}

.post-left-img {
	float: left;
	margin: 0 10px 5px 0;
	}

.post-center-img {
	display: block;
	margin: 0px auto 10px;
	text-align:center; 
	}

.post-link {
	font-size: 90%;
	}

.post-link-hdr {
	font-weight: bold;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

.post h2 {
	font-family: Arial,Helvetica,sans-serif;
	}


/***********/
/* Sidebar */
/***********/

#sidebar {
	padding: 0;
	margin: 0 0 20px 555px;  /* The 20px combines with the .sblock 10px to form 30px, which is the same as .narrowcolumn */
	width: 190px;
	}

#sidebar ul {
	margin: 0;
	padding: 0;
	}

#sidebar ul ul,
#sidebar li#archives-3 select,
#sidebar li#categories-3 select {
	margin-left: 10px;
	}

#sidebar ul ul ul {
	margin-left: 10px;
}

#sidebar li {
	list-style-type: none;
	text-indent: 0;
	}

/*
#sidebar ul li {
	margin: 0;
	padding: 0;
	}
*/

#sidebar li.widget {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom:1px dotted #579;
}

/*
#sidebar .sblock,
#sidebar .widget_search,
#sidebar .chads_gaming_widget,
#sidebar .widget_links,
#sidebar .widget_categories,
#sidebar .meta_enhanced,
#sidebar .chads_widget,
#sidebar .widget_text {
	border-bottom:1px dotted #357;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	}
*/

#sidebar h2 {
	font:bold 78%/1.4em "Trebuchet MS",Arial,Helvetica,sans-serif;
	text-transform:uppercase;
	letter-spacing:.2em;
	color: #579;
	text-decoration: none;
	margin: 0;
	padding: 0;
	}

#searchform {
	margin: 0;
	padding: 0;
	text-align: left;
	}

#sidebar #searchform #s {
	width: 100px;
	padding: 0;
	margin: 0 8px 0 0;
	background-color: #ccc;
	}

#sidebar #searchsubmit {
	padding: 0 2px;
	}

/*
#sidebar li#archives-3 select,
#sidebar li#categories-3 {
	margin-top: 5px;
	}
*/

#sidebar li.widget_archive select,
#sidebar li.widget_categories select {
	width: 170px;
	border: solid thin #579;
	background-color: #357;
	color: #ccc;
	margin-top: 5px;
	}

#sidebar li.widget_archive > label ,
#sidebar li.widget_categories > form > label {
	display: none;
	}

.profile-data {
	float: right;
	font-size: 78%;
	line-height: 1.6em;
	text-transform:uppercase;
	letter-spacing:.1em;
	text-align: right;
	}

.profile-data,
.profile-data a,
.profile-data a:link,
.profile-data a:visited {
	font-weight: bold;
	color: #ccc;
	text-decoration: none;
	}

.profile-data a:hover {
	color:#fff;
	text-decoration:underline;
	}
	

.profile-img {
	padding: 4px;
	border: 1px solid #357;
	margin: 2px 8px 0 0;
	}


/**********/
/* Footer */
/**********/

#footer {
	padding: 1ex 0 0 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	border-top: 1px solid #579;
	}

#footer p {
	font:78%/1.6em "Trebuchet MS",Arial,Helvetica,sans-serif;
	text-transform:uppercase;
	letter-spacing:.1em;
	text-align: center;
	}


/****************/
/* Archive List */
/****************/

#two-column-table th {
	width: 50%;
	font-size: 150%;
	}

#two-column-table td {
	vertical-align: top;
	}

table#two-column-table,
#two-column-table tr,
#two-column-table td,
#two-column-table th,
#two-column-table thead,
#two-column-table tbody {
	border: none;
	}


/***************/
/* FFXIV Pages */
/***************/

div#ffxiv-trials h2 { font: small-caps 18px Arial,Helvetica,sans-serif; text-decoration: underline; cursor: pointer; padding-top: 1ex; }
div#ffxiv-trials p { margin-bottom: .75em; }

div.ffxiv-collapse { margin: 2px 0 0 1em; padding: 1ex 1em; border: thin solid #79A; background-color: #357; }
div.ffxiv-collapse p:first-child,
div.ffxiv-collapse ul:first-child,
div.ffxiv-collapse ol:first-child
	{ margin-top: 0; padding-top: 0; }
div.ffxiv-collapse p:last-child,
div.ffxiv-collapse ul:last-child,
div.ffxiv-collapse ol:last-child
	{ margin-bottom: 0; padding-bottom: 0; }
div.ffxiv-collapse a,
div.ffxiv-collapse a:link,
div.ffxiv-collapse a:visited
	{ text-decoration: underline; color: white; }
div.ffxiv-collapse a:hover { color: #b8b; text-decoration:underline; }

div#ffxiv-trials span.arrow { text-decoration: none; display: inline-block; width: 20px; margin-right: .4em; background: #aaa url(data:image/gif;base64,R0lGODlhCwALAJEAAAAAAP///xUVFf///yH5BAEAAAMALAAAAAALAAsAAAIUnC2nKLnT4or00PvyrQwrPzUZshQAOw==) no-repeat center center; }

div#ffxiv-trials span.normal { display: inline-block; text-decoration: none; font-size: smaller; }

div#ffxiv-trials ul.nested-list { padding-left: 8px; }
div#ffxiv-trials ul.nested-list li { list-style-type: none; }
div#ffxiv-trials ul.nested-list li:before {content: '\2023'; margin-left: -8px; margin-right: 4px; font-size: larger; }

div.ffxiv-protip,
div.ffxiv-highlight-block
	{ border: thin white solid; padding: 8px; margin: 0 auto 24px; width: 95%; text-align: left; }

div.ffxiv-protip { background-color: #365a6b; }
div.ffxiv-protip p { margin-left: 0; margin-right: 0; }
div.ffxiv-protip p:first-child { margin-top: 0; }
div.ffxiv-protip p:first-child span:first-child { font-weight: bold; }
div.ffxiv-protip p:first-child span:first-child::before { content: "Pro Tip: "; }
div.ffxiv-protip p:last-child { margin-bottom: 0 !important; }
div.ffxiv-protip-collapse p:first-child { margin-bottom: 0; }

div.ffxiv-highlight-block { background-color: #365a6b; }
div.ffxiv-highlight-block p:first-child,
div.ffxiv-highlight-block ul:first-child,
div.ffxiv-highlight-block ol:first-child
	{ margin-top: 0; }
div.ffxiv-highlight-block p:last-child,
div.ffxiv-highlight-block ul:last-child,
div.ffxiv-highlight-block ol:last-child
	{ margin-bottom: 0; padding-bottom: 0; }

.ffxiv-keyword-string,
.ffxiv-keyword-object 
	{ color: #5dade2; }
.ffxiv-keyword-string { font-style: italic; font-weight: 600; }
.ffxiv-keyword-object { font-weight: bold; }

/*
div#gaming-header { position: relative; top: auto; left: auto; }
div#gaming-header > h2,
div#gaming-header > div
	{ position: absolute; top: 0px; left: 0px; }
div#gaming-header > h2 { z-index: 1000; color: #ad9; font-size: 200%; background-color: black; padding: 8px 4px; }
div#gaming-header > div { z-index: 500; }
*/

h2.gaming-archive-title { color: #ad9; font-size: 200%; background-color: black; padding: 8px 4px; margin-bottom: 0px; }

figcaption { font-style: italic; }


/********************/
/* Print Only Rules */
/********************/

@media print {

	body, html { background-color: white; color: black; }

	/* This doesn't work on certain browsers, but it should */
	div#page div#content div.post { page-break-inside: avoid; }
	
	#commentInputArea, #sidebar, #share-this-chad { display: none; }
	
	#page, #header, #footer, .narrowcolumn { width: 100%; max-width: 1000px; }
	
	.narrowcolumn { margin-left: 0; margin-right: 0; }

	#commentform textarea,
	#commentform input,
	.post img,
	#sidebar #searchform #s,
	#sidebar #archive-dropdown,
	#sidebar #category-dropdown
	{
		background-color: white;
	}
	
	a, a:link, a:visited, a:hover, a:active,
	#blog-title a, #blog-title a:link, #blog-title a:visited, #blog-title a:hover,
	.post-title a, .post-title a:link, .post-title a:visited, .post-title a:hover,
	.entry dfn a, .entry dfn a:link, .entry dfn a:visited, .entry dfn a:hover, .entry dfn a:active
	{
		color: black;
	}

	small,
	.postmetadata,
	strike,
	.update,
	#blog-title,
	#description,
	.post-title,
	.page-title,
	.e404-title,
	.archive-title,
	.search-title,
	#commentform textarea,
	#commentform input,
	#respond,
	#comments,
	.post img,
	#sidebar h2,
	#sidebar #archive-dropdown,
	#sidebar #category-dropdown,
	.profile-data
	{
		color: black;
	}

	blockquote,
	#header,
	#blog-title,
	#description,
	.post,
	#sidebar .sblock,
	#sidebar #archive-dropdown,
	#sidebar #category-dropdown,
	.profile-img,
	#footer
	{
		border-color: black;
	}

}


/*
     FILE ARCHIVED ON 01:20:19 Nov 01, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:17:05 Aug 16, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.442
  exclusion.robots: 0.048
  exclusion.robots.policy: 0.038
  esindex: 0.006
  cdx.remote: 14.33
  LoadShardBlock: 68.681 (3)
  PetaboxLoader3.datanode: 52.253 (4)
  PetaboxLoader3.resolve: 72.062 (2)
  load_resource: 67.86
*/