/**
*
*	About.css
* Developed by Jim Hill at Wiseguy Digital
*
*/

.content-box-title h2 { border-left:5px solid #00c; padding-left:10px; }

#map { margin-bottom:10px; }


.blog-listing { display:block; clear:both; padding-top:20px; border-top:1px solid #ccc; margin-bottom:10px; }
.blog-list-left { width:120px; float:left; font-size:0.95em; font-color:#aaa; text-align:right; margin-right:20px; }
.blog-list-right { width:455px; float:left; }
.blog-list-right h2 { margin-top:0; }
.blog-list-left p { color:#999; }
.comments { color:#222; font-weight:bold; }

/**
* Blog comments
*/
#main-content .jot-row { border:0; margin-bottom:20px; padding:20px; border:1px solid #ddd; }
#main-content .jot-user { color:#222; font-size:0.9em; }
#main-content .jot-content .jot-subject { color:#222; }
#main-content .jot-row-author .jot-user { color:#ccc; }
#main-content .jot-row-author .jot-subject { color:#fff; }
#main-content .jot-row-author { background:#333; color:#ccc; }
.submit-button { margin-left:150px; }