/* ==================== CSS reseter ====================== */
	*{	margin:0;
		padding:0;
		color:inherit;
		outline:none;
		font-size:12px;
		font-family:tahoma;
		font-style:inherit;
		font-weight:inherit;
		list-style:none;
	}

/* ==================== Set Hyper Tags ====================== */
	body{background:#F3F6FA url(images/bg-bottom.png) repeat-x left bottom;}
	blockquote,q{quotes:"" "";}
	blockquote:before,blockquote:after,q:before,q:after{content:"";}
	address{font:inherit;display:inline}
	a{color:#326AC6;text-decoration:none}
	a:hover{color:#C6325F}
	
	.clear{float:none;clear:both}
	
/* ==================== Output layouts ====================== */
	#layoutBase{
		width:100%;
		height:100%;
		direction:rtl;
		background-color:#fff;
		background:url(images/bg-top.png) repeat-x left top;
	}
	#layoutRoot{
		width:100%;
		height:100%;
		text-align:center;
		vertical-align:center;
		
	}
		#layoutContainers{
			width:990px;
			margin:0 auto;
			margin-top:10px;
			background:#ffffff url(images/bg-rep.png);
			
			border:3px solid #fff;
			border-radius: 6px;
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
			
			-moz-box-shadow: 0 3px 10px -3px black;
			-webkit-box-shadow: 0 3px 10px -3px black;
			filter:progid:DXImageTransform.Microsoft.Shadow(color='gray', Direction=180, Strength=5);
		}
			#LHeader{
				height:95px;
				vertical-align:top;
				background:#fff url(images/bg-header.png) no-repeat center top;
			}
				#LHeader ul{
					margin: 5px;
				}
				#LHeader ul li{
					color:#C6325F;
					display:inline;
					list-style:inside square;
				}
				#LHeader ul li a{
					padding-left:5px;
				}
				#LHeader marquee{
					display:block;
					color:#C69332;/*#7BC632;*/
					margin-top:55px;/* 3px 0 3px;*/
					padding:3px;
					background-image:url(images/opacity-blue.png);
				}
				#LHeader marquee a{
					margin-left:10px;
				}
				#LHeader marquee a:hover{
					color:#C69332
				}
			
			#LHeadLine{
				width:580;
				height:240;
				color:#fff;
				margin:10px 10px 0 0;
				float:right;
				background-repeat:no-repeat;
				background-position:center center;
				
				border-radius: 10px;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				
				-moz-box-shadow: 0 2px 5px -3px black;
				-webkit-box-shadow: 0 2px 5px -3px black;
			}
				#LHeadLineSupertitle{
					padding:0 10px;
					vertical-align:bottom;
					font:bold 14px "b mitra","mitra","arial";
				}
				#LHeadLineTitle{
					height:1px;
					padding:0 10px 5px 10px;
					text-shadow: 1px 1px 3px #211F52;
					font:bolder 22px "b titr","titr","b mitra","mitra","arial";
				}
				#LHeadLineLead{height:1px;}
				#LHeadLineLink{
					display:block;
					color:white;
					font-size:11px;
					text-align:justify;
					padding:1px 10px 4px 10px;
					background-image:url(images/opacity-black.png);
					
					border-bottom-right-radius: 10px;
					border-bottom-left-radius: 10px;
					-moz-border-radius-bottomleft: 10px;
					-moz-border-radius-bottomright: 10px;
					-webkit-border-bottom-right-radius: 10px;
					-webkit-border-bottom-left-radius: 10px;
				}
			
			#LCenter{ }
			#LCategoryLeft{
				width:375px;
				height:240px;
				display:block;
				float:left;
				margin:10px 0 0 10px;
				
				/*border-radius: 10px;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				
				-moz-box-shadow: 0 2px 5px -3px black;
				-webkit-box-shadow: 0 2px 5px -3px black;*/
			}
				#LCategoryLeft a{
					width:375px;
					height:240px;
					display:block;
					margin:5px 0;
					
					border-radius: 10px;
					-moz-border-radius: 10px;
					-webkit-border-radius: 10px;
				}
			
			#LCategoryRight{
				width:250px;
				float:right;
				margin-right:10px;
			}
				#LCategoryRight ul{
					color:#810000;
					margin-top:10px;
					padding-bottom:5px;
					
					border:2px solid #D8E5F6;
					border-radius: 10px;
					-moz-border-radius: 10px;
					-webkit-border-radius: 10px;
				}
				#LCategoryRight ul span{
					display:block;
					background-color:#D8E5F6;
					padding:3px 7px 4px 0;
				}
				#LCategoryRight ul span a{ color:#476290;}
				#LCategoryRight ul span a:hover{ color:#217EF4; }
				#LCategoryRight ul li{
					list-style:inside square;
					margin:2px 7px 5px 7px;
				}
			
			.LCategoryBottom{
				float:right;
				width:315px;
				height:150px;
				color:#810000;
				overflow:hidden;
				margin:10px 10px 0 0;
				background:#fff url(images/bg-cated-bottom.png) repeat-x left top;
				
				border-radius: 10px;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				
				-moz-box-shadow: 0 1px 5px -3px black;
				-webkit-box-shadow: 0 1px 5px -3px black;
			}
				.LCategoryBottom span{
					display:block;
					text-align:left;
					padding:8px 8px 10px 10px;
				}
				.LCategoryBottom span a{ color:#476290;}
				.LCategoryBottom span a:hover{ color:#217EF4; }
				.LCategoryBottom li{
					list-style:inside square;
					margin:2px 7px 5px 7px;
				}
			
			.LSection{
				float:right;
				width:125px;
				display:block;
				text-align:center;
				padding:4px 0 6px 0;
				margin:10px 10px 10px 0;
				color:#fff;
				border:2px solid #fff;
				background-color:#810000;
				
				border-radius: 6px;
				-moz-border-radius: 6px;
				-webkit-border-radius: 6px;
				text-shadow: 1px 1px 10px #fff;
			}
			.LSection:hover{ color:#E6E90C; }
			
			#layoutCaption{
				display:block;
				margin-top:10px;
				margin-bottom:10px;
			}
			
			/* Category layoutBase */
			#LCategory{
				float:left;
				width:700px;
				margin:10px 0 0 10px;
				
				border:2px solid #D8E5F6;
				border-radius: 10px;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
			}
			#LCategory div{
				margin:3px 10px 10px 7px;
				padding:0 1px 5px 1px;
				border-bottom:2px solid #AFC8E5;
			}
			#LCategory div abbr, #LCategory div cite{
				display:block;
				font-size:10px;
			}
			#LCategory div a{
				display:block;
				font:bold 18px "b mitra",mitra,arial;
			}
			#LCategory div span{
				display:block;
				font:bold 13px "b mitra",mitra,arial;
			}
			#LCategory p{
				margin:3px 10px 0 7px;
				padding:0 1px 5px 1px;
				text-align:center;
			}
			#LCategory p a{
				padding:0 5px;
				margin:0 3px;
				border:1px solid #D8E5F6;
				border-radius: 4px;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
				font:bold 18px "b mitra",mitra,arial;
			}
			/* Entry layoutBase */
			#LEntry{
				float:left;
				text-align:center;
				width:700px;
				margin:10px 0 0 10px;
				
				border:2px solid #D8E5F6;
				border-radius: 10px;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
			}
				#LEntry img{
					margin:5px;
				}
				#LEntry hr{
					color:#AFC8E5;
					background-color:#AFC8E5;
					margin:0 10px 5px 10px;
					border:1px solid #AFC8E5;
				}
				#LEntry abbr, #LEntry cite{
					margin:0 10px;
					display:block;
					font-size:10px;
					text-align:right;
				}
				#LEntry span{
					display:block;
					text-align:right;
					margin:2px 10px;
					font:bold 18px "b zar",zar,arial;
				}
				#Lentry font{
					display:block;
					line-height:23px;
					text-align:justify;
					margin:3px 10px 15px 10px;
					font:bold 15px "b mitra",mitra,arial;
				}
				#LEntry p{
					font-size:13px;
					line-height:20px;
					text-align:justify;
					margin:1px 10px;
				}
				#LEntry form fieldset{
					margin:10px;
					padding:5px 10px;
					text-align:right;
					
					border:1px solid #AFC8E5;
					border-radius: 7px;
					-moz-border-radius: 7px;
					-webkit-border-radius:7px;
				}
				#LEntry table{
					width:100%;
					height:100%;
					white-space:0;
				}
				#LEntry textarea{
					height:100%;
					width:100%;
				}
				#LEntry input,#LEntry textarea{
					padding:3px 5px;
				}
				#LEntry button{
					padding:1px 3px;
				}