/*!
 * Author: Ernest Lombardi
 *
 * Copyright (c) 2010 E.Lombardi: http://www.ernestlombardi.com/
 * Version: 1.0 (30-JAN-2010)
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 */

section #copyContentWrapper{background-color:transparent;}

#blogContainer{float:left;width:500px;margin-right:13px;}
article.post{font-size:12px;line-height:18px;background-color:whitesmoke;padding:3px;margin-bottom:13px;}

article.post header{background-color:white;border:solid 2px #333333;padding:9px;width:auto;}
article.post header h2.date-header{font-weight:bold;font-size:11px;}
article.post header h3.post-title{font-weight:bold;}

article.post .post-body{padding:9px;}
article.post .post-body a{}
article.post .post-body p{}
article.post .post-body img{border:solid 2px silver;}
article.post .post-body object{margin:0 auto;margin-top:13px;display:block;}

article.post footer *{color:#333333;}
article.post footer{border-bottom:solid 1px silver;font-size:11px;padding:9px;background-color:lightgrey;margin:0px;width:auto;}
article.post footer em{}
article.post footer em a{text-decoration:none;}
article.post footer a.comment-link{text-decoration:none;}
article.post footer a.comment-link span{}

#comments{font-size:11px;padding:9px;background-color:lightgrey;}

.blogSidebarContainer{float:left;width:200px;font-size:12px;background-color:whitesmoke;padding:3px;margin-right:13px;width:181px;text-align: center;}
.blogSidebarContainer.last{margin-right:0px;text-align:left;width:175px;}
.sidebar{background-color:white;border:solid 2px #333333;padding:9px;}

.sidebar h1, .sidebar #profile-container, .sidebar #blogfeeds{position:absolute;left:-5000px;}
.sidebar h2{font-weight:bold;margin-bottom:8px;}
.sidebar ul{margin-bottom:13px;}
.sidebar a{text-decoration:none;}
.sidebar a:hover{text-decoration:underline;}
.
