﻿/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 31, 2013, 11:00:59 PM
    Author     : Arash
*/
#project-title

{
   padding: 15px;
   padding-top: 40px;
   font-size: 32px; 
   font-weight:bold; 
   font-family: 'SansationLight';
    color:#0d9b8c;
    
    
}

#project-p
{
   padding-left: 15px;
   padding-right: 15px;
   padding-top: 15px;
   font-size: 15px; 
   line-height:43px;
   font-family: 'helvetica,"Muli",sans-serif' , 'arial';
   color: #7f7f7f;
   
       
    
}

    

#ajaxo
{
  
  min-width: 400px;
  width:auto;
  height:auto;
  position: fixed;
  z-index: 1001;
  background-image: url('../images/gray.png');
  margin-top: 100px  ;
  overflow: hidden;
  display: none;
    
}


#random-project
{
    
    display:show;
    width:250px;
    height:auto;
    position:fixed;
    margin-top: 100px;
    border-radius:2px;
    background-image: url('../images/gray.png')
}

#border
{
 border-bottom:  white thin solid;
 width:80%;
 margin-left: auto;
 margin-right: auto;
 margin-top: 5px;
 margin-bottom: 5px
    
}

#ajax-ul
{
    
    
}

#ajax-li
{
  
     
    display: inline; 
    list-style-type: none;
}

#ajax-title

{
   padding: 15px;
   padding-top: 40px;
   font-size: 20px; 
   font-weight:bold; 
   font-family: 'SansationLight';
    color:white
    
    
}

#ajax-p
{
   padding-left: 15px;
   padding-right: 15px;
   padding-top: 15px;
   font-size: 10px; 
   line-height:20px;
   font-family: 'helvetica,"Muli",sans-serif' , 'arial';
   color: white
   
       
    
}



#ajax-img
{
  display: none;
  width:100%;
  height:100px;
  position: fixed;
  z-index: 9999;

    
}

#ajax-img2


{
  background-image: url('../images/loading.gif');
  width:50px;
  height:50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
 
 
    
}
.rotate:hover

{
 cursor:  pointer;

    
    
}

#left-menu
{
    
    color:white;
    alignment-adjust:  central;
    padding: 5px;
    font-size: 10px
}
#left-menu:hover
{
    
     cursor:  pointer;
     color: #4d4e53;
    
}


﻿div.pagination {
	padding: 3px;
	margin: 3px;
	margin-left:auto;
	margin-right:auto;
	

}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #0d9b8c;
	
	text-decoration: none; /* no underline */
	color: black;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid black;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #0d9b8c;
		
		font-weight: bold;
		background-color: #0d9b8c;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}
	
.wp-post-image{
       
	filter: url('../js/filters.svg#grayscale'); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); /* Webkit Nightlies & Google Chrome Canary */
}
.wp-post-image:hover {
	filter: none; /* Applies to FF + IE */
	-webkit-filter: grayscale(0);
       
}