/* - - - - - - - - - - - - - - - - - - - - -

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:#5C422E url(page_bg.jpg);
	color: #222;
	font: .7em/1.4em 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: #FFF;
	text-decoration: none;
}
a:active { outline: none; }
a:hover {
	color: #999999;
	text-decoration: none;
	outline: none;
}
a img { border: 0; }
h2 {
	font-size: 1.1em;
	margin:0;
	line-height: 100%;
}
p { margin:0 0 8px 0 }

/********************************************************* --- Main Body Container  *******************************************************/

#nakainer
{

	padding:0;
	margin:0;	
	position: relative;
	
}
	#flash_anim_intro{
		margin:0px auto;
		width:780px;
		
	
	}
	#nakainer_inner{
		margin:2px auto;
		width:766px;
	}
		#flash_anim{
		}
		
		#header{
			padding:0 58px;
		}
		
		#primary_content{
			padding:7px 10px;
			background:#E9E3A4;
			margin:0 58px;
			min-height: 250px;
			height:auto !important;
			height: 250px;
		}
		#primary_content a{
			color:#C93D1D;
		}
		
		#bottom_links{
			padding:3px 60px;
			color:#FFF;
			text-align:center;
			
		}
		#footer{
			padding:4px 60px;
			color:#CCC;
		}
			#copyright{
				float:left;
			}
			#developer{
				float:right;
			}
.fs14{
	font-size:14px;
}
.fcr{
			color:#C93D1D;
		}
/*************************** Fixed Styles ********************************************/

.floatleft{float:left;}
.floatright{float:right;}
.textleft{text-align:left;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.clear{clear:both;}
.noborder{border:none;}
.boldtext{font-weight:bold;}
.normaltext{font-weight:normal;}
.bg1{background:#fff;}
.fc1{color:#000;}
.fc2{color:#eb9b03;}
.fc3{color:#c8631f;}
.fs1{font-size:10px;}
/* Fixed Styles Ends */