HTTP/1.1 200 OK
Date: Tue, 27 Mar 2012 17:11:07 GMT
Server: Apache
Last-Modified: Fri, 21 Oct 2011 06:51:18 GMT
ETag: "6f86f27-2391-4afc98005e580"
Accept-Ranges: bytes
Content-Length: 9105
Connection: close
Content-Type: text/html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>David Palmer Studio: main menu</title>

<style type="text/css"> 

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
}
#container  {
	width: 85%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0;
	text-align: left;
	height: 100%;
	position: absolute;
	left: 0em;
	top: 0em;
} 
/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLt #sidebar1 p" rule.
*/
#navleft  {
	width: 18em; /* top and bottom padding create visual space within this div  */
	position: fixed;
	top: 0em;
	left: 0em;
	height: 100%;
	z-index: 100;
}
h3 , p    {
}
/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
#portfolioSquare  {
	margin-left: 0em;
	margin-right: 20em;
	position: absolute;
	top: 0em;
	left:20em;
	height: 100%;
	width: 70%;
	right: 0em;
	max-width: 50em;
	
} 

.artSquare {
	margin-top: 1em;
	margin-right: 5%;
	margin-bottom: 1em;
	height: 60%;
	margin-left: 0em;
} 
#artPlacement {
	height: 100%;
	width: auto;
	top: 0px;
	
}
.navLeftMenu {
	list-style-type: none;
	padding-left: 0.5em;	

}
#logo {
	left: 0em;
	top: 0em;
	padding-left: 1em;
	text-decoration: none;	
	
}
a.navLeftUpper:link , a.navLeftUpper:visited{
	text-decoration: none;
	color: #888;
}
a.navLeftUpper:hover {
	color: #000;
	letter-spacing: 0.1em;
	
	}
	
/* art series links  */

a.navLeftWalkabout:link , a.navLeftWalkabout:visited{
	text-decoration: none;
	color: #888;
}
a.navLeftWalkabout:hover {
	color: #000;
}
a.navLeftWalkabout:hover:after {
	content:" / 2009-2011";
	font-size: x-small;
}
a.navLeftForever:link , a.navLeftForever:visited{
	text-decoration: none;
	color: #888;
}
a.navLeftForever:hover {
	color: #000;	
}
a.navLeftForever:hover:after {
	content:" / 2006-2007";
	font-size: x-small;
}
a.navLeftSubcultures:link , a.navLeftSubcultures:visited{
	text-decoration: none;
	color: #888;
}
a.navLeftSubcultures:hover {
	color: #000;
}
a.navLeftSubcultures:hover:after {
	content:" / 2005-2006";
	font-size: x-small;
}
a.navLeftFlatlands:link , a.navLeftFlatlands:visited{
	text-decoration: none;
	color: #888;
}
a.navLeftFlatlands:hover {
	color: #000;
}
a.navLeftFlatlands:hover:after {
	content:" / 2002-2004";
	font-size: x-small;
}
a.navLeftLAX:link , a.navLeftLAX:visited{
	text-decoration: none;
	color: #888;
}
a.navLeftLAX:hover {
	color: #000;
}
a.navLeftLAX:hover:after {
	content:" / spring 2001";
	font-size: x-small;
}
a.navLeftDreams:link , a.navLeftDreams:visited{
	text-decoration: none;
	color: #888;
}
a.navLeftDreams:hover {
	color: #000;
}
a.navLeftDreams:hover:after {
	content:" / 1990-2000";
	font-size: x-small;
}


/* lower navigation  */
a.navArt:link , a.navArt:visited{
	text-decoration: none;
	color: #888;
}
a.navArt:hover {
	color: #000;
	font-size: 1.15em;
}


a.navMap:link , a.navMap:visited{
	text-decoration: none;
	color: #BB0000;
}
a.navMap:hover {
	color: #FF0000;
	letter-spacing: 0.1em;
}
	
	
/* logo link  */
}
a.logo:link , a.logo:visited{
	text-decoration: none;
	color: #666;
}
a.logo:hover {
	color: #000;
}

/* place css fixes for all versions of IE in this conditional comment */
.twoColHybLt #sidebar1 { padding-top: 30px; }
.twoColHybLt #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it may need to avoid several bugs */
</style>
<![endif]-->
</head>

<body>

<div id="container">
  

  <div id="navleft">
  <div id="logo"><h2><FONT color=#606060>david<BR>palmer<BR>studio</FONT></h2>
  <!--end logo--></div>
    
    
    <div class="navLeftMenu">

    </ul>
        <ul class="navLeftMenu">
      <li><a class="navLeftUpper" href="./PressRoom.html">Press Room</a></li>
    </ul>
    <ul class="navLeftMenu">
      <li><a class="navLeftWalkabout" href="./artwork/pages/walkabout/index.html">walkabout (talkabout)</a></li>
      <li><a class="navLeftForever" href="./artwork/pages/FAF/index.html">forever almost falling</a></li>
      <li><a class="navLeftSubcultures" href="./artwork/pages/subcultures/index.html">subcultures</a></li>
      <li><a class="navLeftFlatlands" href="./artwork/pages/flatlands/index.html">flatlands</a></li>
      <li><a class="navLeftLAX" href="./artwork/pages/LAX/index.html">LAX</a></li>
      <li><a class="navLeftDreams" href="./artwork/pages/AmericanDreams/index.html">American Dreams</a></li>    
    </ul>
    <ul class="navLeftMenu">
      <li><a class="navLeftUpper" href="./resume.html">bio</a></li>
       <li><a class="navLeftUpper" href="./statement.html">statement</a></li>
       <li><a class="navLeftUpper" href="./PeterFrankEssay.html">essay</a></li>
       <li><a class="navLeftUpper" href="./video.html">video</a></li>
       <li><a class="navLeftUpper" href="http://www.blurb.com/bookstore/detail/2114267" target="_blank">catalog</a></li>
    </ul>

     <ul class="navLeftMenu">
      <li><a class="navLeftUpper" href="./prints.html">prints</a></li>
    </ul>
    
    <ul class="navLeftMenu">
       <li><a class="navLeftUpper" href="./merchandise.html">merchandise</a></li>
       <li><a class="navLeftUpper" href="./Studio/studio.html">studio view</a></li>

       
   <!--email script-->      
       <script language="javascript">
function m_sfcon (u) {
pre = "mail";
url = pre + "to:" + u;
document.location.href = url + "@davidpalmerstudio.com";
}
</script>

       <li><a class="navLeftUpper" href="javascript:m_sfcon('david')">contact</a></li>
     
    </ul>
    <!-- end menu --></div>  
    
  <!-- end navleft --></div>
   
  <div id="portfolioSquare">
  
 <BR>

<big><FONT color=#606060>"...like Rosenquist, Lichtenstein, and others over the past half-century who have painted the visual racket of a consumer society, Palmer manifests not so much a love-hate relationship with the modern condition of image assault as an awe at its immensity and the thoroughness of its presence in our consciousness."&nbsp; - Peter Frank</big></FONT>

<BR><BR>

 <!-- image -->
<div class="artSquare">
<a href="./artwork/pages/walkabout/index.html"><img id="artPlacement"src="./images/WalkaboutTalkabout.jpg" alt="walkabout 2" border="0" /></a>
<!--end artSquare--></div>
 
 <a class="navLeftUpper" href="./artwork/pages/walkabout/index.html">view the artwork</a> &nbsp;&nbsp;
 <a class="navLeftUpper" href="./PeterFrankEssay.html">read Peter Frank's essay</a>  &nbsp;&nbsp;
 <a class="navLeftUpper" href="http://www.blurb.com/bookstore/detail/2114267" target="_blank"> view the catalog</a>&nbsp;&nbsp;
 <a class="navLeftUpper" href="./video.html">watch interviews</a> &nbsp;&nbsp;   
    
  <!-- end #portfolioSquare --></div>

<!-- end #container --></div>



<!--    Google Analytics ---------------------------------------------->

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-12751093-7");
pageTracker._trackPageview();
} catch(err) {}</script>

</body>
</html>
