<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ----------- Galaxy Tab 10.1 ----------- */

/* Portrait and Landscape */
@media 
  (min-device-width: 800px) 
  and (max-device-width: 1280px) {



}

/* Portrait */
@media 
  (max-device-width: 800px) 
  and (orientation: portrait) { 

.hidden_res
{
	display:none;
}

}

/* Landscape */
@media 
  (max-device-width: 1280px) 
  and (orientation: landscape) { 

}


@media only screen and (max-width: 840px) {  
    h1 { text-align: center;font-size:25px;}  
    h3 { text-align: center; font-size:20px; }  
    h2 { text-align: center; font-size:25px;  }  
    #Topheader { text-align: center; 
	background:none;
	font-family: tahoma; font-size: 16px;
            direction: rtl; margin-top: -8px; background-color:#fff;
             width:100%; max-width:950px; min-width:200px;  border:5px #777777 solid;
  			background:url(../images/banner2.jpg) bottom center no-repeat;	         
             margin-bottom:-5px; height:200px;
	 } 
	 
	 #Topheader img {width:400px; 
		 } 
	 
	 
	  
    #photo {  
        float: none;  
        display: block;  
        text-align: center;  
    }  


#pagewrapper 
{
	 padding: 20px 20px 20px 20px;
}

#featured
{
/* display:none;	*/
}












/* start about Ehsan */



.ehsanphoto
{
text-align:right; float:none;	
}


.ehsan
{
text-align:center;	 max-width:80%;
}

/* end about Ehsan */
















.related
{
padding:5%;
min-width:250px;
width:70%;
}


.related img
{
max-width:80%;
max-height:200px;
	
}


.hidden_res
{
	display:none;
}

.showres
{
	display:block;

}


.image_res
{
width:100%;	
	
}







.image_res img
{
max-width:90%;	
	
}










.internal img
{
	max-width:90%;
}



#researchfields
{
display:none;	
}

#researchfields_responsive
{
display:block;
}




.author
{
margin-right:auto;
text-align:center;	
}












#menu-bar
{
width:102%;
overflow:auto;
height:auto;
}



#menu-bar li {
display: inline;
background-color:#000000;
border-radius:10px;
min-width:120px;
margin-right:3%;
}

#menu-bar li:hover {

background-color:#FF0000;
}


#menu-bar a {
  font-weight: normal;
  font-family: tahoma;
  font-style: normal;
  font-size: 0.8em;
  color: #FFFFFF;
  text-decoration: none;
  padding: 6px 10px 6px 10px;
  margin: 0;
  margin-bottom: 4px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-shadow: 0px 0px 0px #000000;
  
}
#menu-bar li ul li a {
    background: #FF0000;

}
#menu-bar .active a, #menu-bar li:hover &gt; a {
  background: #FF0000;
  color: #FFFFFF;
 

}

#menu-bar li:hover &gt; ul {
  display: none;
}



.sitemap
{
margin-right:0px; background-color:#eeeeee; padding:10px; width:90%; margin-top:10px; margin-bottom:20px; min-height:150px;	
}

.banners img 
{
width:40%;
}
 



@media only screen and (max-width: 570px) {  


}  

@media only screen and (max-width: 480px) {  

    h1 { text-align: center;font-size:25px;}  


	 #Topheader img {width:300px;  
		 } 



#menublock-responsive
{
	display:block;
	overflow:auto;
	border-radius:0px;
}


#menublock-responsive a
{
	color:#FFFFFF;
	font-family:yekan;
	font-size:1.2em;
}


	
#menublock-normal
{
	display:none;
}











/* start responsive menu */

/*Strip the ul of padding and list styling*/
ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;

}

/*Create a horizontal list with spacing*/
li {
	display:inline-block;
	float: right;
	margin-right: 1px;
}

/*Style for menu links*/
li a {
	display:block;
	min-width:140px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	background: #000;
	text-decoration: none;
}

/*Hover state for top level links*/
li:hover a {
	background: #FF0000;
}

/*Style for dropdown links*/
li:hover ul a {
	background: #f3f3f3;
	color: #000;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
li:hover ul a:hover {
	background: #19c589;
	color: #fff;
}

/*Hide dropdown links until they are needed*/
li ul {
	display: none;
}

/*Make dropdown links vertical*/
li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
	display: hidden;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	background: #615479;
	text-align: center;
	padding: 1px;
	border-radius:20px;
	cursor:hand;
	cursor:pointer;
	

}



/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu2{
    display: block;
	height:310px;
}


/*Responsive Styles*/



	
	/*Make dropdown links appear inline*/
	ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}







/* end responsive menu */








.related
{
padding:5%;
min-width:150px;
width:60%;	
}


.related img
{
width:150px;
height:150px;
}


  
}  
  
@media only screen and (max-width: 320px) {  
	 #Topheader img {width:200px;  
		 } 
	     
	
}  
  
/** iPhone only **/  
@media screen and (max-device-width: 480px) {  
     
} </pre></body></html>