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

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

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

#footer
{
    background: #333;
}

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

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

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

:focus
{
    outline: 0;
}

a:link, a:visited
{
    text-decoration: none;
    color: #333;
}

a:hover
{
    text-decoration: none;
    color: #222;
}

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: #222; }

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
{

    font: normal 11px 'Diavlo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 100;
    text-align: center;
    margin: 0px;
    padding: 0px;
    overflow: auto;
}

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

h2.band
{
 	background: #333; 
    color: #c3a076;
}
