﻿/* boiler plate */

*
{
	margin: 0;
	padding: 0;

}

html
{
	font-size: 100%;	
}

body
{
	font: 62.5%/1.5 Arial, Helvetica, Sans-Serif;		
}

img
{
	border: 0;
	padding: 0; 
	margin: 0;
}



#wrapper
{
    margin-left: auto;
	margin-right: auto;		
}


/* end of boiler plate */

body
{
	
}

h1
{
	font-size: 3.7em;
	font-weight: 200;
	line-height: 1.5;
	text-align: center;	
	color: Black;
}

h1 a 
{
    text-decoration: none;
    color: Black;
}

h2
{
	font-size: 1.4em;
	font-weight: 500;
	margin-top: 1em;
	
}

h3
{
	font-size: 1.2em;
	font-weight: 200;
	margin-top: 1em;
}

.button
{
    color: Black;  
    border: solid 2px #000000;  	
    cursor: pointer;
    font-weight: bold; 
    padding: 0.5em;  
    text-decoration: none;
}

span.button 
{
    color: #777777;
 
    border: solid 2px #777777;
    cursor: default;
}

#pageHeading
{
	padding-bottom: 1em;
}

/* main navigation */
.navigation
{
	list-style-type: none;
	text-align: center;
	font-size: 2em;
}

.navigation li
{
    display: inline;
    color: #333333;
}

.navigation li span
{    
    border-top: solid 1px black;
    border-bottom: solid 1px black;
  
}

.navigation li a
{
	text-decoration: none;
	padding-bottom: 4px;
	 border-top: solid 1px white;
     border-bottom: solid 1px white;		
}

.navigation li a.current
{
     border-top: solid 1px black;
     border-bottom: solid 1px black;     
}

.navigation li a:link
{
	color: #333333;	
}

.navigation li a:visited
{
    color: #666666;
}

.navigation li a:hover
{
     border-top: solid 1px black;
     border-bottom: solid 1px black;     
}

.navigation li a:active
{

}

/* image navigation */

#imageNavigation
{
    text-align: center;
	padding-top: .8em;
}

.imageNavigationButton > img
{
/*	vertical-align: top;*/
	padding: 0.5em 0.5em 0.5em 0.5em;
}


/* image area */

 #imageArea 
 {   
    text-align: center; 
	padding-top: .8em;	
 }
 
#imageInfo 
{
    padding-top: 2em;
	font-size: 1em;
	color: Black;	
}

#imageTitle 
{
   	font-size: 1.5em;
	font-weight: bold;
}

#imageInfo h2 
{
display: inline;
 
}

#imageInfo .mediumAndSize {
    
}

#imageInfo .medium 
{
    display: inline;
    margin-left: 1em;
}

#imageInfo .size 
{
    display: inline;
    margin-right: 1em;
}

#imageInfo .sold {
    color: Red;
    font-variant:small-caps;
    font-weight: bold;
    text-align: right;
    margin-left: 3em;   
}

.pager
{  
    margin: 1em 1em 1em 1em;
    padding: 1em; 
}

/* image editor 
#editImageInfo
{
	font-size:1em;
	color: Black;
	text-align: left;
} 
 
 
/* validation links */
/*
.validationLinks
{
	clear: both;
}*/

#copyright
{
	clear:both;
	margin-top: 10em;
	text-align: center;
}
/*
#sitemap 
{
	clear:both;
	margin-top: 2em;
	text-align: center;
}

#artCopyright
{
	clear: both;
	float: right;
}

/*p
{
	margin-bottom: 1.5em;
}*/



/* for CV page */

#CV
{
    width: 35em;
    margin-left: auto;
    margin-right: auto;	
	font-size: 1.5em;
    color: Black;
}

#CV p 
{
    margin-top: 1em; 
}

#CV > blockquote 
 {
 	text-align: justify; 
 	font-style: italic;
 	padding-top: 2em;
    padding-bottom: 1em;
}
 
 #CV ul 
 {
    margin-top: 1em;
    list-style-position: inside;
 }
 
 #CV a:link 
 {
    color: Black;
 }
 
  #CV a:visited 
 {
    color: Black;
 }
 
  #CV a:hover
 {
   color: #999999;
 }
 
  #CV a:active 
 {
    color: #999999;
 }
 
 

/* end of stuff for CV page */

/* for workshops page */

#workshops
{
    width: 35em;
    margin-left: auto;
    margin-right: auto;	
	font-size: 1.5em;
    color: Black;
}

#workshops p 
{
/*    margin-top: 1em;*/ 
margin-bottom:0.5em;
text-align: justify;
}

#workshops > blockquote 
 {
 	text-align: justify; 
 	font-style: italic;
 	padding-top: 2em;
    padding-bottom: 1em;
}
 
 #workshops ul 
 {
    /*margin-top: 1em;*/
    list-style-position:  outside;
 }
 
 #workshops a:link 
 {
    color: Black;
 }
 
  #workshops a:visited 
 {
    color: Black;
 }
 
  #workshops a:hover
 {
   color: #999999;
 }
 
  #workshops a:active 
 {
    color: #999999;
 }
 

/* for links page */

#links
{
    width: 35em;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0.8em;
	font-size: 1.2em;
    color: Black;
}

#links * li
{
	margin-left: 2em;
    list-style-type: none;
}

#links * a
{
	color: #333333;
	text-decoration: none;
}

#links * a:link
{
	
}

#links * a:visited
{
	
}

#links * a:hover
{
	color: #999999;
}

#links * a:active
{
	color: #999999;
}

#links .soon
{
     color: Red;
}

/* end of stuff for links page */

/* for contact page */

#contactWrapper
{
}

.contactParagraph
{
	display: block;
	font-size: 1.2em;
	margin-bottom: 1em;
	margin-top: 1em;
	margin-left: 10%;
	margin-right: 10%;
}

.contactLabel
{
	font-size: 1.75em;
	font-weight: 500;
	margin-bottom: 0.25em;
	margin-left: 10%;
	line-height: 1.5;
	width: 15%;
	display: block;
	float: left;
	clear: both;
	vertical-align: top;
}

.contactTextBox
{
	font-size: 1.75em;
	font-weight: 500;
	margin-bottom: 0.25em;
	margin-right: 10%;
	line-height: 1.5;
	width: 55%;
}


.contactButtonPanel 
{
	clear: both;
	margin-top: 1em;
	margin-left: 30em;
}

.contactButton 
{
/*	margin-right: 1em;	
    background-color: #eaf0f0;
    color: black;
    border:#6699cc 1px solid;
    font-size: 12px;
    cursor:pointer;*/
}

/* end of stuff for contact page */