* { 
	margin: 0;
	padding: 0; 
	}

/* Main structure
----------------------------------------------- */
body {
	color: #000;
	background: #eee;
	min-width: 600px;
	text-align: center;
	font-size: 62.5%; 
	border-top: 10px solid #250803;
	}
#container { 
	text-align: left;
	width: 65%;
	min-width: 600px;
	margin: auto;
	}
#main {
	margin-top: 50px;
	width: 100%;
  border:1px solid: #c00;
	}	
	
/* Basic Type
----------------------------------------------- */
h1, h2, h3, #nav {
	font-family: Georgia, serif ;
	text-shadow: 0 0 0 #000;
	font-weight:normal;
	}
p {
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	text-shadow: 0 0 0 #000;
	font-family: Lucida Grande, Arial;
	}
h1 {
	font-size: 7.1em;
	line-height: 1em;
	margin-bottom: 0.25em;
	color: #a60a0a;
	}
	
h1.post_title {
	font-size:4.8em;
  }
h2 {
	font-size: 2.0em;
	line-height: 1.6em;
	margin-bottom: 0.75em;
	}
	
/* Links
----------------------------------------------- */
a:link, a:visited { 
	color: #a60a0a;;
	text-decoration: none;
	background: transparent;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px dotted #80c080
	}
a:hover, a:active {
	color: #fff;
	background: #00030C;
	text-decoration: none;
	}

/* Lists
----------------------------------------------- */
ul, ol {
	margin-bottom: 18px;
	}
li { 
	font-size: 12px;
	list-style: none;
	line-height: 18px;
	}

/* Twitter stuff
----------------------------------------------- */
#twitter_feed a {
	background: transparent;
	color: #a60a0a;
	padding: 0;
}

