	@font-face {
		font-family: 'weblogmayekan';
		src: url('../fonts/Weblogma_Yekan.eot');
		src: url('../fonts/Weblogma_Yekan.eot#iefix') format('embedded-opentype'),
		url('../fonts/Weblogma_Yekan.woff') format('woff'),
		url('../fonts/Weblogma_Yekan.ttf') format('truetype')/*,
		url('../fonts/Weblogma_Yekan.svg#CartoGothicStdBook') format('svg')*/;
		font-weight: normal;
		font-style: normal;
	}

	article,
	aside,
	details,
	figcaption,
	figure,
	footer,
	header,
	nav,
	section {
		display: block;
	}

	audio,
	canvas,
	video {
		display: inline-block;
		*display: inline;
		*zoom: 1;
	}

	audio:not([controls]) {
		display: none;
	}

	html {
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
	}

	a:focus {
		outline: thin dotted #333;
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px;
	}

	a:hover,
	a:active {
		outline: 0;
	}

	sub,
	sup {
		position: relative;
		font-size: 75%;
		line-height: 0;
		vertical-align: baseline;
	}

	sup {
		top: -0.5em;
	}

	sub {
		bottom: -0.25em;
	}

	img {
		max-width: 100%;
		width: auto \9;
		height: auto;
		vertical-align: middle;
		border: 0;
		-ms-interpolation-mode: bicubic;
	}

	#map_canvas img,
	.google-maps img,
	.gm-style img {
		max-width: none;
	}

	button,
	input,
	select,
	textarea {
		margin: 0;
		font-size: 100%;
		vertical-align: middle;
	}

	button,
	input {
		*overflow: visible;
		line-height: normal;
	}

	button::-moz-focus-inner,
	input::-moz-focus-inner {
		padding: 0;
		border: 0;
	}

	button,
	html input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		-webkit-appearance: button;
		cursor: pointer;
	}

	label,
	select,
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	input[type="radio"],
	input[type="checkbox"] {
		cursor: pointer;
		font-family: 'weblogmayekan', Tahoma, Arial;
	}

	input[type="search"] {
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		-webkit-appearance: textfield;
	}

	input[type="search"]::-webkit-search-decoration,
	input[type="search"]::-webkit-search-cancel-button {
		-webkit-appearance: none;
	}

	textarea {
		overflow: auto;
		vertical-align: top;
		font-family: 'weblogmayekan', Tahoma, Arial;
	}


	ul {
		padding: 0;
		margin: 0;
	}

	li {
		list-style: none;
	}

	/* custom */
	body, html {
		font-size: 14px;
		padding: 0;
		margin: 0;
	}

	/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
	.clearfix:before, .clearfix:after {
		content: " ";
		display: table;
	}

	.clearfix:after {
		clear: both;
	}

	.container {
		height: 100%;
		max-width: 900px;
		margin: auto;
		background: #F5F5F5;
	}

	body {
		font-family: 'weblogmayekan', Tahoma, Arial;
		color: #000;
		background: #D4F0F5;
		direction: rtl;
		text-align: right;
	}

	a {
		color: #666;
		text-decoration: none;
	}

	a:hover {
		color: #000;
	}

	p {
		white-space: pre-line;
	}

	/* background-attachment does the trick */
	/*.fixed-bg {*/
		/*position: relative;*/
		/*background-position: top center;*/
		/*background-repeat: repeat;*/
		/*background-attachment: fixed;*/
		/*height: 30px;*/
		/*border: 3px solid;*/
		/*border-color: #87DAE8  transparent;*/
	/*}*/

	/*#fixbg1 {*/
		/*background-image: url(../images/1.jpg);*/
		/*background-position: 0 15px;*/
	/*}*/

	/*#fixbg2 {*/
		/*background-image: url(../images/2.jpg);*/
	/*}*/

	/*#fixbg3 {*/
		/*background-image: url(../images/3.jpg);*/
	/*}*/

	/*#fixbg4 {*/
		/*background-image: url(../images/4.jpg);*/
	/*}*/

	/*#fixbg5 {*/
		/*background-image: url(../images/5.jpg);*/
	/*}*/

	.gn_clear {
		clear: both;
		height: 0;
		line-height: 0;
	}

	header {
		width: 100%;
		position: relative;
	}

	header div.menu {
		background: #87dae8;
		border-bottom: 2px solid #1fb6d3;
		height: 35px;
		z-index: 100;
	}

	header .menu ul {
		margin-right: 50px;
		float: right;
	}

	header .menu ul li {
		float: right;
	}

	header .menu ul li a {
		display: inline-block;
		padding: 5px 15px;
		font-size: 17px;
		color: #0c93c0;
	}

	header .menu ul li:hover > a {
		color: #fff;
		background: url("../images/link-hover-bg.png") no-repeat bottom center, #40cce5; /*  */
	}

	header .menu ul li:hover > ul {
		display: block;
	}

	header .menu ul li.active > a {
		background: url("../images/link-hover.png") no-repeat bottom center;
	}

	.gn_static {
		padding: 5px;
		height: auto !important;
		border: 1px solid #87DAE8;
		overflow: hidden;
		margin-bottom: 5px;
		border-radius: 5px;
	}

	.gn_static img {
		margin: 0 0 0 5px !important;
		border-radius: 5px;
	}

	.gn_header_1, .gn_header_2, .gn_header_3, div[class^='gn_header_']{
		background: none !important;
		border: none !important;
		padding: 0;
	}

	.container > article .gn_header {
		display: none;
	}

	.globalnews {
		margin: 0 !important;
		position: relative;
	}

	body > article { /* .books */
		background: #D4F0F5;
	}

	body > article a {
		color: #0c93c0;
	}

	.columnRight, .columnLeft {
		width: 50%;
		position: relative;
	}

	.sokhanraniha .columnRight .moduletable, .sokhanraniha .columnLeft .moduletable {
		min-height: 77px;
	}

	.columnRight {
		float: right;
	}

	.columnLeft {
		float: left;
		border-right: 1px solid #ccc;
		margin-left: -1px;
	}

	.moduletable h3 {
		width: 100%;
		padding: 0 8px;
		display: inline-block;
		/*background: url("../images/banner.jpg") no-repeat -230px top;*/
		/*background-color: #FFF;*/
		background: #D4F0F5;
		border-bottom: 1px solid #00A0D3;
		font-size: 18px;
		color: #00a0d3;
		font-weight: normal;
		margin: 0;
	}

	.component .container {
		background: #FFF;
		padding: 30px 10px 10px;
		margin: -10px auto 20px;
		box-shadow: 0 0 4px -1px;
	}

	.item-page h2 {
		margin: 0;
	}









	/* new */
	.talifat {
		width: 42%;
		float: right;
		margin: 10px 1% 0 0;
	}

	.news {
		float: left;
		width: 55%;
		margin: 10px 1% 0;
	}

	.moduletable {
		overflow: hidden;
		padding: 0;
		border: 1px solid #6FC8D8;
		border-radius: 5px;
		background: #fff;
	}

	.gn_slider, .gn_pagination {
		border: none !important;
	}

	.gn_slider img {
		max-width: 50%;
		border-radius: 5px;
		margin-left: 10px !important;
		border: 1px solid #000 !important;
	}

	.gn_slider {
		height: auto !important;
	}

	.gn_news a, .globalnews a {
		color: #00A0D3;
	}

	.gn_news {
		font-size: 14px;
		text-align: justify;
	}

	.gn_news small {
		font-size: 12px;
		color: #666;
	}

	.gn_news a:nth-child(2) {
		font-size: 16px;
	}

	.gn_pagination {
		position: absolute;
		left: 50px;
		bottom: 6px;
	}

	.gn_pagination a:last-child {
		display: none;
	}

	.gn_pagination a {
		background: #B2DCE4;
		line-height: 0px;
		font-size: 0px;
		width: 10px;
		height: 12px;
		display: inline-block;
		border-radius: 3px;
	}

	.gn_pagination a.selected {
		background: #00a0d3;
	}

	.moduletable .moduletable {
		margin: 5px;
		border: 0;
	}

	.moduletable .moduletable h3{
		border: none;
		border-bottom: 1px solid #6FC8D8;
		font-size: 15px;
		background: #fff;
	}

	.talifat .moduletable .moduletable .gn_static {
		background-color: #F0F0F0;
		border: 1px dashed #ccc;
		margin: 0;
	}

	.maghale h3 {
		color: #000;
		background: none;
		text-align: center;
		padding: 0;
		font-size: 16px;
		border-bottom:1px solid #aaa;
	}

	.maghale .moduletable h3 {
		color: #666;
		background: #F5F5F5;
		border-bottom:1px solid #ccc;
	}

	.maghale .moduletable {
		margin: 0;
	}

	.gn_list {
		border: none !important;
		height: auto !important;
	}



	.sokhanraniha {
		width: 42%;
		float: right;
		margin: 10px 1% 0 0;
	}

	.arefan {
		width: 55%;
		float: left;
		margin: 10px 0 0 1%;
	}

	.sokhanrani h3 {
		color: #000;
		background: none;
		text-align: center;
		padding: 0;
		font-size: 16px;
		border-bottom:1px solid #aaa;
	}

	.sokhanrani .moduletable h3 {
		color: #666;
		background: #F5F5F5;
		border-bottom:1px solid #ccc;
	}

	.sokhanrani .moduletable {
		margin: 0;
	}

	.container > article {
		position: relative;
	}

	.arefan .moduletable {
		overflow: visible;
	}

	.arefan .gn_static {
		width: 13%;
		float: right;
		padding: 0;
		margin: 6px 1% 5px 0;
		border: none;
		overflow: visible;
	}

	.arefan .moduletable .globalnews {
		padding-right: 3px;
	}

	.arefan .gn_static a:nth-child(2) {
		display: none;
		width: auto;
		height: auto;
		position: absolute;
		bottom: -5px;
		background-color: #666;
		color: #fff;
		text-align: center;
		padding: 2px 10px;
		z-index: 3;
		margin: 0 0 5px -1000%;
		border-radius: 3px;
	}

	.arefan .gn_static a:nth-child(2):after {
		content: '';
		position: absolute;
		border: 5px solid transparent;
		border-top-color: #666;
		right: 5px;
		top: 100%;
		margin-top: -1px;
	}

	.arefan .gn_static:hover a:nth-child(2) {
		display: block;
	}

	.arefan .gn_static img {
		width: 100%;
		border-radius: 5px !important;
		border: 1px solid !important;
	}

	.arefan .moduletable h3 {
		width: 96.8% !important;
		padding: 0 1.6% !important;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}





	.ashar {
		width: 42%;
		float: right;
		margin: 10px 1% 0 0;
	}

	.didgaha {
		width: 55%;
		float: left;
		margin: 10px 0 0 1%;
	}

	.container > .clearfix:last-child {
		padding-bottom: 10px;
	}

	.ashar .gn_list li, .didgaha .gn_list li {
		border-bottom: 1px dashed #6cbbf5;
	}

	.gn_list li {
		text-overflow: ellipsis;
		width: 100%;
		display: block;
		white-space: nowrap;
		overflow: hidden;
	}

	.gn_list ul li:last-child {
		border-bottom: none;
	}

	.menu li {
		line-height: 25px;
	}

	.menu li .nav-child {
		position: absolute;
		z-index: 100;
		margin: 0 0;
		background: #87DAE8;
		border: 1px solid #1FB6D3;
		border-top-width: 2px;
		min-width: 122px;
	}

	.menu li .nav-child li {
		float: right;
		clear: both;
		width: 100%;
		text-align: center;
	}

	.menu li .nav-child li a {
		display: block;
		border-bottom: 1px solid #1FB6D3;
	}

	.menu li .nav-child li:hover {
		color: #fff;
		background: #40cce5; /* url("../images/link-hover-bg.png") no-repeat bottom center,  */
	}

	header .menu ul li > ul {
		display: none;
	}







	.archive a {
		position: absolute;
		top: 5px;
		left: 5px;
		background: #00a0d3;
		color: #fff;
		line-height: 14px;
		font-size: 12px;
		border-radius: 3px;
		padding: 2px 5px 3px;
	}

	.archive a:hover {
		color: #fff !important;
		background: #0085b2;
	}



	.news .archive a {
		top: inherit;
		left: 12px;
		bottom: 9px;
	}

	.news .archive a:hover {
		color: #fff !important;
		background: #0085b2;
	}




	.talifat .archive a {
		top: inherit;
		bottom: inherit;
		left: 12px;
		margin-top: -15px;
		z-index: 2;
		background: #ccc;
		color: #333;
	}

	.talifat .maghale .archive a, .sokhanrani .archive a {
		background: #00a0d3;
		color: #fff;
        bottom: 2px;
		right: 2px;
		left: inherit;
		top: inherit;
	}

	.talifat .maghale .archive a:hover, .sokhanrani .archive a:hover {
		background: #0085b2;
	}

    .talifat .maghale .gn_list, .sokhanrani .gn_list {
        padding-bottom: 28px;
    }



	footer {
		background: url("../images/footer.jpg") no-repeat center top;
		height: 150px;
		margin-top: 10px;
		border-top: 2px solid #77C1CC;
	}



	.blog {
		padding: 20px;
	}

	.blog .items-leading, .blog .items-row .span6, .blog .items-row .span12 {
		background: #fff;
		border: 1px solid #6FC8D8;
		border-radius: 5px;
		overflow: hidden;
		margin-bottom: 20px;
		position: relative;
	}

	.blog h2 {
		margin: 0;
		width: 98%;
		padding: 0 1%;
		display: inline-block;
		background: #D4F0F5;
		border-bottom: 1px solid #00A0D3;
		font-weight: normal;
	}

	.blog h2 a {
		font-size: 18px;
		color: #00A0D3 !important;
	}

	.blog .item-image {
		max-width: 25%;
		display: inline-block;
		float: right;
		padding: 5px;
		border: 1px solid #000;
		margin: 10px 10px 0 10px;
		border-radius: 5px;
	}

	.blog p {
		text-align: justify;
		margin: 10px;
		padding: 0;
	}

	.blog p img {
		display: none;
	}

	.article-info-term, .category-name, .hits {
		display: none;
	}

	.blog dl {
		margin: 0;
	}

	.article-info {
		background: #F5F5F5;
		text-align: left;
		position: absolute;
		bottom: 0;
		z-index: 0;
		left: 0;
		right: 0;
	}

	.article-info .published {
		padding: 0 5px;
	}

	.jcomments-links {
		position: relative;
		z-index: 1;
		background: #F5F5F5;
		display: inline-block;
		float: right;
	}

	.jcomments-links a {
		color: #666;
	}

	.jcomments-links a:hover {
		color: #000;
	}

	.readmore-link {
		background-position: right 6px !important;
	}

	.comments-link {
		background-position: right -25px !important;
	}



	.pagination {
		text-align: center;
	}

	.pagination > p {
		display: none;
	}

	.pagination ul {
		display: inline-block;
	}

	.pagination ul li {
		display: inline-block;
		background: #EEE;
		border: 1px solid #ccc;
		border-radius: 3px;
		margin: 0 2px;
		min-width: 20px;
		color: #ccc;
	}

	.pagination ul li a {
		color: #666;
	}

	.pagination-start, .pagination-prev, .pagination-next, .pagination-end {
		width: 40px;
	}

	.items-more {
		display: none;
	}



	.item-page {
		background: #fff;
		padding: 20px 20px 30px;
	}

	.item-page .article-info {
		padding: 10px;
		margin: 0;
		text-align: right;
	}

	.item-page .article-info dd {
		margin: 0;
	}

	.item-page .pager.pagenav {
		display: none;
	}

	#comments-form > p {
		position: relative;
		margin: -10px 0 -30px !important;
	}

	#comments-form > p label {
		position: absolute;
		top: 10px;
	}

	#comments .comment-date {
		font-size: 13px !important;
		background-position: top right !important;
		margin: -2px 10px !important;
	}

	.comment-box .comment-body {
		padding: 10px !important;
		text-align: justify !important;
	}



	.pg-categories-viewgallery, .pg-category-viewgallery {
		padding: 20px 20px 0 !important;
	}

	.pg-categories-viewgallery div[style]:last-child,
	.pg-category-viewgallery div[style]:last-child,
	#pg-icons,
	.pg-category-viewgallery h1,
	.pg-category-viewgallery form,
	.pg-cv-name {
		display: none !important;
	}

	div.pg-csv-box {
		float: right;
		height: auto;
		padding: 5px;
	}

	div.pg-csv-name {
		display: none;
	}

	#pg-msnr-container .pg-cv-box.item:first-child {
		display: none;
	}

	.pg-cv-box {
		height: 120px !important;
	}



	.news > .moduletable, .talifat > .moduletable {
		height: 220px;
	}

	.news .globalnews, .news .moduletable > div {
		height: 192px;
	}









	/*.avDownloadLink {*/
		/*font-size: 14px !important;*/
		/*padding-top: 20px !important;*/
		/*padding: 0 !important;*/
	/*}*/
	/*.avDownloadLink a {*/
		/*display: inline-block;*/
		/*background: #00a0d3;*/
		/*color: #fff;*/
		/*line-height: 14px;*/
		/*font-size: 16px !important;*/
		/*border-radius: 3px;*/
		/*padding: 2px 5px 3px;*/
		/*float: left;*/
	/*}*/

	/*.avAudio .avPlayerContainer .avPlayerBlock .jwplayer {*/
		/*width: 46% !important;*/
		/*float: left !important;*/
	/*}*/

	/*.avAudio .avPlayerContainer .avPlayerBlock .avDownloadLink {*/
		/*width: 46% !important;*/
		/*float: right !important;*/
	/*}*/

	/*.avPlayerBlock:after {*/
		/*content: '';*/
		/*display: block;*/
		/*clear: both;*/
	/*}*/

	.avPlayerWrapper.avAudio {
		width: 520px;
		float: left;
		margin-right: 10px;
	}

	.phocadownloadfile32 {
		display: inline;
		width: auto;
		max-width: 283px;
		float: right;
		margin: -6px 0 0 !important;
		padding: 4px 35px 5px 10px !important;
		background-position: 99% center !important;
		background-size: 24px !important;
		border-radius: 5px;
		border: none !important;
		background-color: #DDD !important;
	}

	.phocadownloadfile32 a {
		display: block;
		text-overflow: ellipsis;
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
	}









	.category-list {
		padding: 10px;
	}
	.content-category {
		padding: 10px;
		background: #fff;
		border: 1px solid #CCC;
	}
	.content-category > p:first-child {
		display: none;
	}
	.content-category h3 {
		font-weight: normal;
		margin: 5px 0;
	}
	.cat-children > div {
		margin-right: 10px;
	}
	.cat-children > h3:after {
		content: ' :';
		display: inline-block;
		font-size: 14px;
	}
	.cat-children > div a {
		border-bottom: 1px dashed #CCC;
	}





	#customMenu {
		display: none;
	}


	#jc:before {
		content: '';
		display: block;
		clear: both;
	}




	.item-page .page-header h2 {
		font-weight: normal;
		font-size: 20px;
		margin-bottom: -10px;
	}



	.blog .avPlayerWrapper.avAudio {
		width: 510px;
		margin-right: 10px;
		margin-left: 10px;
	}

	.blog .phocadownloadfile32 {
		max-width: 273px;
		margin-right: 10px !important;
	}






	.pull-left.item-image {
		margin-top: 10px;
	}



	.item-page .pull-left.item-image img  {
		border: 1px solid #000;
		border-radius: 5px;
	}

	.item-page .pull-left.item-image  {
		margin: 10px 0px 0px 10px;
	}
	
	
	
	
	
	
	
	.jmoddiv.jmodinside {
		position: static !important;
	}
	
	
	.talifat .moduletable .moduletable .globalnews img {
		border: 1px solid #666 !important;
	
	}




    .maghale::before {
        display: block;
        clear: both;
        position: absolute;
        content: 'مقالات';
        width: 46px;
        height: 20px;
        background: #d4f0f5;
        left: 165px;
        z-index: 3;
        margin-top: 17px;
        border: 1px solid #00a0d3;
        text-align: center;
        color: #000;
        font-size: 16px;
        line-height: 19px;
        border-radius: 3px;
    }


    .talifat .moduletable:first-child > .moduletable {
        margin-bottom: -10px;
    }



    #comments-form-buttons {
        position: relative;
        z-index: 99;
    }