
/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:	X-Treme
	Original author: subBlue ( http://www.subBlue.com/ )
	Modified by: Jimaniac 

	copyright = &copy; 2008 Jimaniac ( phpbb-fox.info )
           version = 3.1
    --------------------------------------------------------------
*/

/* Begin jimaniac's added hacks */

 #phpbb a {
outline: none;
}

/* End jimaniac's added hacks */

/* Layout
 ------------ */

 #phpbb * {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

 html #phpbb  {
	font-size: 100%;
  color: #fff;
}

 body  {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0; 
}


 #phpbb #wrapheader {
	min-height: 75px;
	height: auto !important;
	height: 40px;
	margin-top: 245px;
	padding: 0;
}

 #phpbb #wrapcentre {
}

 #wrapbody {
}

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

 #phpbb #wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #c2a9ab;
}

 #phpbb #menubar {
      width: 100%;
      position: relative;
	margin: 0 auto 0 auto;
      padding-top: 0px;
      top: -1px;
}

 #phpbb #logodesc {
      position: relative;
	padding: 2px 25px 2px 25px;
	background: transparent;
	border-bottom: 0px solid #a74757;
}

 #phpbb #menubar2 {
      position: relative;
      top: 5px;
	margin: 0;
      padding-top: 0px;  
}

 #phpbb #datebar {
	margin: 0px 0px 0 0px;
}

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

/* Header Menus
 ---------------- */


  .menubar {padding:1px 0 0 32px; margin:0; list-style:none; height:35px; background:transparent url(''); position:relative; border:0px solid #000; border-width:0 0px; border-bottom:0px solid #444;}

 .menubar li {float:left;}

  .menubar li a {display:block; float:left; height:32px; line-height:32px; color:#aaa; text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 11px; cursor:pointer;}

 .menubar li a b {float:left; display:block; padding:0 16px 0 8px;}

 .menubar li.current a {color:#fff; background:url('./images/button3.gif');}

  .menubar li.current a b {background:url('./images/button3.gif') no-repeat right top;}

  .menubar li a:hover {color:#fff; background:#000 url('./images/button4.gif');}

  .menubar li a:hover b {background:url('./images/button4.gif') no-repeat right top;}

 .menubar li.current a:hover {color:#fff; background:#000 url('./images/button4.gif'); cursor:default;}

  .menubar li.current a:hover b {background:url('./images/button4.gif') no-repeat right top;}

  .menubar2 {padding:1px 0 0 32px; margin:0; list-style:none; height:35px; background:transparent url(''); position:relative; border:0px solid #000; border-width:0 0px; border-bottom:0px solid #444;}

  .menubar2 li {float:left;}

 .menubar2 li a {display:block; float:left; height:31px; line-height:31px; color:#131415; text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 11px; cursor:pointer;}

 .menubar2 li a b {float:left; display:block; padding:0 16px 0 8px;}

  .menubar2 li.current a {color:#fff; background:url('./images/button5.gif');}

 .menubar2 li.current a b {background:url('./images/button5.gif') no-repeat right top;}

 .menubar2 li a:hover {color:#fff; background:#000 url('./images/button5.gif');}

 .menubar2 li a:hover b {background:url('./images/button5.gif') no-repeat right top;}

 .menubar2 li.current a:hover {color:#fff; background:#000 url('./images/button5.gif'); cursor:default;}

 .menubar2 li.current a:hover b {background:url('./images/button5.gif') no-repeat right top;}

/*  Surround Boxes for style
 ----------------------------- */
 

  #bx {
  /*background-color: #666666;*/
}

 fx {
       margin: 0;
     	font-size: 1.3em;
	font-weight: bold;
      padding-top: 0px;
      /*padding-bottom: 0px;*/
      /*padding-left: 20px;*/
      /*padding-right: 20px;*/
      width: 350px;
      font-family: Arial, Helvetica, sans-serif;

}

/* Eliminating padding on boxes */

  #bx td {
  margin: 0;
	padding: 0;
	border: 0;
}

 #jim {
/*background-color: #999999;*/

padding-top: 5px;
padding-left: 5px;
/*padding-bottom: 30px;*/

}

  #jim2 {
padding-top: 20px;
padding-bottom: 20px;

	border-width: 1px;
	border-color: #333333;
      border-style: solid;
      background-color: #101010;
}

  .jim {
/*background-color: #999999;*/

padding-top: 5px;
padding-left: 5px;
/*padding-bottom: 30px;*/

}

 .jim2 {
padding-top: 20px;
padding-bottom: 20px;

	border-width: 1px;
	border-color: #333333;
      border-style: solid;
      background-color: #101010;
}
.forumrules {
	background-color: #441111;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

 #phpbb .forumrules h3 {
	color: red;
}

 #phpbb #pageheader {
	padding-top: 5;
 }

 #phpbb #pagecontent {
 }

 #phpbb #pagefooter { }

 #phpbb #poll { }

 #phpbb #postrow { }

 #phpbb #postdata { }

/*  Text

 --------------------- */


 #phpbb h1 {
	color: #ff1200;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

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

 #phpbb h3 {
color: red;
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
      padding-top: 5px;
      width: 350px;

}

 #phpbb h4 {

      margin: 0;
     	font-size: 1.3em;
	font-weight: bold;
      padding-top: 5px;
      /*padding-bottom: 0px;*/
      /*padding-left: 20px;*/
      /*padding-right: 20px;*/
      width: 350px;
      font-family: Arial, Helvetica, sans-serif;
}

 #phpbb h5 {

      margin: 0;
     	font-size: 1.2em;
	font-weight: bold;
      padding-top: 10px;
      /*padding-bottom: 0px;*/
      /*padding-left: 20px;*/
      /*padding-right: 20px;*/
      width: 245px;
      font-family: Arial, Helvetica, sans-serif;
}

 #phpbb h6 {


      margin: 0;
     	font-size: 1.0em;
	font-weight: bold;
	color: #FFFFFF;
	font-weight: bold;
      padding-bottom: 5px;
	/*background-image: url('./images/cu.png');*/
}

 #phpbb h7 {

      margin: 0;
     	font-size: 1.1em;
	font-weight: bold;
      /*padding-top: 5px;*/
      /*padding-bottom: 0px;*/
      /*padding-left: 20px;*/
      /*padding-right: 20px;*/
      width: 350px;
      font-family: Arial, Helvetica, sans-serif;
background-image: url('./images/clock.png');

}

 #phpbb hjim {

      margin: 0;
     	font-size: 1.3em;
	font-weight: bold;
      padding-top: 5px;
      /*padding-bottom: 0px;*/
      /*padding-left: 20px;*/
      /*padding-right: 20px;*/
      width: 350px;
      font-family: Arial, Helvetica, sans-serif;
}

 #phpbb p {
	font-size: 1.1em;
}

 #phpbb p.moderators {
	margin: 0;
	float: left;
	color: white;
	font-weight: bold;
}

 #phpbb .rtl p.moderators {
	float: right;
}

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

 #phpbb .rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: white;
	font-weight: bold;
	white-space: normal;
	font-size: 10px;
}

.rtl p.breadcrumbs {
	float: right;
}

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

 #phpbb .rtl p.datetime {
	float: left;
}

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

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

 #phpbb .rtl p.searchbarreg {
	float: left;
}

 #phpbb p.forumdesc {
  color: #fff;
	padding-bottom: 4px;

}

 #phpbb p.topicauthor {
	margin: 1px 0;
}

 #phpbb 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;
}

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

 #phpbb .postauthor {
	color: #FFFFFF;
	vertical-align: top;

}

 #phpbb .postdetails {
	color: #FFFFFF;
}

 #phpbb .postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

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

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

 #phpbb .posthilit {
	background-color: blue;
}

  .nav {
	margin: 0;
	color: #FFFFFF;
	font-weight: bold;

}

  .navf {
	margin: 0;
	color: #FFFFFF;
	font-weight: bold;
      padding-bottom: 5px;
valign: top;
}

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

 #phpbb .cattitle {

}

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

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

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

 .gensmall {
  color: #fff;


	margin: 1px 1px;
	font-size: 1em;
}

 .gensmallclock {
  color: #9922cc;

	margin: 1px 1px;
	font-size: 1em;
width: 350px;

}

 .gensmall2 {
  color: #ff1200;
	margin: 1px 1px;
	font-size: 1em;
}

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

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

.error {
	color: red;
}

/* Tables

 ------------ */


 th {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #990019;
	background-image: url('./images/cellpic3.gif');
	white-space: nowrap;
	padding: 7px 5px;
}
   td.profile {
	padding: 4px;
/*padding-top: 5px;*/
/*padding-left: 5px;*/

}

 .tablebg {
	background-color: #111;
}

 .tablebg2 {
	background-color: #000000;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: white url('./images/cellpic3.gif') repeat-x scroll top left;
}

.rtl .catdiv {
	background: white url('./images/cellpic3.gif') repeat-x scroll top right;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #d7c7c8;
	background-image: url('./images/cellpic3.gif');
	text-indent: 4px;
}

.row1 {
	background-color: #141414;
	padding: 4px !important;
}

.row2 {
	background-color: #141414;
	padding: 4px !important;
}

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

.row4 {
  background-color: #242424;
  padding: 4px !important;
}

 .rowf1 {
	background-color: #161616;
	padding: 4px !important;
}

\.rowf2 {
	background-color: #101010;
	padding: 4px !important;
}

 .spacer {

	background-color: #d7c7c8;

}

hr {

	height: 1px;

	border-width: 0;

	background-color: #d7c7c8;

	color: #d7c7c8;

}

 .legend {

	text-align:center;

	padding-top:10px;
	padding-bottom:10px;
	margin: 0 auto;

}

/* Links

 ------------ */


a:link {

	color: #ff1200;

	text-decoration: none;

}

 a:active ,  a:visited {

	color: #ff1200;

	text-decoration: none;

}

 a:hover {

	color: #ff1200;

	text-decoration: underline;

}

  a.forumlink {

	color: #ff1200;

	font-weight: bold;

	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;

	font-size: 1.2em;

}

 a.topictitle {

	margin: 1px 0;

	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;

	font-weight: bold;

	font-size: 1.2em;

}

  a.topictitle:visited {

	color: #b45463;

	text-decoration: none;

}

  th a ,th a:visited {

	color: #4ffffb !important;

	text-decoration: none;

}

 th a:hover {

	text-decoration: underline;

}

/* Form Elements

 ------------ */


  form {

	margin: 0;

	padding: 0;

	border: 0;

}

  input {

	color: #333333;

	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;

	font-size: 1.1em;

	font-weight: normal;

	padding: 1px;

	border: 1px solid #c2a9ab;

	background-color: #FAFAFA;

}

  textarea {

	background-color: #FAFAFA;

	color: #333333;

	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;

	font-size: 1.3em; 

	line-height: 1.4em;

	font-weight: normal;

	border: 1px solid #c2a9ab;

	padding: 2px;

}

  select {

	color: #333333;

	background-color: #FAFAFA;

	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;

	font-size: 1.1em;

	font-weight: normal;

	border: 1px solid #c2a9ab;

	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: "Lucida Grande", Verdana, Helvetica, sans-serif;

	background-color: #EFEFEF;

	border: 1px solid #666666;

}

  .btnmain {

	font-weight: bold;

	background-color: #ECECEC;

	border: 1px solid #c2a9ab;

	cursor: pointer;

	padding: 1px 5px;

	font-size: 1.1em;

}

  .btnlite {

	font-weight: normal;

	background-color: #ECECEC;

	border: 1px solid #c2a9ab;

	cursor: pointer;

	padding: 1px 5px;

	font-size: 1.1em;

}

 .btnfile {

	font-weight: normal;

	background-color: #ECECEC;

	border: 1px solid #c2a9ab;

	padding: 1px 5px;

	font-size: 1.1em;

}

  .helpline {

	background-color: #DEE3E7;

	border-style: none;

}

/* BBCode

 ------------ */


.quotetitle , #phpbb .attachtitle {

	margin: 10px 5px 0 5px;

	padding: 4px;

	border-width: 1px 1px 0 1px;

	border-style: solid;

	border-color: #ff1200;

	color: #ff1200;

	background-color: #101010;

	font-size: 1.0em;

	font-weight: bold;

}

.quotetitle .quotetitle {

	font-size: 1em;

}

 .quotecontent , #phpbb .attachcontent {

	margin: 0 5px 10px 5px;

	padding: 5px;

	border-color: #ff1200;

	border-width: 1px 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;

	background-color: #343434;

	color: #ffffff;

}

.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: #ff1200;

	color: #ff1200;

	background-color: #101010;

	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;

	font-size: 1.0em;
 
      font-width: bold;

}

.codecontent {

	direction: ltr;

	margin: 0 5px 10px 5px;

	padding: 5px;

	border-color: #ff1200;

	border-width: 1px 1px 1px 1px;

	border-style: solid;

	font-weight: normal;

	color: #ffffff;

	font-size: 0.85em;

	font-family: Monaco, 'Courier New', monospace;

	background-color: #343434;

}

.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: #c2a9ab;

}

.pm_friend_colour {

	background-color: #007700;

}

 .pm_foe_colour {

	background-color: #DD0000;

}

/* Misc

 ------------ */


  img {

	border: none;

}

   .sep {

	color: black;

	background-color: #4ffffb;

}

  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;

}

 td.trans2OFF {background-image:url('./images/but1.png');}

 td.trans2ON {image:url('./images/but2.png');}

/*td.trans2ON {background-color: transparent;opacity:1.0;filter: alpha(opacity=100); -moz-opacity: 1.0;}*/

/*- Menu Tabs 1--------------------------- */


    
 #tabs1 {
      float:none;
      width:100%;
      background: transparent;
      font-size:140%;
      line-height:normal;
      }

 #tabs1 ul {
          margin:0 auto 0 auto;
          padding:0px 0px 0px 0px;
          list-style:none;
      }

  #tabs1 li {
      display:inline;
      margin:0;
      padding:0;
      }

 #tabs1 a {
      float:left;
      background:url('./images/but1.png') no-repeat left top;
      margin:0;
      padding:0 0 0 0px;
      text-decoration:none;
      }

 #tabs1 a span {
      float:right;
      display:block;
      background:url('./images/but1.png') no-repeat right top;
      padding:20px 47px 10px 12px;
      color:#fff;
      }

/* Commented Backslash Hack hides rule from IE5-Mac \*/
    
 #tabs1 a span {float:none;}

/* End IE5-Mac hack */
    
 #tabs a:hover span {
      /*color:#627EB7;*/
      color:#fff;

      }

 #tabs1 a:hover {
      background-position:0% -27px;
      background:url('./images/but2.png') no-repeat right top;

      }

#tabs1 a:hover span {
     background-position:100% -27px;
      background:url('./images/but2.png') no-repeat right top;

      }

 #tabs1 #current a {
              background-position:0% -27px;
      background:url('./images/jim.png') no-repeat right top;

      }

  #tabs1 #current a span {
              background-position:100% -27px;
      background:url('./images/jim.png') no-repeat right top;

      }

/*- Menu Tabs 2--------------------------- */


    
  #tabs2 {
      float:none;
      width:100%;
      background: transparent;
      font-size:140%;
      line-height:normal;
      }

 #tabs2 ul {
          margin:0 auto 0 auto;
          padding:0px 0px 0px 0px;
          list-style:none;
      }

 #tabs2 li {
      display:inline;
      margin:0;
      padding:0;
      }

 #tabs2 a {
      float:left;
      background:url('./images/but1.png') no-repeat left top;
      margin:0;
      padding:0 0 0 0px;
      text-decoration:none;
      }

 #tabs2 a span {
      float:right;
      display:block;
      background:url('./images/but1.png') no-repeat right top;
      padding:20px 47px 10px 12px;
      color:#fff;
      }

/* Commented Backslash Hack hides rule from IE5-Mac \*/
    
 #phpbb #tabs1 a span {float:none;}

/* End IE5-Mac hack */
    
 #tabs a:hover span {
      /*color:#627EB7;*/
      color:#fff;

      }

 #tabs2 a:hover {
      background-position:0% -27px;
      background:url('./images/but2.png') no-repeat right top;

      }

 #tabs2 a:hover span {
     background-position:100% -27px;
      background:url('./images/but2.png') no-repeat right top;

      }

 #tabs2 #current a {
              background-position:0% -27px;
      background:url('./images/jim.png') no-repeat right top;

      }

 #tabs2 #current a span {
              background-position:100% -27px;
      background:url('./images/jim.png') no-repeat right top;

      }



	  @import url("medals.css");




