﻿@import url("layout.css");
body {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: small;
background-image: url("http://www.hockhocking.com/images/backhockhocking.jpg");
background-repeat: repeat-x;
		background-color: #0E1B1F;

	
}
#container {
	border-right: 2px solid #0E1B1F;
	border-bottom: 2px solid #0B1619;
	border-left: 2px solid #080F11;
	background-color: #0F1D21;
	border-color:black;
	border-style:solid;
	border:thick solid; 

}
#masthead {
	text-align: left;
	background-color: #0E1B1F;
	background-image: url("http://www.hockhocking.com/images/thewilderside.jpg");
	background-repeat: no-repeat;
}
#navigation {
	border-top: 1px solid #608D66;
	border-bottom: 1px solid #608D69;
	background-color: #608D67;
}
dy #navigation {
	overflow: hidden;
	
}
#column_l {
	width: 370px;
	padding: 15px;
	background-color: #899391;
	background-repeat: no-repeat;

}
dy #column_l {
	width: 370px;
	padding: 0 15px;
	background-color: #101F23;
	
}
dy #column_l {
	width: 370px;
	padding: 0 15px;
	background-color: #101F23;
	
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #000;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #000;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #000;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #fff;
}
#content {
	background-color: #fff;
	
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	font-weight: bold;
	font-style: italic;
	color: #F9F9F9;
	margin-bottom: 0;
	margin-left: 0.5em;
}
#masthead h3 {
	font-weight: bold;
	font-style: italic;
	color: #F9F9F8;
	margin-top: 0;
	margin-left: 1em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
    padding:2px;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #F9F9F7;
	display: block;
	padding: 5px;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #24542F;
	background-color: #20492A;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #000001;
}
h2 {
	font-size: x-large;
	font-style: italic;
	color: #000002;
}
h3 {
	font-size: large;
	font-style: italic;
	color: #000003;
}
h4 {
	font-size: medium;
	font-style: italic;
	color: #000004;
}
h5 {
	font-size: x-small;
	font-style: italic;
	color: #000006;
}
h6 {
	font-size: xx-small;
	font-style: italic;
	color: #000007;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #000008;
}
/* Links */
a {
	color: #E6E8EB;
	text-decoration: underline;
}
a:hover {
	color: #f72;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
img {
border:3px white;
}