/* style name:   MetalshopBlue
  Based on style: subSilver (the default phpBB 2 style)
  Original author:  subBlue ( http://www.subBlue.com/ )
  Modified by:    psoTFX and the phpBB team ( http://www.phpbb.com )
  
  This is an alternative style for phpBB3 for those wishing to stay with
  the familiar subSilver style of phpBB version 2.x
  
  Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

.login_index_page
{
    font-size: 12px;
text-align: left;

}
.login_index_page
post
{
  width: 120px;
}

.navbar
{
  font-family: Arial;
  color: white;
  background: #202020 url(./images/nav_gradient_bar.gif);
  font-size: 14px;
  line-height: 33px;
  list-style: none;
  margin: 0px;
  padding: 1px 0px;
  text-align: center;
  position: relative;
}

.navbar li
{
  background: #505050 url(./images/nav_gradient_sep.gif);
  color: white;
  display: inline;
  margin-right: -2px;
  padding: 9px 1px 8px 1px;
    ^padding: 0px 1px;
  vertical-align: middle;
    ^vertical-align: baseline;
  text-align: left;

}

.navbar a , .navbar a:visited
{
  background: #202020 url(./images/nav_gradient_bg.gif);
  color: #FFFFFF !important;
  font-weight: bold;
  padding: 9px 15px 8px 15px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.navbar a:hover
{
  background: #B00010 url(./images/nav_gradient_on.gif);
  color: #FFFFFF;
  text-decoration: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
  .navbar li
  {
  padding: 8px 1px 9px 1px;
  }

  .navbar a
  {
  padding: 8px 15px 9px 15px;
  }
}


#footer 
{
  background-image: url(http://roadrunnerrecords.com.au/images/2009/footer.jpg);
  background-repeat: no-repeat;
  width: 900px;
  height: 86px;
  padding-top: 22px;
  padding-bottom: 18px;
  text-align: left;
}

#footer_left_column
{
  background-image: url(http://roadrunnerrecords.com.au/images/2009/RR_logo_small.jpg);
  background-repeat: no-repeat;
  background-position: 18px 0px;
  width: 136px;
  height: 86px;
  float: left;
  padding: 45px 0px 0px 20px;
}

#footer_left_column a, #footer_left_column
{
  text-decoration: none;
  color: #B2B2B2;
  font-size: 10px;
}

#copyright
{
  margin-top: 6px;
}

#footer_center_column
{
  width: 386px;
  height: 86px;
  float: left;
}

.footer_nav_item
{
  float: left;
  height: 15px;
  width: 78px;
  margin-right: 10px;
  margin-bottom: 6px;
}

#footer_right_column
{
  width: 336px;
  height: 86px;
  float: left;
  padding-left: 22px;
}

#footer_flag_heading
{
  padding-top: 2px;
  width: 318px;
  height: 18px;
  font-size: 16px;
}

#footer_flag_heading_seperator
{
  background-image: url(http://roadrunnerrecords.com.au/images/2009/international_sites_spacer.gif);
  background-repeat: no-repeat;
  width: 318px;
  height: 3px;
  margin-bottom: 12px;

}

.footer_flag_item
{
  float: left;
  height: 20px;
  width: 32px;
  margin-right: 8px;
  margin-bottom: 8px;
}

.footernav
{
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.footernav li
{
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
}

.footernav a,
.footernav a:visited
{
  color: #FFFFFF !important;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  float: left;
  padding: 0px 3px;
  position: relative;
  text-decoration: none;
}

.footernav span
{
  background: url(http://roadrunnerrecords.com.au/images/2009/footer_nav.gif);
  height: 16px;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  width: 3px;
}
.footernav a
{
  color: #FFF;
}

.footernav a:hover
{
  background-position: 0px 0px;
  color: #FFFFFF;
  text-decoration: none;
}

.footernav .center
{
  background: url(http://roadrunnerrecords.com.au/images/2009/footer_nav.gif) bottom;
  float: left;
  line-height: 16px;
  padding-left: 8px;
  position: relative;
  width: 72px;
}

.footernav a:hover .center
{
  background: url(http://roadrunnerrecords.com.au/images/2009/footer_nav.gif) center;
}

.footernav .left
{
  background-position: -6px 0px;
  left: 0px;
}

.footernav a:hover .left
{
  background-position: -0px 0px;
}

.footernav .right
{
  background-position: -9px 0px;
  right: 0px;
}

.footernav a:hover .right
{
  background-position: -3px 0px;
}
/* Layout
 ------------ */
* {
  /* Reset browsers default margin, padding and font sizes */
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
}

body {
  /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
  font-family: Arial, sans-serif;
  color: #e5e5e5;
  background-color: #000;
  scrollbar-face-color: #DEE3E7;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-shadow-color: #DEE3E7;
  scrollbar-3dlight-color: #D1D7DC;
  scrollbar-arrow-color:  #006699;
  scrollbar-track-color: #EFEFEF;
  scrollbar-darkshadow-color: #98AAB1;
  font-size: 10px; /* This sets the default font size to be equivalent to 10px */
  margin: 0;
  padding: 5px 10px;
}

#wrapheader {
  min-height: 120px;
  height: auto !important;
  height: 120px;
/*  background-image: url('./images/background.gif');
  background-repeat: repeat-x;*/
/*  padding: 0 25px 15px 25px;*/
  padding: 0;
}

#wrapcentre {
  width: 904px;
    margin: 0 auto;
}

#wrapfooter {
  text-align: center;
  clear: both;
}

#wrapnav {
  width: 100%;
  margin: 0;
  background-color: #b2b2b2;
  border-width: 1px;
  border-style: solid;
  border-color: #999999;
}

#logodesc {
  margin-bottom: 5px;
  padding: 5px 25px;
  background: #D9DFE4;
  border-bottom: 1px solid #4787A7;
}

#menubar {
  margin: 0 25px;
}

#datebar {
  margin: 10px 25px 0 25px;
}

#findbar {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

.forumrules {
  background-color: #F9CC79;
  border-width: 1px;
  border-style: solid;
  border-color: #BB9860;
  padding: 4px;
  font-weight: normal;
  font-size: 1.1em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
  color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }

.round1_tl
{
  #zoom: 1;
  position: relative;
  background: #242424 url(./images/grey24_tl.gif) no-repeat scroll left top;
}

.round1_tr
{
  position: relative;
  background: transparent url(./images/grey24_tr.gif) no-repeat scroll right top;
}

.round1_br
{
  position: relative;
  background: transparent url(./images/grey24_br.gif) no-repeat scroll right bottom;
}


.round1_bl
{
  position: relative;
  padding: 16px;
  background: transparent url(./images/grey24_bl.gif) no-repeat scroll left bottom;
}

/*  Text
 --------------------- */
h1 {
  color: black;
  font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
  font-weight: bold;
  font-size: 2.2em;
  text-decoration: none;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 2em;
  text-decoration: none;
  line-height: 120%;
}

h3 {
  font-size: 1.9em;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 120%;
}

h4 {
  margin: 0;
  font-size: 1.8em;
  line-height: 160%;
  font-weight: bold;
  color: white;
}

p {
  font-size: 1.1em;
}

p.moderators {
  margin: 0;
  float: left;
  color: #7e7e7e;
  font-weight: bold;
  padding-top: 3px;
}

.rtl p.moderators {
  float: right;
}

p.linkmcp {
  margin: 0;
  float: right;
  white-space: nowrap;
}

.rtl p.linkmcp {
  float: left;
}

p.breadcrumbs {
  margin: 0;
  float: left;
  color: #FFF;
  font-weight: bold;
  white-space: normal;
  font-size: 1em;
}

p.breadcrumbs a{
  color: #7e7e7e;
}

.rtl p.breadcrumbs {
  float: right;
}

p.datetime {
  margin: 0;
  float: right;
  white-space: nowrap;
  font-size: 1em;
}

.rtl p.datetime {
  float: left;
}

p.searchbar {
  padding: 2px 0;
  white-space: nowrap;
} 

p.searchbarreg {
  margin: 0;
  float: right;
  white-space: nowrap;
}

.rtl p.searchbarreg {
  float: left;
}

p.forumdesc {
  padding-bottom: 4px;
}

p.topicauthor {
  margin: 1px 0;
}

p.topicdetails {
  margin: 1px 0;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
  margin: 1px 0;
  color: red;
  font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
  color: green;
  font-weight:bold;
}

.postapprove img, .postreported img {
  vertical-align: bottom;
}

.postauthor {
  color: #ccc;
}

.postdetails {
  color: #ccc;
}

.postbody {
  font-size: 1.3em;
  line-height: 1.4em;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: #ccc;
}

.postbody li, ol, ul {
  margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
  margin: 0 1.5em 0 0;
}

.posthilit {
  background-color: yellow;
}

.nav {
  margin: 0;
  color: #7e7e7e;
  font-weight: bold;
}

.nav a {
  color: #FFFFFF !important;
}

.nav a:hover {
  color: #b0b0b0 !important;
}

.pagination {
  padding: 4px;
  color: black;
  font-size: 1em;
  font-weight: bold;
}

.cattitle {

}

.gen {
  margin: 1px 1px;
  font-size: 1.2em;
}

.genmed {
  margin: 1px 1px;
  font-size: 1.1em;
}

.gensmall {
  margin: 1px 1px;
  font-size: 1em;
  color: #b2b2b2;
}

.copyright {
  color: #444;
  font-weight: normal;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.titles {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.3em;
  text-decoration: none;
}

.error {
  color: red;
}


/* Tables
 ------------ */
th {
  color: white;
  font-size: 1.1em;
  font-weight: bold;
  background-color: #b3b3b3;
  white-space: nowrap;
  padding: 7px 5px;
}

td {
  padding: 2px;
}
td.profile {
  padding: 4px;
  color: #ccc;
}

.tablebg {
  background-color: #000;
}

.catdiv {
  height: 28px;
  margin: 0;
  padding: 0;
  border: 0;
  background: #c03806;
}
.rtl .catdiv {
  background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
  height: 28px;
  margin: 0;
  padding: 0;
  border: 0;
  background: #c03806;
  text-indent: 4px;
  color: white;
}

.row1 {
  background-color: #141414;
  padding: 4px;
}
.row1_crumbs {
  background-color: #0065cf;
  padding: 4px;
}
.row1_crumbs a, .row1_crumbs a:visited{
  color: white !important;
}

.row2 {
  background-color: #1a1a1a;
  padding: 4px;
}

.row3 {
  background-color: #141414;
  padding: 4px;
}

.row4 {
  background-color: #000;
  padding: 4px;
  font-size: 12px;
}

.row4 a {
  color: #FFF;
}

.row5 {
  background-color: #a0a0a0;
  padding: 4px;
}

.spacer {
  background-color: #000;
}

hr {
  height: 1px;
  border-width: 0;
  background-color: #D1D7DC;
  color: #D1D7DC;
}

.legend {
  text-align:center;
  margin: 0 auto;
}

/* Links
 ------------ */
a:link {
  color: #62ade7;
  text-decoration: none;
}

a:active,
a:visited {
  color: #62ade7;
  text-decoration: none;
}

a:hover {
  color: #a4a4a4;
/*  text-decoration: underline; */
}

a.forumlink {
  color: #62ade7;
  font-weight: bold;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.2em;
}

a.topictitle {
  margin: 1px 0;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.2em;
}

a.topictitle:visited {
  color: #a4a4a4;
  text-decoration: none;
}
h4 a,
h4 a:visited,
th a,
th a:visited {
  color: white !important;
  text-decoration: none;
}
h4 a:hover
th a:hover {
  text-decoration: underline;
}


/* Form Elements
 ------------ */
form {
  margin: 0;
  padding: 0;
  border: 0;
}

input {
  color: #333333;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: normal;
  padding: 1px;
  border: 1px solid #000;
  background-color: #FAFAFA;
}

textarea {
  background-color: #FAFAFA;
  color: #333333;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.3em; 
  line-height: 1.4em;
  font-weight: normal;
  border: 1px solid #000;
  padding: 2px;
}

select {
  color: #333333;
  background-color: #FAFAFA;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: normal;
  border: 1px solid #000;
  padding: 1px;
}

option {
  padding: 0 1em 0 0;
}

option.disabled-option {
  color: graytext;
}

.rtl option {
  padding: 0 0 0 1em;
}

input.radio {
  border: none;
  background-color: transparent;
}

.post {
  background-color: white;
  border-style: solid;
  border-width: 1px;
}

.btnbbcode {
  color: #000000;
  font-weight: normal;
  font-size: 1.1em;
  font-family: Verdana, Helvetica, sans-serif;
  background-color: #EFEFEF;
  border: 1px solid #666666;
}

.btnmain {
  font-weight: bold;
  background-color: #b2b2b2;
  border: 1px solid #000;
  cursor: pointer;
  padding: 1px 5px;
  font-size: 1.1em;
}

.btnlite {
  font-weight: normal;
  background-color: #b2b2b2;
  border: 1px solid #000;
  cursor: pointer;
  padding: 1px 5px;
  font-size: 1.1em;
}

.btnfile {
  font-weight: normal;
  background-color: #b2b2b2;
  border: 1px solid #000;
  padding: 1px 5px;
  font-size: 1.1em;
}

.helpline {
  background-color: #DEE3E7;
  border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
  margin: 10px 5px 0 5px;
  padding: 4px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #a0a0a0;
  color: #aaa;
  font-size: 0.85em;
  font-weight: bold;
}

.quotetitle .quotetitle {
  font-size: 1em;
}

.quotecontent, .attachcontent {
  margin: 0 5px 10px 5px;
  padding: 5px;
  border-color: #a0a0a0;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.4em;
  font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
  color: #a0a0a0;
}

.attachcontent {
  font-size: 0.85em;
}

.codetitle {
  margin: 10px 5px 0 5px;
  padding: 2px 4px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #000;
  color: #333333;
  background-color: #000;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 0.8em;
}

.codecontent {
  direction: ltr;
  margin: 0 5px 10px 5px;
  padding: 5px;
  border-color: #000;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  font-weight: normal;
  color: #006600;
  font-size: 0.85em;
  font-family: Monaco, 'Courier New', monospace;
  background-color: #FAFAFA;
}

.syntaxbg {
  color: #FFFFFF;
}

.syntaxcomment {
  color: #FF8000;
}

.syntaxdefault {
  color: #0000BB;
}

.syntaxhtml {
  color: #000000;
}

.syntaxkeyword {
  color: #007700;
}

.syntaxstring {
  color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
  background-color: #000000;
}

.pm_replied_colour {
  background-color: #000;
}

.pm_friend_colour {
  background-color: #007700;
}

.pm_foe_colour {
  background-color: #DD0000;
}


/* Misc
 ------------ */
img {
  border: none;
}

img a{
  text-decoration: none;
}

.sep {
  color: black;
  background-color: #FFA34F;
}

table.colortable td {
  padding: 0;
}

pre {
  font-size: 1.1em;
  font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
  white-space: nowrap;
}

.username-coloured {
  font-weight: bold;
}

.mainmenuGrey a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFF;
}

.postbody
{
  width: 720px;
  overflow: hidden;
}






