@charset "utf-8";

/* blog layout box */
#layout_blog{
	text-align: left;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#layout_blog img{
	border:none;
}

/* heading blog for date and title */
#blog div#heading{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 7px;
	margin-bottom: 15px;
}

/* heading and heading links */
#blog div#entry span.heading, #blog div#entry span.heading a{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-decoration: none;
	font-style: italic;
	font-size:18px;
}

/* Hover color for heading links */
#blog div#entry span.heading a:hover{
	color: #000;
}

/* date */
#blog div#entry span.date{	
	color: #999999;
	font-size: 10px;
	text-transform:uppercase;
	letter-spacing:0.2em;
}

/* entry box */
#blog div#entry{
	margin-bottom: 30px;
	width: 370px;		
}


/* text area in entry */
#blog div#entry div#text{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height: 1.6em;
	color: #333333;
}

#blog div#entry div#text img{
	padding: 4px;
	border: 1px solid #dddddd;	
}

#layout_blog #blog_archive{
	font-size:11px;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#CCCCCC;
	padding-bottom: 10px;
	line-height:1.4em;

}



#layout_blog #blog_archive .header{
	text-transform: uppercase;
	color: #000;
	font-weight: normal;
	font-size: 9px;
	margin-top: 5px;
}

#layout_blog #blog_archive a{
	color: #999999;
	text-decoration: none;
}

#layout_blog #blog a{
	color: #005F8C;
	text-decoration: none;
}



#blog {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	
	padding-right: 100px;
	padding-left: 100px;
	
	padding-top: 20px;
	
	margin-left: 100px;
	
	width: 370px;
	float:left;
}

* html #blog {  
	width: 572px;  /* total width, only for IE5.x/Win */
  	w\idth: 370px; /* c*/
}
#backnext{
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
height:40px;
width:370px;
}
#back{
float:left;
width:50px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
margin-top:12px;
}

#next{
float:right;
width:50px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
margin-top:12px;
}

