/*
Main Screen Stylesheet for annesstudio.com
------------------------------------------
Created in June 2007 by Brad Marshall of Analog Daydream 
Web Design and Development (www.analog-daydream.com)
*/

/* -------------------------------------- [ General ] */

html {
   min-height: 100%;
}
body {
   min-height: 100%;
   margin: 0;
   padding: 0 0 0 50px;
   color: #000;
   background: #8c0909 url("../images/grass-red.jpg") no-repeat 0 100%;
   font-family: verdana, arial, sans-serif;
}
a:link, a:visited {
   color: #8c0909; /* maroon */
}
a:hover {
   color: #dc0000; /* bright red */
}
div#header {
   padding-top: 42px;
   background: #fff url("../images/top-gradient.gif") repeat-x;
}
div#outer-container {
   background: #fff url("../images/grass.jpg") no-repeat left bottom;
   padding-bottom: 70px;
}
div#inner-container {
   overflow: hidden;
   min-height: 380px;
   min-width: 930px;
   background: url("../images/separator.gif") no-repeat 278px 0px;
}
p {
   margin: 0 0 20px 0;
}
h1 {
   margin: 0;
   text-indent: -9999px;
   height: 212px;
}
h1#masthead-home { background: url("../images/mastheads/masthead-lydia.jpg") no-repeat; }
h1#masthead-about { background: url("../images/mastheads/masthead-pasture.jpg") no-repeat; }
h1#masthead-gallery { background: url("../images/mastheads/masthead-walkaway.jpg") no-repeat; }
h1#masthead-commissioning { background: url("../images/mastheads/masthead-dog.jpg") no-repeat; }
h1#masthead-prices { background: url("../images/mastheads/masthead-sandbox.jpg") no-repeat; }
h1#masthead-contact { background: url("../images/mastheads/masthead-cats.jpg") no-repeat; }
h2 {
   margin: 30px 0 18px 0;
}
p.pullquote {
   border-top: double #999;
   border-bottom: double #999;
   font: italic 14px/20px georgia, serif;
   margin: 8px 0 22px;
   padding: 5px 20px;
   text-align: center;
}
img#rotate {
   margin-bottom: 15px;
}

/* ----------------------------------------- [ Menu ] */

/* Menu uses Phark Image Replacement */

div#menu {
   padding: 0 20px;
   float: left;
   margin-top: 8px;
   font-size: 14px;
}
ul#mainnav a:link {
   margin: 0;
   color: #000;
   text-decoration: none;
}
ul#mainnav a:hover {
   color: #8c0909;
}
ul#mainnav {
   list-style-type: none;
   margin: 0;
   padding: 0;
}
ul#mainnav li {
   width: 238px;
   height: 11px;
   background-repeat: no-repeat;
   background-position: right;
   text-indent: -9999px;
   margin-bottom: 14px;
}
ul#mainnav a {
   display: block;
   width: 238px;
   height: 11px;
   background-repeat: no-repeat;
   background-position: right;
   text-indent: -9999px;
}

/* You-Are-Here Links */

li#home.current { background-image: url("../images/menu/on-home.gif") !important; }
li#about.current { background-image: url("../images/menu/on-about.gif") !important; }
li#gallery.current { background-image: url("../images/menu/on-gallery.gif") !important; }
li#commissioning.current { background-image: url("../images/menu/on-commissioning.gif") !important; }
li#lessons.current { background-image: url("../images/menu/on-lessons.gif") !important; }
li#prices.current {  background-image: url("../images/menu/on-prices.gif") !important; }
li#contact.current { background-image: url("../images/menu/on-contact.gif") !important; }

/* Regular Links */

li#home, li#home a { background-image: url("../images/menu/off-home.gif"); }
li#about, li#about a { background-image: url("../images/menu/off-about.gif"); }
li#gallery, li#gallery a { background-image: url("../images/menu/off-gallery.gif"); }
li#commissioning, li#commissioning a { background-image: url("../images/menu/off-commissioning.gif"); }
li#lessons, li#lessons a { background-image: url("../images/menu/off-lessons.gif"); }
li#prices, li#prices a { background-image: url("../images/menu/off-prices.gif"); }
li#contact, li#contact a { background-image: url("../images/menu/off-contact.gif"); }

/* Hover States */

li#home a:hover { background-image: url("../images/menu/on-home.gif"); }
li#about a:hover { background-image: url("../images/menu/on-about.gif"); }
li#gallery a:hover { background-image: url("../images/menu/on-gallery.gif"); }
li#commissioning a:hover { background-image: url("../images/menu/on-commissioning.gif"); }
li#lessons a:hover { background-image: url("../images/menu/on-lessons.gif"); }
li#prices a:hover { background-image: url("../images/menu/on-prices.gif"); }
li#contact a:hover { background-image: url("../images/menu/on-contact.gif"); }

/* Subnav Menu */
ul#subnav {
   list-style-type: none;
   width: 238px;
   padding: 0;
   margin: 50px 0;
}
ul#subnav li {
   width: 238px;
   margin: 0 0 12px 0;
}
ul#subnav li a {
   display: block;
   text-indent: -9999px;
   height: 12px;
   width: 238px;
   background-repeat: no-repeat;
   background-position: top right;
}
li#subnav-commissioned a { background-image: url("../images/subnav/subnav1_off.gif") }
li#subnav-commissioned a:hover, li#subnav-commissioned.subnav-current a { background-image: url("../images/subnav/subnav1_on.gif") }
li#subnav-other a { background-image: url("../images/subnav/subnav2_off.gif") }
li#subnav-other a:hover, li#subnav-other.subnav-current a { background-image: url("../images/subnav/subnav2_on.gif") }
li#subnav-students a { background-image: url("../images/subnav/subnav3_off.gif") }
li#subnav-students a:hover, li#subnav-students.subnav-current a { background-image: url("../images/subnav/subnav3_on.gif") }
li#subnav-original-artwork a { background-image: url("../images/subnav/subnav4_off.gif") }
li#subnav-original-artwork a:hover, li#subnav-original-artwork.subnav-current a { background-image: url("../images/subnav/subnav4_on.gif") }

/* -------------------------------------- [ Headers ] */

h2.header {
   text-indent: -9999px;
   height: 23px;
   background-repeat: no-repeat;
   margin: 50px 0 40px 302px;
}
h2#header-home {
   background-image: url("../images/headers/header-home.png");
   width: 90px;
}
h2#header-about {
   background-image: url("../images/headers/header-about.png");
   width: 302px;
}
h2#header-gallery {
   background-image: url("../images/headers/header-gallery.png");
   width: 134px;
}
h2#header-commissioning {
   background-image: url("../images/headers/header-commissioning.png");
   width: 458px;
}
h2#header-lessons {
   background-image: url("../images/headers/header-lessons.png");
   width: 204px;
}
h2#header-prices {
   background-image: url("../images/headers/header-prices.png");
   width: 98px;
}
h2#header-contact {
   background-image: url("../images/headers/header-contact.png");
   width: 153px;
}
h3 {
   clear: left;
   text-indent: -9999px;
   height: 14px;
   background-repeat: no-repeat;
   margin: 8px 0 20px 0;
}
/* Home */
h3#upcoming-events {
   background-image: url("../images/headers/h3-upcoming-events.gif");
   width: 140px;
   margin-top: 10px;
}
/* About */
h3#artists-bio {
   background-image: url("../images/headers/h3-artists-bio.gif");
   width: 90px;
}
h3#artists-statement {
   background-image: url("../images/headers/h3-artists-statement.gif");
   width: 153px;
   margin-top: 60px;
}
h3#curriculum-vitae {
   background-image: url("../images/headers/h3-curriculum-vitae.gif");
   width: 141px;
   margin-top: 28px;
}
h3#message-of-gratitude {
   background-image: url("../images/headers/h3-a-message-of-gratitude.gif");
   width: 330px;
   margin-top: 28px;
}
/* Gallery */
h3#commissioned-portraits {
   background-image: url("../images/headers/h3-commissioned-portraits.gif");
   width: 198px;
   margin-top: 35px;
   margin-bottom: 30px !important;
}
h3#other-works {
   background-image: url("../images/headers/h3-other-works.gif");
   width: 108px;
   margin-top: 35px;
   margin-bottom: 30px !important;
}
h3#student-works {
   background-image: url("../images/headers/h3-student-works.gif");
   width: 278px;
   margin-top: 35px;
   margin-bottom: 30px !important;
}
h3#other-works {
   background-image: url("../images/headers/h3-original-artwork.gif");
   width: 153px;
   margin-top: 35px;
   margin-bottom: 30px !important;
}
/* Prices */
h3#childrens-portraits {
   background-image: url("../images/headers/h3-childrens-portraits-in-graphite.gif");
   width: 273px;
}
h3#terms {
   background-image: url("../images/headers/h3-terms.gif");
   width: 47px;
}
/* Contact */
h3#anne {
   background-image: url("../images/headers/h3-anne-cavanagh.gif");
   width: 132px;
}
/* Commissioning a Portrait */
h3#process-step1 {
   background-image: url("../images/headers/h3-step1.gif");
   width: 398px;
}
h3#process-step2 {
   background-image: url("../images/headers/h3-step2.gif");
   width: 450px;
}
h3#process-step3 {
   background-image: url("../images/headers/h3-step3.gif");
   width: 418px;
}
h3#process-step4 {
   background-image: url("../images/headers/h3-step4.gif");
   width: 456px;
}
h4 {
   margin: 0;
   padding: 0;
   font-size: 11px;
}

/* -------------------------------------- [ Content ] */

div#content {
   float: left;
   width: 500px;
   padding: 0 0 0 24px;
   font-size: 11px;
   line-height: 24px;
}
div#content div#rotating-img {
   background-color: #000;
   color: #fff;
   text-align: center;
   line-height: 200px;
   height: 200px;
   margin: 8px 0 12px 0;
}
ul#events {
   list-style-type: none;
   margin: 22px 0 0;
   padding-left: 0;
   line-height: 14px;
}
ul#events li {
   margin-bottom: 12px;
}
ul#terms-list {
   list-style-position: inside;
   margin-left: 8px;
   padding-left: 0;
}
table#prices {
   margin: 4px 0 8px;
}
table#prices th {
   width: 30%;
   background-color: #EAEAE8;
}
table#prices td {
   text-align: center;
}
dl#step1 {
   float: right;
   width: 239px;
   margin: 7px 0 0 18px;
}
dl#step2 {
   width: 412px;
}
dl#step3 {
   width: 380px;
}
dl#step4 {
   width: 410px;
}
dl#step1 dt {
   margin: 0;
   padding: 0;
}
.process dd {
   margin: 0;
   padding: 0;
   text-align: center;
   margin: 0 auto;
   line-height: 14px;
   font-style: italic;
}
dl#step1 dd {
   width: 200px;
}
dl#step2 dd {
   width: 380px;
}
dl#step3 dd {
   width: 340px;
}
dl#step4 dd {
   width: 370px;
}
img#about1, img#about2 {
   float: right;
   margin: 8px 0 20px 20px;
}
p#download {
   padding-left: 12px;
   background: url("../images/arrow_fat_down.gif") no-repeat 0 6px;
}
img#blend {
   float: left;
   margin: 8px 20px 30px 0;
}
img#before-and-after {
   margin: 8px 0 5px 0;
}

/* -------------------------------------- [ Gallery ] */

div#gallery-container {
   overflow: hidden;
}
div#gallery-big-container
{
   background-color: transparent;
	 width: 100%;
   margin: 8px 0 20px 0;
   padding: 22px 0 14px 0;
   text-align: center;
}
div#gallery-big-container img
{
	border: 22px solid #333;
}
div.gallery-category {
   overflow: hidden;
   margin: 8px 0;
   clear: both;
}
/* definition list */
div.gallery-category dl {
   float: left;
   margin: 0 0 10px 0;
   padding: 0;
   width: 91px;
   height: 120px;
}
dl.col1, dl.col2, dl.col3, dl.col4 {
   margin-right: 9px !important;
}
div.gallery-category dt {
   margin: 0;
   padding: 0;
}
div.gallery-category dd {
   text-align: center;
   margin: 0 auto;
   padding-right: 7px;
   line-height: 14px;
}
/* thumbnail links */
div.gallery-category a {
   display: block;
   float: left;
   height: 91px;
   width: 91px;
}
div.gallery-category img {
   border: 1px solid #000;
   height: 91px;
   width: 91px; 
   visibility: hidden;
}
/* Original Artwork */
dt#pasture { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-pasture.jpg"); }
dt#pasture a { background-image: url("../images/gallery/thumbs/original-artwork/thumb-off-pasture.jpg"); }
dt#pasture a:hover { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-pasture.jpg"); }

dt#kylie { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-kylie.jpg"); }
dt#kylie a { background-image: url("../images/gallery/thumbs/original-artwork/thumb-off-kylie.jpg"); }
dt#kylie a:hover { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-kylie.jpg"); }

dt#lydia { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-lydia.jpg"); }
dt#lydia a { background-image: url("../images/gallery/thumbs/original-artwork/thumb-off-lydia.jpg"); }
dt#lydia a:hover { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-lydia.jpg"); }

dt#sandbox { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-sandbox.jpg"); }
dt#sandbox a { background-image: url("../images/gallery/thumbs/original-artwork/thumb-off-sandbox.jpg"); }
dt#sandbox a:hover { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-sandbox.jpg"); }

dt#walk-away { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-walk-away.jpg"); }
dt#walk-away a { background-image: url("../images/gallery/thumbs/original-artwork/thumb-off-walk-away.jpg"); }
dt#walk-away a:hover { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-walk-away.jpg"); }

dt#first-snow { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-first-snow.jpg"); }
dt#first-snow a { background-image: url("../images/gallery/thumbs/original-artwork/thumb-off-first-snow.jpg"); }
dt#first-snow a:hover { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-first-snow.jpg"); }

dt#copter-plane { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-copter-plane.jpg"); }
dt#copter-plane a { background-image: url("../images/gallery/thumbs/original-artwork/thumb-off-copter-plane.jpg"); }
dt#copter-plane a:hover { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-copter-plane.jpg"); }

dt#cupcake { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-cupcake.jpg"); }
dt#cupcake a { background-image: url("../images/gallery/thumbs/original-artwork/thumb-off-cupcake.jpg"); }
dt#cupcake a:hover { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-cupcake.jpg"); }

dt#the-look { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-the-look.jpg"); }
dt#the-look a { background-image: url("../images/gallery/thumbs/original-artwork/thumb-off-the-look.jpg"); }
dt#the-look a:hover { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-the-look.jpg"); }

dt#explore { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-explore.jpg"); }
dt#explore a { background-image: url("../images/gallery/thumbs/original-artwork/thumb-off-explore.jpg"); }
dt#explore a:hover { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-explore.jpg"); }

dt#footprints { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-footprints.jpg"); }
dt#footprints a { background-image: url("../images/gallery/thumbs/original-artwork/thumb-off-footprints.jpg"); }
dt#footprints a:hover { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-footprints.jpg"); }

dt#untitled { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-untitled.jpg"); }
dt#untitled a { background-image: url("../images/gallery/thumbs/original-artwork/thumb-off-untitled.jpg"); }
dt#untitled a:hover { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-untitled.jpg"); }

dt#polar-bear { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-polar-bear.jpg"); }
dt#polar-bear a { background-image: url("../images/gallery/thumbs/original-artwork/thumb-off-polar-bear.jpg"); }
dt#polar-bear a:hover { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-polar-bear.jpg"); }

dt#table-for-two { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-table-for-two.jpg"); }
dt#table-for-two a { background-image: url("../images/gallery/thumbs/original-artwork/thumb-off-table-for-two.jpg"); }
dt#table-for-two a:hover { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-table-for-two.jpg"); }

dt#windmill { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-windmill.jpg"); }
dt#windmill a { background-image: url("../images/gallery/thumbs/original-artwork/thumb-off-windmill.jpg"); }
dt#windmill a:hover { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-windmill.jpg"); }

dt#skates { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-skates.jpg"); }
dt#skates a { background-image: url("../images/gallery/thumbs/original-artwork/thumb-off-skates.jpg"); }
dt#skates a:hover { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-skates.jpg"); }

dt#sea-urchin { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-sea-urchin.jpg"); }
dt#sea-urchin a { background-image: url("../images/gallery/thumbs/original-artwork/thumb-off-sea-urchin.jpg"); }
dt#sea-urchin a:hover { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-sea-urchin.jpg"); }

dt#age-and-wisdom { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-age-and-wisdom.jpg"); }
dt#age-and-wisdom a { background-image: url("../images/gallery/thumbs/original-artwork/thumb-off-age-and-wisdom.jpg"); }
dt#age-and-wisdom a:hover { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-age-and-wisdom.jpg"); }

dt#stonehenge { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-stonehenge.jpg"); }
dt#stonehenge a { background-image: url("../images/gallery/thumbs/original-artwork/thumb-off-stonehenge.jpg"); }
dt#stonehenge a:hover { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-stonehenge.jpg"); }

dt#prefontaine { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-prefontaine.jpg"); }
dt#prefontaine a { background-image: url("../images/gallery/thumbs/original-artwork/thumb-off-prefontaine.jpg"); }
dt#prefontaine a:hover { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-prefontaine.jpg"); }

dt#zenith { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-zenith.jpg"); }
dt#zenith a { background-image: url("../images/gallery/thumbs/original-artwork/thumb-off-zenith.jpg"); }
dt#zenith a:hover { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-zenith.jpg"); }

dt#thinking-process { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-thinking-process.jpg"); }
dt#thinking-process a { background-image: url("../images/gallery/thumbs/original-artwork/thumb-off-thinking-process.jpg"); }
dt#thinking-process a:hover { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-thinking-process.jpg"); }

dt#assume { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-assume.jpg"); }
dt#assume a { background-image: url("../images/gallery/thumbs/original-artwork/thumb-off-assume.jpg"); }
dt#assume a:hover { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-assume.jpg"); }

dt#exageration-study { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-exageration-study.jpg"); }
dt#exageration-study a { background-image: url("../images/gallery/thumbs/original-artwork/thumb-off-exageration-study.jpg"); }
dt#exageration-study a:hover { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-exageration-study.jpg"); }

dt#the-hole { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-the-hole.jpg"); }
dt#the-hole a { background-image: url("../images/gallery/thumbs/original-artwork/thumb-off-the-hole.jpg"); }
dt#the-hole a:hover { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-the-hole.jpg"); }

dt#instincts { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-instincts.jpg"); }
dt#instincts a { background-image: url("../images/gallery/thumbs/original-artwork/thumb-off-instincts.jpg"); }
dt#instincts a:hover { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-instincts.jpg"); }

dt#teddybear { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-teddybear.jpg"); }
dt#teddybear a { background-image: url("../images/gallery/thumbs/original-artwork/thumb-off-teddybear.jpg"); }
dt#teddybear a:hover { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-teddybear.jpg"); }

dt#charity { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-charity.jpg"); }
dt#charity a { background-image: url("../images/gallery/thumbs/original-artwork/thumb-off-charity.jpg"); }
dt#charity a:hover { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-charity.jpg"); }

dt#img316 { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-img316.jpg"); }
dt#img316 a { background-image: url("../images/gallery/thumbs/original-artwork/thumb-off-img316.jpg"); }
dt#img316 a:hover { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-img316.jpg"); }

dt#boy-and-duck { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-boy-and-duck.jpg"); }
dt#boy-and-duck a { background-image: url("../images/gallery/thumbs/original-artwork/thumb-off-boy-and-duck.jpg"); }
dt#boy-and-duck a:hover { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-boy-and-duck.jpg"); }

dt#m_comp_1 { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-m_comp_1.jpg"); }
dt#m_comp_1 a { background-image: url("../images/gallery/thumbs/original-artwork/thumb-off-m_comp_1.jpg"); }
dt#m_comp_1 a:hover { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-m_comp_1.jpg"); }

dt#m_comp_2 { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-m_comp_2.jpg"); }
dt#m_comp_2 a { background-image: url("../images/gallery/thumbs/original-artwork/thumb-off-m_comp_2.jpg"); }
dt#m_comp_2 a:hover { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-m_comp_2.jpg"); }

dt#pounce_1 { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-pounce_1.jpg"); }
dt#pounce_1 a { background-image: url("../images/gallery/thumbs/original-artwork/thumb-off-pounce_1.jpg"); }
dt#pounce_1 a:hover { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-pounce_1.jpg"); }

dt#pounce_2 { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-pounce_2.jpg"); }
dt#pounce_2 a { background-image: url("../images/gallery/thumbs/original-artwork/thumb-off-pounce_2.jpg"); }
dt#pounce_2 a:hover { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-pounce_2.jpg"); }

dt#pounce_3 { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-pounce_3.jpg"); }
dt#pounce_3 a { background-image: url("../images/gallery/thumbs/original-artwork/thumb-off-pounce_3.jpg"); }
dt#pounce_3 a:hover { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-pounce_3.jpg"); }

dt#untitled_2 { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-untitled_2.jpg"); }
dt#untitled_2 a { background-image: url("../images/gallery/thumbs/original-artwork/thumb-off-untitled_2.jpg"); }
dt#untitled_2 a:hover { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-untitled_2.jpg"); }

dt#water-study_1 { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-water-study_1.jpg"); }
dt#water-study_1 a { background-image: url("../images/gallery/thumbs/original-artwork/thumb-off-water-study_1.jpg"); }
dt#water-study_1 a:hover { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-water-study_1.jpg"); }

dt#water-study_2 { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-water-study_2.jpg"); }
dt#water-study_2 a { background-image: url("../images/gallery/thumbs/original-artwork/thumb-off-water-study_2.jpg"); }
dt#water-study_2 a:hover { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-water-study_2.jpg"); }

dt#boots { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-boots.jpg"); }
dt#boots a { background-image: url("../images/gallery/thumbs/original-artwork/thumb-off-boots.jpg"); }
dt#boots a:hover { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-boots.jpg"); }

dt#joseph { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-joseph.jpg"); }
dt#joseph a { background-image: url("../images/gallery/thumbs/original-artwork/thumb-off-joseph.jpg"); }
dt#joseph a:hover { background-image: url("../images/gallery/thumbs/original-artwork/thumb-on-joseph.jpg"); }

/* Commissioned Portraits */
dt#madison { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-madison.jpg"); }
dt#madison a { background-image: url("../images/gallery/thumbs/commissioned/thumb-off-madison.jpg"); }
dt#madison a:hover { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-madison.jpg"); }

dt#maranda { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-maranda.jpg"); }
dt#maranda a { background-image: url("../images/gallery/thumbs/commissioned/thumb-off-maranda.jpg"); }
dt#maranda a:hover { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-maranda.jpg"); }

dt#molly { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-molly.jpg"); }
dt#molly a { background-image: url("../images/gallery/thumbs/commissioned/thumb-off-molly.jpg"); }
dt#molly a:hover { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-molly.jpg"); }

dt#lisas-house { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-lisas-house.jpg"); }
dt#lisas-house a { background-image: url("../images/gallery/thumbs/commissioned/thumb-off-lisas-house.jpg"); }
dt#lisas-house a:hover { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-lisas-house.jpg"); }

dt#nancys-dad { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-nancys-dad.jpg"); }
dt#nancys-dad a { background-image: url("../images/gallery/thumbs/commissioned/thumb-off-nancys-dad.jpg"); }
dt#nancys-dad a:hover { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-nancys-dad.jpg"); }

dt#pb050037 { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-pb050037.jpg"); }
dt#pb050037 a { background-image: url("../images/gallery/thumbs/commissioned/thumb-off-pb050037.jpg"); }
dt#pb050037 a:hover { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-pb050037.jpg"); }

dt#pc210066 { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-pc210066.jpg"); }
dt#pc210066 a { background-image: url("../images/gallery/thumbs/commissioned/thumb-off-pc210066.jpg"); }
dt#pc210066 a:hover { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-pc210066.jpg"); }

dt#img206 { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-img206.jpg"); }
dt#img206 a { background-image: url("../images/gallery/thumbs/commissioned/thumb-off-img206.jpg"); }
dt#img206 a:hover { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-img206.jpg"); }

dt#img001 { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-img001.jpg"); }
dt#img001 a { background-image: url("../images/gallery/thumbs/commissioned/thumb-off-img001.jpg"); }
dt#img001 a:hover { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-img001.jpg"); }

dt#allens { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-allens.jpg"); }
dt#allens a { background-image: url("../images/gallery/thumbs/commissioned/thumb-off-allens.jpg"); }
dt#allens a:hover { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-allens.jpg"); }

dt#mural-1 { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-mural-1.jpg"); }
dt#mural-1 a { background-image: url("../images/gallery/thumbs/commissioned/thumb-off-mural-1.jpg"); }
dt#mural-1 a:hover { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-mural-1.jpg"); }

dt#mural-2 { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-mural-2.jpg"); }
dt#mural-2 a { background-image: url("../images/gallery/thumbs/commissioned/thumb-off-mural-2.jpg"); }
dt#mural-2 a:hover { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-mural-2.jpg"); }

dt#mural-3 { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-mural-3.jpg"); }
dt#mural-3 a { background-image: url("../images/gallery/thumbs/commissioned/thumb-off-mural-3.jpg"); }
dt#mural-3 a:hover { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-mural-3.jpg"); }

dt#mural-4 { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-mural-4.jpg"); }
dt#mural-4 a { background-image: url("../images/gallery/thumbs/commissioned/thumb-off-mural-4.jpg"); }
dt#mural-4 a:hover { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-mural-4.jpg"); }

dt#mural-6 { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-mural-6.jpg"); }
dt#mural-6 a { background-image: url("../images/gallery/thumbs/commissioned/thumb-off-mural-6.jpg"); }
dt#mural-6 a:hover { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-mural-6.jpg"); }

dt#jen { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-jen.jpg"); }
dt#jen a { background-image: url("../images/gallery/thumbs/commissioned/thumb-off-jen.jpg"); }
dt#jen a:hover { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-jen.jpg"); }

dt#pc210066 { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-pc210066.jpg"); }
dt#pc210066 a { background-image: url("../images/gallery/thumbs/commissioned/thumb-off-pc210066.jpg"); }
dt#pc210066 a:hover { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-pc210066.jpg"); }

dt#tony-kate { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-tony-kate.jpg"); }
dt#tony-kate a { background-image: url("../images/gallery/thumbs/commissioned/thumb-off-tony-kate.jpg"); }
dt#tony-kate a:hover { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-tony-kate.jpg"); }

dt#brenda { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-brenda.jpg"); }
dt#brenda a { background-image: url("../images/gallery/thumbs/commissioned/thumb-off-brenda.jpg"); }
dt#brenda a:hover { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-brenda.jpg"); }

dt#img_2567 { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-img_2567.jpg"); }
dt#img_2567 a { background-image: url("../images/gallery/thumbs/commissioned/thumb-off-img_2567.jpg"); }
dt#img_2567 a:hover { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-img_2567.jpg"); }

dt#img_3335 { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-img_3335.jpg"); }
dt#img_3335 a { background-image: url("../images/gallery/thumbs/commissioned/thumb-off-img_3335.jpg"); }
dt#img_3335 a:hover { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-img_3335.jpg"); }

dt#img_3394 { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-img_3394.jpg"); }
dt#img_3394 a { background-image: url("../images/gallery/thumbs/commissioned/thumb-off-img_3394.jpg"); }
dt#img_3394 a:hover { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-img_3394.jpg"); }

dt#lacee { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-lacee.jpg"); }
dt#lacee a { background-image: url("../images/gallery/thumbs/commissioned/thumb-off-lacee.jpg"); }
dt#lacee a:hover { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-lacee.jpg"); }

dt#sin-sean { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-sin-sean.jpg"); }
dt#sin-sean a { background-image: url("../images/gallery/thumbs/commissioned/thumb-off-sin-sean.jpg"); }
dt#sin-sean a:hover { background-image: url("../images/gallery/thumbs/commissioned/thumb-on-sin-sean.jpg"); }

/* Sample Works of Anne's Students */
dt#student1 { background-image: url("../images/gallery/thumbs/students/thumb-on-student1.jpg"); }
dt#student1 a { background-image: url("../images/gallery/thumbs/students/thumb-off-student1.jpg"); }
dt#student1 a:hover { background-image: url("../images/gallery/thumbs/students/thumb-on-student1.jpg"); }

dt#student2 { background-image: url("../images/gallery/thumbs/students/thumb-on-student2.jpg"); }
dt#student2 a { background-image: url("../images/gallery/thumbs/students/thumb-off-student2.jpg"); }
dt#student2 a:hover { background-image: url("../images/gallery/thumbs/students/thumb-on-student2.jpg"); }

dt#student3 { background-image: url("../images/gallery/thumbs/students/thumb-on-student3.jpg"); }
dt#student3 a { background-image: url("../images/gallery/thumbs/students/thumb-off-student3.jpg"); }
dt#student3 a:hover { background-image: url("../images/gallery/thumbs/students/thumb-on-student3.jpg"); }

dt#student4 { background-image: url("../images/gallery/thumbs/students/thumb-on-student4.jpg"); }
dt#student4 a { background-image: url("../images/gallery/thumbs/students/thumb-off-student4.jpg"); }
dt#student4 a:hover { background-image: url("../images/gallery/thumbs/students/thumb-on-student4.jpg"); }

dt#student5 { background-image: url("../images/gallery/thumbs/students/thumb-on-student5.jpg"); }
dt#student5 a { background-image: url("../images/gallery/thumbs/students/thumb-off-student5.jpg"); }
dt#student5 a:hover { background-image: url("../images/gallery/thumbs/students/thumb-on-student5.jpg"); }

dt#student6 { background-image: url("../images/gallery/thumbs/students/thumb-on-student6.jpg"); }
dt#student6 a { background-image: url("../images/gallery/thumbs/students/thumb-off-student6.jpg"); }
dt#student6 a:hover { background-image: url("../images/gallery/thumbs/students/thumb-on-student6.jpg"); }

dt#student7 { background-image: url("../images/gallery/thumbs/students/thumb-on-student7.jpg"); }
dt#student7 a { background-image: url("../images/gallery/thumbs/students/thumb-off-student7.jpg"); }
dt#student7 a:hover { background-image: url("../images/gallery/thumbs/students/thumb-on-student7.jpg"); }

dt#student8 { background-image: url("../images/gallery/thumbs/students/thumb-on-student8.jpg"); }
dt#student8 a { background-image: url("../images/gallery/thumbs/students/thumb-off-student8.jpg"); }
dt#student8 a:hover { background-image: url("../images/gallery/thumbs/students/thumb-on-student8.jpg"); }

dt#student9 { background-image: url("../images/gallery/thumbs/students/thumb-on-student9.jpg"); }
dt#student9 a { background-image: url("../images/gallery/thumbs/students/thumb-off-student9.jpg"); }
dt#student9 a:hover { background-image: url("../images/gallery/thumbs/students/thumb-on-student9.jpg"); }

dt#student10 { background-image: url("../images/gallery/thumbs/students/thumb-on-student10.jpg"); }
dt#student10 a { background-image: url("../images/gallery/thumbs/students/thumb-off-student10.jpg"); }
dt#student10 a:hover { background-image: url("../images/gallery/thumbs/students/thumb-on-student10.jpg"); }

dt#student11 { background-image: url("../images/gallery/thumbs/students/thumb-on-student11.jpg"); }
dt#student11 a { background-image: url("../images/gallery/thumbs/students/thumb-off-student11.jpg"); }
dt#student11 a:hover { background-image: url("../images/gallery/thumbs/students/thumb-on-student11.jpg"); }

dt#student12 { background-image: url("../images/gallery/thumbs/students/thumb-on-student12.jpg"); }
dt#student12 a { background-image: url("../images/gallery/thumbs/students/thumb-off-student12.jpg"); }
dt#student12 a:hover { background-image: url("../images/gallery/thumbs/students/thumb-on-student12.jpg"); }

dt#student13 { background-image: url("../images/gallery/thumbs/students/thumb-on-student13.jpg"); }
dt#student13 a { background-image: url("../images/gallery/thumbs/students/thumb-off-student13.jpg"); }
dt#student13 a:hover { background-image: url("../images/gallery/thumbs/students/thumb-on-student13.jpg"); }

dt#student14 { background-image: url("../images/gallery/thumbs/students/thumb-on-student14.jpg"); }
dt#student14 a { background-image: url("../images/gallery/thumbs/students/thumb-off-student14.jpg"); }
dt#student14 a:hover { background-image: url("../images/gallery/thumbs/students/thumb-on-student14.jpg"); }

dt#student15 { background-image: url("../images/gallery/thumbs/students/thumb-on-student15.jpg"); }
dt#student15 a { background-image: url("../images/gallery/thumbs/students/thumb-off-student15.jpg"); }
dt#student15 a:hover { background-image: url("../images/gallery/thumbs/students/thumb-on-student15.jpg"); }

dt#student16 { background-image: url("../images/gallery/thumbs/students/thumb-on-student16.jpg"); }
dt#student16 a { background-image: url("../images/gallery/thumbs/students/thumb-off-student16.jpg"); }
dt#student16 a:hover { background-image: url("../images/gallery/thumbs/students/thumb-on-student16.jpg"); }

dt#student17 { background-image: url("../images/gallery/thumbs/students/thumb-on-student17.jpg"); }
dt#student17 a { background-image: url("../images/gallery/thumbs/students/thumb-off-student17.jpg"); }
dt#student17 a:hover { background-image: url("../images/gallery/thumbs/students/thumb-on-student17.jpg"); }

dt#student18 { background-image: url("../images/gallery/thumbs/students/thumb-on-student18.jpg"); }
dt#student18 a { background-image: url("../images/gallery/thumbs/students/thumb-off-student18.jpg"); }
dt#student18 a:hover { background-image: url("../images/gallery/thumbs/students/thumb-on-student18.jpg"); }

dt#student19 { background-image: url("../images/gallery/thumbs/students/thumb-on-student19.jpg"); }
dt#student19 a { background-image: url("../images/gallery/thumbs/students/thumb-off-student19.jpg"); }
dt#student19 a:hover { background-image: url("../images/gallery/thumbs/students/thumb-on-student19.jpg"); }

dt#student20 { background-image: url("../images/gallery/thumbs/students/thumb-on-student20.jpg"); }
dt#student20 a { background-image: url("../images/gallery/thumbs/students/thumb-off-student20.jpg"); }
dt#student20 a:hover { background-image: url("../images/gallery/thumbs/students/thumb-on-student20.jpg"); }

dt#student21 { background-image: url("../images/gallery/thumbs/students/thumb-on-student21.jpg"); }
dt#student21 a { background-image: url("../images/gallery/thumbs/students/thumb-off-student21.jpg"); }
dt#student21 a:hover { background-image: url("../images/gallery/thumbs/students/thumb-on-student21.jpg"); }

dt#student22 { background-image: url("../images/gallery/thumbs/students/thumb-on-student22.jpg"); }
dt#student22 a { background-image: url("../images/gallery/thumbs/students/thumb-off-student22.jpg"); }
dt#student22 a:hover { background-image: url("../images/gallery/thumbs/students/thumb-on-student22.jpg"); }

dt#david { background-image: url("../images/gallery/thumbs/students/thumb-on-david.jpg"); }
dt#david a { background-image: url("../images/gallery/thumbs/students/thumb-off-david.jpg"); }
dt#david a:hover { background-image: url("../images/gallery/thumbs/students/thumb-on-david.jpg"); }

dt#student24 { background-image: url("../images/gallery/thumbs/students/thumb-on-student24.jpg"); }
dt#student24 a { background-image: url("../images/gallery/thumbs/students/thumb-off-student24.jpg"); }
dt#student24 a:hover { background-image: url("../images/gallery/thumbs/students/thumb-on-student24.jpg"); }

dt#student25 { background-image: url("../images/gallery/thumbs/students/thumb-on-student25.jpg"); }
dt#student25 a { background-image: url("../images/gallery/thumbs/students/thumb-off-student25.jpg"); }
dt#student25 a:hover { background-image: url("../images/gallery/thumbs/students/thumb-on-student25.jpg"); }

dt#student26 { background-image: url("../images/gallery/thumbs/students/thumb-on-student26.jpg"); }
dt#student26 a { background-image: url("../images/gallery/thumbs/students/thumb-off-student26.jpg"); }
dt#student26 a:hover { background-image: url("../images/gallery/thumbs/students/thumb-on-student26.jpg"); }

dt#student27 { background-image: url("../images/gallery/thumbs/students/thumb-on-student27.jpg"); }
dt#student27 a { background-image: url("../images/gallery/thumbs/students/thumb-off-student27.jpg"); }
dt#student27 a:hover { background-image: url("../images/gallery/thumbs/students/thumb-on-student27.jpg"); }

dt#student28 { background-image: url("../images/gallery/thumbs/students/thumb-on-student28.jpg"); }
dt#student28 a { background-image: url("../images/gallery/thumbs/students/thumb-off-student28.jpg"); }
dt#student28 a:hover { background-image: url("../images/gallery/thumbs/students/thumb-on-student28.jpg"); }

dt#student29 { background-image: url("../images/gallery/thumbs/students/thumb-on-student29.jpg"); }
dt#student29 a { background-image: url("../images/gallery/thumbs/students/thumb-off-student29.jpg"); }
dt#student29 a:hover { background-image: url("../images/gallery/thumbs/students/thumb-on-student29.jpg"); }

dt#student30 { background-image: url("../images/gallery/thumbs/students/thumb-on-student30.jpg"); }
dt#student30 a { background-image: url("../images/gallery/thumbs/students/thumb-off-student30.jpg"); }
dt#student30 a:hover { background-image: url("../images/gallery/thumbs/students/thumb-on-student30.jpg"); }


/* --------------------------------------- [ Footer ] */

div#footer {
   clear: left;
   margin-top: 10px;
   background: url("../images/bg-footer.png") no-repeat;
}
div#footer p {
   margin: 0;
   padding-top: 10px;
   font-size: 9px;
   line-height: 14px;
}
