/* 

Project Name: Sharif Website 


*/


body{
	background-image: url("../images/pattern.png"), url("../images/3.1.jpg");
	background-repeat: repeat, no-repeat;
	background-position: center;
	background-attachment: fixed;
	-webkit-background-size: auto, cover; /* the next 3 lines are "browser prefixes", they are necessary to include for CSS3 techniques */
	-moz-background-size: auto, cover;
	-o-background-size: auto, cover;
	background-size: auto, cover;
	font-family: 'Josefin Slab';


}

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


.contents {
    padding: 0px;
    margin: 35px 0 10px 20px;
    position: relative;
    width: 650px;
    list-style-type: none;

}


.contents li{
    font-size: 50px;
    display: block;

}

/*Original Menu
.contents li a{
    color: transparent;
    display: block;
    text-transform: uppercase;
    text-shadow: 0px 0px 5px #fff;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.contents:hover li a{
    text-shadow: 0px 0px 5px #0d1a3a;
}

.contents li a:hover{
    color: #fff;
    text-shadow: 0px 0px 1px #fff;
    padding-left: 10px;
}*/


/*new menu with black background*/
.contents li a{
    display: block;
    text-transform: uppercase;
    text-shadow: 0px 0px 2px #eeb213;
    color: #eeb213;
    padding: 5px 20px;
    margin: 2px;
    background: rgba(0,0,0,0.65);
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.contents:hover li a{
    text-shadow: 0px 0px 10px #eeb213;
    color: transparent;
    background: rgba(0,0,0,0.2);
  
}

.contents li a:hover{
    background: rgba(0,0,0,1.0);
    text-shadow: 0px 0px 1px #eeb213;
    padding-left:30px;
  
}

.contents li a:active{
	color: red;
}


.contents li:first-child a{
    -webkit-border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    border-radius: 15px 15px 0px 0px;
}

.contents li:last-child a{
    -webkit-border-radius: 0px 0px 15px 15px;
    -moz-border-radius: 0px 0px 15px 15px;
    border-radius: 0px 0px 15px 15px;
}


#footer{
	position: absolute;
	bottom: 0;
	margin-left: 10px;
	margin-bottom:5px;
	width: 150px;

}

#footer img{
	opacity: .8;
	
}

#footer ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer ul li{
	display: inline;
	padding-left:0px;

}


#footer:hover ul li img{
	filter: blur(1px);
	-webkit-filter: blur(1px);
	-moz-filter: blur(1px);
	-o-filter: blur(1px);
	-ms-filter: blur(1px);
	 -webkit-transition: all 0s linear;
	  -moz-transition: all 0s linear;
	  -o-transition: all 0s linear;
	  -ms-transition: all 0s linear; 
	  transition: all 0s linear;


}

#footer ul li img:hover{
 
	opacity: 1;
	filter: blur(0);
	-webkit-filter: blur(0);
	-moz-filter: blur(0);
	-o-filter: blur(0);
	-ms-filter: blur(0);
	  -webkit-transition: all 0s linear;
	  -moz-transition: all 0s linear;
	  -o-transition: all 0s linear;
	  -ms-transition: all 0s linear; 
	  transition: all 0s linear;

} 


#signature{
	position: absolute;
	bottom: 0;
	right: 0;
	color: white;
	margin-right: 2px;
	margin-bottom: 5px;
	font-size: 70px;
	font-family: 'Playball';
	

}

#signature a:hover{
	color:orange;
}

/*put this here so that 'd' of Morad lights up properly*/
#hidden{
	display:inline;
	color: transparent;
}


/*targets 8,9,10 ie*/

@media screen\0 {

   .contents:hover li a{
  
    
 background-color:black;
  color: #eeb213;

  
}

.contents li a:hover{
   
   
    padding-left:30px;
    background-color:black;
      background-color: transparent;
  
}



.contents li a{
    display: block;
    text-transform: uppercase;
  
    color: #eeb213;
    padding: 5px 20px;
    margin: 2px;
    background: rgba(0,0,0,0.65);
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


} 

/*targets 6,7,8 ie*/
@media \0screen\,screen\9 {
       .contents:hover li a{
  
    
 background-color:black;
  color: #eeb213;

  
}

.contents li a:hover{
   
   
    padding-left:30px;
    background-color:black;
      background-color: transparent;
  
}



.contents li a{
    display: block;
    text-transform: uppercase;
  
    color: #eeb213;
    padding: 5px 20px;
    margin: 2px;
    background: rgba(0,0,0,0.65);
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
} 

