﻿description {
	font-family: Courier New;
	font-size: 10pt;
}
link {
	font-family: Courier New;
	font-size: 12pt;
	color: #98AAB1;
	font-weight: bold;
}
body {
	background-color: #F8EDD8;
}
normal {
	font-family: Verdana;
	font-size: 12pt;
	margin: 12px;
	text-align: justify;
}
p {
	font-family: Trebuchet MS;
	line-height: 1em;
	font-size: 12pt;
	margin-top: 2px;
	text-align: left;
}

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: 12pt;
	font-weight: normal;
	text-align: justify;
	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;
}img {
	border: none;
}
/* div
 ------------ */
.screen {
	background-color: #F8EDD8;
	display: ;
}
.badkground {
	background-position: upper-left;
	background-image: url('https://thefedorachronicles.com/icons/background_2009.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.explore_space {
	background-position: upper-left;
	background-image: url('https://thefedorachronicles.com/icons/Explore_Together.gif');
	background-attachment: fixed;
	background-repeat: repeat;
}
.music_background {
	background-position: upper-left;
	background-image: url('https://thefedorachronicles.com/icons/music_background.gif');
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.page {
	width: 1120px;
	margin-left:auto;
	margin-right:auto;
}
.content {
	border: 2px #98AAB1 solid;
	background-color: #EBEAE9;
	width: 800px;
	padding: 20px;
	margin-left:auto;
	margin-right:auto;
}

.right_menu {
	border: 2px #98AAB1 solid;
	background-color: #FFFFFF;
	width: 250px;
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	padding: 10px;
}

.Left_content {
	border: 2px #98AAB1 solid;
	background-color: #EBEAE9;
	width: 200px;
	float: left;
	margin-right: 10px;
	padding: 10px;
}
.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: 300px;
	float: right;
	margin-left: 10px;
	padding: 10px;
}
.center_div {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.centered_paragraph {
	font-family: Verdana;
	font-size: 12pt;
	text-align: center;
	margin-bottom: 2px;
	margin-top: 2px;
}
.footer {
	border: 2px #98AAB1 solid;
	background-color: #EBEAE9;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}

/* text
 ------------ */
.text_left {
	font-family: Trebuchet MS;
	line-height: 1.25em;
	font-size: 12pt;
	margin-top: 2px;
	text-align: left;
}
.C {
	font-family: Verdana;
	font-size: 12pt;
	text-align: center;
	margin-bottom: 2px;
	margin-top: 2px;
}.quote {
	font-size: 24px;
	color: #004E98;
}



/* images
 ------------ */
.vertical-img {
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
}
.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 {
	margin-left: auto;
	margin-right: auto;
}
/* Nav-Menu
 ------------ */
#navbar li {
	background: #EBEAE9;
	text-align: center;
	padding-left: 2px;
	font-size: 12px;
	font-family: Verdana;
}
#navbar li:hover {
	padding-left: 2px;
}
#navbar li:hover ul {
	background: #EBEAE9;
}
#navbar li ul li {
	font-size: 12px;
}
#navbar li:hover ul li {
	border: none;
	padding: 2px;
}
#navbar a:hover {
	text-decoration: underline;
}
