/* - - - - - - - - - - - - - - - - - - - - -

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:#FFF;
	color: #222;
	font-family : "Lucida Grande", "Lucida Sans Unicode", Verdana, Heletica, Arial, sans-serif;
	font-size : 72%;
}
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 */

a:link, a:visited {
color : #e45602;
text-decoration : underline;
}

a:hover {
color : #fff;
background : #ed803f;
text-decoration : none;
}

a:active, a:focus {
color : #fff;
background : #ce4e02;
text-decoration : none;
}

* html a.external {
text-decoration : none;
border-bottom : 1px dotted #cfcfcf;
}

a[rel="external"] {
padding-right : 9px;
background : url(../images/icon-external.gif) no-repeat right center;
text-decoration : none;
}

a[rel="external"]:hover, a[rel="external"]:active, a[rel="external"]:focus {
color : #ce4e02;
}





hr { display:none; }
p { margin:0 0 8px 0 }

/* hx */

h1, h2, h3  {
font-weight : normal;
letter-spacing: -1px;
color : #867d60;
}

h1 {
font-size : 200%;
text-transform : uppercase;
}

h2 {
margin-top : 20px;
font-size : 120%; 
}


dl dt 
{
text-transform:uppercase;

}

dl dd
{
margin: 0;
}
/********************************************************* --- Main Body Container  *******************************************************/




#nakainer
{
	width: 100%;
	padding:0;
	margin:0 auto 0 auto;
	background: #FFF;
	position: relative;
	background: #FFF;
}
#navblock{
position:relative;
display:block;
background: url(bg_nav.gif) repeat-x;
}
#nav-main{
width: 775px;
margin: auto;
padding: 15px 10px 0 10px;
text-align:right;
}

#header{
position:relative;
clear:both;
width: 775px;
margin: 2px auto;
background:url(bg_header.jpg) no-repeat right top;
padding: 0 0 0 0;
}
#logo{
position:relative;
background: url(logo.jpg) no-repeat left top;
height: 111px;
}
#logo h1{
display:none;

}
#pagearea{
clear:both;
width: 775px;
margin: auto;
background: #F3F3EE url(bg_left.gif) repeat-y -12px top;

}
#leftblock{
float: left;
width: 250px;
padding: 0 0 10px 0;
height: auto;
height:  100%;
}
#leftcontent{
padding:20px;
text-align:justify;}
#pagecontent{
padding:20px;
text-align:justify;}

#rightblock{
float:right;
width: 523px;
background: #FFF url(shadow.gif) no-repeat right top;
min-height: 700px;
height: auto !important;
height: 700px;
padding: 0 0 10px 0;

}


#footer{
clear:both;
background: url(bg_footer.jpg) repeat-x;
padding: 20px 0 5px 0;
}
#footercont{
width: 775px;
margin: auto;
color: #CCCC99;
}
#copyright{
float: left;
}
#developer{
float:right;
}

h2.brown
{
background: url(bg_lefttop.jpg) repeat-y;
text-align:right;
color:#FFFFFF;
}
h2.red
{
background: url(bg_read.gif) repeat-y;
text-align:right;
color:#FFFFFF;
}


h2
{
margin:0;
padding:5px 15px;
text-transform:uppercase;
font-size:13px;
font-weight:bold;
}



/*************************** Fixed Styles ********************************************/




.left{
float:left;
}
.right{
float:right;
}
.clearclean{
clear:both;
}
.noborder{
border: none;
}

.boldtext{
font-weight:bold;
}
.normatext{
font-weight:normal;
}
.bg1
{
background: #99CC00;
}
.fc1
{
color:#FFF;
}
.fs1{
font-size:0.9em;
}
.midmove{
text-align:center;
}
.leftmove{
text-align:left;
}
.rghtmove{
text-align:right;
}
.undrline{
text-decoration:underline;
}
.italics{
font-style:italic;
}

/*************************** Fixed Styles END ********************************************/

/******************************************** HEADING ***********************/








/********************** MENU WORK ************************************/


/* nav-main */

#nav-main ul {
list-style-type : none;
padding : 0;
margin: 5px 0 0 0;
}

#nav-main li {
display : inline;

}

#nav-main li a {
float : left;
padding : 8px 20px;
margin: 0 0 0 4px;
text-decoration : none;
color: #FFF;
background: url(but_nor.jpg) repeat-x;
font-size:13px;
}

#nav-main li a:hover {
background : #e45602 url(but_over.jpg) repeat-x;
color: #fff;
}