/* ---------------------------------------
 * CSS Reset
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* ---------------------------------------
 * Body
 * --------------------------------------- */
body {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 62.5%;
	text-align: center;
	background-color: #ebe7e0;
	height: 100%;
}


/* ---------------------------------------
 * Container
 * --------------------------------------- */
#container {
	min-width: 1112px;
	background-color: #ffffff;
	margin: 0 12px;
	position: relative;
	min-height: 100%;
}
* html #container
{
height: 100%;
}
/* ---------------------------------------
 * Main content container
 * --------------------------------------- */
#main_content {
	margin: 0 auto;
	text-align: left;
	padding-top: 60px;
	padding-bottom: 100px;
	width: 960px;
	height: 100%;
	background: #ffffff;
}

#main_content:after {
  content: ".";
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}

#skip_list {
	display: none;
}
/* ---------------------------------------
 * Logo
 * --------------------------------------- */
#logo a {
	border: none;
	background: url("../img/logo.png") 0 0 no-repeat;
	display: block;
	height: 68px;
	width: 300px;
	overflow: hidden;
	text-indent: -9999px;
	margin-bottom: 26px;
}


/* ---------------------------------------
 * Introduction
 * --------------------------------------- */
#introduction {
	float: right;
	width: 224px;
}

#introduction h2 {
	overflow: hidden;
	text-indent: -9999px;
	background: url("../img/aboutme.png") 0 0 no-repeat;
	display: block;
	height: 31px;
	width: 218px;
	margin-bottom: 10px;
}

#introduction p {
	color: #909090;
	font-size: 1.15em;
	line-height: 1.5em;
	margin-bottom: 10px;
}

#introduction p span.email, strong {
	font-weight: bold;
	color: #777777;
}

#introduction p a {
	color: #909090;
}

#introduction p a:hover {
	color: #635353;
}

/* ---------------------------------------
 * Recommended Reading
 * --------------------------------------- */
#recommended_reading {
	float: left;
	width: 476px;
}

#recommended_reading h2 {
	overflow: hidden;
	text-indent: -9999px;
	background: url("../img/recommended_reading.png") 0 0 no-repeat;
	display: block;
	height: 31px;
	width: 473px;
	margin-bottom: 4px;
}

#recommended_reading li {
	border-bottom: 1px solid #ededed;
}

#recommended_reading li:hover{
	background-color: #eeeeee;
	
}

#recommended_reading li a {
	text-decoration: none;
	display: block;
	padding-bottom: 9px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top:9px;
}

#recommended_reading li .article_title {
	color: #000000;
	font-size: 1.8em;
	line-height: 1.0em;
	font-weight: bold;
	display: block;
}

#recommended_reading li .article_intro {
	color: #000000;
	margin-top: 2px;
	display: block;
	font-size: 1.2em;
	line-height: 1.5em;
}

#recommended_reading li .article_recommended {
	display: block;
	padding-top: 4px;
	font-size: 1.2em;
	color: #666666;
} 


/* ---------------------------------------
 * Tweets & other short messages
 * --------------------------------------- */
#tweets {
	float: left;
	width: 220px;
	margin-left: 22px;
}

#tweets h2 {
	height: 31px;
	width: 220px;
	margin-bottom: 2px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url("../img/tweets.png") 0 0 no-repeat;
}

#tweets li {
	border-bottom: 1px solid #ededed;
}

#tweets li a {
	text-decoration: none;
	display: block;
	padding-bottom: 9px;
	padding-left: 6px;
	padding-right: 4px;
	padding-top:9px;
}

#tweets li:hover{
	background-color: #eeeeee;
}

#tweets li .tweet_text {
	color: #000000;
	font-size: 1.2em;
	line-height: 1.5em;
	display:block;
}

#tweets li .tweet_tweeted {
	padding-top: 4px;
	display: block;
	font-size: 1.2em;
	color: #666666;
}


/* ---------------------------------------
 * Footer
 * --------------------------------------- */
#footer {
	height:46px;
	width: 100%;
	background-color: #ebe7e0;
	text-align: left;
	position: relative;
	float: left;
}


#footer p {
	width:958px;
	margin: 0 auto;
	height: 46px;
	line-height: 46px;
	font-size: 1.1em;
	color: #7e6666;
}

#footer p a {
	color: inherit;
}
