/********************
Date: Jan. 9th, 2011
Author: Shanning Wan makewan.com
Client: Farras Abdelnour
********************/

/**********General**********/
* img{
	outline: none;
}

a{
	outline: 0;
}

a:hover, a:active, a:focus {
   outline: 0;
}

a img{
	border: none;
}

.w, .b{
	float: left;
    width: 300px;
    height: 300px;
}

.w{
    color: #333333;
    background-color: #F7F7F2;
    -webkit-box-shadow: 
	inset 0 0 .4em rgba(0, 0, 0, .5);
 	-moz-box-shadow:
	inset 0 0 .4em rgba(0, 0, 0, .5);
	box-shadow:
	inset 0 0 .4em rgba(0, 0, 0, .5);
}
 
.b{
    color: #F7F7F2;
    background: transparent url(img/FarrasBg2.png) repeat;
    background-color: #333333;
}

/**********Structure**********/
body{
	width: 100%;
    background: transparent url(img/FarrasBg.png) repeat;
}


#wrap{
	margin: 0 auto;
	width: 1200px;
    font: normal 500 120% helvetica, helvetica nue, arial, sans-serif;
}

h3{
	font-size: 1em;
}

p{
	font-size: .85em;
}


#logo a{
	float: left;
	width: 250px;
	height: 250px;
	margin: 1.5em 0 0 1.5em;
	background: transparent url(img/logo.png) no-repeat 0 0;
	text-indent: -9009px;
}

#logo a:hover{
	background-position: 0 -250px;
}

.desc{
    float: left;
    padding: 1em;
    margin: 0 auto;
}

.desc p{
    font-style: italic;
    line-height: 2;
    word-wrap: break-word;
	text-align: left;
}

.desc .bigsized{
	font-size: 2em;
	font-family: "Times New Roman",Georgia,Serif;
	line-height: .5;
}

/**********Nav**********/
#nav{
	list-style-type: none;
	margin: 0 auto;
	padding: 0 4em;
	line-height: .5;
}

#nav ul{
	list-style-type: none;
	padding: 0 0 0 2em;
}


#nav a{
	text-decoration: none;
	color: #333333;
	padding: 0;
	font-size: 1em; 
	font-weight: 700;
	-webkit-transition: all 1s;
}

#nav a:hover{ 
	text-decoration: none; 
	background-color: rgba(51,51,51,0.1);
	color: #333333;
}

#pic a{
	background: transparent url(img/pic2.jpg) no-repeat;
	float: left;
	width: 300px;
	height: 300px;
	overflow: hidden;
	text-indent: -9009px;
}

#pic a:hover{
	background-position: 0 -300px;
}

#pic2 a{
	background: transparent url(img/pic3.jpg) no-repeat;
	float: left;
	width: 300px;
	height: 300px;
	overflow: hidden;
	text-indent: -9009px;
}

#pic2 a:hover{
	background-position: 0 -300px;
}

#me a{
	background: transparent url(img/pic1.jpg) no-repeat;
	float: left;
	width: 300px;
	height: 300px;
	overflow: hidden;
	text-indent: -9009px;
}


#me a:hover{
	background-position: 0 -300px;
}

/**********Icon List**********/
#icon_list {
	margin: 0;
	padding: 3em 0;
}


#icon_list li{
	list-style-type: none;
	margin: 3em 0 0 1.5em;
	padding: 0;
	display: inline-block;
	/*border: 1px solid #000;*/
}

#icon_list li a{
	float: left;
	width: 35px;
	height: 35px;
	text-indent: -9009px;
	
}

#icon_list li.tw a{
	background: transparent url(img/tw.gif) no-repeat 0 0;
}

#icon_list li.lin a{
	background: transparent url(img/lin.gif) no-repeat 0 0;
}

#icon_list li.fb a{
	background: transparent url(img/fb.gif) no-repeat 0 0;
}

#icon_list li.email a{
	background: transparent url(img/email.gif) no-repeat 0 0;
}


#icon_list li a:hover{
	background-position: 0 -35px;
}

/**********Site Info**********/

#siteinfo {
	clear: both;
	width: 100%;
 	margin: 0 auto;
 	padding: 0 0 2em 0;

}

#siteinfo p{
 	width: 100%;
 	margin: 0;
 	color: #333;
 	padding: 1em 0 0 0;
	text-align: center;
}

.underlined{
	text-decoration: underline;
}

#siteinfo a{
 	text-decoration: none;
 	color: #333;
   	-webkit-transition:color 1s ease-in;
   	-moz-transition:color 1s ease-in;
   	-o-transition:color 1s ease-in;
   	transition:color 1s ease-in;
}


#siteinfo a:hover{
 	color: #F2F2F7;
 	text-decoration: none;
	background: rgba(51,51,51,0.7);  
}

/**********Other Pages**********/
.s{
    float: left;
    width: 300px;
    height: 300px;
    margin: 0;
    padding: 0;
  
}
 
#leftCol{
	float: left;
	width: 300px;
	height: 1055px;
	margin: 0;
	padding: 0;
	color: #333333;
    background-color: #F7F7F2;
    padding:0;
    -webkit-box-shadow: 
	inset 0 0 .4em rgba(0, 0, 0, .5);
 	-moz-box-shadow:
	inset 0 0 .4em rgba(0, 0, 0, .5);
	box-shadow:
	inset 0 0 .4em rgba(0, 0, 0, .5);
}


#rightCol{
	float: left;
	width: 900px;
	margin: 0;
	padding: 80px 0 0 0;

}

.article{
	width: 80%;
	margin: 0 auto;
	padding: 0 0 50px 0;

}

.article p{
	clear: left;
	line-height: 2;
	word-wrap: break-word;
	text-align: justify;
}

.article p a{
	text-decoration: underline; 
	color: #333333;
}

.article p a:hover{
	text-decoration: underline; 
	background-color: rgba(51,51,51,0.1);
	color: #333333;
	-webkit-transition: all 0.5s;
}

.article h3{
	margin: 0;
	padding: 40px 0 0 0;
}

.article div a{
	float: left;
	width: 100px;
	height: 100px;
	padding:0;
	margin: 0 20px 20px 0;
	overflow: hidden;
	text-indent: -9009px;
}


/*.article div a:hover{
	background-position: 0 -100px;
}*/


.bioSec a{
	background: transparent url(img/bioMe.png) no-repeat;
}

.exhibitsSec a{
	background: transparent url(img/exhibits.png) no-repeat;
}

.pubSec a{
	background: transparent url(img/pub.png) no-repeat;
}


.contactSec a{
	background: transparent url(img/contact.png) no-repeat;
}


/**********Album Pages**********/
ul.album{
	list-style: none;
}

ul.album li{
	display: inline-block;
}


































