﻿
a {
    font-family:Arial, Tahoma, Verdana, sans-serif;
    text-decoration:underline;
    font-size:12px;
    font-weight:bold;
    color:#4A4C59;
}
a:hover {}
a:visited {}
body {
    background-color:#CFD3DE;
    margin:0;
    padding:0;
}
#blog-wrap {
    margin:0px auto 0px auto;
    width:840px;
    height:1350px;
    background:url('../images/background.png') no-repeat;
}
#blog-content-header {
    height:140px;
    display:block;
}
#blog-content-holder {
    width:820px;
    margin:0 10px 0 10px;
}
#post-section {
    float:left;
    width:450px;
    margin:0 0 0 8px;
}
#post-section h1 {
    font-family:Arial, Tahoma, Verdana, sans-serif;
    text-decoration:none;
    font-size:15px;
    font-weight:bold;
    color:#333333;
    margin:28px 0 0 0;
}
#post-section hr {
    height:1px;
    color:#CCCCCC;
    padding:0;
}
#post-contents {
    width:450px;
}
#post-contents p {
    font-family:Arial, Tahoma, Verdana, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
    color:#666666;
    line-height:18px;
}
/*______________________________________________*/
/*POSTING SECTION*/

#post-section .posted {
    width:460px;
    margin:22px 0 0 0;
}
#post-section .posted h2 {
    font-family:Arial, Tahoma, Verdana, sans-serif;
	text-decoration:none;
    font-size:15px;
    font-weight:bold;
    color:#333333;
    margin:0 0 12px 0;  
}
#post-section .posted p {
    font-family:Arial, Tahoma, Verdana, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
    color:#666666;
    line-height:18px;
    margin:0 0 16px 0; 
}
#post-section .posted hr.underline {
    width:460px;
    height:1px;
    color:#CCCCCC;
}
#post-section .posted p.underlinep {
    font-family:Arial, Tahoma, Verdana, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#666666;    
}
#post-section .posted span.spacer {
    padding:0 15px 0 15px;
    font-weight:normal;
}
/*______________________________________________*/
#other-section {
    float:right;
    width:310px;
}
#other-section-bkground {
    /*background-color:#FAEEDE;*/
    width:300px;
    margin:28px auto 0px auto;
}
#other-section-bkground h2 {
    font-family:Arial, Tahoma, Verdana, sans-serif;
	text-decoration:none;
    font-size:15px;
    font-weight:bold;
    color:#333333;
    margin:0 0 0px 0; 
}
#other-section-bkground hr.title {
    height:1px;
    color:#CCCCCC;
    padding:0;    
}
/*Recent comments*/
#recent-comments-box {
    padding:0 0 20px 0;
}
#recent-comments-box p {
    font-family:Arial, Tahoma, Verdana, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
    color:#666666;   
}
#recent-comments-box ul.archive-blog {
    margin:0;
    padding:0;
    list-style:none;
}
#recent-comments-box ul.archive-blog li {
    padding:2px 0 2px 0;
}
/*Archive box*/
#archive-box {
    padding:0 0 20px 0;
}
#archive-box ul.archive-blog {
    margin:0;
    padding:0;
    list-style:none;
}
#archive-box ul.archive-blog li {
    padding:2px 0 2px 0;
}
/*Categories box*/
#categories-box {
    padding:0 0 20px 0;    
}
#categories-box ul.archive-blog {
    margin:0;
    padding:0;
    list-style:none;
} 
#categories-box ul.archive-blog li {
    padding:2px 0 2px 0;
}