/*
	Title: OneNineNineFour
	Author: Arif Uddin
	Date: 7th November, 2008
*/

*{
	padding:0;
	margin:0;
}
.hidden{
	display:none;
}

body{
	background:url(images/body_bg.jpg) repeat center;
	font-family:Tahoma, Verdana;
}

#page{
	width:840px;
	margin:0 auto;
	background:#000000;
}
h5{
	font-size:14px;
	font-weight:bold;
}
h4{
	font-size:15px;
}

#header{
	position:relative;
	width:840px;
	height:209px;
}
	#header h1 a{
		position:absolute;
		display:block;
		width:752px;
		height:117px;
		left:47px;
		top:36px;
		background:url(images/header.gif) no-repeat;
	}

#content{
	/*width: variable*/
}
.narrowcolumn{
	float:left;
	width:605px;
}
.widecolumn{
	float:left;
	width:840px;
}
	.welcome_note{
		width:605px;
		padding-bottom:57px;
		text-align:center;
		color:#FFFFFF;
	}
	
	.post{
		width:605px;
		padding-bottom:50px;
	}
		.post h2{
			width:573px;	/*605-32*/
			height:53px;
			overflow:hidden;
			padding-left:32px;
			
			color:#FFFFFF;
			font-size:20px;
			font-family:Tahoma, Arial, Helvetica, sans-serif;
			text-transform:uppercase;
			line-height:53px;
			
			background:url(images/post_header_bg.gif) no-repeat;
			
		}
			.post h2 a{
				color:#FFFFFF;
				text-decoration:none;
			}
			
		.entry{
			overflow:hidden;
			width:500px;	/*605-20-31  27-27*/
			margin-left:20px;
			margin-right:31px;
			
			padding-left:27px;
			padding-right:27px;
			padding-top:20px;
			
			line-height:22px;
			color:#000000;
			font-size:13px;
			font-family:Tahoma, Verdana, Arial;
			
			background:#FFFFFF;
		}
			.entry p{
				clear:both;
				padding-bottom:18px;
			}
			.entry p span{
				display:block;
				width:500px;
				text-align:left !important;
			}			
			.entry a{
				color:#f01c1c;
				text-decoration:none;
			}
				.entry a:hover{
					text-decoration:underline;
				}
			.entry img{
				display:block;
				padding-bottom:20px;
				border:1px solid #FFFFFF;
				margin:0 auto;
			}
			
			.entry ul{
				padding-bottom:80px;
			}
			.entry ul li{
				list-style:none;
				padding-left:10px;
			
				padding-top:5px;
				padding-bottom:5px;
				border-bottom:1px dashed;
				background:url(images/bullet_01.gif) no-repeat 0 14px;
			}
		
		.postmetadata{
			clear:both;
			width:309px;	/*605-148-148*/
			height:20px;	/*77-57*/
			overflow:hidden;
			padding-left:148px;
			padding-right:148px;
			padding-top:57px;
			color:#f01c1c;
			text-align:center;
			font-family:Tahoma, Verdana, Arial;
			font-size:13px;
			background:url(images/postmetadata_bg.gif) no-repeat;
		}
			.postmetadata a{
				color:#f01c1c;
				text-decoration:none;
			}
			.postmetadata a:hover{
				text-decoration:underline;
			}

#sidebar{
	float:right;
	width:235px;
	height:889px;	/*853+36*/
	overflow:hidden;
	color:#d4d4d4;
	font-family:Tahoma, Verdana, Arial;
	background:url(images/sidebar_bg.gif) no-repeat 0 36px;
}
#sidebar a{
	text-decoration:none;
}
#sidebar a:hover{
	text-decoration:underline;
}

#sidebar li{
	list-style:none;
}
	#sidebar ul li{
		list-style:none;
	}
	
	.search_box{
		width:235px;
		height:36px;
		font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}
		.txtSearch{
			float:left;
			width:131px;	/*137-6-2*/
			height:16px;	/*22-6*/
			margin-left:18px;
			padding:3px;
			border:0;
			color:#8c8c8c;
			text-align:center;
			
			border-left:1px solid #808080;
			border-right:1px solid #d4d0c8;
			background:url(images/txt_bg.gif) repeat-x;
		}
		.btnSearch{
			float:left;
			width:24px;
			height:24px;
			border:0;
			cursor:pointer;
			margin-left:5px;
			background:url(images/btnSearch_bg.gif) no-repeat;
		}
		
	.category_box{	/*change 11/11*/
		color:#FFFFFF;
		font-size:18px;
		font-weight:bold;
		font-family:"Myriad Pro", Arial, Tahoma, Verdana;
		text-transform:uppercase;
		overflow:hidden;
		
		padding-top:20px;
		padding-bottom:20px;
		padding-left:6px;
	}
		.category_box a{	/*change 11/11*/
			display:block;
			width:177px;	/*204-27*/
			height:29px;	/*35-6*/
			color:#ffffff;
			padding-left:27px;
			padding-top:6px;
		}
		.category_box a:hover, .selected{	/*new 11/11*/
			text-decoration:none !important;
			background:url(images/category_box_hover.gif) no-repeat ;
		}
			
		
	.signup_box{
		width:183px;	/*210-27*/
		overflow:hidden;
		padding-top:23px;
		padding-bottom:23px;
		padding-right:27px;
		text-align:right;
		font-size:12px;
		background:url(images/sidebar_bar_box_bg.gif) no-repeat 12px 0;
	}
	
		.txtSignup{
			width:131px;	/*137-6-2*/
			height:16px;	/*22-6*/
			margin-left:18px;
			padding:3px;
			margin-top:6px;
			border:0;
			color:#8c8c8c;
			
			border-left:1px solid #808080;
			border-right:1px solid #d4d0c8;
			background:url(images/txt_bg.gif) repeat-x;
		}
		
		.btnSignup{
			display:block;
			float:right;
			width:78px;
			height:33px;
			border:0;
			margin-top:6px;
			cursor:pointer;
			background:url(images/btnSignup.gif) no-repeat;
		}
		
	.contact_box{
		padding-top:23px;
		padding-bottom:30px;
		padding-left:12px;
		padding-right:12px;
		color:#d4d4d4;
		line-height:14px;
		font-size:13px;
		font-family:Arial, Tahoma, Verdana;
		background:url(images/sidebar_bar_box_bg.gif) no-repeat 12px 0;
	}
		.contact_box h2{
			color:#FFFFFF;
			text-transform:lowercase;
			font-size:18px;
			font-family:"Myriad Pro", Arial, Tahoma, Verdana;
			padding-bottom:8px;
		}
		.contact_box a{
			color:#d4d4d4;
		}
	
	.blogroll{
		overflow:hidden;
		padding-top:23px;
		padding-bottom:30px;
		padding-left:12px;
		color:#d4d4d4;
		line-height:14px;
		font-size:12px;
		font-family:Arial, Tahoma, Verdana;
		background:url(images/sidebar_bar_box_bg.gif) no-repeat 12px 0;
	}
		.blogroll h2{
			color:#FFFFFF;
			text-transform:lowercase;
			font-size:18px;
			font-family:"Myriad Pro", Arial, Tahoma, Verdana;
			padding-bottom:8px;
		}
		.blogroll a{
			color:#d4d4d4;
		}
		.blogroll ul li{
			float:left;
			width:106px;
		}
		
	.recent_post{
		padding-top:23px;
		padding-bottom:30px;
		padding-left:12px;
		color:#d4d4d4;
		line-height:14px;
		font-size:13px;
		font-family:Arial, Tahoma, Verdana;
		background:url(images/sidebar_bar_box_bg.gif) no-repeat 12px 0;
	}
		.recent_post h2{
			color:#FFFFFF;
			text-transform:lowercase;
			font-size:18px;
			font-family:"Myriad Pro", Arial, Tahoma, Verdana;
			padding-bottom:8px;
		}
		.recent_post a{
			color:#d4d4d4;
		}

/*================ footer ======*/

#footer{
	width:605px;
	clear:both;
	height:160px;
	text-align:center;
	font-size:13px;
	color:#FFF;
}
#footer span{
	display:block;
	overflow:hidden;
	margin:15px 0;
	padding:0 0 0 112px;
}
#footer p{
	clear:both;
}
#footer a{
	display:block;
	float:left;
	margin-right:25px;
}
/*======= image =======*/

img.aligncenter {
	display: block;
	clear:both;
	margin:10px  auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/****************wideget************************************/
.widget{
	padding-top:23px;
	padding-bottom:30px;
	padding-left:12px;
	color:#d4d4d4;
	line-height:14px;
	font-family:Arial, Tahoma, Verdana;
}
.widget li{
	list-style:none;
}
.widget ul li{
	list-style:none;
}

.widget h2{
	color:#FFFFFF;
	text-transform:lowercase;
	font-size:20px;
	font-family:"Myriad Pro", Arial, Tahoma, Verdana;
	padding-bottom:8px;
}
.widget ul{
	list-style:none;
	padding-bottom:22px;
}
.widget ul li{
	list-style:none;
}
.widget ul li a{
	color:#d4d4d4;
	font-size:11px;
	text-decoration:none;
}

/******************* error *****************/
.show_error h2{
	padding-left:52px;
	color:#DBDBDB;
	font-size:20px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:53px;
}
.show_error p{
	color:#DBDBDB;
	font-weight:bold;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	padding-left:52px;
	font-size:13px;
}
/*=================== for comment ==================*/
.show_all_comments{
	width:490px;	/*605-20-31  27-27*/
	margin:30px 31px 30px 20px;
	padding:20px 27px;
	line-height:22px;
	color:#000000;
	font-size:13px;
	font-family:Tahoma, Verdana, Arial;
	background:#FFFFFF;
}
.cmnt_style1{
	width:450px;/*589*/
	margin:15px 0 15px 0;
	background:#fff;
	margin-bottom:15px;
	border:1px solid #7a7757;
	font-size:13px;
	color:#000;
	padding:11px 10px 22px 10px;
	clear:both;
}
.commentmetadata{
	font-size:11px;
	margin:0px 0;
	display:block;
}
cite{
	font-size:13px;
	font-weight:bold;
	font-style:normal;
}
.respond{
	font-size:13px;
	margin:0;
	padding:0;
	color:#000 !important;
	margin-bottom:8px;
}
.comment_reply{
	width:499px;/*589*/
	padding:15px 0 15px 0;
}
.reply_inputs{
	width:489px;
	padding:11px 10px 22px 0px;
}
.reply_inputs a{
	text-decoration:none;
	color: #FF0000;
	font-size:11px;
}
.reply_inputs a:hover{
	text-decoration:underline;
}
.comment_reply p{
	color:#000;
}

.comment_reply textarea{
	width:400px;
	height:125px;
	background:#FFFFFF;
	padding:10px;
	border:1px solid #7a7757;
}
.input_style{
	width:230px;
	height:18px;
	background:#FFFFFF;
	padding:5px 0 0 5px;
	border:1px solid #7a7757;
}
.add_comment_btn{
	width:68px;
	height:28px;
	border:0;
	float:left;
	cursor:pointer;
	background:url(images/subt_btn.jpg) no-repeat;
}

.comment_reply p{
	margin:0;
	padding:0;
	margin-bottom:8px;
}
.commentmetadata a{
	color:#FF0000;
	text-decoration:none;
}
.commentmetadata a:hover{
	text-decoration:underline;
}

.facebookkk{
	width:170px;
	height:36px;
	background:url(images/face_book.png) no-repeat;
	azimuth: expression(
	this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "images/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
);	
}
.myspaceee{
	width:171px;
	height:33px;
	background:url(images/mslogosplash.png) no-repeat 0 3px;
	azimuth: expression(
	this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "images/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
);	
}



