.longField {
    width:300px;
}

#registrationBox,
#changeEmail,
#loginBox {
    float:left;
    width:475px;
    padding-left: 5px;
}

.noPeeBreaks p {
    display: inline; 

}

.errorlist {
    color: DarkRed;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* BLOG INTRO */

#allBlogs {
	background: #3074a8 url(/images/blogbox-top.gif) left top no-repeat;
	color: #cfcfcf;
	/*height: 76px;*/
	/*margin-bottom: 8px;*/
}

#seeStyle #allBlogs {
	background: #7d6767 url(/images/blogbox-top.gif) left top no-repeat;
}

#allBlogs .bottom {
	padding: 9px 9px 0px 0px;
	background: url(/images/514px-box-bot.gif) left bottom no-repeat;
}

#allBlogs .blogList {
	float: left;
}

#allBlogs .blogList a {
	background: url(/images/arrow-bluebg-med-2.gif) left center no-repeat;
}

#allBlogs .blogList a, #allBlogs .blogList a:link, #allBlogs .blogList a:visited {
	color: #ffffff; 
	display: block;
	font-size: 12px;
	padding: 2px 0px 2px 14px;
	font-weight: normal;
}

#allBlogs .blogList a:hover, #allBlogs .blogList a.current {
	background: url(/images/arrow-bluebg-med.gif) left center no-repeat;
	font-weight: bold;	
}

#allBlogs a.blogTitle {
	text-indent: -9999px;
	overflow: hidden;
	width: 130px;
	float: left;
	height: 60px; 
}

.headerImage {
	margin-top: 3px;
}


#blogDetails {
	padding: 8px;
}


#blogPostList {
	/*margin-top: 10px; 	*/
}

#blogPost div.heroImage {
	margin-top: 6px;
}

#blogPost {
	padding-bottom: 15px;
	margin: 8px 8px 15px 8px; 
	background:  url(/images/dotline-horz_4px-grey.gif) left bottom repeat-x;      
}

#blogPost .item h1 a {
	color: #000000;
}

#blogPost span.byLine a {
	text-transform: uppercase;
}

#blogPost .body {
    color:#000000;
    padding: 5px 0px;
    line-height: 1.5em;
}


#blogArchive ul {
    margin: 0px;
    padding-bottom: 5px;
}

#blogArchive {
    margin: 0px 5px;
}

/* COMMENTING */

#comments { 

}

#comments h2 {
	font-size: 20px;
	color: #000;
	font-weight: normal;
	font-family: Georgia, Times New Roman, Times, serif;
	padding-left: 20px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#comments h2 span {
	color: #666;
}

#comments h2.comments {
	background: url(/images/icons-comments.gif) left center no-repeat;
}

#comments h2.postComment {
	background: url(/images/icons-post-comment.gif) left center no-repeat;
}

#comments h2.comments a.rssIcon {
	background: url(/images/icons-rss.gif) left center no-repeat;
	display: block;
	float: right;
	width: 16px;
	height: 20px;
}


.comment { 
	padding-top: 10px;
	margin-top: 10px; 
	background:  url(/images/dotline-horz_4px-grey.gif) left top repeat-x;
	line-height: 16px;
}

#comments .date { 
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
 }

.poster {
	color: #808080;
	padding: 0px;
	margin: 0px;
}

.poster .name {
	color: #404040;
}

.comment .body { 
    color:#000000;
    margin-top: 5px;
    margin-bottom: 5px;
}


/* ADD COMMENT ICONS */

#blogPost .details {
	line-height: 16px;
	font-size: 10px;
}

#blogPost .details i {
	font-family: Georgia, Times New Roman, Times, serif;
}
	
#blogPost .details a.comments, #blogPost .details a.postComment {
	float: left;
	margin-left: 10px;
	padding-left: 18px;
}

#blogPost .details .comments {
	background: url(/images/icons-comments.gif) left center no-repeat;
}

#blogPost .details .postComment {
	background: url(/images/icons-post-comment.gif) left center no-repeat;
}



/*
.comment .datebld,.score,.reply_to { font-weight: bold; }
.abuse, .focus, .show_comment, .reply, .delete, .edit { 
    text-decoration: none; 
    padding: 1px;

}*/

textarea { 
    width:470px;
    background-color: #f8f8f5; 
}

