/**************************************************/
/* Blogs */
/**************************************************/
div.recentBlogEntries a.recentEntryLink
{
	font-size: 10px;
	font-weight: bold;
}

div.recentBlogEntries
{
    float:right; 
    width:202px;
    border-left:solid 1px #e3e3e3;
    border-bottom:solid 1px #e3e3e3;
    padding:0 0 10px 10px;
    margin-right:1px;
    margin-left:10px;
    margin-bottom:10px;
   
}
div.recentEntry
{
    margin-bottom:8px;
}

div.recentBlogEntriesTitle
{
    font-size: 12px;
    font-weight:bold;
    border-bottom:solid 1px #e3e3e3;
    margin:0 0 10px 0;
    padding:10px 0 10px 0;
    background-image:url(../images/JimThompsonPicForBlog.html);
    background-repeat:no-repeat;
    
}

/*
div.recentEntriesSearchLink
{
    font-size:1.0em;
    font-weight:bold;
    border-top:solid 1px #72a492;
    margin-top:8px;
    padding-top:8px;
}
*/

div#searchBlogsForm
{
    margin-top:10px;
}

div#searchBlogsForm label
{
    width:10em;
    float:left;
    text-align:right;
    margin-top:4px;
    padding-right:4px;
}

div#searchBlogsForm input.button
{
    margin-left:5px;
    margin-top:-1px;
}

div#searchBlogsForm input
{
    float:left;
}

div.blogSearchResults
{
    clear:left;
    border-left:solid 1px #6a8e43;
    padding:10px;
    background-color:#EDEDED;
    margin-top:30px;
}


/* ================================================== */
/* Blogs */
/* ================================================== */
div#blogForm
{
    margin-top:20px;
}
div#blogForm input
{
    width:640px;
    margin-bottom:10px;
}

div#blogForm input.button
{
    width:auto;
}

div#blogForm label
{
	font-size:1.2em;
	margin-top:4px;
	width:8em;
	float:left;
}

div.blogEntry
{
}

div.blogAuthor, div.blogDate, div.blogCopy, div.blogTitle, .recentEntryName, .recentEntryDate {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}

div.blogAuthor, .recentEntryName {
	color: #222222;
}

.recentEntryDate {
	font-size: 9px;
	color: #111111;
}

div.blogCopy
{
   font-size: 12px;
   width: 460px;
}

div.blogDate
{
	padding-bottom:10px;
	font-size: 10px;
	color: #111111;
}

h2.blogTitle
{
    margin:0 0 10px 0;
    font-size: 14px;
}


