/*
Theme Name: echolocation
Theme URI: http://mashtunweb.com/
Description: The theme for echolocation.ca
Version: 0.1
Author: Benjamin Rankin and Adam Hammond
Author URI: http://mashtunweb.com/
*/

body {
	background-color: #e8e8e8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	padding: 0px;
	margin: 0px;
}

p {
	padding: 0px;
	margin: 0px;
	background-color: #e8e8e8;
	color: #666666;
	margin-top: 10px;
	line-height: 17px;
	
}

img {
	border: 0px;
}

a {
	background-color: #e8e8e8;
	color: #666666;
	text-decoration: none;
}

string {
	font-weight: bolder;
}

h2 {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}

h3 {
	margin-left: 65px;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}
#page {
	width: 600px;
	margin: auto;
}
#header_menu {
	text-align:center;
}

#header_menu ul{
	list-style-type: none;
}

#header_menu ul li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}

#header_menu ul li a{
}

#content {
	width: 350px;
	margin: auto;
}
#content a {
	font-weight: bolder;
}
#header_title {
	text-align: center;
}

#header_title {
}
#footer {
	margin: auto;
	margin-top: 50px;
	text-align: center;
	margin-bottom: 10px;
}
#footer_copywrite {
	margin-bottom: 5px;
}
#current_issue_table{
	margin-top: 10px;
}