﻿description {
	font-family: Courier New;
	font-size: 10pt;
}
link {
	font-family: Courier New;
	font-size: 12pt;
	color: #98AAB1;
	font-weight: bold;
}
body {
	background-attachment: fixed;
	background-image: url(https://thefedorachronicles.com/icons/background/background_2011_06.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
normal {
	font-family: Verdana;
	font-size: 12pt;
	margin: 12px;
	text-align: justify;
}
p {
	font-family: Trebuchet MS;
	line-height: 1.25em;
	font-size: 12pt;
	margin-top: 2px;
	text-align: left;
}
strong {
	color: #3F3F3F;
}
h1 {
	font: Georgia;
	font-family: Georgia;
	color: #3F3F3F;
	font-size: 20px;
	text-align: center;
	margin-top: 10px;
}
h2 {
	font-family: Courier New;
	font-size: 14pt;
	color: #3F3F3F;
	font-weight: bold;
	margin-top: 10;
	margin-bottom: 2px;
}
h3 {
	font-family: "Courier New";
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	margin: 0, 2px, 0, 0;
}
h4 {
	font-family: Courier New;
	font-size: 14pt;
	color: #A62124;
	font-weight: bold;
}
a:link {
	color: #A62124;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #996633;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: red;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}
ul {
	font-family: Trebuchet MS;
	line-height: 1.25em;
	font-size: 12pt;
	text-align: justify;
}

li {padding-bottom: 10px;
}

/* div
 ------------ */
. {
	border: 2px #98AAB1 solid;
	background-color: #EBEAE9;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}

.container {
	left: auto;
	top: auto;
	right: auto;
	width: 900px;
	margin: auto;
	height: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #EBEAE9;
	border: 1px solid #444444;
   
}

.content {
	border: 1px solid #444444;
	background-color: #EBEAE9;
	width: 750px;
	padding: 20px;
	min-height: 900px;
	margin: auto;
}
.header {
	min-height: 100px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.nav {
	min-height: 40px;
	margin-left: auto;
	margin-right: auto;
	width:675px;
}

.center_div {
	border: 2px solid #444444;
	background-color: #EBEAE9;
	width: 240px;
	padding: 10px;
	margin: auto;
}

.centered_paragraph {
	text-align: center;
	margin-bottom: 2px;
	margin-top: 2px;
}

.Left_content {
	border: 2px #98AAB1 solid;
	background-color: #EBEAE9;
	width: 240px;
	float: left;
	padding: 10px;
	margin: auto;
}
.Right_content {
	border: 2px #98AAB1 solid;
	background-color: #EBEAE9;
	width: 300px;
	float: right;
	margin-left: 10px;
	padding: 10px;
}
.Right_special {
	border: 2px #98AAB1 solid;
	background-color: #FFFFFF;
	width: 240px;
	float: right;
	padding: 10px;
	margin: 10px;
}
.fedora_twitter {
	border: 2px #98AAB1 solid;
	background-color: #EBEAE9;
	width: 300px;
	height: 400px;
	float: right;
	margin-left: 10px;
	padding: 10px;
	background-image: url(https://thefedorachronicles.com/icons/background/fedora_twitter.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}


.footer {
	border: 1px solid #444444;
	background-color: #EBEAE9;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
}
hr {
	height: 1px;
	border-width: 0;
	background-color: #D1D7DC;
	color: #D1D7DC;
}
/* Pulp Text
 ------------ */
.text_left {
	font-family: Verdana;
	font-size: 12pt;
	margin-top: 2px;
	text-align: left;
}
.C {
	font-family: Verdana;
	font-size: 12pt;
	text-align: center;
	margin-bottom: auto;
	margin-top: auto;
}
.by-line {
	font-family: Verdana;
	font-size: 12pt;
	margin-top: 2px;
	text-align: center;
}
.indent {
	margin-left: 40px;
}
.quote {
	font-size: 24px;
	color: #004E98;
}

.quoted {
	color: #004E98;
}

#subtitle  {
	font-family: Georgia;
	color: #3F3F3F;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2px;
	margin-top: 2px;
}


/* images
 ------------ */
.vertical-img {
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
	border: 0px;
}
.img-left {
	float: left;
	margin-right: 10px;
	margin-left: 0px;
	border: 0px;
}
.img-right {
	float: right;
	margin-left: 10px;
	margin-right: 0px;
	border: 0px;
}
.img-center {
	text-align: center;
}
.img-top_bottom {
	margin-top: 10px;
	margin-bottom: 10px;
}
