/*   
Theme Name: Skeleton
Theme URI: http://www.sixcrayons.com
Description: Skeleton - The bare bones.
Author: Steve Whiteley (Fubra Limited)
Author URI: http://fubra.com
Version: 1.0
Tags: place, tags, here
.
Additional comments here
.
*/



body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form,
fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}

body {
    font: normal 15px/1.5 Georgia, 'Times New Roman', Times, serif;
    background: rgb(0,0,0) url('/images/backgrounds/body.jpg') top center no-repeat;
    color: rgba(255,255,255, 0.6);
}

h1 { 
    font-family: 'Josefin Sans Std Light', arial, serif; 
    font-size: 50px;
    color: rgb(255,255,255);
    letter-spacing: -0.03em;
}

h2 { 
    font-family: 'Josefin Sans Std Light', arial, serif; 
    font-size: 50px;
    color: rgb(255,255,255);
    letter-spacing: -0.03em;
}

h3 { 
    font-family: 'Josefin Sans Std Light', arial, serif; 
    font-size: 40px;
    color: rgb(255,255,255);
    letter-spacing: -0.03em;
}

a {
    color: rgba(255,255,255, 0.8);
    text-decoration: none;
}

ul {
    list-style: none;
}

.plates {
    z-index: 1;
    position: absolute;
    top: 0;
    width: 960px;
    height: 960px;
}

#content {
    z-index: 100;
    margin-bottom: 50px;
}

#content p {
    margin-bottom: 2em;
}

#plate1 {
    left: 50%;
    margin-left: -480px;
    background: transparent url("./images/backgrounds/plate1.png") top left no-repeat;
}

#plate2 {
    right: 0%;
    background: transparent url("./images/backgrounds/plate2.png") top left no-repeat;
}

#plate3 {
    left: 0%;
    background: transparent url("./images/backgrounds/plate3.png") top left no-repeat;
}
#header div.navigation {
    margin: 10px 0;
    float: right;
}
#header div.navigation a {
    opacity: 0.5;
}
#header div.navigation a:hover {
    opacity: 1;
}
#footer div.navigation {
    float: left;
}
#footer div.navigation a {
    opacity: 0.5;
}
#footer div.navigation a:hover {
    opacity: 1.0;
}
div.navigation ul li {
    float: left;
}
div.navigation ul li a {
}
#header div.navigation ul li {
    margin-left: 1em;
}
#footer div.navigation ul li {
    margin-right: 1em;
}

div.navigation ul ul {
    display: none;
}
#header h1 {
    width: 450px;
    float: left;
    clear: both;
}
#header h2 {
    width: 450px;
    float: right;    
    clear: right;
    text-align:right;    
}

#sidebar .widget {
    border: 1px solid rgba(255,255,255,0.2);
    margin-bottom: 10px;
    padding: 10px;
}
#sidebar .widget h3 {
    font-size: 30px;
}
#sidebar .widget ul ul {
    display: none;
}
#heroes {
    float: left;
    height: 160px;
    margin-bottom: 10px;
    width: 970px;
    padding-left: 10px;
}
#heroes li { 
    width: 281px;
    margin-right: 46px;
    float: left;
    border: 1px solid rgba(255,255,255,0.2);
    height: 160px;
}
#heroes li#hero_1 { 
    background: transparent url("/images/heroes/hero_1.jpg") center center no-repeat; 
}                   
    
#heroes li#hero_2 { 
    background: transparent url("/images/heroes/hero_2.jpg") center center no-repeat; 
}                   
    
#heroes li#hero_3 { 
    margin-right: 0;
    background: transparent url("/images/heroes/hero_3.jpg") center center no-repeat; 
}
#footer {
    margin-top: 25px;
    padding-top: 25px;
    padding: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    clear: both;
}
#footer li {
    margin-right: 1em;
    float: left;
}