/* GLOBAL RESET ---------------------------- */

body, div, dl, dt, dd, li, pre,
form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }

address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }

ol, ul { list-style: none; margin: 0; padding: 0; }

table { border-collapse: collapse; border-spacing: 0; }
caption, th { text-align: left; font-weight: normal; font-style: normal; }

acronym, abbr, fieldset, img { border: 0;}

img { vertical-align: bottom; }

:focus { outline: 0; }

/* BASE STYLE ---------------------------- */
a { color: #888888; text-decoration: none; }
a:hover { color: #3366ff; }
a:active { color: #3366ff; }
body { background: #e4e4e4 ; 
	font-family: Tahoma, AngsanaUPC, sans-serif; font-size: 13px; color: gray; margin:5px;}
#container{
	width:777px;
	margin: 0 auto;
	background: white;
	border: 1px solid silver;
}

#header{
	width:100%;
	height:75px; #height:76px;
	position:relative;
	background: url(../nblogging/images/bg_header1.gif);
}
#nblogo{
	position:relative;
	width:250px;
	top:-35px;
	left:10px;
	z-index: 1;
}
#main-content { width: 500px; float: left; margin: 0px 0 0 0;}
#sidebar { width: 240px; float: right; margin: 0px 0; background:silver; }
#sidebar2 { width: 240px; float: right; margin: 0px 0; background:gray;}
#leftright{ width:100%px; position:relative;}
#colleft{position:relative; width: 270px; height: 180px; float: left;  margin: 0 0 0 50px;}
#colright{ position: relative; width: 430px; float: right; margin-right: 15px;}
#content1{
	width:100%;
	top:0px;
	padding-top:15;
}
#big{
	position:relative;
	width:100%; height:30px;
	font-family: Tahoma, AngsanaUPC, sans-serif; font-size: 20px; font-weight: normal;
	left:30px; top:10px;
	text-decoration: none;
	color: #6a6a6a;
}
#big2{
	position:relative;
	width:100%; height:30px;
	font-family: Tahoma, AngsanaUPC, sans-serif; font-size: 16px; font-weight: normal;
	text-decoration: none;
	color: #6a6a6a;
	left:30px;
}
#step1{
	position:relative;
	width:209px;
	height:50px;
	top:0px;
	background: url(../nblogging/images/bg_step1.gif);
	padding-left:50px;
}
#step2{
	width:209px;
	height:42px;
	position:relative;
	top:10px;
	background: url(../nblogging/images/bg_step2.gif);
	padding-left:50px;
	padding-top: 8px;
}
#step3{
	width:209px; 
	height:42px;
	position:relative;
	top:20px;
	background: url(../nblogging/images/bg_step3.gif);
	padding-left:50px;
	padding-top:8px;
}
#feature{
	width:240px; #width:260px;
	position:relative;
	top:0px;
	margin: 0 auto;
	background-color: #ecf9ff;
	border: 1px solid silver;
	padding-left:25px;
	padding-top:5px;
	padding-bottom:5px;
}
#lastblog{
	width:100%;
	margin-top:20px;
}
.lastblog_head{
	background: url(../nblogging/images/bg_hdlastblog.png);
	width:632px;
	height:25px;
	text-align:left;
	font-family: Tahoma, AngsanaUPC, sans-serif; font-size:12px; font-weight:bold; color: white;
	padding-left: 50px;
	padding-top: 14px;
	margin-left:45px;
}
#lastblog_content{
	background: url(../nblogging/images/bg_lastblog.png);
	background-position: bottom;
	background-repeat: no-repeat;
	width:672px; 
	text-align:left;
	font-family: Tahoma, AngsanaUPC, sans-serif; font-size:12px; font-weight:bold; color: white;
	padding-left: 10px;
	padding-top: 14px;
	margin-left:45px;
}
.blog{
	position:relative;
	top:0px;
	left:20px;
	width:380px;
	border-bottom: 1px solid silver;
	padding: 10px;
	background:url(../nblogging/images/icons/tag_blue.png);
	background-position: left;
	background-repeat: no-repeat;
	float:left;
}
.blogname{
	position:relative;
	top:0px;
	margin-left:32px;
	font-family: Tahoma, AngsanaUPC, sans-serif; font-size:13px; font-weight:bold; color: gray;
	
}
.bloggername{
	margin-left:32px;
	font-family: Tahoma, AngsanaUPC, sans-serif; font-size:11px; font-weight:normal; color: gray;
}
#adsense{
	width:220px;
	margin-top:10px;
	margin-right:5px;
	float: right;
}
.bold{
	font-weight: bold;
}
#bottom_menu{
	width:770;
	height:24px;
	position:relative;
	text-align:left;
	background: url(../nblogging/images/bg_bottom.gif);
	font-family: Tahoma, sans-serif;
	font-size:11px;
	color:gray;
	padding-left:5px;
	padding-top:5px;
}
#copyright{
	width:777px;
	position:relative;
	margin: 0 auto;
	font-family: Tahoma, sans-serif;
	font-size:11px;
	color:gray;
	padding: 5px;
	text-align:center;
}
#dryicons{
	width:767px; ;
	position:relative;
	margin: 0 auto;
	font-family: Tahoma, sans-serif;
	font-size:11px;
	color:gray;
	padding: 2 5 0 0;
	text-align:center;
	
}
/* P.I.E. FLOAT CLEARING ---------------------------- */
.clearfix:after { content: " "; clear: both; height: 0; visibility: hidden; display: block; }
.clearfix { display: inline-block; }
.clearfix { display: block; }
