/* PRINT STYLES */

/* HIDE DECORATIVE Elements */
#sidebar-column, #ie-notice, #column-wide, .widget.Label, 
.navigation, .print-button, .email-this, .scroll-link, 
.widget-item-control, #ack, #state, .status-msg-holder, .description  {
	display: none !important;
}

/* START Point*/
body{
	background: #fff;
	color: #000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10pt;
	line-height: 14pt;
}

.sserif, .date-header, .post-meta, .blog-pager, .status-msg-content, #footer {
    font-family: Century Gothic, Trebuchet MS, Verdana, sans-serif;
    color: #8b8b8b;
	 font-size: 9pt;
	line-height: 13pt;
}

/* Headings 
-------------------------------------------------------------- */
 h1{
 	font-size: 12pt;
	line-height: 14pt;
	margin-bottom: 0;		
 }
 h2 {
    font-size: 24pt;
    line-height: 26pt;   
    color: #694e00;	 	 
}

/* Links */
a {
	color: #694e00;
   text-decoration: none;
}

/* Layout */
#header{
	padding-bottom: 5px;
	border-bottom: 1px solid #694e00;
	margin-bottom: 10px;
}
.date-header{ 	margin: 0 0 4px 0; text-align: right; }
.avatar { margin-bottom: 20px; }
.entry { margin: 0 0 20px 30px; }
.avatar img{
	border: 1px solid #d3d3d3;	
	padding: 4px;
}
.post-meta{border-top: 1px solid #694e00;	}
#footer{
	margin-top: 30px;
	font-size: 7pt;
	letter-spacing: 0.5pt;	
	text-align: right;
	color: #909090;
}