@charset "UTF-8";
/* Force Effect Screen Stylesheet

      I. Global
     II. Layout
    III. Specific Typography
     IV. Navigation
      V. Lists



/* I. Global ========================================*/

* {
   margin: 0;
   padding: 0;
}

body {
   background-image:url(/images/bg.jpg);
   background-repeat:no-repeat;
   background-color: #363636;
   font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
   text-align: center;
   margin-top: 29px;
   margin-left: 0px;
   height: 100%;
}

a img {
   border: 0 none;
}



/* II. Layout ========================================*/

#wrap {
   width:1000px;
   height: 100%;
   float:left;
   text-align: left;
   position: relative;
   padding:0px;
   margin:0px;
}

#glyph {
   float:left;
   width:161px;
   height:158px;
   margin-left: 21px;
}

#header {
   width:1000px;
   height:245px;
}

#nav {
   float:left;
   width:120px;
   margin-left:14px;
   border:1px solid #00000;
}

#content {
   background-image:url(/images/bg-content.png);
   float:right;
   width:945px;
   height:100%;
   padding-top:25px;
   padding-left:30px;
   padding-right:25px;
   padding-bottom:100px;
}

#cover {
   float:right;
   width:500px;
}

#heading {
   margin-top:50px;
   margin-left:-30px;
   margin-bottom:25px;
   width:465px;
   float:left;
}

#info {
   width:425px;
}

#body {
   width:650px;
   margin-left:300px;
}

#feed {
   float:right;
   width:650px;
}


/* III. Specific Typography ========================================*/

p {
   font-size: 14px;
   color:#8800d2;
}

h1 {
   font-size: 24px;
   font-weight: 300;
   margin-bottom: 9px;
   margin-top: 0;
   color:#cccccc;
}

h2 {
   font-size: 20px;
   font-weight: normal;
   margin-bottom: 9px;
   margin-top: 0;
   color: #666;
   line-height: 18px;
}

h3 {
   font-size: 18px;
   font-weight: normal;
   margin-bottom: 9px;
   margin-top: 0;
   color: #666;
}

.small {
   font-size: 12px;
   margin-bottom: 18px;
}

.nav {
   margin-right: 20px;
   margin-bottom: 18px;
}


/* IV. Navigation ========================================*/

a {
   color: #008ff9;
}


/* V. Lists ========================================*/

ul {
   margin-left: 30px;
   margin-bottom: 18px;
   color:#8800d2;
}

li {
   color:#8800d2;
   margin-bottom: 5px;
}

ol {
   margin-left: 30px;
   margin-bottom: 18px;
   color:#8800d2;
}
