/* -----------------------------------------------------------------------
Project Name: 
Filename: screen.css
Author: 
----------------------------------------------------------------------- */
@import url("reset.css");
/* -------------------- General Selectors ----------------------------- */
html { font-size:100.01%; }
body { color:#FFF; background:#050205 url(../images/bg.jpg) no-repeat fixed left top; font: 0.75em/1.25em "Lucida Sans Unicode", "Lucida Grande", sans-serif; }
p { font-family: Verdana, Arial, Helvetica, sans-serif; padding: 0px; margin-top: 0; margin-right: 0; margin-bottom: 1.5em; margin-left: 0; }
a { color:#0dd6cc; text-decoration:underline; }
a:focus, a:hover { text-decoration: none; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1 { font-size: 1.5em; line-height: 1; margin-bottom: 0.5em; color: #0dd6cc; }
h2 { font-size: 1.3em; margin-bottom: 0.75em; color: #0dd6cc; }
h3 { font-size: 1.2em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }
ul, ol { margin-bottom: 1.5em; margin-left: 1.5em; }
ol { list-style: decimal inside; }
ul ul, ul ol, ol ol, ol ul { margin-top: .5em; margin-bottom: .5em; margin-left: 1.5em; }
blockquote { margin:1.5em; color:#666; font-style:italic; }
.clear { clear: both; }

.image {display:none;}

.shop-product-small {padding: 10px; color:#fff;}
/* -------- Home -------- */

#splash { height: 683px; width: 800px; margin-right: auto; margin-left: auto; background: url(../images/splash.jpg) no-repeat; position: relative; }
#button { position: absolute; left: 319px; top: 436px; }
body#home { background: #000 url(none); }
#wrapper { margin-right: auto; margin-left: auto; width: 960px; }
#header { margin-bottom: 25px; }
#wrapper { float: left; height: 400px; width: 550px; display: inline; margin-left: 200px; }
#main { }
#sidebar { }
#content { border: 1px solid #0dd6cc; padding: 40px 40px 120px; background: url(../images/content-bg.png) no-repeat center bottom; position: relative; }
#buy { position: absolute; top: 20px; right: -13px; }
#footer { margin: 15px 0 15px 0; }
#nav { height: 56px; padding-left: 40px; }
#nav ul { display: inline; }
#nav ul li { display: inline; line-height: 56px; font-weight: bold; font-size: 1em; margin-right: 40px; }
#nav ul li a:link, #nav ul li a:visited { color: #FFF; text-decoration: none; }
#nav ul li a:hover, #nav ul li.selected a { color: #0dd6cc; text-decoration: none; }
#footer ul { }
#footer ul li { }
#footer ul li a:link { }
#footer ul li a:visited { }
#footer ul li a:hover { }
#footer ul li a:active { }
#footer p { }
