.border-radius {
  -webkit-border-radius:;
  -moz-border-radius:;
  -o-border-radius:;
  -khtml-border-radius:;
  border-radius:;
}
.box-shadow {
  -webkit-box-shadow:;
  -moz-box-shadow:;
  -o-box-shadow:;
  -khtml-box-shadow:;
  box-shadow:;
}
.box-sizing {
  -webkit-box-sizing:;
  -moz-box-sizing:;
  box-sizing:;
}
.transition {
  -webkit-transition:;
  -moz-transition:;
  -o-transition:;
  transition:;
}
body, div.body { background-image:none; }
#header h1 a {
  float:right;
  margin-top:17px;
  width:151px;
  height:43px;
  background:url('../images/logo_themed.png' ) no-repeat;
  left:0;
}
#header #search { display:none; }
#content { background:none; }
#centre {
  border-width:1px;
  background:#ffffff;
  padding:7px 15px;
}
#sidebar #FacebookPrompt { background-image:url('../images/facebook_prompt_white.png' ); }
#sidebar {
  border-width:1px;
  background:#ffffff;
  padding:7px 10px;
}
#shareLinks, #currentUser {
  border:1px solid;
  border-color:#dfbe00;
  background:#ffffff;
}
#shareLinks { padding:3px 5px; }
#currentUser {
  margin-top:6px;
  padding:2px 5px;
}
#contentfooter { background:none !important; }
#menu li a.menulink span.wrap {
  padding:1px 10px 0 10px;
  border:1px solid;
  border-color:#dfbe00;
  background:#ffffff;
}
#menu li a.selected span.wrap {
  padding-bottom:1px;
  border-bottom-width:0;
}
#menu li a.selected { background-image:none; }
#menu { margin-top:4px; }
#QuickLogin {
  left:0;
  top:-4px;
}
