/* Begin Global Styles */
@import url(/css/reset.css);
/* End Global Styles */

/* Begin local styles */
body {
  text-align: center;
  min-width: 900px;
/*
background: url(/images/body_background.jpg);
*/
  background: #ede7d9;
  background: #444;
}

#wrapper {
  margin: 0 auto;
  margin-top: 20px;
  width: 900px;
  border: 1px solid black;
  height: 620px;
  text-align: left;
  background: url(/images/background.jpg) no-repeat;
}

#header {
  width: 100%;
  height: 120px;
}

#headerImg {
  float: right;
  width: 95px;
}

#headImg {
  padding-top: 10px;
  padding-left: 0px;  
}

#content {
  height: 420px;
  width: 100%;
}

#content.contact {
  margin: 0 auto;
  width: 400px;
  background: url(/images/thumbs/thumb_panel_background.png);
}

#content.peanizles,
#content.enteringAndover {
  width: 100%;
  background: url(/images/thumbs/thumb_panel_background.png);
}

#footer {
  width: 100%;
  bottom: 0px;
  position: relative;
  height: 80px;
}

#footerImg {
}

/* Start of the main nav CSS */
#nav {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 25px;
  padding-left: 20px;
}

#nav li {
  float: left;
  padding-left: 20px;
  background: url(/images/header_nav_divider.png) no-repeat top left;
}

#nav li.first {
  padding-left: 0px;
  background: none;
}

#nav li a { 
  text-indent: -999999px;
  overflow: hidden;
  display: block;
  height: 25px;
  margin-top: 2px;
}

#home { 
  background: url(/images/header_nav_home.png) top left;
  width: 81px;
}

#comics:hover,
#portfolio:hover,
#bio:hover,
#contact:hover,
#links:hover {
  background-position: bottom right;
}

#portfolio {
  background: url(/images/header_nav_portfolio.png) top left;
  width: 181px;
}

#comics {
  background: url(/images/header_nav_comics.png) top left;
  width: 121px;
}
#bio {
  background: url(/images/header_nav_bio.png) top left;
  width: 60px;
}
#contact {
  background: url(/images/header_nav_contact.png) top left;
  width: 141px;
}
#links {
  background: url(/images/header_nav_links.png) top left;
  width: 101px;
}
#nav li .active {
  background-position: bottom right;
}
/* End of the main nav CSS */

/* Start the subnavigation CSS */
#subnav {
  clear: left;
}

#subnav.comics {
  padding-left: 242px;
}

#subnav.portfolio {
  padding-left: 40px;
}

#subnav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#subnav ul a {
  display: block;
  width: 200px;
  height: 12px;
  text-indent: -999999px;
  margin-top: 2px;
}

#subnav li {
  display: inline;
}

#subnav.comics #singlePanel {
  background: url(/images/subnav_comics_single.png) no-repeat top left;
}

#subnav.comics #editorial {
  background: url(/images/subnav_comics_editorial.png) no-repeat top left;
}

#subnav.comics #peanizles {
  background: url(/images/subnav_comics_peanizles.png) no-repeat top left;
}

#subnav.comics #enteringAndover {
  background: url(/images/subnav_comics_entering.png) no-repeat top left;
}

#subnav.portfolio #portraits {
  background: url(/images/subnav_portfolio_portraits.png) no-repeat top left;
}

#subnav.portfolio #editorial {
  background: url(/images/subnav_portfolio_editorial.png) no-repeat top left;
}

#subnav.portfolio #humorous {
  background: url(/images/subnav_portfolio_humorous.png) no-repeat top left;
}

#subnav.portfolio #humorous:hover,
#subnav.portfolio #editorial:hover,
#subnav.portfolio #portraits:hover,
#subnav.comics #singlePanel:hover,
#subnav.comics #editorial:hover,
#subnav.comics #peanizles:hover,
#subnav.comics #enteringAndover:hover {
  background-position: bottom right;
}

#subnav .active {
  background-position: bottom right !important;
}

.navText {
  color: #3f7570;
}
.navTextHighLight {
  color: #009bce;
}

#thumbPanel {
  display: inline;
  float: left;
  width: 250px;
  height: 413px;
  background: url(/images/thumbs/thumb_panel_background.png);
}

.thumbNail {
  float: right;
  padding: 2px;
  margin: 3px;
}

.thumbNail:hover {
  background: #888;
}

.thumbNailActive, .thumbNailActive:hover {
  background: #277770;
  float: right;
  padding: 2px;
  margin: 3px;
}

#mainPanel {
  float: right;
  margin-left: 1.5em;
  width: 600px;
  height: 413px;
  text-align: center;
}

#mainPanel #image {
  padding: 2px;
  width: 600px;
  height: 408px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  line-height: 408px;
  font-size: 365px;
}

*>#mainPanel #image {
}


#fullImage {
  padding: 10px;
  background: url(/images/thumbs/thumb_panel_background.png);
  vertical-align: middle;
}

div#contactInfo {
  margin: 0 auto;
  width: 90%;
  text-align: center;
  padding-top: 30px;
  color: #3f7570;
}

div#contactInfo p {
  margin: 5px;
  padding-top: 2px;
  padding-bottom: 4px;
}

p.header {
  font-size: 180%;
  padding-top: 1em;
}

div#contactInfo img {
  padding: 1em;
}

div#contactInfo a {
  text-decoration: none;
  color: #009bce;
  padding: 2px;
}

div#contactInfo a:hover,
#peanizles peanizlesName a:hover {
  background: #ddd;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

#peanizlesLogo {
  margin: 0 auto;
  width: 500px;
  height: 59px;
}

#peanizlesPanel {
  margin: 0 auto;
  width: 800px;
  height: 284px;
}

#peanizlesPanel a img {
  background: url(/images/fullSize/comics/peanizles_background_on.gif) no-repeat top left;
}

/*
#peanizlesPanel a img.active,
#peanizlesPanel a:hover img,
#peanizlesPanel a:active img {
  background: url(/images/fullSize/comics/peanizles_background_on.gif) no-repeat top left;
}
*/

.peanizles #peanizlesName,
.enteringAndover #title {
  clear: both;
  margin: 0 auto;
  padding-top: 5px;
  width: 400px;
  text-align: center;
}

.peanizles #peanizlesName a,
.enteringAndover #title a {
  text-decoration: none;
  color: #009bce;
  padding: 2px;
}
.peanizles #peanizlesName a:hover,
.enteringAndover #title a:hover {
  background: #ddd;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

#enteringAndoverLogo {
  margin: 0 auto;
  width: 389px;
  height: 89px;
}

#enteringAndoverPanel {
  margin: 0 auto;
  margin-top: 2px;
  width: 600px;
  background: url(/images/fullSize/comics/enteringAndover_panel_on.png) no-repeat center;
  height: 289px;
}

#bioPanel {
  display: inline;
  float: left;
  width: 600px;
  height: 413px;
  background: url(/images/thumbs/thumb_panel_background.png);
  color: #838582;
}

#clientPanel {
  display: inline;
  float: right;
  width: 250px;
  height: 413px;
  background: url(/images/thumbs/thumb_panel_background.png);
}

#bioPanel p {
  margin-left: 5px;
  margin-right: 5px;
}

.panelBanner {
  background: #ddd;
  padding: 5px;
  color: #009bce;
  font-weight: bold;
}

.panelBox {
  padding: 5px;
  font-size: 12px;
  color: #828583;
}

.panelBox p {
  padding-bottom: 10px;
}

.panelBox p a {
  text-decoration: none;
  color: #009bce;
}

.panelBox a:hover {
  background: #ddd;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

#bioPanel .panelBox {
  font-size: 14px;
}


#leftequalPanel {
  display: inline;
  float: left;
  width: 350px;
  height: 413px;
  background: url(/images/thumbs/thumb_panel_background.png);
  color #838582;
}

#rightequalPanel {
  display: inline;
  float: right;
  width: 350px;
  height: 413px;
  background: url(/images/thumbs/thumb_panel_background.png);
  color #838582;
}

#left2columnPanel {
  display: inline;
  float: left;
  width: 600px;
  height: 413px;
  background: url(/images/thumbs/thumb_panel_background.png);
  color: #838582;
}

#left1columnPanel {
  display: inline;
  float: left;
  width: 250px;
  height: 413px;
  background: url(/images/thumbs/thumb_panel_background.png);
  color: #838582;
}

#right2columnPanel {
  display: inline;
  float: right;
  width: 600px;
  height: 413px;
  background: url(/images/thumbs/thumb_panel_background.png);
  color: #838582;
}

#right1columnPanel {
  display: inline;
  float: right;
  width: 250px;
  height: 413px;
  background: url(/images/thumbs/thumb_panel_background.png);
  color: #838582;
}

#contactImage {
  padding: 2px;
  height: 413px;
  width: 600px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  line-height: 408px;
  font-size: 365px;
}

*>#contactImage {
}


#contactPicture {
  padding: 10px;
  vertical-align: middle;
}

.noBackground {
  background: none;
}

.indexThumb {
  padding: 5px;
  width: 210px;
  height: 300px;
  float: left;
}

.indexThumbHolder {
  padding-top: 5px;
  padding-bottom: 5px;
  background: none;
  text-align: center;
}

#portraitThumb.active,
#editorialThumb.active,
#humorousThumb.active,
#singlePanelThumb.active,
#peanizlesThumb.active,
#eaThumb.active {
  background: #277770;
}

.indexThumbHolder a {
  text-decoration: none;
  color: #FFF;
}

.indexThumbHolder p {
  padding-top: 20px;
  padding-bottom: 20px;
}

.indexThumbImage {
  padding: 10px;
  background: url(/images/thumbs/thumb_panel_background.png)
}
