
/********************************
 CSS rules common to entire site
*********************************/

/***************
 Common Classes
****************/
.block
{
    display: block;
}

.rollover
{
    display: block;
    float: left;
    display: inline;
}

.rollover:hover
{
    visibility: visible;
}

.rollover img
{
    width: 100%;
    height: 100%;
    border: 0;
}

.rollover:hover img
{
    visibility: hidden;
}

.intro
{
    font-size: 40px;
    min-width: 550px;
    text-align: center;
}

/***********
 Common IDS
************/

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

#wrap
{
    margin: 0px auto 0px auto;
    padding: 100px 0px 100px 0px;
    text-align: center;
    width: 750px;
}

#navigation
{
    position:fixed;
    top:0;
    left:0;
    text-align: center;
    background: black;
    opacity:0.5; filter:alpha(opacity=50);
    border-bottom: 1px solid #333;
    height: 35px;
    padding: 15px 15px 0px 15px;
    margin: 0px;
    min-width: 750px;
    width:100%;
}

#navigation li
{
    display: inline;
    font: normal 14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 100;
    letter-spacing: .5em;
    text-transform: uppercase;
    margin: 0px 10px;
}

#navigation li a:link,
#navigation li a:visited
{
    color: #666;
}

#navigation li a:hover
{
    color: #fff;
    text-decoration: none;
    opacity:1.0; filter:alpha(opacity=100);    
}

#header
{

}

#logo
{

}

#page
{
	margin-top: 70px;
}

#footer
{
    background: black;
    color: #ccc;
    width:100%;
    height: 35px;
    padding: 10px 0px 0px 0px;
    margin: 0px;
}

#footer a:link,
#footer a:visited
{
    color: #ccc;
}

#footer a:hover
{
    color: #fff;
}

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

.screenshot,
.blurb
{
	width: 550px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
    margin-bottom: 125px;	
}

.blurb p
{
	font-size: 14px;
	line-height: 1.4em;
}

.date
{
	font: Italic 12px Georgia, 'Times New Roman', serif;
}


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

:focus
{
    outline: 0;
}

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

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

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: #fff; }*/

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

body
{
	background: black;
    font: normal 11px 'Diavlo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #ccc;
    font-weight: 100;
    text-align: center;
    margin: 0px;
    padding: 0px;
    overflow: auto;
}

/*
Diavlo (light/book/medium/bold/black)
http://www.josbuivenga.demon.nl/diavlo.html


@font-face {
    font-family: 'Diavlo';
    src: local ('Helvetica Neue'),local ('Helvetica Neue'), url('/fonts/Diavlo_BOLD_II_37.otf') format("opentype");
    font-weight: bold;
    font-style: normal;
}
*/

h1, h2, h3, h4, h5, h6
{
    margin: 0px;
}

h1
{
    font: bold 110px 'Diavlo Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-bottom: 125px;
    display: block;
    line-height: 1.1em;
    text-transform: uppercase;
}

h2
{
    font: 100 40px 'Diavlo Medium', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    min-width: 550px;
    text-align: center;
    line-height: 1.2em;
}

.band
{
 	background: #ccc; 
    font: 200 40px 'Diavlo Medium', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: black;
    padding-top: 5px;
    width: 552px;
    margin: 0px auto 20px auto;
    text-align: center;
    line-height: 1.2em;
}

h3
{
    font: 100 40px 'Diavlo Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    min-width: 550px;
    text-align: center;
    line-height: 1.1em;
}

img
{
    border: none;
    display: inline;
}

table
{
    border-collapse: collapse;
    border-spacing: 0px;
}

td
{
    vertical-align: top;
}

P
{
	width: 550px;
}

strong
{
	font-weight: bold;
}


.browser
{
	background: url(/images/layout/browser-bgd.jpg ) no-repeat;
	padding-top: 23px;
}
