/* - - - - - - - - - - - - - - - - - - - - -

Title : NAK Version 2
Author : Manu Goenka
URL : www.css2.0mania.com

- - - - - - - - - - - - - - - - - - - - - */


/* ClearFix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
.clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* Global Form Styles */
form{
margin: 0;
padding: 0;
}
input, textarea{
	background: #fff;
	border: 1px solid #83cde1;
	border-top: 3px solid #83cde1;
}
input:hover, textarea:hover {
	background: #F0FDE2;
	border-top: 3px solid #b1e77a
}
input:focus, textarea:focus {
	background: #FCFFEC;
	border-top: 3px solid #b1e77a
}
.submit { border: 0; width: auto; }
.submit:hover, .submit:active { border:0; }
.radio { background: none; border: 0; }

/*  --- Global Form Styles  -- End HERE */


/* ----- Icons, etc ----- */
.date {
	background:url(cimg/date.gif) left no-repeat;
	padding-left:18px;
	padding-right: 3px;
	float:right;
}
.time {
	background:url(cimg/clock.gif) left no-repeat;
	padding-left:16px;
	float:right;
	margin-right:10px;
}
.permalink {
	background:url(cimg/permalink.gif) left no-repeat;
	padding-left:18px;
}
.permalink_recent {
	background:url(cimg/permalink.gif) right no-repeat;
	padding-right:18px;
}
.comments {
	background:url(cimg/comment.gif) left no-repeat;
	padding-left:16px;
	float:left;
}
.comments a { color: #fff; }


body {
	margin:0;
	padding:0;
	background:#695638 url(body_bg.jpg) repeat-x;
	color: #222;
	font: .8em/1.5em Arial, Helvetica, sans-serif;
}
abbr, acronym { /* acronym and abbr aren't styled in IE per default */
	border-bottom: 1px dotted #58B2CB;
	cursor: help;
}
code {
	color: #7FC4D8;
	font-family: "Lucida Sans Unicode", verdana, helvetica, sans-serif;
}
a {
	color: #755d2d;
	text-decoration: none;
}
a:active { outline: none; }
a:hover {
	color:#000;
	text-decoration: none;
	outline: none;
}
a img { border: 0; }
img{
margin: 0;
padding: 0;
border: 0;

}
h2 {
	color: #755d2d;
	font-size: 1.3em;
	font-style: italic;
	margin:0;
	font-weight:bold;
	line-height: 100%;
}
p { margin:0 0 3px 0 }

ul{
margin:0;
padding:0;
list-style:none}


/********************************************************* --- Main Body Container  *******************************************************/
#siteintro{
margin:auto;
width:760px;
text-align:center;
color:#FFFFFF;
font-style:italic;
font-weight:bold;
}
#nakainer
{

	width: 775px;
	padding:0;
	display:block;
	margin:10px auto 10px auto;
	background: #FFF;
	position: relative;
	padding: 0px;
}
#header{

}


#navblock{
clear:both;
padding:1px;
border:solid #0092db;
border-width:3px 0;

}

#pagearea{
position:relative;
display:block;
background:#FFFA9C;
clear:both;
}

#leftblock{
float:left;
width: 145px;
z-index: -1;
padding: 20px 0 10px 5px;
background:#FFFA9C;
}
#leftblock ul{
padding: 8px;
list-style:disc;

}
#leftblock ul li{
font-weight:bold;
margin: 10px 0 0 10px;
padding: 0 0 0 0;
}

#leftblock ul li a, #leftblock ul li a:visited {
color:#604b11; 
}

#leftblock ul li:hover {width:auto;}


#leftblock ul li a:hover { color:#000;}

#leftblock ul li:hover a { color:#000;}

#rightblock{
float:right;
width: 605px;
background: #FFF;
z-index: -1;
padding: 10px 10px 0 10px;
text-align:justify;
min-height: 650px;
height: auto !important;
height: 650px;
}

#footer{
clear:both;
background:#695a2f;
padding:5px;}

#footer a{
color:#dad095;
text-decoration:none;}

#footer a:hover{
color:#dad095;
text-decoration:underline;}

.floatleft{float:left;}
.floatright{float:right;}


/*************************** Fixed Styles ********************************************/


.box{
border: #727063 1px solid;
padding: 2px;
}
.left{
float:left}
.right{
float:right}
.clear{
clear:both;
}

/********************** TEXT POSITION ************************************/
.txtmid{
text-align:center;
}
.txtright{
text-align:right;
}
.txtleft{
text-align:left;
}
.txtjust{
text-align: justify;
}

/********************** TEXT CASES ************************************/
.txtup{
text-transform:uppercase;
}



/********************** FONT SIZES ************************************/

.fs10{
font-size:10px;
}
.fs12{
font-size:12px;
}
.fs14{
font-size:14px;
}
.fs16{
font-size:16px;
}
.fs18{
font-size:20px;
line-height:30px;
}

/********************** FONT COLORS ************************************/
.fcb, .fcb a{
color: #FFF;
}
.fcw, .fcw a{
color: #FFF;
}
.fc1, .fc1 a{
color: #604b11;
}

/********************** FONT WIGHT ************************************/

.fwb{
font-weight:bold;
}
.fwn{
font-weight:normal;
}


/********************** BACKGROUNDS WIGHT ************************************/
.bgw{
background:#FFF;
}
.bgb{
background:#000;
}
.bgr{
background:#EB3D00;
}
.bg1{
background:#979481;
}
.bg2{
background:#FFFA9C;
}
/********************** MENU WORK ************************************/

/* MENU 1 */
 /* common styling */
.menu1 {
margin:0 5px;
font-weight:bold;
font-size: 13px;
text-align:center;
}
.menu1 ul {
padding:0;margin:0;list-style-type:none;
}
.menu1 ul li {
float:left; position:relative; background:#FFF url(linkbg.jpg) no-repeat bottom right;
margin: 0;
}
.menu1 ul li a, .menu1 ul li a:visited {
float:left; display:block; 
text-decoration:none;
color:#755d2d; 
padding:2px 14px; 
}

.menu1 ul li:hover {width:auto;}


.menu1 ul li a.menu1_0:hover,.menu1 ul li a.current:visited  {background: #dad095 url(linkbgov.jpg) no-repeat bottom right; color:#FFF;}

.menu1 ul li:hover a.menu1_0,.menu1 ul li a.current {background:#dad095 url(linkbgov.jpg) no-repeat bottom right; color:#FFF;}

.menu1 ul li ul {
display: none;
}
.menu1 table {
margin:0; border-collapse:collapse; font-size:11px; position:absolute; top:0; left:0;
}

/* specific to non IE browsers */
.menu1 ul li:hover ul {
display:block;position:absolute;top:28px;margin-top:0px; left:0;width:154px;border-bottom:2px solid #004F78;
}
.menu1 ul li:hover ul.endstop {
left:-92px;
}
.menu1 ul li:hover ul li ul {
display: none;
}
.menu1 ul li:hover ul li a {
display:block;background:#fff;color:#FFF;
height:auto;line-height:15px;padding:4px 16px; width:120px; border:2px solid #004F78; border-bottom:0;
}
.menu1 ul li:hover ul li a.drop {
background:#E3E3E3 url(images/bullet1.gif) no-repeat 3px 8px;
}
.menu1 ul li:hover ul li a:hover {
color:#FFF; background: #E3E3E3 url(images/bullet1.gif) no-repeat 3px 8px;
}
.menu1 ul li:hover ul li a:hover.drop {
background: #ccd url(images/bullet1.gif) no-repeat 3px 8px;
}
.menu1 ul li:hover ul li:hover ul {
display:block; position:absolute; left:153px; top:-1px;
}
.menu1 ul li:hover ul li:hover ul.left {
left:-153px;
}



/* specific to IE5.5 and IE6 browsers */
.menu1 ul li a:hover ul {
display:block;position:absolute;top:28px; t\op:30px; background:#fff;left:0; border-bottom:2px solid #004F78;
}

.menu1 ul li a:hover ul.endstop {
left: -92px;
}
.menu1 ul li a:hover ul li a {
display:block;background:#E3E3E3;color:#FFF; height:1px; line-height:15px; padding:4px 16px; width:154px; w\idth:120px; border:2px solid #004F78; border-bottom:0;
}
.menu1 ul li a:hover ul li a.drop {
background:#E3E3E3 url(images/bullet1.gif) no-repeat 3px 8px; padding-bottom:4px;
}
.menu1 ul li a:hover ul li a ul {
visibility:hidden; position:absolute; height:0; width:0;
}
.menu1 ul li a:hover ul li a:hover {
color:#FFF; background: #ccd url(images/bullet1.gif) no-repeat 3px 8px;
}
.menu1 ul li a:hover ul li a:hover.drop {
 background: #ccd url(images/bullet1.gif) no-repeat 3px 8px;
}
.menu1 ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; top:0;color:#000; left:153px;
}
.menu1 ul li a:hover ul li a:hover ul.left {
left:-153px;
}