/****************/
/*    RESET     */
/****************/


html, body, h1, h2, h3, h4, h5, h6, form, input, textarea, ul, ol, li {
  margin: 0;
  padding: 0;
}

/*****************/
/*    GLOBAL     */
/*****************/

body {
  font-family: Arial, sans-serif; 
}

img {
  border: 0;
}

a {
  color:#666;
}

ul {
  list-style: none;
}

.container {
  position:relative;
  width: 960px;
  height: 634px;
  background: url(../images/frame-sides.gif) repeat-y;
  margin:50px auto 0 auto;
}

#header {
  background: url(../images/frame-top.gif) top no-repeat ;
  width: 960px;
  height: 10px;
}

#footer {
  position: absolute;
  bottom:0;
  background: url(../images/frame-bott.gif) bottom no-repeat ;
  width: 920px;
  padding: 20px;
}

.nav {
  float: right;
  width: auto;
  margin-top: 3px;
}

.nav a:hover {
  border-bottom: 1px dotted #666;
}

.name-image {
  float: left;
}

p, ul {
  margin: 15px 0;
  color:#666;
}


/******************/
/*    SPECIFIC    */
/******************/

ul li {
  margin: 4px 0;
  font-size: 14px;
}

.featured-artwork {
  width: 100%;
  margin: 40px auto;
  text-align: center;
}

a#popup-close {
  float: right;
}

.contact-info {
  float: left;
  width: 300px;
  text-align: right;
  padding:13px 20px 0 0;
}

.bio-info {
  float: left;
  width: 300px;
  border-left: 2px solid #d0d0d0;
  padding-left: 20px;
  font-size: 11px;
}

#backgroundPopup{  
  display:none;  
  position:fixed;  
  _position:absolute; /* hack for internet explorer 6*/  
  height:100%;  
  width:100%;  
  top:0;  
  left:0;  
  z-index:1;  
}  

#popup-info{  
  display:none; 
  position:fixed;  
  _position:absolute; /* hack for internet explorer 6*/  
  height:267px;  
  width:646px;  
  background:#FFFFFF;  
  border:2px solid #cecece;  
  z-index:2;  
  padding:12px;  
  font-size:13px;  
}  

#gallery {
  width: 800px;
  margin: 30px auto 0 auto;
}

.smaller {
  font-size: 11px;
}













/***********************/
/*    HELPER CLASSES   */
/***********************/

.clear:after {
  height: 0px;
  clear: both;
  display: block;
  visibility: hidden;
  content: ".";
}
.clear {
  display: inline-block;
}
/* start non ie/mac css \*/
* html .clear {
  height: 1%;
}
.clear {
  display: block;
}
/* end non ie/mac css */

.clear-simple {
  clear: both;
}

.hide {
  display: none;
}

