/*
15. MAIN SECTIONS
20. TOP NAV
25. CONTACT PAGE
30. PHOTOS
35. ABOUT PAGES
40. FOOTER
*/
*{
	margin:0;
	padding:0;
}
.clear{
	clear:both;
}
body{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, 'sans-serif';
	color:#666;
	line-height:1.6em;
}
a img{
	border:0;
}
p{
	margin:10px 0 10px 0;
}
h1{
	font-size:2em;
	margin:20px 0 10px 0;
}
h2{
	font-size:1.5em;
	margin:20px 0 0 0;
}
h3{
	font-size:1.1em;
	margin:20px 0 10px 0;
}
h4{
	font-size:1em;
	margin:20px 0 10px 0;
}
a,
a:visited{
	color:#666;
}
a:active{
	color:#d19529;
}
ul{
	margin-left:20px;
}
span.Hightlight{
	font-weight:bold;
	font-style:italic;
	white-space:nowrap;
}

/* * * * * * * * * * * */
/* 15. MAIN SECTIONS   */
/* * * * * * * * * * * */
#SiteWrap{
	position:relative;
	width:802px;
	margin-left:auto;
	margin-right:auto;
}
#Header{
	padding-top:20px;
}
#ContentFrame{
	width:800px;
	height:400px;
	border:1px solid #ccc;
}
#SiteWrap.Contact #ContentFrame,
#SiteWrap.About #ContentFrame{
	height:auto;
}
#BirdLogo{
	position:absolute;
	top:440px;
	left:820px;
	width:107px;
	height:104px;
	background:Transparent url(/images/LogoBird.gif) no-repeat top left;
}

/* * * * * * * * * * * */
/* 20. TOP NAV         */
/* * * * * * * * * * * */
#TopNavLinks .NavsON,
#CVNavigation .NavsON{
	color:#d19529;
}
#TopNav{
	clear:both;
	width:802px;
	height:45px;
	padding:60px 0 0 0;
}
#TopNavLinks{
	width:802px;
}
#TopNavLinks a{
	display:inline-block;
	padding:5px 2px 5px 2px;
	margin:0 29px 0 29px;
	font-size:0.8em;
	color:#666;
	text-decoration:none;
}
#TopNavLinks .FirstLink{
	margin-left:0;
}
#TopNavLinks .LastLink{
	margin-right:0;
}
#TopNavLinks a:hover{
	background-color:#eee;
}
#TopNavLinks a:active{
	color:#d19529;
}

/* * * * * * * * * * * */
/* 25. CONTACT PAGE    */
/* * * * * * * * * * * */
#SiteWrap.Contact{
	/*background:Transparent url(/images/IntroImage2.gif) no-repeat right 60px;*/
}
#ContactDetails{
	float:left;
	width:300px;
	padding:10px 0 30px 10px;
}
#ContactDetails h1{
	margin:10px 0 10px 0;
}
#ContactDetails h2{
	margin:20px 0 4px 0;
}
#ContactDetails h2.ExtraTopMargin{
	margin-top:40px;
}
#ContactDetails p{
	margin:0 0 10px 0;
	line-height:1.4em;
}
#ContactDetails a{
	text-decoration:none;
}

/* * * * * * * * * * * */
/* 30. PHOTOS          */
/* * * * * * * * * * * */
#PhotoFrame{
	position:relative;
	width:800px;
	height:400px;
	text-align:center;
}
.Lightbox{
	cursor:pointer;
}
#PhotoNavigation{
	position:absolute;
	top:375px;
	left:784px;
	width:40px;
	height:18px;
	text-align:center;
}
.PrevImage,
#PhotoNavigation .NextImage{
	display:block;
	float:left;
	width:11px;
	height:18px;
	cursor:pointer;
}
.PrevImage{
	background:#fff url(/images/PhotosPrev.gif) no-repeat top left;
	margin-right:6px;
}
#PhotoNavigation .NextImage{
	background:#fff url(/images/PhotosNext.gif) no-repeat top left;
	margin-left:6px;
}
#PhotoText{
	padding:10px 0 10px 5px;
}

/* * * * * * * * * * * */
/* 35. ABOUT PAGES     */
/* * * * * * * * * * * */
#CVNavigation{
	width:790px;
	height:34px;
	padding:7px 0 0 10px;
	border-bottom:1px solid #eee;
	background:Transparent url(/images/CVNavBg.gif) repeat-x top left;
}
#CVNavigation a{
	display:inline-block;
	padding:4px 2px 4px 2px;
	margin-right:70px;
	font-size:0.9em;
	color:#999;
	text-decoration:none;
}
#CVContent{
	padding:10px 10px 20px 10px;
}
#CVContent h2 .SmallHeadingText,
#CVContent h2 .SmallHeadingText cufon{
	font-size:0.7em;
	font-weight:normal;
	padding-bottom:4px;
}
#CVContent.Stores h3{
	margin-bottom:0;
}
#CVContent.Publications p,
#CVContent.Exhibitions p,
#CVContent.Stores p
{
	margin-top:0;
}
#CVContent.AboutThomasine p{
	
	width:600px;
}
.Portrait{
	width:161px;
	float:right;
	margin-left:10px;
}
.Portrait .Caption{
	font-size:0.8em;
	font-weight:bold;
}

/* * * * * * * * * * * */
/* 40. FOOTER          */
/* * * * * * * * * * * */
#Footer{
	width:795px;
	background-color:#fff;
	padding:20px 0 50px 5px;
	font-size:0.8em;
}








