/*Home page styles*/

/*Hide the post metadata on the home page*/
#home p.postmetadata {
	display:none;
}

#home h3 {
	font-weight:500;
}

ul#home-buttons {
	list-style: none;
	width: 160px;
	height: 190px;
	margin: 0;
	}
	
ul#home-buttons #register{
	display:block;
	width: 160px;
	height: 82px;
	border-bottom: 1px solid #a2998b;
	background:transparent url(../images/register-button.gif) top left no-repeat;
	}
	
	
ul#home-buttons a#register {
	display:block;
	width: 160px;
	height: 82px;
	text-indent: -5000px
}	
ul#home-buttons a#register:hover {
	background:transparent url(../images/register-button-on.gif) top left no-repeat;
}
	
ul#home-buttons #upcoming{
	display:block;
	width: 160px;
	height: 77px;
	background:transparent url(../images/upcoming-button.gif) top left no-repeat;
	}
		
ul#home-buttons a#upcoming {
	display:block;
	width: 160px;
	height: 77px;
	text-indent: -5000px
}
		
ul#home-buttons a#upcoming:hover {
	background:transparent url(../images/upcoming-button-on.gif) top left no-repeat;
}

#home #header blockquote{
	/*border:1px solid red;*/
	width:540px;
	padding:0;
	margin:0 0 0 268px;
}
#home #header blockquote p{
	text-indent:0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:120%;
	font-weight:normal;
	color:#999;
	margin:10px 0 0 0;
	padding:0;
	line-height:1.4em;
}
#home .homecolumn{
	/*border:1px dashed yellow;*/
	/*Null out some inheritance from the main stylesheet*/
	width:560px;
	/*position:static; */
	/*Tighter area on the left for the navigation on the home page*/
	/*margin-left:155px;*/
	margin-top: 40px;
	}
	
#home .homecolumn p {
	margin: 0;
	}
	
/*Posts on the home page are 3 narrow little columns side by side.*/
#home .homecolumn .post{
	float:left;
	width:160px;
	height: 100%;
	margin-top: 10px;
	margin-right:10px;
	padding-right:15px;
	border-right: 1px solid #e8e5e2;
	font-weight: lighter;
	
}

#home .homecolumn .post h3 {
	font-size: 100%;
	font-weight:medium;
	margin: 0;
	padding: 0;
}
#home .homecolumn .post h3 a{
	margin:0;
}
#home .homecolumn .post h3 a:link,
#home .homecolumn .post h3 a:visited{
	text-decoration:none;	
}
#home .homecolumn .post h3 a:hover,
#home .homecolumn .post h3 a:active{
	text-decoration:none;	
}
#home .homecolumn .post .readmore {
}
#home .homecolumn .post .readmore a{
	float:left;
	text-transform:lowercase;
	font-weight: lighter;
	padding-top: 60px;
	padding-left: 10px;
}
#home .homecolumn .post p.timestamp{
	/*border:1px dotted black;*/
	height:0;
	text-indent:-9999px;
	font-size:75%;
	font-weight:normal;
	color:#999;
	margin-top:0;
}
#home .widecolumn .post .entry{
}
#home .homecolumn .post .entry p{
	/*border:1px dashed orange;*/
	width:160px;
	/*Gobble up the space where the thumbnail originally resided
	margin-top:-120px;
	margin-right:-20px;*/
}
/*
#home .homecolumn .post .entry p img{
	Bump the thumbnails for the excerpts back up to where the headings were - a visual swap
	position:relative;
	top:-20px;
	left:-10px;
}*/

#home .entry img {
	float:left;
	height: 70px;
	width: 70px;
	margin-top: 10px;
}

#home #main-image{
	position: absolute;
	top:0;
	left:185px;
}
 