
/*
The image nhat-bodybg.jpg in this context
determines the background of all of the
space other than what is behind the actual contents of the blog.
It is also used in the #container ID.
*/
body {
    color: #0;
    margin: 0;
    background-image: url(nhat-bodybg.jpg);
    background-repeat: repeat;
}

/* The color of all of the links in general */
a, a:link { 
    color: #1d51f8; /* blue - pick a nicer color */
    text-decoration: none; 
}

/* The color of links after they have been visited. */
a:visited { 
    color: #170d6b; /* dark blue */
    text-decoration: none; 
}
a:active, a:hover { 
    color: #170d6b; /* dark blue */
    text-decoration: underline; 
}

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

#banner {
    background-image: url(nhat-titlebg.jpg);
    border: #565 1px solid;
    color: #595979; /*   gray blue */
    font-family: "Times New Roman",Georgia,Serif;
    font-weight: bold;
    font-size: x-large; 
    margin: 5px;
    padding: 5px 20px;
}

#banner a,
#banner a:link,
#banner a:visited,
#banner a:active,
#banner a:hover {
    color: #1d51f8;
    font-family: monospace;
    font-size: 32pt;
    letter-spacing: .5ex;
    text-decoration: none;
}

.description {
    color: #595979;
    display: block;
    font-family: "Times New Roman",Georgia,Serif;
    font-size: medium;
    font-weight:bold;
    letter-spacing: none; 		
    text-transform:none;	
}

/*
The image in here is what is shown behind the content
of the blog.
*/
#content, #container {
    background-image: url(nhat-bodybg.jpg);
    background-repeat: repeat-x;
    background-position: bottom left;
}

#content .blog {
}

#links {
    text-align: left;
}

.blogbody {
    font-family: "Times New Roman",Georgia,Serif;
    font-size: medium;
    font-weight: normal;
    line-height:140%;		
    text-align: justify;
}

/*
The image behind the titles is a darker version of
the background image to simulate transparency.
*/
.title { 
    background-image: url(nhat-titlebg.jpg);
    border: #565 1px solid;
	color: #595979;
    font-family: "Times New Roman",Georgia,Serif;
    font-size: large; 
    font-weight: bold;	
    letter-spacing: .5ex;
    text-align: center;
}			

#menu {
    border: 1px solid #565;
    font-family: sans-serif;
    font-size: medium;
    font-weight: bold;  							
    text-align: center;
}	

.date	{ 
    font-family:sans-serif; 
    font-size: medium; 
    color: #0; 
    font-weight:bold;
    text-transform:uppercase;
    text-align: right;
}			

.posted	{ 
    color: #0; 
    display: block;
    font-family: sans-serif; 
    font-size: small; 
}


.calendar {
    font-family: monospace;
    font-size: medium;
    font-weight: normal;
    padding: 5px;				
}

div.calendar {
    margin-right: auto;
    text-align: left;
    width: 250px;
}

.calendarhead {
    font-family: monospace;
    font-size: medium;
    font-weight: bold;
    letter-spacing: .5ex;
    text-transform: uppercase;
    width: 250px;
}

.side {
    font-family: "Times New Roman",Georgia,Serif;
    font-size: medium;
    font-weight: small;
    line-height: 125%;
    margin-top: 15px;
}	

div.sidetitle, .sidetitle {
    background-image: url(nhat-titlebg.jpg);
    border: 1px solid #565;
    font-family: "Times New Roman",Georgia,Serif;
    font-size: medium;
    font-weight: bold;
    letter-spacing: .5ex;
    margin-top: 15px;
    margin-right: auto;
    padding: 2px 10px;
    text-transform: uppercase;
    width: 250px;
}

.syndicate {
    font-family: "Times New Roman",Georgia,Serif;
    font-size: medium;
    font-weight: normal;		
    margin-right: auto;
    margin-top: 10px;
    padding: 2px;
    text-align: left;
}	

.powered {
    border-bottom: 1px solid #565;		
    border-top: 1px solid #565;
    font-family: sans-serif;
    font-size: x-small;
    font-weight: bold;
    letter-spacing: .2em;
    padding: 2px;
    text-align: center;
    text-transform: uppercase; 
    width: 250px;
}	


.comments-body {
    font-family: "Times New Roman",Georgia,Serif;
    /* border: 1px solid #565;	*/	
    font-size: medium;
    font-weight: normal;
    line-height: 140%;					
}		

.comments-post {
    color: #0; 
    display: block;
    font-family: "Times New Roman",Georgia,Serif; 
    font-size: medium; 
}	

.comments-head	{ 
    border: 1px solid #565;		
    font-family: "Times New Roman",Georgia,Serif;
    font-size: medium; 
    font-weight: normal;
    /* letter-spacing: .5ex; */
    /* padding: 3px 10px;*/
    text-align: left;
    /* text-transform: uppercase;*/
}		

.trackback-body {
    font-family: sans-serif;
    font-size: medium;
    font-weight: normal;
    line-height: 125%;	
    padding: 5px;
}		

.trackback-url {
    border: 1px solid #565; 				
    font-family: sans-serif;
    font-size: medium;
    font-weight: normal;
    line-height: 125%;	
    padding: 5px;
}

.trackback-post {
    font-family:sans-serif;
    font-size:medium;
    font-weight:normal;
}	

#banner-commentspop {
    border: #565 1px solid;
    color: #0;
    font-family: monospace;
    font-size: 24pt;
    font-weight: bold;
    padding: 5px 20px;
}

#author, #email, #url, #text {
    border: 1px solid #565;
}

