/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**** Isotope filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item 
{
  -webkit-transition-property: right, top, -webkit-transform, opacity;
     -moz-transition-property: right, top, -moz-transform, opacity;
      -ms-transition-property: right, top, -ms-transform, opacity;
       -o-transition-property: right, top, -o-transform, opacity;
          transition-property: right, top, transform, opacity;
}
/*==============================
	MY STYLES
==============================*/
body {
background: #f8f8f8;
font-family: ""Arabic Transparent";
font-size: 15px;
line-height: 28px;
}

#content {
width: 98%;
margin: 0 auto;
margin-top: 70px;

}
#header{
		
    background-color: #f8f8f8;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    height: 50px;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1000;		
}
.box-title {
font-size: 20px;
margin-bottom: 0px;
text-align:right;
padding-right:4px;
direction:rtl;
}
.box-title a{
color:#000;
text-decoration: none;
}

.news-info{
	display: table;
	width:100%;
}
.news-info li{
    float: left;
    height: 30px;
    padding-top: 5px;
    text-align: center;
    width: 50%;	
}

.ndate{
	background-color:#176180;
       color: #fff;
}

.nsource{
     background-color: #5D7378;
    color: #fff;
}
.mainBox{
	height:318px;
	
}
.box-text{
	text-align:right;
	padding-right:4px;
}
.box img{
	width:235px;
	height:160px;
}

.box {
color: #212121;

float: right;
margin-left: 5px;
margin-right: 5px;
width: 235px;
height: 350px;
background: #ffffff;
border: 2px solid #787878;
margin-bottom: 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
overflow:hidden;
}

#nav {
float: right;
margin-left: 20px;
margin-top: 20px;
position: fixed;
}

#nav a {
text-decoration: none;
font-size: 15px;
line-height: 25px;
color: #595959;
}

#nav a:hover {
color: #393939;
}

#nav a:active {
color: #151515;
}


















