@import "pageheader.css";
/*------------------------------------- global reset-----------------------------------------------*/
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
/*fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/*------------------------------------ layout styles begin-------------------------------------------------*/
html { height: 100%; min-height: 100%; margin-bottom: 1px; }

body {
  background:#e5e5e5;
  height:100%;
}

body, p {
  font : 100%/1.6 "Gill Sans", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; 
  list-style:none;
}


h1 {
	float:left;
	font: 150%/1.7 "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif; 
	color:#333;
	margin-top:0.75em;
	margin-left:1.25em;
}


.branding img  {
  position:relative;
	margin-left:2.88em;
  margin-top: 10px;
  border: none;
  
}

#header {
	margin-left: 10px;
}

#bar {
	margin-left:auto;
  margin-right:auto;
  width:100%;
  margin-top:-1.25em;
	font-weight:bold;
	background:#C9D1DD;
	text-align:center;
	padding-right:1.25em;
	padding-left:1.25em
}
.clear {
	clear: both;
}

a { color: #000; text-decoration:none;}
a:visited { color: #666; }
a:hover { color: #fff; }

#home_image img {	
  display:block;
	margin-left:auto;
  margin-right:auto;
  margin-top:150px;
  padding: 10px;
  border: 1px solid #ccc;
}
#home_image p {
	text-align:center;
}

#statement p {
  margin-left: auto;
  margin-right: auto;
 /* margin-bottom: 3px;*/
  text-align:left;
  padding: 5px;
  background: #FFFFFF;
  width: 600px;
}

#statement {
  
  margin-bottom: 20px;
	margin-top: 10px;
  background: #EBEAD8;
  margin-left: 170px;
  margin-right: 170px;
  padding-top: 15px;
  padding-bottom: 15px;

}

.drop {
	float:left;
	color:#333;
	font-size:80px;
	line-height:70px;
	padding-top:2px;
	font-family: Times, serif, Georgia;
	}

#home_graphic {
	border-top: 1px solid #B89FA4;
	}

#leadin {
	position:relative;
	margin-top: 10.09em;
  height: 22.78em;
	z-index: 1;
 }

#leadin blockquote{
	width: 16em;
	margin-top:3.13em;
	margin-right: 5.63em;
	float: right;
  font-size: 90%;
	color: #333;
		border-top: 1px solid #A86FA6;
		border-bottom: 1px solid #A86FA6;
	}

#container {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 963px;
	max-width: 970px;
	min-width: 970px;
	background-image: url(../images/wrap.png); 
	background-repeat: repeat-y;
	background-position: center;
	z-index: 0;
  padding-right: 0.63em;
	padding-left: 0.63em;

}
#content {
	margin: 0; 
  min-height: 100%;
  height: 100%;
	min-width: 70%;
	position: relative;
	background-color: #FFF;
}
#topNav {
  float:right;
	background-position: top;
	padding-top: 0.63em;

}

#font_size {
	font-size: 1.25em;
  text-align:right;
	margin-right: 3.13em;
}

.thumbs {
  width:95%;
  margin-left: 70px;
  margin-right: 70px;
  list-style:none;
  line-height:100%;
  z-index:1;
}


.thumb {
	float:left;
  margin:0 1.25em 1.25em 0;
}

.thumb img {
	border: 1px solid #ddd;
	padding: 0.31em;
	z-index:1;
}


.dis_img {
	border: 5px solid #fff;
	padding: 5px;
	background: #fff;
}

#display img {
	clear:right;
	margin-top:-0.31em;
	padding:0.31em;
	border:1px solid #CDCDC1;
	display: block;
  margin-left: auto;
  margin-right: auto;

}

.title {
	text-align:center;
}

#footer {
	clear:both;	
}
#footer small p {
  color: #fff;
}
.newimage {
	clear:both;
	margin-bottom: 2.50em;
	background: #ffffff;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*---------------------------Avaibility Tables-------------------------*/

.books {
	width: 700px;
	margin: 0 auto;
}

.books table {
	font: normal 12px 'Lucida Grande',Verdana,sans-serif; 
 
}

.books th, td { 
  border:1px solid #333; 
  padding:3px; 

}

.books th { 
  text-align:left; 
  color:#FFF; 
  background-color:#333; 
  border-style:solid; 
  border-width:1px; 
  border-color:#CCC #666 #000 #CCC; 

 }

.books td { 
  background-color: #DDDDDD; 
  border-style:solid; 
  border-width:1px; 
  border-color:#FFF #AAA #666 #CCC; 
} 
 
.books_head {
	margin-left:175px;
  margin-top:10px;
}

.prints_head {
	margin-left:175px;
	margin-top: 50px;

}

.prints {
	float:left;
	margin-left: 150px;
	width: 300px;
}

.prints table {
	font: normal 12px 'Lucida Grande',Verdana,sans-serif; 

}

.prints th, td { 
  border:1px solid #333; 
  padding:3px; 
}

.prints th { 
  text-align:left; 
  color:#FFF; 
  background-color:#333; 
  border-style:solid; 
  border-width:1px; 
  border-color:#CCC #666 #000 #CCC; 
 }

.prints td { 
  background-color: #DDDDDD; 
  border-style:solid; 
  border-width:1px; 
 border-color:#FFF #AAA #666 #CCC; 
} 

.drawings_head {
	margin-left: 540px;
	margin-top: -24px;
}

.drawings {
	float:right;
	width: 300px;
	margin-right: 150px;
	
}

.drawings table {
	font: normal 12px 'Lucida Grande',Verdana,sans-serif; 
}

.drawings th, td { 
  border:1px solid #000; 
  padding:3px; 

}

.drawings th { 
  text-align:left; 
  color:#FFF; 
  background-color:#333; 
  border-style:solid; 
  border-width:1px; 
  border-color:#CCC #666 #000 #CCC; 
 }

.drawings td { 
  background-color: #DDDDDD; 
  border-style:solid; 
  border-width:1px; 
 border-color:#FFF #AAA #666 #CCC; 
}
 

/*--------------------------=Contact---------------------------------*/
.mailto {
	margin-left: 11.88em;
	margin-bottom: 1.25em;
}

.mailto a:link {
	color: #505074;
}

.mailto a:hover {
	color: #9C93B2;
}

#contact_form {
	margin-top: 38px;
}

#contact_form p {
	margin-left: 6.25em;
}

#contact_form .first {
	margin-top: 15px;
}

#contact_form legend {
	font-size: .90em;
	display:block;
	background: #505074;
	border: 1px solid #333;
	color: #FFF;
	padding:2px 6px;
}

input {
	text-align: left;
	margin-left: 0.63em;
}

textarea {
	text-align: left;
	margin-left: 0.63em;
	margin-bottom: 1.25em;
}

fieldset {
	margin-left: 6.25em;
	margin-right: 6.25em;
	background: #DAD0DB;
	border:1px solid #666;
}

#button {
	margin-left: 6.25em;
	padding: 0.63em;
}

/*--------------------------------- =Dealers---------------------------------------------------*/

#dealers h2 {
	margin-left:100px;
}

#dealers p {
	margin-left:100px;
	margin-bottom:30px;
	
}

#dealers a:link {
	color: #505074;
}

#dealers a:hover {
	color: #9C93B2;
}


/*--------------------------------- =High Tide---------------------------------------------------*/

#high_right {
	width:500px;
	float:right;
/*	border:1px solid black;*/
	padding-bottom:-5px;
	margin-top:-20px;  /* if these neg margins don't work in all browsers, remove */

}

#high_left {
/*  border:1px solid black;*/
	width:460px;
	float:left;
	padding-bottom:0px;
	margin-top:-20px;

}
#high_left ul {
	width: 467px;
	margin-left: 80px;

}

.complete {
	 margin-left: 80px;
   padding-bottom: 20px;
}

.ht_head {
  margin-left: 80px;
  /*margin-top:30px;*/
  font-size: 1.25em;
	padding-top: 1em;
	padding-bottom:10px;
  color: #AA405C; 
}

.ht_list {
	margin-left: 40px; 
	list-style:none;
	padding-bottom:2.50em;
	padding-top: 3.25em;
}

img#hightide {
	display:block;
	margin-left: 50px;
	margin-top:40px;
	
	padding-bottom: 35px;
}

p.blocktext {
	text-align: left;
	margin-left: 80px;
	width:20em;
}



/*--------------------------------- =Teaching ---------------------------------------------------*/

#teaching {
	padding-bottom:1.25em;
}
#teaching img {
	float:right;
	margin: 0.63em 2em 0 0.63em!important;
	margin: 0.31em 1em 0 0.31em;
}

#teaching p {
	margin-left: auto;
	margin-right: auto;
	line-height: 190%;
	width: 52em;
}
.teach {
	margin-left: 1.88em;
	margin-bottom: 0.31em;
	font-size: 1.25em;
	color:#536D89;
}

.level1 {
	margin-left:5.00em;
	list-style: square;
	padding-bottom: 0.31em;
	line-height: 170%;
}

.level2 {
	margin-left: 5.00em;
	list-style: circle;
}

/*--------------------------------- =Awards---------------------------------------------------*/

.awards_heading {
	margin-left: 1.88em;
	font-size: 1.25em;
	color: #CB8021;
}
.awards {
	margin-left: 3.51em;
}

.image {
	float:right;
	margin-right:30px;
}


/*--------------------------------- =Exhibitions---------------------------------------------------*/

#exhibit h3 {
	margin-left:1.88em;
	font-size: 1.25em;
	color: #2B2780;
}

#exhibit .exhibit_subhead {
  margin-left:auto;
  margin-right:auto;
  width:93%;
	font-weight:bold;
	text-align:center;
	padding:.25em 1.25em .25em .31em;
}

.exhibit_subhead span {
	font-weight:normal;
}

#exhibit ul {
	padding-bottom:0.63em;
	margin-left: 0em;
	line-height:170%;
	list-style:none;
}

#exhibit ul li{
  margin-left:1.88em;
	width: 46.88em;
  padding: 0 0 0 1.56em;

}
#exhibit p {
  line-height: 180%;
	padding-left:0.63em;
}

div.rounded { 
 width: 789px; 
 background: #CDCDC1 url(/images/bottom.gif) no-repeat bottom center; 
 padding-bottom: 15px; 
 margin-left: 20px;
} 
div.rounded p { 
 padding-top: 15px; 
 background: transparent url(/images/top.gif) no-repeat top center; 
}

div.round { 
 width: 49.31em;
 background: #CDCDC1 url(/images/bottom.gif) no-repeat bottom center; 
 padding-bottom: 0.94em;
 margin-left: 1.25em;

}
 
div.round p { 
 padding-top: 0.94em;
 background: transparent url(/images/top.gif) no-repeat top center; 
}

.serp {
  float:right;
  margin-top:20px;
	margin-right:3em;
}

/*--------------------------------- =Collections---------------------------------------------------*/
#leftSide {
	float:left;
	width: 29.06em;
}

#rightSide {
	float:right;
	width: 29.06em;
}

#collections h2 {
	padding-bottom: 0.63em;
	font-size: 1.25em;
  margin-left: 9.38em;
	color:#491313;
}

.leftList {
  float:right;
  text-align:right;
}

.rightList { 
	float:left;
	margin-left:1.25em;
}

.bottomList1 {
	float:left;
	text-align:right;
	margin-top:-4.06em;
	border-right: 0px;
}

.bottomList2 {
	float:right;
	margin-right: 15.94em;
	margin-top:-3.44em;
}

#bottom {
	float:left;
	width:100%;
	margin-left: 10.63em;
}

#collections .croc {
	float:left;
}

#collections .giraffe {
	padding-top: 1.25em;
  float:right;
  margin-right: -1.25em;
}

.top {
	clear:both;
	margin: 0.63em 0 0 1.25em;
	padding-bottom: 0.63em;
}

.top a:link {
	color:#212229;
}

.top a:hover {
	color: #9DA3BE;
}

/*--------------------------------- =Bio---------------------------------------------------*/

#bio h3 {
  font-size: 1.25em;
	margin-left:60px;
  padding-bottom:10px;
  color: #660D11;
}


#bio p {
  margin-left: 60px;
  margin-right: 60px;
	padding-bottom:4em;
	text-align:justify;

}

#bio img {
	float: right;
	margin-right: 60px;
	margin-top: 50px;
	padding-left: 25px;
	padding-bottom:5px;
 }


/*--------------------------------- =Books---------------------------------------------------*/

.bks_head {
	text-align:center;
	font-size:20px;
  color:#2C3E14;
}

.bks_list {
	margin-left:150px;
	line-height:200%;
}

.visible_cities {
	margin-left:auto;
	margin-right:auto;
	display:block;
	padding:20px;
	
}
/*--------------------------------- =Publications---------------------------------------------------*/
#publications h2 {
	margin: 0 0.63em 0.63em 2.50em;
	font-size: 1.25em;
	color: #7C0405;
}

#publications ul li {
	margin-left: 3.13em;
}

#publications p {
	margin: 0 3.13em 0 3.13em;
	padding-bottom: 0.63em;
}

.coll {
	float:right;
	margin-top: 20px;
	margin-right: 2.31em;
}

/*--------------------------------- =Resume---------------------------------------------------*/

h2.cv_first {
/*	margin-top: 10px;*/
	margin-left: 3.13em;
	font-size: 1em;
	color:#39395F;
}
h2.cv {
	margin-left: 3.13em;
	font-size: 1em;
	color:#39395F;
}
ul.cv_list {
	margin-left: 4.38em;
	list-style:square;
	padding-bottom:1.88em;
}

ul.cv_sublist {
	list-style:circle;
	margin-left: 4.38em;
}
.painting {
	float:right;
	margin-right:2.31em;
	margin-top:1.25em;
  clear:left;
}

/*.vertical {
	float:right;
	margin-right:20px;
	margin-top: 29em;
}

.shadow {
	float:right;
}
*/
/*
.shadow img{

	margin-right: 40px;
	padding: 5px;
	background-color:#fff;
  border:1px solid #a9a9a9;
}
.img-shadow {
  float:right;
  background:url(../images/shadowAlpha.png) no-repeat bottom right!important;
  background:url(../images/shadow.gif) no-repeat bottom right;
  margin: 1.88em 1.25em 0 0.63em!important;
  margin: 0.94em 0.63em 0 0.31em;
}*/

/*.img-shadow img {
  display:block;
  position:relative;
  background-color:#fff;
  border:1px solid #a9a9a9;
  margin:-0.37em 0.37em 0.37em -0.37em;
  padding:.25em;
}*/
/*--------------------------------- =New Image---------------------------------------------------*/

#newimage input  {
	margin-left: 60px;
}
#newimage label {
	margin-left: 65px;
}

#newimage legend {
	font-size: 110%;
	font-weight: bold;
}

/*--------------------------------- =Navigation---------------------------------------------------*/

#navigation {
  margin-left: 10px;
  margin-right: 10px;

}
.buttons a:first-child {
  margin-left: 26.25em;
  color: #242424;
	top:-1.25em;
	padding-bottom: 0.63em;
}

/* fix this rule */
.next {
	color: #eee;
	cursor: default;
}
.buttons a {
	position:relative;
	color: #242424;
	top:-1.25em;
	margin-bottom: 0.63em;
}

.buttons .inactive {
	color: #eee;
	cursor: default;
}

.navigate {
  margin-bottom: 0.63em;

}

.navs {
	margin: 0 0 0 0.63em;

}

.pages {
	margin: 0 0 0 5.00em;
}

#image .up  {
	border:none;
	margin-top:-0.63em;
}

.newimage {
	float:right;
	margin: -2.50em 1.25em 1.88em 0;

}

.pagination {
	float:left;
  padding: 0.19em;
  padding-bottom: 1.25em;
	margin: .31em; 

}
.pagination a {
  padding: 0.13em 0.31em  0.13em 0.31em;
  margin: 0.13em;
  border: 1px solid #7B6D5F;
  text-decoration: none;
  color: #21201C;
}
.pagination a:hover, .pagination a:active {
  border: 1px solid #21201C;
  color: #000;
}
.pagination span.current {
  padding: 0.13em 0.31em  0.13em 0.31em;
  margin: 0.13em;
  border: 1px solid #21201C;
  font-weight: bold;
  background-color: #21201C;
  color: #FFF;
}
.pagination span.disabled {
  padding: 0.13em 0.31em  0.13em 0.31em;
  margin: 0.13em;
  border: 1px solid #eee;
  color: #eee;
}


