html { overflow:hidden }

body,
body * {
  margin:0;
  padding:0;
  font-weight:normal;
}

body {
  font-family: "Courier New", Courier, monospace;
  margin:18px 0 0 18px;
  font-size:11px;
  background-color:#bcbcbc;
  color:#000000;
  overflow:hidden;
}

a {
  text-decoration:none;
  color:#0000ff;
}

img { display:block; border:none; }

h1  { margin-bottom:3px }
h3, h4 { font-size:1em }
h3 { color:#7c7c7c }
h4 { color:#ff0000 }








/* LAYOUT */

#all {
  width:324px;
  height:492px;
  background-color:#ffffff;
  padding:7px 0 0 7px;
  position:relative;
}

#content {
  position:absolute;
  bottom:7px;
  left:7px;
  width:324px;
  height:416px;
  overflow:auto;
}

#background {
  position:absolute;
  top:0;
  left:0;
  overflow-y:scroll;
  overflow-x:hidden;
}

#text {
  width:292px;
}








/* NAVIGATION */

.navigation { list-style:none }
.navigation li { float:left }
.navigation li:before       { content:'/' }
.navigation li.first:before { content:''  }

#navigation a,
#navigation li {
  color:#ff00ff;
}

#archive_navigation a,
#archive_navigation li {
  color:#000000;
}









/* NEWS ITEMS & POSTERS */

.item { width:276px }

.item:before {
  content:'/';
  white-space: pre;
}









/* POSTERS */

.poster h3 {
  color:#7c7c7c;
}

.buy_it_now a {
 color:#ff0000;
 text-transform:uppercase;
}

p.price:before,
p.poster_image:before {
  content:'/\A';
  white-space: pre;
}

p.buy_it_now:after {
  content:'\A/\A/';
  white-space: pre;
}

.poster.last p.buy_it_now:after {
  content:'';
}

.poster_image a {
  outline:none;
}






/* ARCHIVE */

#archive_text { margin-bottom:1em }








/* LOGIN */

.errorExplanation ul {
  color:#ff0000;
  margin-bottom:1em;
}

fieldset {
  border:none;
}

label {
  display:block;
}

#user_session_submit {
  margin-top:1em;
}

input {
  margin-bottom:1em;
}








/* CLEARFIX */

.form_list:after,
.navigation:after,
.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.form_list,
.navigation,
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.form_list,
.navigation,
.clearfix {display:block;}
/* End hide from IE Mac */