@charset "utf-8";

/*
Theme Name: Cotter
Theme URI: http://www.matthewcotter.net/
Description: Theme designed for MatthewCotter.net
Author: Matt Cotter (@virt)
Author URI: http://matthewcotter.net
Version: 1.0
.
swatch
808080 = gray
FF6A00 = orange
-

*/

body {
				font-family: "times new roman", "georgia", serif;
				font-size: .9em;
				margin: 0;
				color: #808080;
				background-color: #fff;
				border-top: 5px solid black;
}
#container a,a:visited {
				color: #FFA600;
				text-decoration: none;
				font-weight: bold;
				padding: 12px;
			}
#container a:hover,a:active {
				color: #808080;
				border-bottom: 3px solid orange;
				font-weight: bold;
				padding: 12px;
				
}
img {
		border: 0;
}

#container {
		margin: 13em auto 0 auto;
		width: 75%;
		text-align: center;

}
h1 {
		font-size: 8em;
		color: black;
		padding: 0;
		margin: 0;	
}
h2 {	
		font-size: 1.8em;
		color: gray;
		margin: 0;
		padding: 0;
}

#container ul {
		border-bottom: 3px solid gray;
		padding: 12px;
		 
}
#container li {
		display: inline;
		padding: 12px;
}
#footer {
		width: 75%;
		margin: 0 auto 0 auto;
		text-align: center;
		font-size: .8em;
		
}
#footer ul {
		
		list-style-type: none;
		padding: 0;
		
}
#footer li {
		list-style-type: disc;
		display: inline;
		padding: 1em;
}	
		
		