/*
Theme Name: Hal Hirshorn
Theme URI: http://halhirshorn.com
Author: Eva Ulz
Author URI: http://evaulz.com
Description: Custom theme for Hal Hirshorn 
Version: 1
*/

* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	min-width: 640px;
	background-color: #000;
	color: #f0ffff;
}
#page {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

/*Masthead*/
#masthead h1  {
	margin-top: 25px;
	font-size: xx-large;
	font-weight: bold;
}
#masthead a {
	color: #f0ffff;
	text-decoration: none;
}

/*Navigation*/
#navigation {
	margin-top: 15px;
	text-align: right;
}
#navigation li {
	font-size: 14px;
 	display: inline-block;
	margin-left: 25px;
	list-style-type: none;
	margin-bottom: 10px;
}
#navigation a:link,
#navigation a:visited {
	color: #F0FFFF;
	text-decoration: none;
}
#navigation a:hover,
#navigation a:active {
	color: #00FFFF;
	text-decoration: none;
}

/*Content*/
#content {
	margin-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: small;
	color: #f0ffff;
}
#content h2 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #F0FFFF;
}
#content p {
	font-size: small;
	margin-bottom: 10px;
}
div.post h2 a {
	color: #f0ffff;
	text-decoration: none;
}
a:link,
a:visited {
	color: #f0ffff;
	text-decoration: none;	
}
a:active,
a:hover {
	color: #00ffff;
	text-decoration: none;
}

