/*
//-----------------------------------------------------------------------------

	blog.css
	
	version:   1.0
	date:      3/01/08
	author:    [Martin Olson @ sandau]
	email:     [martin@sandaucreative.com]

	website:   [www.surfsideonsuperior.com]

	version history: [1.0]
	

// -----------------------------------------------------------------------------
*/

	
p.blogDate {
	font-size: 80%;
	margin: .5em auto .2em;
	padding-left: 14px;
	background: url(../img/icon_calendar.gif) no-repeat 0 6px
	}
p.blogTitle {
	font-size: 120%;
	color: #527391;
	font-weight: 700;
	margin: .3em auto
	}
.blogBody {
	font-size: 11px;
	line-height: 1.6em;
	margin-bottom: 25px
	}
.blogEntry {
	padding-bottom: 20px;
	}
p.blogAuthor {
	font-size: 65%;
	font-style: italic;
	padding: 3px 8px;
	border-top: 1px solid #c9c8bc;
	border-bottom: 1px solid #c9c8bc
	}