/* Basics
------------------------------------------------------------------*/
body,
html 	{
	margin: 0;
	padding: 0;
	border: 0;
	color: #a8a7a7;
	background: #333333 url(../images/bg_diagonal.jpg) repeat-x 0 0;
}
body {
	min-width: 835px;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	padding: 16px 0 0 0;
	border: 0;
}

a:link { 
	color: #ffffff; 
	text-decoration: none;
	font-weight: bold;
}
a:visited  { 
	color: #6d7070; 
	text-decoration: none;
	font-weight: bold;
}
a:active, a:hover     {
	color: #ffffff;
	text-decoration: none;
	background: #77b001;
}
.bold	{
	font-weight: bold;
	}
#Header	{
	width: 648px;
	background: #444444;
	height: 16px;
	vertical-align: middle;
	text-transform: uppercase;
	margin: 0;
	padding: 4px 6px 0 6px;
	font-weight: bold;
	font-size: xx-small;
	color: #ffffff;
	clear: both;
}
#HeaderLeft	{
	width: 564px;
	padding: 0;
	margin: 0;
	float: left;
}
#HeaderRight {
	padding: 0;
	margin: 0;
	float: right;
	text-align: right;
	width: 84px;
}
#Header a:visited,
#HeaderLeft a:visited	{
	color: #ffffff;
}
#SubHeader	{
	font-weight: bold;
	font-size: x-small;
	margin: 28px 0 15px 0;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #444444;
	width: 630px;
	height: 22px;
}
#SubHeaderLeft	{
	width: 430px;
	padding: 0;
	margin: 0;
	float: left;
	color: #77b001;	
	text-transform: uppercase;
	height: 22px;
}
#SubHeaderRight {
	padding: 0;
	margin: 0;
	float: right;
	text-align: right;
	width: 200px;
	color: #ffffff;	
	font-size: xx-small;
	height: 22px;
}
a.pdf	{
	background: transparent url(../images/icon_pdf.gif) no-repeat 0 0;
	padding: 3px 0 1px 22px;
	margin: 0;
	height: 22px;	
}
a.pdf:hover	{
	background: #77b001 url(../images/icon_pdf.gif) no-repeat 0 0;
	text-decoration: none;
}
#Home h1,
#Art h1,
#Contact h1	{
	width: 100%;
}
h1	{
	text-transform: uppercase;
	font-weight: bold;
	font-size: x-small;
	color: #77b001;
	margin: 28px 0 15px 0;
	padding: 0 0 10px 0;
	border: 0;
	border-bottom: 1px solid #444444;
	width: 630px;
}
#Home h1	{
	font-weight: normal;
	letter-spacing: 0.1em;	
}
h2	{
	font-weight: bold;
	font-size: xx-small;
	color: #77b001;
	margin: 10px 0 15px 0;
	padding: 0 0 10px 0;
	border: 0;
	border-bottom: 1px solid #444444;
}
h3	{
	font-size: xx-small;
	color: #77b001;
	padding: 0 0 5px 0;
	margin: 0;	
}
p 	{ 
	line-height: 130%;
	padding: 0;
	margin: 0 0 10px 0;
	color: #fff;
	font-size: small;
	font-weight: normal;
	 }		 	 
p.Listing	{
	padding: 5px 20px 20px 20px;
	border: 0;
	border-bottom: 1px solid #444444;
	font-weight: bold;
	color: #ffffff;
	font-size: xx-small;
	letter-spacing: 0.1em;
	margin: 0;
	line-height: 160%;
}
p.Description	{
	padding: 5px 20px 20px 20px;
	border: 0;
	font-weight: bold;
	color: #ffffff;
	font-size: x-small;
	letter-spacing: 0.1em;
	margin: 0;
	width: 600px;
}
ul {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
	}

li		{
	line-height: 150%;
	list-style-type: none;
	vertical-align: top;
	padding: 0 0 5px 0;
	margin: 0;
}

.bold	{
	font-weight: bold;
}

img.icon	{	
	
	border: 0;
	width: 16px;
	height: 16px;
	padding: 0 0 0 4px;
	vertical-align: bottom;	

}


/* Content Wrappers
------------------------------------------------------------------*/
#OutsideWrapper {
	margin: 0 auto;
	text-align: left;
	padding: 40px 0 0 0;		
	background: #333333 url(../images/logo_banner.jpg) no-repeat 0 0;
	border: none;
	width: 835px;
	overflow: hidden;
	}

#ContentWrapper	{
	margin: 0 0 10px 0;
	width: 835px;
	min-height: 650px;	
	border: 0;
	padding: 10px 0 0 0;
	background: transparent url(../images/sidebar_back.gif) no-repeat 132px 10px;
	clear: both;
	overflow: hidden;
}

#Main {
		float: right;
		width: 660px;
		padding: 0 30px 0 13px;
		margin: 0;
		text-align: left;
}
#TwoColumn {
	padding: 0;
	width: 660px;
	border: 0;
	margin: 0;
	overflow: hidden;
	background: transparent url(../images/sidebar_back.gif) no-repeat 330px 10px;
	min-height: 505px;
}
#LeftColumn	{
	float: left;
	width: 300px;
}
#RightColumn	{
	float: right;
	width: 300px;
}
/* Blog Styles
------------------------------------------------------------------*/
#Blog #OutsideWrapper {
	margin: 0 auto;
	text-align: left;
	padding: 40px 0 0 0;		
	background: #333333 url(../images/logo_banner.jpg) no-repeat 0 0;
	border: none;
	width: 835px;
	overflow: hidden;
	}

#Blog #ContentWrapper	{
	margin: 0 0 10px 0;
	width: 835px;
	min-height: 650px;	
	border: 0;
	padding: 10px 0 0 0;
	background: none;
	clear: both;
	overflow: hidden;
}
#Blog #Main {
	float: right;
	width: 677px;
	padding: 0 13px;
	margin: 0;
	text-align: left;
	background: transparent url(../images/sidebar_back.gif) no-repeat 0 0;
}
#Blog #TwoColumn {
	padding: 0;
	width: 677px;
	border: 0;
	margin: 0;
	overflow: hidden;
	background: none;
}
#Blog #LeftColumn	{
	float: left;
	width: 502px;
	padding: 0 13px 0 0;
	margin: 0;
	border-right: 1px solid #444444;
}
#Blog #RightColumn	{
	float: right;
	width: 150px;
	margin: 0;
	padding: 0;
}
#Blog #Header	{
	width: 665px;
	background: #444444;
	height: 16px;
	vertical-align: middle;
	text-transform: uppercase;
	margin: 0;
	padding: 4px 6px 0 6px;
	font-weight: bold;
	font-size: xx-small;
	color: #ffffff;
	clear: both;
}
#Blog #Header a:visited	{
	color: #ffffff;
}
#Blog h1	{
	text-transform: uppercase;
	font-weight: bold;
	font-size: x-small;
	color: #77b001;
	margin: 15px 0;
	padding: 0 0 10px 0;
	border: 0;
	border-bottom: 1px solid #444444;
	width: 100%;
}
#Blog #RightColumn h2	{
	font-weight: bold;
	font-size: x-small;
	color: #77b001;
	margin: 10px 0 10px 0;
	padding: 0 0 5px 0;
	border: 0;
	border-bottom: 1px solid #444444;
}
/* sidebar styles */

#Blog #menu {
	float: right;
	width: 150px;
	padding-bottom: 40px;
	list-style-type: none;
}

#Blog #menu ul {
	list-style-type: none;
	padding-left: 5px;
	color: #666;
	font-size: xx-small;
}

#Blog #menu ul li {
	list-style-type: disc;
	
}

#Blog #menu ul ul {
	margin-bottom: 5px;
}

#Blog #menu #search {
	margin-bottom: 20px;
}

/* Global Navigation
------------------------------------------------------------------*/
#LeftMenu	{
		width: 112px;
		margin: 0;
		padding: 0 10px;
		border: none;
		text-align: left;
		position: relative;
		overflow: hidden;
		float: left;
	}

#LeftMenu div	{
	border: 0;
	margin: 0;
	padding: 0;
	color: #ffffff;
	vertical-align: bottom;
	text-decoration: none;
	height: 21px;	
	line-height: 20px;
	background: transparent url(../images/tab_back.gif) no-repeat top left;
}

#LeftMenu div a	{
	border: 0;
	margin: 0;
	padding: 0;
	text-indent: 16px;
	color: #ffffff;
	text-align: left;
	text-decoration: none;
	height: 21px;	
	width: 112px;
	line-height: 20px;
	font-size: 9px;
	font-weight: bold;	
	text-transform: uppercase;
	float: left;
}
#LeftMenu div a:hover	{

	background: transparent url(../images/tab_back_hover.gif) no-repeat top left;
	}
	
/* Determining tab selected state by page
------------------------------------------------------------------*/

#Home #HomeTab a	{
	margin: 0;
	padding: 0;
	text-indent: 16px;
	text-align: left;
	color: #fff;
	float: left;
	background: transparent url(../images/tab_back_selected.gif) no-repeat top left;
	text-decoration: none;	
	height: 20px;
	width: 112px;
}
#Artwork #ArtworkTab a, #Art #ArtworkTab a	{
	margin: 0;
	padding: 0;
	text-indent: 16px;
	text-align: left;
	color: #fff;
	float: left;
	background: transparent url(../images/tab_back_selected.gif) no-repeat top left;
	text-decoration: none;	
	height: 20px;
	width: 112px;
}
#Blog #BlogTab a	{
	margin: 0;
	padding: 0;
	text-indent: 16px;
	text-align: left;
	color: #fff;
	float: left;
	background: transparent url(../images/tab_back_selected.gif) no-repeat top left;
	text-decoration: none;	
	height: 20px;
	width: 112px;
}
#Statement #StatementTab a	{
	margin: 0;
	padding: 0;
	text-indent: 16px;
	text-align: left;
	color: #fff;
	float: left;
	background: transparent url(../images/tab_back_selected.gif) no-repeat top left;
	text-decoration: none;	
	height: 20px;
	width: 112px;
}
#CV #CVTab a	{
	margin: 0;
	padding: 0;
	text-indent: 16px;
	text-align: left;
	color: #fff;
	float: left;
	background: transparent url(../images/tab_back_selected.gif) no-repeat top left;
	text-decoration: none;	
	height: 20px;
	width: 112px;
}

#Contact #ContactTab a	{
	margin: 0;
	padding: 0;
	text-indent: 16px;
	text-align: left;
	color: #fff;
	float: left;
	background: transparent url(../images/tab_back_selected.gif) no-repeat top left;
	text-decoration: none;	
	height: 20px;
	width: 112px;
}
#Press #PressTab a	{
	margin: 0;
	padding: 0;
	text-indent: 16px;
	text-align: left;
	color: #fff;
	float: left;
	background: transparent url(../images/tab_back_selected.gif) no-repeat top left;
	text-decoration: none;	
	height: 20px;
	width: 112px;
}
#SF #SFTab a	{
	margin: 0;
	padding: 0;
	text-indent: 16px;
	text-align: left;
	color: #fff;
	float: left;
	background: transparent url(../images/tab_back_selected.gif) no-repeat top left;
	text-decoration: none;	
	height: 20px;
	width: 112px;
}
#FooterContainer	{
	margin: 0 auto;
	padding: 8px 0 0 0;		
	width: 835px;
	height: 33px;
	border: 0;
	clear: both;
	font-size: xx-small;
	color: #ffffff;
	font-weight: bold;
	vertical-align: middle;
	background: #444444;
	text-align: center;
	line-height: 150%;
	}
#FooterContainer a:visited	{
	color: #ffffff;
}
.Divider {
	margin: 0;
	padding: 0 10px;
	border: 0;
	}
#FooterContainer p	{
	line-height: 100%;
	margin: 0;
	padding: 0;
	font-size: xx-small;
}
/* Home Page News and Events
------------------------------------------------------------------*/
#News	{
	width: 300px;
	height: 495px;
	overflow: auto;
	padding: 0;
	border: 0;
	margin: 0;	
}
.NewsBox {
	width: 270px;
	padding: 5px 0 0 0;
	margin: 0 0 7px 0;
	border: 0;
	border-bottom: 1px solid #444444;
	font-size: xx-small;
	overflow: hidden;
}
.NewsDate {
	width: 75px;
	padding: 0;
	margin: 0;
	color: #ffffff;
	font-weight: bold;
	float: left;
}
.NewsItem {
	width: 190px;
	float: right;
	margin: 0;
	padding: 0 0 12px 0;
	clear: right;
}
/* Home Page Featured Projects
------------------------------------------------------------------*/
#MainFeature { 
    margin: 0; 
    padding: 0;
    border: 0;
    width: 300px;
    float: left; 
    clear: both; 
}
img.Main	{
	width: 300px;
	height: 200px;
	border: 0;
	margin: 0;
	display: block;
}
h3.Caption	{
	background: #444444;
	padding: 6px 0 7px 6px;
	margin: 0;
	border: 0;
	height: 12px;
}
.LeftFeature	{ 
    float: left;   
    padding: 0;
    margin: 10px 0 0 0;
    width: 145px;  
    height: 119px;
}
.RightFeature	{ 
    float: right; 
    clear: right; 
    padding: 0;
    margin: 10px 0 0 0; 
    width: 145px;
}
#Home img.Feature	{
	width: 145px;
	height: 95px;
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	text-decoration: none;
}

img.Feature:hover,
img.Main:hover	{
	background: url(../images/image_hover.gif) no-repeat bottom left;
	}

/* All Artwork
------------------------------------------------------------------*/
#AllArtwork	{
	width: 630px;
	height: 535px;
	overflow: auto;
	padding: 0;
	border: 0;
	margin: 25px 0 0 0;	
}

.ArtworkDate	{
	width: 610px;
	clear: both;
	padding: 0;
	border: 0;
	margin: 0;	
}
div.ArtListing	{ 
    float: left;   
    padding: 0 5px 0 0;
    margin: 10px 6px 5px 0;
    width: 140px;
    overflow: hidden;
    background-repeat: no-repeat;
}
#Artwork .Date 	{
	font-size: xx-small;
	color: #77b001;
	text-align: right;
	margin: 0 0 5px 0;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #444444;
	width: 600px;
}

#Artwork img.Feature	{
	width: 145px;
	height: 95px;
	border: 0;
	margin: 0;
	padding: 0;
	display: block;	
}
#Artwork img.Feature:hover	{
	background: url(../images/image_hover.gif) no-repeat bottom left;
	}
#Artwork h3.Caption	{
	width: 145px;
}
h3.Caption a:visited  { 
	color: #fff; 
	text-decoration: none;
	font-weight: bold;
}
/* Individual Artwork pages
------------------------------------------------------------------*/
#Art h2	{
	font-size: x-small;
	border: 0;
	margin: 0;
}
#Art h2 span	{
	font-weight: normal;
	color: #fff;
	border: 0;
}


#Art h2.TopBorder	{
	font-weight: bold;
	font-size: x-small;
	color: #77b001;
	margin: 15px 0 10px 0;
	padding: 10px 0 0 0;
	border: 0;
	border-top: 1px solid #444444;
}
#Art #ProjDescription	{
	clear: both;
	width: 600px;
	overflow: hidden;
}
#Art p	{
	font-weight: normal;
	color: #a8a7a7;
	font-size: x-small;
	line-height: 150%;
	margin: 0 20px;
	padding-bottom: 10px;
}
#Art p.ShortDescription	{
	border: 0;
	font-weight: normal;
	color: #a8a7a7;
	font-size: x-small;
	line-height: 150%;
	margin: 0 20px;
	width: 600px;
	padding-bottom: 10px;
}	
#Expand	{
	width: 600px;
	margin: 0 20px;
}
#FullDescription { 	
	border: 0;
	margin: 0;
	padding: 0; }
	
#FullDescription p { 	
	border: 0;
	font-weight: normal;
	color: #a8a7a7;
	font-size: x-small;
	line-height: 150%;
	margin: 0;
	width: 600px;
	padding-bottom: 5px; 
}

#Art .linkWrapper	{
	width: 620px;
	height: 30px;
	margin: 0 0 0 20px;
	clear: both;
 }
.linkFloater	{
	width: 95px;
	float: left;
	margin: 10px 15px 0 0;
	font-size: xx-small;
 }
 .linkFloaterLong	{
	width: 240px;
	float: left;
	margin: 10px 15px 0 0;
	font-size: xx-small;
 }

.linkFloater a:visited,
.linkFloaterLong a:visited	{
   	color: #ffffff;
 }
.Credit	{
	font-weight: bold;   
	color: #77b001;
}
/* Artwork Image/Video Gallery styles
------------------------------------------------------------------*/
p.LargerView	{
	background: transparent url(../images/icon_link.gif) no-repeat 0 2px;
	padding: 0 0 10px 11px;
}
p.LargerView a:visited	{
   	color: #ffffff;
}
.hidden{display:none;}

.gallery {
	width: 660px;
	margin: 0;
	padding: 20px 0; 
	}
	
.galleryThumbs {
	width: 660px;
	clear: both; 
	list-style: none;
	padding: 0;
	margin: 0;
	}					
.gallery h2	{
	font-size: x-small;
	border: 0;
	margin: 0;
	line-height: 50%;
}
.mainImageVideoDescription h2	{
	font-size: x-small;
	border: 0;
	margin: 0;
	line-height: 100%;
}
.galleryThumbs li {
	list-style: none;
	float: left; 
	padding: 0 10px 10px 0;
	}
.galleryThumbs li a img	{
	opacity: .70;
	filter: alpha(opacity=70);
	border: 1px solid #000; 
}
.galleryThumbs li a {
	width: 100px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	border: 0;
	}
	
.galleryThumbs li:first-child a img {
	opacity: 1;
	filter: alpha(opacity=100);
	}
	
.galleryThumbs li a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	}
.galleryThumbs li a:hover  {
	background: transparent;
	}	
.galleryThumbs li img a:focus {
	border: 1px solid #fff;
	}
	
.galleryThumbs li a.active img {
	border: 1px solid #fff;
	opacity: 1;
	filter: alpha(opacity=100);
	}
	
.galleryContent {
	padding: 25px 0 25px 0;
	margin: 0;
	display: none; 
	width: 660px;
	height: 300px;
	background: #333333;
	border-bottom: 1px solid #444444;
}	
.mainImageVideo {
	padding: 0; 
	margin: 0;
	width: 410px;
	height: 300px;
	float: left;
	}
.mainImageVideo img	{
	width: 410px;
	height: 300px;
	}
.mainImageVideo a:link img,
.mainImageVideo a:visited img	{ 
    border: 1px solid #333;
    background: transparent;
}
.mainImageVideo a:active img,
.mainImageVideo a:hover img	{ 
    border: 1px solid #fff;
    background: transparent;
}
.mainImageVideo,
.mainImageVideo a:hover	{
	border: 0;	
    background: transparent;
	}	

.mainImageVideoDescription {
	padding: 0;
	float: right;
	text-align: left;
	margin: 0 0 0 25px;
	width: 225px;
	}
#Art .mainImageVideoDescription p	{
	font-weight: normal;
	color: #a8a7a7;
	font-size: x-small;
	line-height: 130%;
	margin: 0;
}
.mainImageVideoDescription h2	{
	font-weight: bold;
	font-size: x-small;
	color: #77b001;
	margin: 0;
}
hr	{
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	color: #444444;
	background-color: #444444;
	border: 0px;
}
img.Floating	{ 
    float: right; 
    margin: 0 0 5px 25px; 
    border: 0;
    background: transparent;
}
/* Artist Statement
------------------------------------------------------------------*/
#MainStatement	{
	width: 630px;
}

/* CV
------------------------------------------------------------------*/
#MainCV	{
	width: 630px;
	height: 535px;
	overflow: auto;
	padding: 0;
	border: 0;
	margin: 0;	
}
#CV h2	{
	text-transform: uppercase;
	border: none;
	color: #fff;
	font-size: x-small;
	margin: 0;
	padding: 20px 0 10px 0;
	clear: both;
}
.CVDate {
	width: 90px;
	padding: 0;
	margin: 10px 0 0 0;
	color: #77b001;
	font-weight: bold;
	font-size: x-small;
	text-align: right;
	float: left;
}
.CVItem {
	width: 480px;
	float: left;
	margin: 10px 0 0 30px;
	padding: 0;
	clear: right;
	color: #ffffff;
	font-size: x-small;
	clear: right;
}
#CV p	{
	font-size: x-small;
}

/* Press
------------------------------------------------------------------*/

#MainPress	{
	width: 630px;
	height: 535px;
	overflow: auto;
	padding: 0;
	border: 0;
	margin: 0;	
}
.PressBox {
	width: 600px;
	padding: 10px 0;
	margin: 0 0 7px 0;
	border: 0;
	border-bottom: 1px solid #444444;
	font-weight: normal;
	color: #a8a7a7;
	font-size: x-small;
	line-height: 150%;
	overflow: hidden;
}

.PressItem {
	width: 600px;
	float: left;
	margin: 0;
	padding: 0 0 12px 0;
	clear: right;
}
.PressItem a:visited	{
	color: #ffffff;
}
#Press h3	{
	padding: 0 0 5px 0;
	margin: 0;	
	font-size: x-small;
	line-height: 150%;	
	color: #77b001;	
}
.PressBox p	{
	font-size: x-small;
	color: #a8a7a7;
}
.FloatRight	{ 
    float: right; 
    margin: 0 0 5px 25px; 
    border: 0;
    background: transparent;
}
img.PressLogo	{
	 width: 139px;
	 min-height: 36px;
}
.FloatRight a:link img.PressLogo,
.FloatRight a:visited img.PressLogo	{ 
    border: 1px solid #333333;
    background: transparent;
}
.FloatRight a:active img.PressLogo,
.FloatRight a:hover img.PressLogo	{ 
    border: 1px solid #fff;
    background: transparent;
}
.FloatRight,
.FloatRight a:hover	{
	border: 0;	
    background: transparent;
	}

