
/********************************
 CSS rules to graphic part of the site
*********************************/

/***********
IDS
************/

#outerwrap-01
{
    background: #242947 url(/images/layout/body-graphic.jpg) repeat top center;
    margin: -50px auto 0px auto;
}

#footer
{
    background: #242947;
}

/***********
Screenshots
************/

.screenshot img
{
    border: 1px solid #434d84;
    display: inline;
}

/****************
Element Defaults
(Keep minimal, prefer
classes and IDs instead)
*******************/

a:link, a:visited
{
    color: #242947;
}

a:hover
{
    color: #434d84;
}

a.twitter   { color: #269168; }
a.flickr    { color: #0063dc; }
.r          { color: #ff0099; }
a.facebook  { color: #3b5998; }
a.linkedin  { color: #499bbf; }
a.book      { color: #0000ff; }
.mark       { color: white; }
a.sicamp    { color: #00adef; }
a.ymedia    { color: #ffcc00; }
a.tumblr    { color: #354f68; }

span.inspired a { color: #434d84; }

a:hover.fubiz           { color: #d22d4f; }
a:hover.smashing        { color: #eb4c07; }
a:hover.alistapart  { color: #dbd5b7; }
a:hover.ffffound     { color: #0000ff; }
a:hover.designsponge    { color: #bba991; }
a:hover.design21        { color: #009ddc; }
a:hover.bigthink        { color: #d31e16; }
a:hover.TED         { color: #ff2b06; }

body
{
    background: #242947;
    color: #242947;
}

h2.band
{
 	background: #242947; 
    color: white;
}