/* 
	http://cachnhiet.net/ 
	This style is based on RockinSuckerfish2 (http://www.nathanrice.org/)
	Designed by kyanh (http://kyanh.net/)
*/

@import url("nav.css");
@import url("header.css");
@import url("sidebar.css");

body {
	background: #FFFFFF;
	font-size: 100%;
	font-family: Verdana, serif;
	margin: 0px;
 	line-height: 1.52em;
}

body * {
	margin: 0px;
	padding: 0px;
}
a, a:visited, a:hover
{
	text-decoration: none;
	border: none;
	color: navy;
	font-weight: normal;
}

a:visited
{
  color: green;
}
	
a:hover{
	color: red;
}

#container { 
	width: 827px; 
	text-align: left;
	background: transparent;
	margin: 0 auto; 
}

#content-wrap { 
	width: 825px; 
	float: left; 
	margin: 0px;
	background: #FFFFFF;
	border: 1px solid gray;
	/* border-top: none; */
}

#content {
	width: 490px;
	float: left;
	margin: 0px;
}
* html #content {
	width: 550; /* 782px; */
}
#content p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 15px 0px;
	}
	
#content p img
{
	border: none;
	margin-right: 3px;
	margin-bottom: 3px;
}

#content ol {
	padding: 0px 0px 10px 35px;
}

#content ul {
	padding: 0px 0px 10px 25px;
}

#content h1
{
	color: #333333;
	font-size: 120%;
	font-family: Verdana, Sans-Serif;;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
	line-height: 150%;
	margin: 0px;
}
	
#content h1 a  {
	/* color: #006699; */
	text-decoration: underline;
}

#content h1 a:hover {
	/* color: #000000; */
	text-decoration: none;
	background: transparent;
}

#content h2,
#content h3
{
	/* color: #333333; */
	font-size: 130%;
	/* font-family: "Verdana", Arial, Sans-Serif; */
	margin: 0px;
	padding-bottom: 7px;
	padding-top: 10px;
	padding-left: -10px;
}

#content .listcat
{
	/* xx font-size: 90%; */
	text-align: right;
	font-style: italic;
	color: gray;
}

#content h2 a,
#content h2 a:visited,
#content h3 a,
#content h3 a:visited
{
	color: blue;
	text-decoration: none;
}

#content h2 a:hover,
#content h3 a:hover
{
	color: red;
}

blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
.comments h3 {
	font-family: Verdana, Sans-Serif;
	margin-bottom: 10px;
}
.comments ol, .comments ol li {
	list-style-type: none;
}
.comments ol li {
	margin: 5px 40px 5px 0px;
	padding: 10px;
	border: 1px solid #003053;
	background: #F2F2F2;
	overflow: hidden;
}
* html .comments ol li {
	word-wrap: break-word;
}
.postspace {
	background: #FFFFFF;
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	background: #FFFFFF;
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}


#footer
{ 
	clear: both;
	border: 1px solid gray;
	border-top: none;
	background: #ffffff;
	margin-bottom: 40px;
	font-size: 90%;
	color: navy;
	font-style: italic;
	text-align: right;
}

#content
{
	padding: 15px;
	background: #FFFFFF url(images/cachnhiet_bg.jpg) repeat-y;
}


#footer {
	padding: 15px; color: gray;
}

