/*
Theme Name: NasrulWeb Theme
Theme URI: http://nasrulweb.com/
Description: WordPress Theme for NasrulWeb Theme
Version: 3.0
Author: Dadan Nasrullah
Author URI : http://nasrulweb.com/
Tags: -
Text Domain : nasrul
*/

@import 'css/nwCommon.css';

html{
width:100%;
height:100%;
margin:0;
padding:0;
}
body{
width:100%;
height:100%;
margin:0;
padding:0;
line-height:1;
text-align:center;
}
table,
td input[type="text"],
td textarea{
width:100%;
}
#nwPage{
width:552px;
margin:30px auto;
padding:0;
}
#nwHead,
#nwEyes,
#nwBody,
#nwHeel,
#nwFoot{
display:block;
float:left;
clear:both;
width:100%;
margin:0;
padding:0;
}
#nwHead,
#nwFoot{
height:30px;
}
#nwEyes,
#nwHeel{
min-height:60px;
height:auto !important;
}
#nwFoot{
float:none;
}

/* my page is divided */
#nwMain{
display:inline;
float:left;
width:64%;
margin:0;
padding:0;
}
#nwSide{
display:inline;
float:right;
width:34%;
margin:0;
padding:0;
}
#nwLHand{
display:inline;
width:49%;
float:left;
margin:0;
padding:0;
}
#nwRHand{
display:inline;
float:right;
width:49%;
margin:0;
padding:0;
}

/**/
.post,
.comment,
.respond{
line-height:1.2;
margin:5px 20px;
padding:0;
text-align:left;
}
.widget{
line-height:1.2;
margin:5px 20px 0 0;
padding:0;
text-align:left;
}
.navigation{
height:30px;
line-height:30px;
margin:5px 0;
padding:0;
}
.leftbar{
display:inline;
float:left;
height:30px;
line-height:30px;
margin:0 0 0 20px;
padding:0;
text-align:left;
}
.rightbar{
display:inline;
float:right;
height:30px;
line-height:30px;
margin:0 20px 0 0;
padding:0;
text-align:right;
}
.leftcol{
display:inline;
float:left;
line-height:1.2;
margin:5px 0 5px 20px;
padding:0;
text-align:left;
}
.rightcol{
display:inline;
float:right;
line-height:1.2;
margin:5px 20px 5px 0;
padding:0;
text-align:right;
}
