/* Home */

#update { width:380px; margin-bottom:50px; }
#update div { margin: 0px; }
#update-top { background:url(../images/update-top.jpg) no-repeat; width:380px; height:7px; }
#update-bottom { background:url(../images/update-bottom.jpg) no-repeat; width:380px; height:7px;  }
#update-inner { background:url(../images/update-bg.jpg) repeat-y; padding: 3px 10px; color:#555; }
#update-date { 
	color:#aaa;
	display:block;
	float:left;
	font-size:2em;
	font-weight:bold;
	text-align: center;
	margin:0px 6px 0px 0px; 
	text-shadow: 1px 1px 0px #FFFFFF;
	
}

#twitter { margin-bottom:15px; }
#twitter p { margin-top:7px; }
#twitter-link { background: url(../images/esk2_twitter.jpg) no-repeat !important; display: block; width: 40px; height: 45px; }
#blog { margin-top: 40px; }
#blog-link { background: url(../images/esk2_blog.jpg) no-repeat !important; display: block; width: 44px; height: 50px; }
#twitter-link:hover,#twitter-link:active { background-position: 0px -45px !important;}
#blog-link:hover, #blog-link:active { background-position: 0px -49px !important;} 
#blog-link, #twitter-link { float: left; margin-right: 5px; }

#featured { }
h2.featured { margin-top:7px; padding-top:0px; }
h3.featured { margin-bottom:5px; }
p.featured { margin:25px 0px; }
#featured a.project, #featured a.project img { height:222px; }
#featured a.project img {
	-moz-box-shadow: 0px 0px 5px #BBBBBB;
	-webkit-box-shadow: 0px 0px 5px #BBBBBB;
	box-shadow: 0px 0px 5px #BBBBBB;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#BBBBBB')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#BBBBBB');
}

#latest a { position: relative; width: 447px; text-decoration: none; height:60px; }
#latest a.project:hover, #latest a.project:active { border-color: #eee; }
#latest a img { width: 100%; height:60px; 
	-moz-box-shadow: 0px 0px 5px #BBBBBB;
	-webkit-box-shadow: 0px 0px 5px #BBBBBB;
	box-shadow: 0px 0px 5px #BBBBBB;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#BBBBBB')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#BBBBBB');
}