@charset "UTF-8";
/* CSS Document */

/* Content */

div#container{
	background: none #FFF;
}

div#connect_info{
	width:820px;
	margin:0 auto;
	overflow:hidden;
}

div#connect_left{
	float:left;
	width:400px;
}

div#connect_right{
	text-align:left;
	line-height:18px;
	float:right;
	width:400px;
}

div#connect_right p:first-child{
	margin-top:0px;
}

td h3{
	margin:0px;
	font-size:14px;
}

/* Header BG Swap */

h2.blogpost{
	background:url(../images/h2_featuredpost_w.png) 0 0 no-repeat;
}

h2.hotoff{
	background:url(../images/h2_hotoff_w.png) 0 0 no-repeat;
}
h3.scotton{
	background:url(../images/h3_scotton_w.png) 0 0 no-repeat;
}

/* Social Networking BG Swap */

a.sn_twitter{
	background:url(../images/sn_twitter_w.png) 0 0 no-repeat;
}

div#footer_container{
	width:1024px;
	margin:0 auto;
	background: url(../images/bg_footer.png) bottom right no-repeat;
	overflow:hidden;
}
div#latestpost{
	background:none;
}
div#footer{
	clear:both;
	background:none;
}
a.readmoreblog{
	display:block;
	text-indent:-9999px;
	background:url(../images/readmoreblog_w.png) 0 0 no-repeat;
	height:10px;
	width:169px;
	margin:0px 0px 0px 126px;
	padding:0px;
}
a.readmoreblog:hover{
	background:url(../images/readmoreblog_w.png) 0px 0px no-repeat;
}