body {
	margin: 0;
	padding: 0;
	font: 13px Arial, Helvetica, sans-serif;
	color: #555;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	padding: 2px;
	border: 1px solid #626262;
	font: normal 1em Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #444444;
	font-weight: bold;
}
h1 {
	letter-spacing: -3px;
	font-size: 2.5em;
}
h2 {
	letter-spacing: -2px;
	font-size: 2em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
}


p, ol, ul {
	margin-bottom: 2em;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #666;
}


#page {
	margin: auto;	
}


/* Menu */

#menu {
	float: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

#menu a {
	display: block;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font: bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}

#menu a:hover {
	color: #666;
	text-decoration: underline;
}


/* Page */

#page {
	padding: 40px 60px 0 60px;
	width: 600px;
	height: 400px;
}


/* Articles */

.post {
	margin-bottom: 10px;
}

.post .title a, #ParkedArticleTitle {
	text-decoration: none;
	font-size: 21px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #444444;
	font-weight: bold;
}

.post .byline {
	margin: 0;
	padding-bottom: 10px;
	line-height: normal;
	color: #333;
	font-size: 10px;	
}

.post .title p a {
	color: #444444;
}

.post .links a {
	text-decoration: none;
	font-weight: bold;
}

.post .links a:hover {
	text-decoration: underline;
}


/* Footer */

#footer {
	text-align: left;
}

#footer p {
	padding-top: 1px;
	text-align: left;
	font-size: .9em;
	color: #333;
}

#footer a {
	padding: 0;
	text-decoration: none;
	color: #333;
}

#footer a:hover {
	color: #666;
	text-decoration: underline;
}

