/**
 * Content styling.
 */
H1, H2, H3, H4 {color:#192451;}
A {color:#922424;}

/**
 * Logo & navigation.
 */
#breadcrumbs A {color:#666; font-size:12px;}
#breadcrumbs A:hover {color:#922424;}
#navigation .navigation {font-size:14px;}
#navigation .navigation A {color:#4d4d4d;}
#navigation .navigation A.current {color:#922424;}
#promo-1 {border-width:1px 0; border-style:solid; border-color:#d2d2d2; padding:15px 0; font-size:12px;}
#promo-2 {display:none;}
.promo H1, .promo H2, .promo H3, .promo H4 {color:#666;}

/**
 * Footer.
 */
#ft {font-weight:bold;}
#ft A {color:#666;}

/**
 * Home page, replacing text content with an image.
 */
#home {height:763px; overflow:hidden; position:relative; background:url('/static/site/graphics/microsite-2010/anish-kapoor/home.jpg') no-repeat 0 0;}
#home * {position:absolute; left:-9999em;}
#about {min-height:612px; _height:612px; background:url('/static/site/graphics/microsite-2010/anish-kapoor/about.jpg') no-repeat 0 138px;}

/**
 * Article and content pages.
 */
.article {min-height:750px; _height:750px; background:url('/static/site/graphics/microsite-2010/anish-kapoor/background.jpg') no-repeat 0 0; color:#231f20;}
.article .article-inner {padding:138px 207px 0 0;}
.useful-tools A {color:#8a8a8a;}
.promo .read-more {text-align:right;}
.read-more A {padding-left:15px; background:url('/static/site/graphics/microsite-2010/anish-kapoor/read-more.png') no-repeat 0 2px;}

