/*
Theme Name: Bishnu @ Blog Theme
Theme URI: http://www.bishnurimal.co.np
Description: The 2010 default theme for WordPress.
Author: the WordPress team
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */




@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'lucd';
  src: url('font/LTYPE.eot');
  src: local('?'),
          url('font/LTYPE.ttf') format('truetype');
}

@font-face {
  font-family: 'segui';
  src: url('font/segoeui.eot');
  src: local('?'),
          url('font/segoeui.ttf') format('truetype');
}

@font-face {
  font-family: 'segp';
  src: url('font/segoepr.eot');
  src: local('?'),
          url('font/segoepr.ttf') format('truetype');
}



body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
 


body {
	background:url(images/bg.png) top;
	margin:0;
	padding:0;
}

a {
	color:#2d70c4;
	text-decoration:underline;
	font-family:lucd, Georgia, Times New Roman, Times, serif;
	font-size:12px;
	margin:0;
	padding:0;
}

a:hover {
	text-decoration:none;
}

#title_bg {
	position:fixed;
	background:url(images/title_bg.png) repeat-x top;
	top:0;
	width:100%;
	height:47px;
	padding:0;
	margin:0;
	border-bottom:#000 1px solid;
	z-index:10;
}

#title_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-left:-480px;
	padding:0px 10px 10px 10px;
	height:36px;
	width:940px;
	position:fixed;
	top:0;
	left:50%;
	z-index:11;
}

#title_text h1 {
	text-shadow:#000 1px 1px 1px;
	font-family: Palatino Linotype, "Book Antiqua", Palatino, serif;
	font-size:27px;
	color:#c7c7c7;
	padding:0;
	margin:0;
	text-align:left;
	font-weight:normal;
}

#links {
	position:fixed;
	top:0;
	left:50%;
	margin:0px 0px 0px 230px;
	float:right;
	height:16px;
	width:220px;
	padding:15px;
}

#links a {
	text-shadow:#000 1px 1px 1px;
	padding:10px 10px 0px 10px;
	margin:0;
	font-family:lucd, Verdana, Geneva, sans-serif;
	text-decoration:none;
	color:#999;
	
}

#links a span {
	color:#487ac2;
}

#links a span:hover {
	color:#487ac2;;
	text-decoration:underline;
}

#links a:hover {
	text-decoration:underline;
}

.selected_pg {
	text-decoration:underline;
}



#container {
	overflow:auto;
	width:960px;
	margin:80px auto;
}


#left_content {
	overflow:auto;
	width:220px;
	padding:0;
	margin:0;
	float:left;
}

#profile {
	background:url(images/profile.jpg) no-repeat top left;
	height:306px;
	width:220px;
	padding:0;
	margin:0;
}

#profile img {
	margin:0;
	padding:0;
}

#search_bar {
	margin:10px 0px 40px 0px;
	padding:0;
	width:220px;
}

#text_field  {
	color:#666;
	background:#FFF url(images/search_text_bg.png) repeat-x top;
	padding:5px 5px 5px 5px;
	margin:20px 0px 0px 0px;
	width:210px;
	border:none;
	height:16px;
}

#search_but {
	font-family:lucd, verdana;
	text-align:center;
	color:#FFF;
	text-transform:capitalize;
	font-family:Arial, Helvetica, sans-serif;
	float:right;
	width:71px;
	height:20px;
	margin:0px 0px 10px 0px;
	background:#2d70c4;
	padding:0;
	border:none;
}

#search_but:hover {
	background:#069;
}
	
#nav_list {
	margin:0;
	padding:0;
	width:220px;
}

#nav_list h3 {
	margin:5px 0px 10px 0px;
	padding:0;
	color:#427fb0;
	font-family:segui, Verdana, Geneva, sans-serif ;
	font-weight:normal;
	font-size:18px;
	text-transform:lowercase;

}

#nav_list ul {
	margin:5px 10px 10px 10px;
	width:200px;
	padding:0;
}

#nav_list ul li {
	list-style:none;
	padding:0px 10px 10px 0px;
}

#nav_list ul li a {
	font-family:"lucd", verdana;
	font-style:italic;
	font-size:13px;
	color:#CCC;
	text-decoration:none;
	padding:0;
	margin:0;
}
#nav_list ul li a:hover {
	text-decoration:underline;
		font-style:italic;
}

#right_content {
	float:right;
	width:670px;
	margin:0px 0px 10px 20px;
}

#top_corner {
	background:url(images/right_cont_top_bg.png) no-repeat top;
	height:6px;
	margin:0;
	padding:0;
	width:670px;
}

#but_corner {
	background:url(images/right_cont_but_bg.png) no-repeat top;
	height:13px;
	margin:0;
	padding:0;
	width:670px;
}

#content_body {
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	width:610px;
	background:#FFF;
	overflow:auto;
	padding:10px 40px 20px 20px;
	margin:0;
}

#content_body a img {
	margin:8px 8px 8px 8px;
	
	border:none;
}

#content_body img a {
	
	border:none;
}

#content_body img {
	margin:5px 0px 5px 5px;
	padding:0;
	background:#F5F5F5;
	border:#666 1px solid;
}

#head_title {
	width:600px;
	margin:0;
	padding:0;
}

#content_body h2 {
	clear:both;
	width:540px;
	padding-top:5px;
	padding-left:0px;
	padding-right:20px;
	padding-bottom:20px;
	margin:5px 5px 10px 50px;
}

#content_body h2 a {
	margin:0;
	padding:0;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	font-weight:normal;
	color:#427fb0;
}

#content_body h2 a:hover {
	text-decoration:underline;
}

#content_body h4 {
	width:490px;
	float:left;
	font-family:lucd, Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#999;
	margin:10px 0px 10px 0px;
	padding:0px 10px 0px 0px;
	font-weight:normal;
}

#content_body h4 a {
	width:490px;
	font-family:lucd, Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#069;
	margin:0;
	padding:0;
	font-weight:normal;
	text-decoration:none;
}

#content_body h4 a:hover {
	text-decoration:underline;
}


#comment_show {
	text-align:center;
	background:url(images/comment_icon.png) top left no-repeat;
	padding:1px 1px 3px 1px;
	color:#FFF;
	font-family:lucd, Verdana, Geneva, sans-serif;
	font-size:11px;
	margin:5px 5px 5px 5px;
	width:24px;
	height:24px;
	float:left;
}
	


#date_show {
	background:url(images/date_bg.jpg) top left no-repeat;
	position:relative;
	top:50px;
	margin:0px 0px 0px 0px;
	padding:3px 3px 10px 3px;
	width:40px;
	height:30px;
	text-align:center;
	color:#333;
	font-family: lucd, Verdana, Geneva, sans-serif;
	font-size:12px;
}

#date_show span {
	padding:10px 5px 5px 5px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:17px;
	color:#000;
}

.wp-caption img {
	margin-left:-2px;
}
	
.wp-caption {
	
	margin:0px 0px 0px -5px;
	padding:0;
	background:#F5F5F5;
	border:#666 1px solid;
}

.wp-caption-text {
	margin-left:0px;
	width:90%;
	text-align:center;
	font-size:11px;
}


p {
	font-family: segp, Georgia, Times New Roman, Times, serif;
	line-height:25px;
	margin:5px 5px 5px 5px;
	width:100% ;
}

#content_body p {
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	background:#FFF;
	width:100%;
}

#read_more {
	width:100px;
	margin:10px 0px 10px 0px;
	padding:0;
	text-decoration:none;
	font-size:13px;
	font-family:segui, Verdana, Geneva, sans-serif;
	float:right;
}

#post_spacer {
	clear:both;
	padding:0;
	background:#FFF;
	margin:10px 0px 10px 0px;
	width:100%;
	height:35px;
	border-bottom:1px solid #333;
}

.flt_lft {
	float:left;
}

.flt_rt {
	float:right;
}

#next_page {
	text-align:center;
	background:#FFF url(images/ext_bg.jpg) no-repeat top;
	padding:15px 10px 10px 10px;
	width:200px;
	height:40px;
	margin:10px 0px 10px 0px;
	color:#666;
	font-family:lucd, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
}

#next_page a {
	padding:0;
	margin:0;
	color:#666;
	font-family:lucd, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
}

#next_page a:hover {
	color:#06C;
}

blockquote {
	font-family: "segp", Georgia, Times New Roman, Times, serif;
	margin:10px 10px 10px 10px;
	width:550px;
	padding:10px 10px 10px 30px;
	background:url(images/block_1.png) no-repeat top left; 
	color:#666;
	
}

#footer {
	clear:both;
	width:960px;
	margin:0 auto;
	padding:0;
}

#footer p {
	margin:0px 0px 20px 0px;
	text-align:right;
	padding:0px 0px 10px 10px;
	width:940px;
	font-family:lucd, Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#999;
}

#footer a {
	color:#999;
	text-decoration:none;
	font-family:lucd, Verdana, Geneva, sans-serif;
	font-size:12px;
}

#footer a:hover {
	color:#069;
}

#comments_ul{
	margin:0;
	padding:0;
	font-family:lucd, Verdana, Geneva, sans-serif;
	font-size:12px;
}

#comments_ul li {
	padding:20px 10px 20px 10px;
	list-style:none;
}

#comments_ul li p {
	padding:10px 10px 10px 10px;
	background:#CCC;
}

#comments_ul li cite {
	font-family:segp, Georgia, Times New Roman, Times, serif;
	color:#069;
}

#title_comment {
	
	font-family:lucd, Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
}

.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignright {
float: right;
}
.alignleft {
float: left;
}

	


