/*Stylesheet for Jeff Granberry Website*/
/* Fonts */
@font-face 
	{
	font-family:"XJ908_45X_B";
	font-weight:bold;
	font-style:normal;
  	src: url(/fonts/otf/XJ908_45X_B.otf);
	}
@font-face
	{
	font-family:"XJ908_45X_R";
	font-weight:normal;
	font-style:normal;
	src: url(/fonts/otf/XJ908_45X_R.otf);
	}
@font-face 
	{
    font-family: "Times New Roman";
    font-style:  normal;
    font-weight: normal;
    src: url(/fonts/weft/TIMESNE1.eot);
  	}
@font-face 
	{
    font-family: Arial;
    font-style:  normal;
    font-weight: bold;
    src: url(/fonts/weft/ARIAL3.eot);
  	}
@font-face 
	{
    font-family: Arial;
    font-style:  normal;
    font-weight: normal;
    src: url(/fonts/weft/ARIAL2.eot);
	}
  
/* Text */
/* h1 */

h1
	{
	font-size:16px;
	font-family:"XJ908_45X_R";
	font-weight:normal;
	color:#FFCC99;
	letter-spacing:5px;
	}
	
#contentC h1
	{
	font-family:"XJ908_45X_B";
	padding-top:50px;
	font-size:27px;
	letter-spacing:8px;
	color:#FFFFFF;
	}
#content0 h1
	{
	font-family:"XJ908_45X_B";
	padding-top:50px;
	font-size:27px;
	letter-spacing:8px;
	color:#993333;
	}
#content1 h1
	{
	font-family:"XJ908_45X_B";
	padding-top:50px;
	font-size:24px;
	letter-spacing:8px;
	color:#993333;
	}
#error h1
	{
	font-family:"XJ908_45X_B";
	padding-top:50px;
	font-size:24px;
	letter-spacing:8px;
	color:#993333;
	}
#content2 h1
	{
	color:#FFFFFF;
	}
#collections h1
	{
	color:#FFFFFF;
	}
#commissions h1
	{
	color:#FFFFFF;
	}
#concepts h1
	{
	color:#FFFFFF;
	}
#collections_gallery h1
	{
	font-size:20px;
	color:#c39966;
	}
#commissions_gallery h1
	{
	font-size:20px;
	color:#c39966;
	}
#concepts_gallery h1
	{
	font-size:20px;
	color:#c39966;
	}
#collections_about h1
	{
	font-size:20px;
	color:#c39966;
	}
#commissions_about h1
	{
	font-size:20px;
	color:#c39966;
	}
#concepts_about h1
	{
	font-size:20px;
	color:#c39966;
	}
/* h2 */

h2
	{
	font-size:12px;
	font-family:"XJ908_45X_R";
	font-weight:normal;
	color:#FFFFFF;
	letter-spacing:2px;
	}	
	
#left_menu h2
	{
	font-size:11px;
	font-family:"XJ908_45X_B";
	color:#993333;
	text-align:right;
	}
#contentC h2
	{
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#993333;
	}
#content2 h2
	{
	font-family:Arial, Helvetica, sans-serif;
	color:#89461f;
	}
#collections_about h2
	{
	font-size:16px;
	color:#482714;
	}
#commissions_about h2
	{
	font-size:16px;
	color:#482714;
	}
#concepts_about h2
	{
	font-size:16px;
	color:#482714;
	}
#error h2
	{
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#993333;
	}
/* h3 */

h3
	{
	font-size:11px;
	font-family:"XJ908_45X_R";
	font-weight:normal;
	color:#FFFFFF;
	letter-spacing:1px;
	}	
	
#content0 h3
	{
	font-size:36px;
	color:#EEEEEE;
	letter-spacing:12px;
	}
/* h4 */

h4
	{
	font-size:12px;
	font-family:"XJ908_45X_B";
	font-weight:normal;
	color:#993333;
	letter-spacing:1px;
	}
		
/* p */

p
	{
	font-family:Arial, Helvetica, sans-serif;
	color:#5a4a42;
	font-size:12px;
	font-weight:normal;
	line-height: 18px;
	padding-right:60px;
	}	
.news_header p
	{
	line-height:15px;
	margin:0px;
	padding-top:5px;
	}	

/* Lists */

#error ul
	{
	list-style:outside;
	}
#error li
	{
	color:#FF0000;
	}	

