/* - - - - - - - - - - - - - - - - - - - - -

Title : The News Standard
Author : Jason Michael Smithson
URL : http://www.thenewsstandard.com/style.css

Description : Screen Style Sheet

Created : 2010.03.07 14:43
Modified : 2010.03.07 14:43

- - - - - - - - - - - - - - - - - - - - - */

html {
}	

body {
		font-family: "Times New Roman", times, serif;
		text-align: center;
		/* background: #44443f; */
		background: #e8e8e8;
		/* width: 900px; */
		padding: 1em;
		background-image: url('/ohio-river-barge-background.c.jpg');
		
}
a:link {
	color: #adbac2;
}
a:visited {
	color: #5d7827;
}

/*
Drab colors
a:link {
	color: #355673;
}
a:visited {
	color: #2a4609;
}
*/

#container {
		margin-top: 1em;
		margin-bottom: 2em;
		margin-left: auto;
		margin-right: auto;
		width: 50em;
		width: 50em;
		text-align: center;
		background: #33332f;
		border: 0.4em solid #3e3e3a;
}

#page-top {
	background: black;
	padding: 2em;
}

#page-top h2 {
	color: white;
	margin: 0em 0em .2em 0em;
	padding: 0em;
}

#page-top h3 {
	color: white;
	margin: .2em;
	padding: 0em;
}

#page-top h4 {
	color: white;
	margin: .2em;
	padding: 0em;
}

#logo {
	padding: 1em 1em 0em 1em;
}

#page-bottom {
	background: #fff;
	padding: 1em;
}

#page-bottom h2 {
		color: black;
}

#page-bottom h3 {
		color: black;
}

/* ----- IDS ----- */

#primaryContent {
}	
#secondaryContent {
}	
#navigation {
}	
#footer {
}
#media {
		text-align: center;
}
#media h1 {
		margin-top: 1em;
		margin-bottom: 0em;
		color: #eeeeee;
}
#media h2 {
		margin-top: 0em;
		color: #e8e8e8;
}

#archive table {
	width: 90%;
	font-size: .9em;
	text-align: center;
}
#archive td {
	vertical-align: top;
	padding: .1em;
}

/* ----- CLASSES ----- */

.hide {
}
.show {
}

/* ----- HEADINGS ----- */

h1 {
}
h2 {
		text-align: center;
}
h3 {
		text-align: center;
}
h4 {
}

/* ----- PARAGRAPHS ----- */

p {
		text-align: center;
}
#primaryContent p {
}
#secondaryContent p {
}

/* ----- QUOTES ----- */

blockquote {
}
blockquote p {
}
cite {
}
blockquote cite {
}

/* ----- CODE ----- */

pre {
}
code {
}
p code {
}
pre code {
}

/* ----- LISTS ----- */

li {
}
li p {
}
ol {
}
ul {
		list-style: none;
}
ol li {
}
ul li {
}

#navigation li {
}

#navigation ul {
}

#navigation ul li {
}

#navigation ol {
}

#navigation ol li {
}

/* ----- IMAGES ----- */

img {
}
img a {
}
img a:hover {
}

/* ----- BREAK ----- */

hr {
}

/* ----- TEXT FORMATTING ----- */

strong {
}
em {
}
b {
}
i {
}

/* ----- LINKS ----- */

a {
}
a:hover {
}
a:visited, a:active, a:focus {
}
a:visited {
}
a:active {
}
a:focus {
}

p a {
}
cite a {
}
li a {
}
dt a {
}
dd a {
}

/* ----- TABLES ----- */

table {
		width:800px;
}
caption {
}
thead {
}
tbody {
}
tfoot {
}
tr {
}
tr .alt {
}
th {
}
td {
		text-align:center;
}

/* ----- FORMS ----- */

form {
}
fieldset {
}
legend {
}
label {
}
input {
}
textarea {
}
input, textarea {
}
select {
}
optgroup {
}
option {
}

/* ----- DEFINITIONS ----- */

dl {
}
dt {
}
dd {
}