/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
}

/* Content */

#content {
	float: left;
	width: 900px;
}

#content2 {
	float: left;
	width: 900px;
}

/* content3 for page with sub-categories */
#content3 {
	float: right;
	width: 900px;
}

/* Post */

.line {
	background-color: green;
	height: 5px;
	width: 700px;
	background: url('images/end.jpg') left top;
	}

.post {
	margin-bottom: 25px;
	border-style: dashed;
	border-color: #388686;
	border-width: thin;
}

.post .title {
	float: center;
	height: 20px;
	margin-bottom: 10px;
	padding: 30px 0px 10px 0px;
	color: #04425B;
	text-decoration: underline;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}

.post .meta a { color: #B6ACA2; }

.post .entry {
	padding: 10px 10px 0px 20px;
}

.post .entry p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	color: #065D7F;
	padding: 0px 20px 10px 20px;	
}

#load_result td {
	color: #065D7F;
}

.post .links {
	margin: 0 250px 0 0;
	padding: 0 0 0 0px;
}

.post .links .comments {
}

.post .links .permalink {
	padding-left: 17px;
}

.post .entry h2 {
	width: 950px;
	color: black;
	padding: 0px 0px 0px 20px;
	font-weight: bold;
	text-decoration: underline;
	font-size: 35px;
}

.post2 {
	margin-bottom: 25px;
	border-style: solid;
	border-color: orange;
	border-width: thin;
	}

.post3 {
	border-style: solid;
	border-color: orange;
	border-width: thin;
}
	
.noBorder { border-style: none; }


#footer {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background: url('images/img07.jpg') no-repeat left bottom;
	height: 31px
}

DIV#header { display:none;}
DIV#menu { display:none;}
DIV#sidebar { display:none;}
DIV#sidebar2 { display:none;}
UL#nav { display:none;}
H2.title {display:none;}
DIV#footer {display:none;}