/*
This style came from Movable Lines ( http://www.movablestyle.com/index.php?style=Modern+Lines )
Released under the GPL ( http://www.movablestyle.com/archives/000015.php )
By Scott Yang http://scott.yang.id.au/
*/

body, table {
    font-family: verdana, helvetica;
}

body {
    margin: 0;
    padding: 0;
    font-size: small;
    font-weight: normal;
}

a 		{ color: #668; text-decoration: none; font-weight:normal; } 
a:link		{ color: #668; } 
a:visited	{ color: #668; } 
a:active	{ color: #334; } 
a:hover		{ color: #334; }

h1, h2, h3 {
    margin: 0px;
}

.blogbody {
    color: #333;
    font-size: small;
    font-weight: normal;
    line-height: 140%;			
    margin: 0 20px 15px 20px;
}

.blogbody a,
.blogbody a:link,
.blogbody a:visited {
    border-bottom: 1px dotted #334;
}
.blogbody a:active,
.blogbody a:hover {
    border-bottom: 1px solid #668;
}

.title	{ 
    color: #744338; 	
    font-size: 18px;
    font: georgia, geneva, Times;
    margin: 0 0 8px -6px;
}					

.date	{
    font-size: 10px;
    font-weight: normal;
    text-align: right;
}			

.posted	{ 
    color: #666; 
    display: block;
    font-size: x-small; 
    font-style: italic;
    margin-top: 8px;
    text-align: right;
}
