/* reset all css values */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}




/* Riff Play css begins below */
html, body {
    height: 100%;
}
body {
    background: #000;
    background-image: url(/static/images/headers/repeat.jpg); 
    background-repeat: repeat-x;
    color: #ccc;
    font-family: verdana, arial, helvetica, sans-serif;
    text-align: center; /*hack for ie*/
    font-size: 11pt;
}

a:link {
    color: #99aadd;
    text-decoration: none;
}
a:visited {
    color: #aa77aa;
    text-decoration: none;
}
a:hover {
    color: #aadd99;
    text-decoration: underline;
}
a img {
    border-width: 0;
}
strong {
    font-weight: bold;
}

input {
    background-color: #eee;
    font-weight: bold;
    font-size: 0.7em;
    color: #000;
    margin: 0.2em;
}

#wrap {
    text-align: left;
    margin:0 auto;
    width: 800px;
    position: relative;
    min-height: 100%;
}
#header {
    position: absolute;
    top: 0;
    left: 0;
}
#logged-status {
    position: absolute;
    top: 10px;
    right: 0;
}
#cart-preview {
    position: absolute;
    top: 87px;
    right: 0;
    color: #000;
}
#cart-preview p {
    margin: 0.5em;
    font-size: 0.75em;
}
#cart-preview .cart1 {
    text-align: center;
}
#cart-preview .cart5 a {
    color: #ff0000;
    margin-left: 1em;
}
.cart0 {line-height:0px;width:0px;height:0px;border-style:solid;float:left;border-width:20px;border-color:#ccc #ccc #000 #000;}
.cart1 {width:150px;float:left;background:#ccc;height:40px;}
.cart2 {line-height:0px;width:0px;height:0px;border-style:solid;float:left;border-width:20px;border-color:#000 #000 #ccc #ccc;}
.cart3 {float: left; width: 40px; height: 20px;clear:left;}
.cart4 {line-height:0px;width:0px;height:0px;border-style:solid;float:left;border-width:10px;border-color:#333 #333 #000 #000}
.cart5 {width:170px;float:left;background:#333;height:20px;}
.cart6 {line-height:0px;width:0px;height:0px;border-style:solid;float:left;border-width:10px;border-color:#000 #000 #333 #333;}
.cartempty {float: left; width: 250px; height: 20px;clear:left;}

#game_embed {
    width: 800px;
    height: 600px;
    background-image: url(/static/images/game-border.jpg);
}
#embedded_game {
    margin: 50px;
}
#player {
    position: absolute;
    top: 0;
    left: 0;
}
#navigation {
    position: absolute;
    top: 65px;
    left: 200px;
}
#navigation li {
    color: #fff;
    display: inline;
    margin-right: 1em;
}
#navigation a:link, #navigation a:visited {
    color: #fff;
    text-decoration: none;
}
#navigation a:hover {
    color: #aadd99;
}
#navigation li#active a {
    color: #ff0000;
}
#title {
    position: absolute;
    top: 175px;
    left: 70px;
}
#title h1 {
    font-size: 1.5em;
    font-weight: bolder;
}
#main {
    margin: 1.12em 0;
    width: 100%;
    position: absolute;
    top: 200px;
    left: 0;
}
#main h2 {
    margin: 1.12em 0;
    font-size: 1.2em;
    font-weight: bold;
}
#main p, li {
    margin: 1.12em 0;
    line-height: 1.5em;
}
#main ul {
    list-style-type: inherit;
    list-style-image: inherit;
    list-style-position: inside;
}
#main ol {
    list-style-type: decimal;
    list-style-position: inside;
}
#main ol ol {
    list-style-type: lower-alpha;
}
#main li {
    margin: 5px;
}
#main th {
    border: 2px solid #ccc;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}
#main td {
    border: 1px solid #ccc;
    padding: 3px;
}
#footer {
    width: 100%;
    text-align: center;
    font-size: 0.75em;
    margin: 1em;
}

.error, .notice {
    font-weight: bold;
    margin: 1em;
    color: #ff0000;
}
