/* ----------------------------------------------------
Title: 		Home CSS - Jackinastark.com
Author:		Matthew Spiel - TheManInTheSea.com
Born:		1/6/2009
---------------------------------------------------- */

/* Welcome Note */
div#welcome_wrap {
	width: 592px;
	margin: 0px 0px 30px;
	float: left;
}
div#welcome_note {
	width: 330px;
	padding: 10px;
	margin: 0px 20px 0px 0px;
	float: left;	
	background: transparent url(../images/bgrd_pprwhite.png) repeat left top;
	border: 1px solid silver;
}
h1.welcome {
	margin: 30px 0px;
	color: #5c3600;
	font-style: italic;
	font-size: 40px;
	text-align: center;
	text-decoration: none;
}
p.welcome {
	margin: 0px 0px 25px;
	color: #007cab;
	font-style: italic;
	font-size: 19px;
	line-height: 26px;
	text-align: center;
}
img#welcome_pic {
	float: right;
}

/* Recent Blog Structure*/
div#sechead {
	width: 80px;
	height: 80px;
	margin: 0px 0px 30px;
	padding: 0px 246px;
	float: left;
}
p.blogdate {
	width: 572px;
	margin: 0px 0px 20px;
	float: left;
	font-size: 11px;
	color: #596166;
}
div.blogtext {
	width: 482px;
	margin: 0px 0px 0px 80px;
	float: left;
}

div.blogtext p.blogcomment a {
	font-size: 11px;
	text-transform: uppercase;
}
/* Date Styling */

div.date_wrap {
	width: 60px;
	float: left;
	margin: 5px 0px 0px;
	background: white;
	text-align: center;
}
div.date_wrap div.triangle {
	float: right;
	width: 15px;
	height: 15px;
	margin: 10px -15px 0px 0px;
	background: url(../images/triangle_date.png) no-repeat center top;
}
div.date_wrap p {
	margin: 0px 0px 12px;
	font-size: 35px;
}
div.date_wrap p span {
	width: 40px;
	margin: 3px 10px;
	font-size: 15px;
	float: left;
	border-bottom: 1px dashed silver;
}
div.date_meta {
	width: 482px;
	margin: 0px 0px 0px 20px;
	float: left;
}
div.date_meta h2 {
	margin: 0px 0px 10px;
}
