/*  
Theme Name: Nutrun
Theme URI: http://nutrun.com.org/
Description: Whatever
Author: Rock
Author URI: http://nutrun.com/

	Nutrun v0.0
	 http://nutrun.com/
*/

body {
	font-family: helvetica, arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	color: #333;
}

#headline {
  margin:0;
  padding: 15px 0 15px 0;
  border-bottom: 2px solid #666;
  text-align: center;
  background-color: #CCC;
}

#page {
	min-width: 700px;
        padding: 30px 15% 30px 15%;
}

#header {
	text-align: center;
}

.post {
	margin-bottom: 75px;
}

.post-info {
	font-size: 0.8em;
	color: #999;
	font-style: italic;
}

a, a:link, a:visited, a:active {
	font-weight: bold;
	color: #6699CC;
	text-decoration: none;
}

a:hover {
	color: #336699;
	text-decoration: none;
}

pre {
	font-size: 1.2em;
	color: black;
}

img {
	border: 0;
}

.boxed {
	border: 1px solid gray;
	padding: 3px;
}

code {
	font-size: 1.2em;
        color: black;
}

.centered {
	text-align: center;
}
