body {
  text-align: center;
  background: #2f2638 url(../_img/_bg/middle.gif) repeat 0 0;
  color: #ffffe6;
  font-family: Arial, sans-serif;
}

#wrapper1 {
  /*CENTRING, SLIDING FAUX COLUMNS ON LEFT COL*/
  margin: 0 auto;
  width: 100%;
  text-align: left;
  max-width: 1280px;
  background: url(../_img/_bg/left2.gif) repeat-y 20% 0;
}

#wrapper2 {
  /*SLIDING FAUX COLUMNS ON RIGHT COL*/
  background: url(../_img/_bg/right2.gif) repeat-y 80% 0;
  width: 100%;
  position: relative;
}

#header {
  background: url(../_img/_bg/top.gif) repeat-x 0 0;
  width: 100%;
  min-height: 75px;
}

#header h1 {
  width: 288px;
  height: 34px;
  position: relative;
  left: 20%; /*LIQUID POSITION*/
  margin-left: 83px; /*OFFSET FOR MAP LOGO*/
  top: 32px;
}

#header h1 span {
  background: url(../_img/_bg/logo.gif) no-repeat 0 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

#menu {
  float: left;
/*  background-color: orange;*/
  width: 20%;
}

#main {
  float: left;
  width: 60%;
  padding-bottom: 90px;
}

#feature {
  position: relative;
  width: 100%;
}

#featuretext {
  background-color: #000;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  filter: alpha(opacity = 40);
  -moz-opacity:.40;
  opacity:.40;
}

#featuretext h2 {
  opacity:1 !important;
  background-color: lime;
}

#extra {
  float: left;
  width: 20%;
  padding-top: 75px;
}

#snapshots {
  position: absolute;
  top:5px;
  right:2%;
  z-index:2000;
}

#latestreviewwrapper {
  width: 140px;
  text-align: center;
  margin: 0 auto;
/*  background: url(../_img/_bg/latestreview-top.jpg) no-repeat 0 0;*/
  min-height: 90px;
 /* padding-bottom: 90px;*/
}

#latestreview {
  width: 140px;
  background: url(../_img/_bg/latestreview-bottom.jpg) no-repeat 0 100%;
  min-height: 186px;
}

#latestreviewinner {
  background: url(../_img/_bg/latestreview-top.jpg) no-repeat 0 0 !important;
  min-height: 90px;
  padding-top: 50px;
  padding-bottom: 16px;
}

#latestreviewinner p {
  font-family: Arial, sans-serif;
  font-size: 0.6em;
  color: #41412B;
  padding-left: 16px;
  padding-right: 16px;
  text-align: left;
  line-height: 110%;
}

#latestreviewinner p.reviewer {
  padding-bottom: 4px;
}

#latestreviewinner p.revright {
  text-align: right;
  padding-top: 6px;
}

#latestreviewinner a {
  font-weight: bold;
}

#latestreviewinner a:link {
  color: #4b4e92;
  text-decoration: none;
}

#latestreviewinner a:visited {
  color: #4b4e92;
  text-decoration: none;
}

#latestreviewinner a:hover {
  color: #ff0000;
  text-decoration: underline;
}

#latestreviewinner a:focus {
  color: #ff0000;
  text-decoration: underline;
}

#latestreviewinner a:active {
  color: #ff0000;
  text-decoration: underline;
}


#latestreview p#latestreviewfirstpara {
  background: url(../_img/_bg/latestreview-top.jpg) no-repeat 0 0 !important;
  min-height: 90px;
}

#youtubewrapper {
  width: 140px;
  border: 2px solid #1f1924;
  text-align: center;
  margin: 24px auto 0 auto;
  padding:0;
}

#youtubewrapper p.caption {
  background-color: #2f2638;
  color: #fff;
  font-size: 0.6em;
  padding-top: 2px;
  padding-bottom: 4px;
  font-weight: bold;
}

#youtubewrapper p.caption a {
  font-weight: bold;
}

#youtubewrapper p.caption a:link {
  color: #d6d089;
  text-decoration: none;
}

#youtubewrapper p.caption a:visited {
  color: #d6d089;
  text-decoration: none;
}

#youtubewrapper p.caption a:hover {
  color: #ff0000;
  text-decoration: underline;
}

#youtubewrapper p.caption a:focus {
  color: #ff0000;
  text-decoration: underline;
}

#youtubewrapper p.caption a:active {
  color: #ff0000;
  text-decoration: underline;
}

.rightpanel {
  width: 140px;
  border: 2px solid #1f1924;
  text-align: center;
  margin: 24px auto 0 auto;
  padding: 4px;
  background: #1f1924 url(../_img/_bg/rightpanel.jpg) repeat-x 0 0;
  font-size: 0.7em;
}

.rightpanel p {
  text-align: left;
  line-height: 120%;
}

.imgrightalign {
  float: right;
  margin-left: 4px;
}

p.vtright {
  text-align: right;
}

p.vtright a {
  font-weight: bold;
}

p.vtright a:link {
  color: #d6d089;
  text-decoration: none;
  font-weight: bold;
}

p.vtright a:visited {
  color: #d6d089;
  text-decoration: none;
}

p.vtright a:hover {
  color: #ff0000;
  text-decoration: underline;
}

p.vtright a:focus {
  color: #ff0000;
  text-decoration: underline;
}

p.vtright a:active {
  color: #ff0000;
  text-decoration: underline;
}

#footer {
  clear: both;
  width: 100%;
  height: 109px;
  background: #2f2638 url(../_img/_bg/bookrest-mid.gif) repeat-x 0 0;
  text-align: center;
  position: relative;
}

div#leftfooter {
  position: absolute;
  top:0;
  left:0;
  background: url(../_img/_bg/bookrest-left.gif) no-repeat 0 0;
  height: 109px;
  width: 122px;
}

div#rightfooter {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../_img/_bg/bookrest-right.gif) no-repeat 100% 0;
  height: 109px;
  width: 100%;
}

div#books {
  position: absolute;
  width: 100%;
  height: 170px;
  margin-top: -61px;
  left: 0;
}

div#books img {
  position: relative;
  margin-left: 0.75%;
  margin-right: 0.75%;
}

#map {
  position: absolute;
  left: 20%;
  margin-left: -256px;
  top: 28px;
  width: 333px;
  height: 223px;
  background: url(../_img/_bg/southwarkmap2.gif) no-repeat 0 0;
  z-index: 998;
}


#menu ul {
  position: relative;
  top: -30px;
  z-index: 999;
  width: 100%;
}

#menu ul li {
  padding-top: 1px;
  margin: 5px 16px 5px 0px;
  background: url(../_img/_bg/menu2-top.gif) no-repeat 100% 0;
  text-align: right;
  display: block;
}

#menu ul li a {
  font-family: Arial, sans-serif;
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: bold;
  padding: 6px 10px 8px 0;
  display: block;
  background: url(../_img/_bg/menu2-bottom.gif) no-repeat 100% 100%;
  text-decoration: none;
  color: #2433b9;
}

#menu ul li a:hover {
  background: url(../_img/_bg/menu2-o-bottom.gif) no-repeat 100% 100%;
}

#menu ul li#lhome {
  margin-right: 70px;
}

#menu ul li#lnews {
  margin-right: 70px;
}

#menu ul li#levents {
  margin-right: 70px;
}

#menu ul li#lshortlist2008 {
  margin-right: 50px;
}

#menu ul li#lreadreviews {
  margin-right: 50px;
}

#menu ul li#lhaveyoursay {
  margin-right: 50px;
}

#menu ul li#lactivities {
  margin-right: 50px;
}

#menu ul li.group {
  margin-top: 18px;
}

#menu ul li a.current {
  background: url(../_img/_bg/menu2-o-bottom.gif) no-repeat 100% 100%;
}

p.centred {
  width: 100%;
  text-align: center;
}

/*#mainsingleholder {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}*/

.shortlistbook {
  background-color: #f4f3dc;
  margin: 20px;
  color: #1f1924;
  padding-top: 15px;
  padding-bottom: 25px;
}

.shortlistbook p {
  padding: 2px 30px 2px 30px;
  line-height: 1.2em;
  font-size: 0.95em;
}

.shortlistbook h2 {
  padding: 5px 30px 5px 30px;
  line-height: 1.2em;
  font-size: 1em;
  font-weight: bold;
}

.shortlistcvr {
  border: 1px solid #ccc;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 30px;
  padding: 2px;
}

.shortlistcvrnomargin {
  border: 1px solid #ccc;
  padding: 2px;
}

.clearpara {
  clear:both;
}

#mainsingle {
/*  background: #f4f3dc url(../_img/_bg/dogear.gif) no-repeat 0 0;*/
  background-color: #f4f3dc;
  margin: 20px;
  color: #1f1924;
  padding-top: 15px;
  padding-bottom: 25px;
}

#mainsingle p {
  padding: 5px 30px 5px 30px;
  line-height: 1.2em;
  font-size: 0.95em;
}

#mainsingle h2 {
  padding: 5px 30px 5px 30px;
  line-height: 1.2em;
  font-size: 1em;
  font-weight: bold;
}

#mainsingle h2.space {
  padding-top: 15px;
}

#mainsingle ul {
  padding: 5px 30px 5px 55px;
  line-height: 1.2em;
  font-size: 0.95em;
}

#mainsingle ul li {
  list-style-type: square;
}

#mainsingle ul.detailedlist li {
  padding-top: 3px;
  padding-bottom: 3px;
}

#mainleft {
  float: left;
  width: 60%;
  background-color: #f4f3dc;
  margin: 20px 10px 20px 20px;
  color: #1f1924;
  padding-top: 10px; padding-bottom: 16px;
}

#mainright {
  float: left;
  width: 27%;
  background-color: #d2d1bf;
  margin: 20px 20px 20px 10px;
  color: #1f1924;
  padding-top: 10px; padding-bottom: 16px;
}

#mainleft p {
  padding: 5px 20px 5px 20px;
  line-height: 1.2em;
  font-size: 0.95em;
}

#mainleft h2 {
  padding: 5px 20px 5px 20px;
  line-height: 1.2em;
  font-size: 1em;
  font-weight: bold;
}

#mainright p {
  padding: 5px 20px 5px 20px;
  line-height: 1.2em;
  font-size: 0.75em;
}

#mainright h2 {
  padding: 5px 20px 5px 20px;
  line-height: 1.2em;
  font-size: 1em;
  font-weight: bold;
}

#mainright ul {
  padding: 5px 20px 5px 30px;
  line-height: 1.2em;
  font-size: 0.75em;
}

#mainright ul li {
  list-style-type: square;
  padding-top: 2px;
  padding-bottom: 2px;
}


#pagehead {
  background: #0e0a11 url(../_img/_bg/pagehead.jpg) 0 0;
  background: #0e0a11 url(../_img/_bg/pageheader.jpg) repeat-x 0 100%;
  min-height: 96px;
}

#pagehead h2 {
  line-height: 1.2em;
  font-size: 1.5em;
  font-weight: bold;
  padding: 8px 16px 16px 87px;
}

p#breadcrumbs {
  padding: 16px 16px 10px 87px;
  font-size: 0.7em;
  color: #878589;
}

p#breadcrumbs a:link, p#breadcrumbs a:visited {
  color: #878589;
  text-decoration: none;
}

p#breadcrumbs a:hover, p#breadcrumbs a:focus, p#breadcrumbs a:active {
  color: #fff;
  text-decoration: underline;
}

#games {
  background-color: #fff;
}

#games a {
  font-size: 0.7em;
  font-weight: bold;
}

#games a:link {
  color: #4b4e92;
  text-decoration: none;
}

#games a:visited {
  color: #4b4e92;
  text-decoration: none;
}

#games a:hover {
  color: #ff0000;
  text-decoration: underline;
}

#games a:focus {
  color: #ff0000;
  text-decoration: underline;
}

#games a:active {
  color: #ff0000;
  text-decoration: underline;
}

#mainsingle.booksort p.book {
  margin:0;
  padding: 1% 6%;
  font-size: 0.7em;
  min-height: 210px;
  width: 96px;
  float: left;
  text-align: center;
}

#mainsingle.booksort p.book a {
  font-weight: bold;
  text-decoration: none;
}

#mainsingle.booksort p.book a:link, #mainsingle.booksort p.book a:visited {
  color: #4b4e92;
}

#mainsingle.booksort p.book a:hover, #mainsingle.booksort p.book a:focus, #mainsingle.booksort p.book a:active {
  color: #ff0000;
}

#mainsingle.booksort p.book a:hover img, #mainsingle.booksort p.book a:focus img, #mainsingle.booksort p.book a:active img {
  border: 1px solid #ff0000;
}

#booklist {
  margin: 10px auto;
  width: 100%;
  padding: 10px 30px;
}

#main a {
  font-weight: bold;
}

#main a:link {
  color: #4b4e92;
  text-decoration: none;
}

#main a:visited {
  color: #4b4e92;
  text-decoration: none;
}

#main a:hover {
  color: #ff0000;
  text-decoration: underline;
}

#main a:focus {
  color: #ff0000;
  text-decoration: underline;
}

#main a:active {
  color: #ff0000;
  text-decoration: underline;
}

.reviewdate {
  color: #787878;
  font-size: 0.7em;
}

.padleft {
  padding-left: 8px;
}

input.textboxsmall {
  font-family: Arial, sans-serif;
  color: #4b4e92;
  font-weight: bold;
  font-size: 0.75em;
  width: 20%;
}

input.textbox {
  font-family: Arial, sans-serif;
  color: #4b4e92;
  font-weight: bold;
  font-size: 0.75em;
  width: 75%;
}

select.dropdown {
  font-family: Arial, sans-serif;
  color: #4b4e92;
  font-weight: bold;
  font-size: 0.75em;
}

#reviewform label {
  color: #666;
  font-weight: bold;
  font-size: 0.78em;
  margin-right: 4px;
}

#reviewform p {
 padding-bottom: 9px;
}

#reviewform select optgroup {
  font-style: normal;
  font-weight: bold;
  background-color: #ccc;
}

#reviewform select option {
  background-color: #fff;
}

#reviewform textarea {
  padding: 6px;
  width: 97%;
  height: 200px;
  font-family: Arial, sans-serif;
  color: #4b4e92;
  font-weight: bold;
  font-size: 0.75em;
  line-height: 130%;
  border: 1px solid #969696;
}

#reviewform input.btn {
  width: 85px;
}

.smaller {
  font-size: 0.8em !important;
}



textarea.ta1 {
  background: #fff url(../_img/_bg/txt_badspy.gif) no-repeat 100% 100%;
}

textarea.ta2 {
  background: #fff url(../_img/_bg/txt_leroy.gif) no-repeat 100% 100%;
}

textarea.ta3 {
  background: #fff url(../_img/_bg/txt_londoneye.jpg) no-repeat 100% 100%;
}

textarea.ta4 {
  background: #fff url(../_img/_bg/txt_robe.gif) no-repeat 100% 100%;
}

textarea.ta5 {
  background: #fff url(../_img/_bg/txt_finn.jpg) no-repeat 100% 100%;
}

textarea.ta6 {
  background: #fff url(../_img/_bg/txt_toonhead.gif) no-repeat 100% 100%;
}

p.msg {
  background-color: #ffff66;
  font-weight: bold;
  padding: 10px;
  border: 2px dashed #ff0000;
  margin-bottom: 16px;
  margin-right: 30px;
  margin-left: 30px;
}

.fade {
  font-size: 0.7em;
  color: #666;
}

.fade a:link, .fade a:visited {
  text-decoration: none;
  color: #666;
}

.fade a:hover, .fade a:focus, .fade a:active {
  text-decoration: underline;
  color: #fff;
}

.weblink {
  clear: both;
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
  min-height: 150px;
  margin-left: 30px;
}

.weblink img {
  float: left;
  margin-right: 20px;
  width: 180px;
}

.weblink h2 {
  padding-top: 30px !important;
}

.photo {
  padding:2px;
  border: 1px solid #ccc;
}
