/*

	Theme Name: MT
	Description: The mashhadT theme for WordPress.
	Version: 1.0

*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,audio,canvas,details,figcaption,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,summary,time,video{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0;}body{line-height:1;}article,aside,dialog,figure,footer,header,hgroup,nav,section,blockquote{display:block;}nav ul{list-style:none;}ol{list-style:decimal;}ul{list-style:disc;}ul ul{list-style:circle;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:none;}ins{text-decoration:underline;}del{text-decoration:line-through;}mark{background:none;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}table{border-collapse:collapse;border-spacing:0;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input[type=submit],input[type=button],button{margin:0;padding:0;}input,select,a img{vertical-align:middle;}

/*! normalize.css v2.1.2 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

html {
    font-family: tahoma; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    margin: 0;
}

.clear {
	clear: both;
	float: none;
}

ul, ol {list-style: none;}
a{ text-decoration: none;}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.pullleft {
	float: left !important;
}

.pullright {
	float: left !important;
}

/* general */
body {
	background: #000 url(images/body_bg.jpg) repeat-y center;
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	direction: rtl;
	line-height: 15px;
}

.header {
	width: 100%;
	height:120px;
	background: #000 url(images/header_bg.jpg) no-repeat center top;
}

.innerwidth {
	width: 990px;
	margin: 0 auto;
}

.header .innerwidth {
	height: 121px;
	background: url(images/header_shape.png) no-repeat center;
}

.header .dates {
	display: block;
	float: right;
	background: #000 url(images/time_arrow.png) no-repeat 365px;
	height: 25px;
	margin: 10px 0;
	padding: 0 20px 0 10px;
	color: #fff;
	font-size: 10px;
	overflow: hidden;
}

.dates .update, .dates .online {
	float: right;
	line-height: 25px;
	padding-right: 30px;
	background: url(images/time_icons.png) 98% 3px no-repeat;
}

.dates .update {background-position: 98% -20px}

.header img {float: right; margin: 10px 50px 0 0;}

/* mainwrapper */
.mainwrapper {
	background:#fff;
}

/* navigation */
.mainnav {
	margin: 0;
	height: 54px;
	background: url(images/nav_blue_bg.png);
}

.mainnav  li {
	float: right;
	background: url(images/nav_blue_sep.png) no-repeat left top;
}

.mainnav  li a {
	display: block;
	color: #fff;
	padding: 35px 15px 5px;
}

.mainnav  li.archive a {background: url(images/icon_archive.png) no-repeat center 5px;}
.mainnav  li.weth a {background: url(images/icon_whet.png) no-repeat center 5px;}
.mainnav  li.needs a {background: url(images/icon_circle.png) no-repeat center 5px;}
.mainnav  li.mobile a {background: url(images/icon_mobile.png) no-repeat center 5px;}
.mainnav  li.audience a {background: url(images/icon_user.png) no-repeat center 5px;}
.mainnav  li.like a {background: url(images/icon_like_25.png) no-repeat center 5px; color: rgb(128, 132, 218);}

.mainnav  li a:hover {background-color: rgba(255, 255, 255, 0.15);}

.ser form{
	border: 0;
	background: url(images/search_field.png) no-repeat;
	width: 190px;
	height: 25px;
	margin: 15px 5px 0;
	line-height: 25px;
}

.ser  input[type="text"] {
	border:0;
	width: 115px;
	height: 25px;
	background: transparent;
	line-height:25px;
	float:left;
}

.ser  input[type="submit"] {
	background: transparent;
	border: 0;
	color: #000;
	width: 70px;
	height: 25px;
}

.secnav {
	height: 30px;
	background: url(images/nav_w_bg.png);
	line-height: 30px;
	margin: 0;
}

.secnav  li {
	float: right;
	list-style:none;
}

.secnav li a {
	display: block;
	height: 30px;
	padding: 0 10px;
	color: #000;
	font-weight: bold;
	background: url(images/nav_w_sep.png) no-repeat left;
}

.secnav li a:hover {color: #797979}
.secnav .pullleft a {font-weight: normal;}

.secnav ul {float: right;}

.maincontent {
	width: 100%;
	padding: 10px 0;
	background: #fff;
	overflow-y: auto;
}

.newsticker {
	display: block;
	width: 950px;
	height: 48px;
	background: url(images/news_ticker.png) no-repeat center;
	padding: 0 20px;
	color: #fff;
	font-weight: bold;
	line-height: 48px;
	margin-bottom: 15px;
}

.rightside {
	display: block;
	width: 303px;
	float: right;
	padding: 0 10px;
}

.mainside {
	margin-right: 327px;
	padding: 0 10px;
}

/* content slider */
.slider-wrap{
	width: 640px;
	height: 430px;
	direction: ltr;
	margin-top: 30px;
	overflow: hidden;
}	

.wrapper {position: relative;}		
.wrapper > img {width: 640px;height:340px;}

.panel ul	{ 
	text-align: right;
	margin: 0 15px 0 30px; 
}

.stripViewer{
	position: relative;
	overflow: hidden;
	width: 640px;
	height: 340px;
}

.stripViewer .panelContainer	{
	position: relative;
	left: 0;
	top: 0;
}

.stripViewer .panelContainer .panel{
	float: left;
	height: 100%;
	position: relative;
	width: 640px;
}

.stripNavL, .stripNavR, .stripNav { display: none; }
.nav-thumb {
	border: 1px solid black;
	margin-left: 10px;
}

#movers-row	{ 
	background: #e7e7e7;
	height: 85px;
	padding: 0 0 5px;
}

#movers-row div{
	width: 144px;
	float: left;
	margin-left: 14px;
}

#movers-row .cross-link { float: right; }

.photo-meta-data { 
	background: url(images/transpBlack.png);
	padding: 10px;
	height: 320px;
	width: 150px;
	position: absolute;
	z-index: 9999;
	color: white;
	top:0;
	right:0;
	direction:rtl;
	overflow: hidden;
}

.photo-meta-data  h2 {
	color: rgb(255, 214, 0);
	margin: 5px;
	line-height: 15px;
}

.photo-meta-data  p {text-align: justify;}
.photo-meta-data a {
	display: block;
	background: url(images/bullet.png) no-repeat right;
	padding-right: 25px;
	margin: 10px 0;
	color: #fff;
}
.cross-link	{
	display: block;
	width: 144px;
	margin-top: 5px;
	position: relative;
	z-index: 9999;
	float:left;
}

.cross-link img {
	width:144px;
	height: 76px;
}

.active-thumb { background: transparent url(images/icon-uparrowsmallwhite.png) top center no-repeat; }

/* banners */
.master_banner {
	margin: 15px 0;
}

.rightside a.banner {
	display: block;
	margin: 15px 0;
}

/* box */
.bluehead {
	height: 15px;
	border-bottom: 2px solid rgb(17, 17, 167);
}

.bluehead h3 {
	color: #fff;
	font-weight: bold;
	background: rgb(17, 17, 167);
	padding: 3px;
	display: inline;
}

.bluecontent {
	margin: 10px 0;
}

.bluecontent img {
	width: 180px;
	height: 95px;
	float: right;
	margin-left: 15px;
}

.bluecontent p, p.excerpt {
	height: 55px;
	overflow: hidden;
	text-align: justify;
}

.bluecontent .col2half img {
	width: 144px;
	height: 76px;
	float: right;
	margin: 0;
}

.bluecontent .col2half p {
	width: 160px;
	height: 55px;
	float: left;
	overflow: hidden;
	text-align: justify;
line-height: 13px;
}

.bluecontent .col2half a.more {
	display: block;
	width: 160px;
	float: left;
	border: 1px solid #d7d7d7;
	border-width: 1px 0 1px 0;
	padding: 2px 0;
}

.bluecontent h4 {font-size: 12px; font-weight: bold; margin: 0 0 5px 0;}
.bluecontent .meta {
	padding: 5px 0;
	border: 1px solid #d7d7d7;
	border-width: 1px 0 1px 0;
	text-align: left;
}

.featured {height:75px; margin-bottom: 10px;}
.featured2 {margin-right: 190px; margin-bottom: 10px;}
.box {margin: 10px 0 15px; overflow-y:auto;}

/* col */
.col2half {
	width: 48%;
	float: right;
	margin-left: 25px;
}

.col2half.last {margin:0;}

.lastlist ul{margin:0; padding:0;}

.lastlist li {
	display: block;
	height:40px;
	background: #EEE;
	margin: 3px 0;
	border: 1px solid #CACACA;
	padding: 5px;
	overflow: hidden;
}

.lastlist li:nth-child(odd) {
	background: #d7d7d7;
}

.lastlist li a {
	display: block;
	height: 30px;
	overflow: hidden;
}

.lastlist li .meta {text-align: left; font-size: 10px;}

/* footer */
.footer {
	display: block;
	height: 217px;
	width: 990px;
	background: url(images/footer_bg.jpg) no-repeat;
	margin: 0 auto;
}

.footbox {
	display: block;
	height: 140px;
	width: 195px;
	float: right;
	padding: 10px;
	color: #fff;
}

.footbox.left {
	float: left;
}

.whitehead {
	height: 15px;
	border-bottom: 2px solid #fff;
}

.whitehead h3 {
	color: #000;
	font-weight: bold;
	background: #fff;
	padding: 3px;
	display: inline;
}

.footbox p {
	text-align: justify;
	color: #fff;
	text-shadow: 1px 0 2px #000;
	margin: 5px 0;
	line-height: 20px;
}

.footbox li a{
	display: block;
	color: #fff;
	padding: 5px 0;
	font-size: 11px;
	text-shadow: 1px 0 2px #000;
}

.copyright {
	text-align: center;
	color: #fff;
	text-shadow: 1px 0 2px #000;
}

.footlinks {
	margin-top: 18px;
	padding: 0 10px;
}

.footlinks a {color: #fff;}

.footlinks li {
	float: right;
	margin: 0 5px;
}

/* single */
.rightside .block, .maincontent .block{
	width: 100%;
	border: 1px solid #d7d7d7;
	box-shadow: 0px 0px 8px #666;
	margin-bottom: 15px;
}

.rightside .block .title, .maincontent .block .title{
	font-weight: bold;
	background: url(images/ralated_head_bg.png) repeat-x;
	padding: 5px;
	color: #F8D18A;
}

.blockcontent {
	
}

.block ul.readmore {
	height: 150px;
	overflow-y: scroll;
	margin:0;
	padding: 0 10px;
}

.readmore li {
	padding: 5px 10px 5px 0;
	border-bottom: 1px dashed #000;
	background: url('images/liIcon.gif') no-repeat right;
}

.relarticle {
	height: 60px;
	padding: 5px;
	
	background: rgb(247,251,252); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(247,251,252,1) 0%, rgba(220,223,242,1) 65%, rgba(166,205,216,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,251,252,1)), color-stop(65%,rgba(220,223,242,1)), color-stop(100%,rgba(166,205,216,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(247,251,252,1) 0%,rgba(220,223,242,1) 65%,rgba(166,205,216,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(247,251,252,1) 0%,rgba(220,223,242,1) 65%,rgba(166,205,216,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(247,251,252,1) 0%,rgba(220,223,242,1) 65%,rgba(166,205,216,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(247,251,252,1) 0%,rgba(220,223,242,1) 65%,rgba(166,205,216,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fbfc', endColorstr='#a6cdd8',GradientType=0 ); /* IE6-9 */

}

.relarticle img {
	float: right;
	width: 100px;
	height: 60px;
	margin-left: 5px;
}

.relarticle .meta {
	font-size: 10px;
	margin: 0 0 5px;
}

.relbtn {
	display: block;
	width: 64px;
	height: 20px;
	background: url(images/related_btn.png) no-repeat center;
	color: #fff;
	font-size: 11px;
	text-align: center;
	line-height: 20px;
	margin: 5px;
}

.block ul, .block p, .block form {
	margin: 10px;
}

/* article */
.featuredimg img {
	width: 640px;
	height: 340px;
}

.share {
	margin: 10px 0;
	padding: 5px;
	border-width: 1px 0 1px 0;
	border-color: #d7d7d7;
	border-style: solid;
}

.article h1, .mainside h1 {
	font: 18px tahoma bold;
	color: #11008D;
}

.article p, .article  {
	text-align: justify;
	color: #000;
	line-height: 17px;
}

.article p {margin: 10px 0;}

.article a {
	color: #666;
}

.article .date {
	color: #2A8DB4;
	font-size: 11px;
	margin-bottom: 10px;
}

ol.comments li {
border: 1px solid #D7D7D7;
padding: 5px;
margin: 5px 0;
min-height: 64px;
}

ol.comments li img {
width: 64px;
height: 64px;
float: right;
margin:0 0 5px 5px ;
}

ol.comments li .meta {color: #A5A5A5; margin-top:10px;}

#commentform input, #commentform textarea {
border: 1px solid #D7D7D7;
margin: 5px 0;
padding: 5px;
}

.alfie-container {text-align:center;}

/* NEWSREADER */
#newsreader{
  float: left;
  width: 640px;
  background: #E3E3E3;
margin: 0 0 15px 0;
}
#newsreader .newsContent{
  float: left;
  width: 100%;
  height: 340px;
  position: relative;
  overflow: hidden;
}
#newsreader .newsContent li{
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index:1;
  display:none;
}
#newsreader .newsContent li:first-child{
  display:list-item;
}
#newsreader .newsContent li img{
  float:left;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
#newsreader .newsContent li .info{
  float: right;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  width: 155px;
  background: url(images/nr-info-bg.png);
  z-index:3;
  font-size: 12px;
  overflow: hidden;
}
#newsreader .newsContent li .info .title{
 font-size: 13px;
  color: #FACD02;
  font-weight: bold;
  padding: 10px;
  width: 135px;
  line-height: 1.2;
  text-align: justify;
}
#newsreader .newsContent li .info .desc{
  float: left;
  width: 135px;
  padding: 0 10px;
  color: #ffffff;
  line-height: 1.4;
  font-size: 12px;
  text-align: justify;
}
#newsreader .newsContent li .info .desc:hover{
  color: #e0e0e0;
}
#newsreader .newsContent li .info .articleLink{
  float: right;
  margin: 20px 10px 0 0;
  padding-right:20px;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  background: url(images/arrowRight1.gif) no-repeat right;
}
#newsreader .newsContent li .info .video{
  display: block;
  padding-left:25px;
  background: url("images/NRplayButton.png") no-repeat left;
  height: 19px;
  line-height: 19px;
  margin-left: 5px;
}
#newsreader .newsContent li .bigPlayButton{
 background:url("images/ec-play.png") no-repeat scroll 0 0 transparent;
 left:216px;
 bottom:25px;
 width:172px;
 height:172px;
 position:absolute;
 z-index:20;
 text-indent:-9999px;
}

#newsreader .newsreaderNav{
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  background: #E0E0E0;
  height: 100px;
  margin-top: 10px;
}
#newsreader .newsreaderNav .list .jcarousel-prev{
  float: left;
  width: 16px;
  padding-top: 83px;
  height:0px;
  overflow:hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background:url(images/nr-prev.jpg) no-repeat;
}
#newsreader .newsreaderNav .list .jcarousel-next{
  float: left;
  width: 16px;
  padding-top: 83px;
  height:0px;
  overflow:hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  background:url(images/nr-next.jpg) no-repeat;
}
#newsreader .newsreaderNav .list .jcarousel-clip{
  margin-right:16px;
  width: 596px;
}
#newsreader .newsreaderNav .list{
  float: left;
  width: 100%;
  z-index: 2;
  position: relative;
  height: 100%;
  top: 0;
  overflow: hidden;
}
#newsreader .newsreaderNav .list ul{
  float:left;
  position:absolute;
  left:0;
  top:0;
  width:10000px;
}
#newsreader .newsreaderNav ul li{
  float: left;
  width: 133px;
  height: 78px;
  border: 2px solid #677DAB;
  margin: 3px 12px 3px 0;
  position:relative;
}
#newsreader .newsreaderNav ul li.selected{
  border: 2px solid #E1B410;
}
#newsreader .newsreaderNav ul li.selected .title{
  display:none;
}
#newsreader .newsreaderNav ul li img{
  float:left;
  width: 100%;
  height: 78px;
}
#newsreader .newsreaderNav ul li .title{
  float: left;
  width: 125px;
  height: 70px;
  font-size: 12px;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  background: url(images/nr-nav-bg.png);
  padding: 4px;
  line-height: 1.3;
  font-weight: normal;
  z-index:2;
}
#newsreader .newsreaderNav ul li .play-icon{
  float: left;
  position: absolute;
  bottom: 20px;
  right: 5px;
  width: 30px;
  height: 0px;
  padding-top: 25px;
  overflow: hidden;
  background: url(images/nr-play.png) no-repeat;
  z-index:1;
}
#newsreader .newsreaderNav ul li .date {
  position: absolute;
  bottom: -6px;
  left: -3px;
  width: 100%;
  height: 24px;
  padding-left: 5px;
  color: #fff;
  font-weight: bolder;
}
#newsreader .newsreaderNav ul li .date .storyNum{
  font-size: 19px;
margin-right: 5px;
}

.gradWhiteBlue{background:#c5cfe0;background:linear-gradient(top, rgb(255,255,255) 22%, rgb(197,207,224) 81%);background:-o-linear-gradient(top, rgb(255,255,255) 22%, rgb(197,207,224) 81%);background:-moz-linear-gradient(top, rgb(255,255,255) 22%, rgb(197,207,224) 81%);background:-webkit-linear-gradient(top, rgb(255,255,255) 22%, rgb(197,207,224) 81%);background:-ms-linear-gradient(top, rgb(255,255,255) 22%, rgb(197,207,224) 81%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0.22, rgb(255,255,255)), color-stop(0.81, rgb(197,207,224)));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#c5cfe0);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#c5cfe0)";}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	background: #C7C7C7;
	color: #000;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
	float: left;
}