/*  
Theme Name: HBOT theme
Theme URI: http://www.hbot.com.ph
Description: This is my theme for a Hbot Inc.
Version: 1.0
Author: DMNYO
Author URI: http://www.dmnyo.com/

*/


body{
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #ccc;
	color: #111111;
	}

#wrapper{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}

#header{
	width: 800px;
	height: auto;
	float: left;
	}

#container{
	float: left;
	background: #ffffff;
	width: 800px;
	}

.post{
	padding: 0 10px 0 10px;
	border-bottom: 2px solid #ccc;
	}


.post h3{
	font-family: Georgia, Sans-serif;
	font-size: 18px;
	}

.entry{
	line-height: 18px;
	}
.navigation{
	padding:10px 10px 10px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	}
#footer{
	clear: both;
	float: left;
	width: 800px;
	padding: 10px 0 0 0;
	background: #22428e;
	}

#footer p{
	line-height: 18px;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	}
