/*  Viking for phpbb v3
    Design by Antonw.com
    Coded by Bob
*/

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



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

html {
	font-size: 100%;
        height: 100%;
}

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

#wrapheader {
	min-height: 120px;
	height: auto !important;
	height: 120px;
/*	background-image: url('../../phpBB/phpBB3/styles/Hammerfallskinv2/theme/images/background.gif');
	background-repeat: repeat-x;*/
/*	padding: 0 0px 15px 0px;*/
	padding: 0;
	width: 95%;
        margin: 0 auto 0 auto;

}

#wrapcentre {
	width: 95% !important;
        margin: 0px auto 0px auto;
}

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

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

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

.forumrules h3 {
	color: red;
}

#pageheader { }
#pagecontent { 
	width: 95%;
}
#pagefooter { }

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


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

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

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

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

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

.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: black;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

.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;
        color: #D5D4D4;
}

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: #EFEFEF;
}

.postdetails {
	color: #EFEFEF;
}

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

.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: #5F5F53;
}

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

.pagination {
	padding: 4px;
	color: #a07a08;
	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;
}


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

.copyright a:link{
color: #fff;
}

.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: 10px;
	font-weight: bold; 
	letter-spacing: 1px;
	background-image: url('../../phpBB/phpBB3/styles/Hammerfallskinv2/theme/images/subtitle.jpg');
	white-space: nowrap;
	padding: 4px; 
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

td.nav{
color: #fff;
}

.tablebg {
	background-color: #1F1711;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: white url('../../phpBB/phpBB3/styles/Hammerfallskinv2/theme/images/cellpic2.jpg') repeat-y scroll top left;
}
.rtl .catdiv {
	background: white url('../../phpBB/phpBB3/styles/Hammerfallskinv2/theme/images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
	color: #fff;
	font-size: 10px;
	font-weight: bold; 
	background-image: url('../../phpBB/phpBB3/styles/Hammerfallskinv2/theme/images/subtitle.jpg');
	white-space: nowrap;
	padding: 4px;
}

.row1 {
       background: #444131; 
       color: #fff !important;
       border-right: 1px solid #2F2F2C;
       border-top: 1px solid #2F2F2C;
       border-bottom: 1px solid #2F2F2C;
       border-left: 1px solid #2F2F2C;
       padding: 4px;
}

.row1 li,
.row2 li,
.row3 li{
color: #fff !important;
}

.row1 a:link,
.row1 a:visited,
.row2 a:link,
.row2 a:visited,
.row3 a:link,
.row3 a:visited{
color: #fff !important;
text-decoration: none;
}

.row1 a:hover,
.row2 a:hover,
.row3 a:hover{
color: #EFEFEF !important;
text-decoration: none;
}

.row2 {
       background: #4A483A; 
       color: #fff !important;
       border-right: 1px solid #2F2F2C;
       border-top: 1px solid #2F2F2C;
       border-bottom: 1px solid #2F2F2C;
       border-left: 1px solid #2F2F2C;
       padding: 4px;
}

.row3 {
	background-color: #2F2F26;
	padding: 4px;
        color: #fff;
}

.spacer {
	background-color: #4a4a3e;
}

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

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

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

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

a:hover {
	color: #d5ac30;
	text-decoration: NONE;
}

a.forumlink {
	color: #FEFEFE;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}

.forumlink a:hover{
	color: #fff;
	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;
        color: #EFEFEF;
}

a.topictitle:visited {
        color: #EFEFEF;
	text-decoration: none;
}

th a,
th a:visited {
	color: #EFEFEF !important;
	text-decoration: none;
}

th a:hover {
	color: #fff;
	text-decoration: none;
}


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


select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	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: #fff;
	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;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

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

.btnfile {
	font-weight: normal;
	background-color: #4c4c3e;
	border: 1px solid #46462A;
	padding: 1px 5px;
	font-size: 1.1em;
}

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


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #222;
	color: #fff;
	background-color: #2F2F29;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

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

.quotecontent, .attachcontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #222;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #fff;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #4F4F40;
}

.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: #222;
	color: #fff;
	background-color: #2F2F29;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

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

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

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


/* Misc
 ------------ */
img {
	border: 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;
}


/* 
 * ========================================
 * Custom Classes
 * ========================================
 */

.gradientwidth{
margin: 0 auto 0 auto;
width: 100%; 
}


.borderwidth{

margin: 0 auto 0 auto;

width: 100%; 

}



.content{








background: #4c4d3e; 
}



/* ************************************** */

.container_top{
background: url(http://www.bloodlust-shadowhunter.com/phpBB/phpBB3/styles/Hammerfallskinv2/theme/images/container_top.gif) 0 0 no-repeat;
height: 53px;
width: 922px;
margin: 0px auto 0px auto;
}

/* ************************************** */

.header{
background: url(../../phpBB/phpBB3/styles/Hammerfallskinv2/theme/images/header.png) no-repeat center;
height: 219px;
width: 1035px;
margin: 0px auto 0px auto;
text-align: left;
position: relative;
right: 5px;
}

.header_bg{
background: #000000;
}

.nav_bg{
background: url(http://www.bloodlust-shadowhunter.com/phpBB/phpBB3/styles/Hammerfallskinv2/theme/images/nav_bg.jpg) no-repeat;
height: 41px;
width: 953px;
text-align: left;
margin: 0px auto 0px auto;
padding: 0;
}

.nav_bgcolor{
background: #201F1A;
}

.nav_bottom{
background: url(http://www.bloodlust-shadowhunter.com/phpBB/phpBB3/styles/Hammerfallskinv2/theme/images/nav_bottom.jpg) no-repeat;
width: 953px;
height: 70px;
margin: 0px auto 0px auto;
padding: 0;
}

.nav_links,
.nav_links a:link,
.nav_links a:visited{
font-size: 10px;
font-weight: bold;
font-family: "MS Sans Serif", Geneva, sans-serif ;
}

.nav_links_home,
.nav_links_home a:link,
.nav_links_home a:visited,
.nav_links_home a:hover{
color: #E8D988 !important;
text-decoration: none;
font-size: 10px;
font-weight: bold;
text-decoration: none !important;
font-family: "MS Sans Serif", Geneva, sans-serif ;
}

.navalign{
padding-top: 127px;
padding-left: 101px;
padding-bottom: 0;
}

/* ************************************** */

.login_l{
background: url(../../phpBB/phpBB3/styles/Hammerfallskinv2/theme/images/login_l.jpg) 0 0 no-repeat;
height: 39px;
}

.login_r{
background: url(../../phpBB/phpBB3/styles/Hammerfallskinv2/theme/images/login_r.jpg) 100% 0 no-repeat;
height: 39px;
}

.login_tile{
background: url(../../phpBB/phpBB3/styles/Hammerfallskinv2/theme/images/login_tile.jpg);
}

.loginalign{
float: right;
width: 40%;
}

.logintextmember{
color: #e8d988;
font-family: "MS Sans Serif", Geneva, sans-serif ;
}

.logintextmember a:link,
.logintextmember a:hover,
.logintextmember a:visited{
color: #e8d988;
font-family: "MS Sans Serif", Geneva, sans-serif ;
text-decoration: none;
text-transform: uppercase;
}

.logintextother{
color: #e8d988;
font-family: "MS Sans Serif", Geneva, sans-serif ;
}

.logintextother a:link,
.logintextother a:hover,
.logintextother a:visited{
color: #e8d988;
font-family: "MS Sans Serif", Geneva, sans-serif ;
}

.formloginbg{
background: url(../../phpBB/phpBB3/styles/Hammerfallskinv2/theme/images/loginbg.gif) repeat-x;
color: #e8d988;
border: 1px solid #000;
text-align: center;
}

/* ************************************** */


.navstrip_bg{
background: url(../../phpBB/phpBB3/styles/Hammerfallskinv2/theme/images/navstrip_bg.png) 0 0 no-repeat;
width: 365px;
height: 56px;
}

.navstripalign{
width: 55%;
}

/* ************************************** */


.content_top{
background: url(../../phpBB/phpBB3/styles/Hammerfallskinv2/theme/images/content_top.jpg) 0 0 no-repeat;
width: 835px;
height: 17px;
margin: 0px auto 0px auto;
}

.content_bottom{
background: url(http://www.bloodlust-shadowhunter.com/phpBB/phpBB3/styles/Hammerfallskinv2/theme/images/content_bottom.jpg) 0 0 no-repeat;
width: 835px;
height: 17px;
margin: 0px auto 0px auto;
padding-bottom: 50px;
}

.contentbg{
background: transparent;
width: 75%;
margin: 0px auto 0px auto;
}


/* ************************************** */


.mt_left{
padding: 0px;
margin: 0px;
background: url(../../phpBB/phpBB3/styles/Hammerfallskinv2/theme/images/mt_l.png) 0 0 no-repeat;
height: 37px;
}

.mt_right{
padding: 0px;
margin: 0px;
background: url(../../phpBB/phpBB3/styles/Hammerfallskinv2/theme/images/mt_r.png) 100% 0 no-repeat;
height: 37px;

}


.mt_text{
color: #fff;
font-size: 12px;
font-weight: bold;
font-family: verdana;
margin: 0px;
background:transparent;
border:0;
}

.mt_text_align{

        position: relative;
        top: 25px;
        left: 35px;
}

.mt_text a:link{
color: #fefefe;
}

.mt_tile{
background: url(../../phpBB/phpBB3/styles/Hammerfallskinv2/theme/images/mt_tile.png);
color: #fff;
font-size: 12px;
font-weight: bold;
margin: 0px;
width: 95%;



}

.mt_tile a:link,
.mt_tile a:visited{
background: transparent;
color: #fff;
font-family: verdana;

text-decoration: none;

}


.mt_tile a:hover,

.mt_tile a:active{

background: transparent;
color: #fff;
font-family: verdana;
}




.mt_tile td {
color: #fff;
font-size: 12px;


font-weight: bold;
}
.expalign{

padding-top: 9px;
padding-right: 30px;
float: right;

width: auto !important;

}

.borderwrap2{
border: 1px solid #46462a;
}

.borderwrap3{
border-left: 2px solid #46462a;
border-right: 2px solid #46462a;
}


/* ************************************** */


.ma_bar{
background: transparent url(http://www.bloodlust-shadowhunter.com/phpBB/phpBB3/styles/Hammerfallskinv2/theme/images/ma_bar.png) no-repeat;
width:402px;
height:37px;
padding:0;
border:0;
}


/* ************************************** */


.mt2_left{
padding: 0px;
margin: 0px;
background: url(../../phpBB/phpBB3/styles/Hammerfallskinv2/theme/images/mt2_l.jpg) 0 0 no-repeat;
height: 37px;
}

.mt2_right{
padding: 0px;
margin: 0px;
background: url(../../phpBB/phpBB3/styles/Hammerfallskinv2/theme/images/mt2_r.jpg) 100% 0 no-repeat;
height: 37px;

}


.mt2_text{
color: #fff;
font-size: 12px;
font-weight: bold;
font-family: verdana;
margin: 0px;
padding-top: 11px;
padding-left: 30px;
background:transparent;
border:0;
}

.mt2_tile{
background: url(../../phpBB/phpBB3/styles/Hammerfallskinv2/theme/images/mt2_tile.jpg);
color: #fff;
font-size: 12px;
font-weight: bold;
margin: 0px;
}
.mt2_tile p.expand,
.mt2_tile p.goto{
float: right;

margin-top: 0px;
width: auto !important;
}
.mt2_tile a:link,
.mt2_tile a:visited{
background: transparent;
color: #fff;
font-family: verdana;
text-decoration: none;

}


.mt2_tile a:hover,
.mt2_tile a:active{
background: transparent;
color: #fff;
font-family: verdana;
}

.mt2_tile p{
margin:0;
padding-top: 5px;
background:transparent;
border:0;
}


.mt2_tile td {
color: #fff;
font-size: 12px;
font-weight: bold;
}

.mt2_l2{
background: url(http://www.bloodlust-shadowhunter.com/phpBB/phpBB3/styles/Hammerfallskinv2/theme/images/mt2_l2.jpg) no-repeat;
height: 37px;
width: 7px;
float: left;
postition: relative;
right: 15px;
}


/* ************************************** */

.ce_left{
background: url(http://www.bloodlust-shadowhunter.com/phpBB/phpBB3/styles/Hammerfallskinv2/theme/images/ce_l.jpg) no-repeat 0 100%;
height: 10px;
padding: 0;
margin: 0;
}

.ce_right{
background: url(http://www.bloodlust-shadowhunter.com/phpBB/phpBB3/styles/Hammerfallskinv2/theme/images/ce_r.jpg) no-repeat 100% 100%;
height: 10px;
padding: 0;
margin: 0;
}

.ce_tile{
background: url(http://www.bloodlust-shadowhunter.com/phpBB/phpBB3/styles/Hammerfallskinv2/theme/images/ce_tile.jpg) repeat-x 0 100%;
height: 10px;
padding: 0;
margin: 0;
}


/* ************************************** */


.footer_bg{
background: url(../../phpBB/phpBB3/styles/Hammerfallskinv2/theme/images/footer_bg.png) no-repeat center;
width: 956px;
height: 164px;
margin: 0px auto 0px auto;
}

/* ************************************** */

legend{
color: #fff;
}

.memborder
{
    background: #3f3f36;
    border: 1px solid #2f2f29;
    border-bottom-width: 2px;
    border-right-width: 2px;
    padding: 4px 3px 4px 3px;
    margin: 3px 1px 3px 1px;
}

.vertical_bg{
background: transparent url(../../phpBB/phpBB3/styles/Hammerfallskinv2/theme/images/vertical_bg.gif) repeat-y center;
width: 1227px;
margin: 0px auto 0px auto;
}

.container_top_l{
background: url(http://www.bloodlust-shadowhunter.com/phpBB/phpBB3/styles/Hammerfallskinv2/theme/images/container_t_l.jpg) 0 0 no-repeat;
height: 53px;
}

.container_top_r{
background: url(http://www.bloodlust-shadowhunter.com/phpBB/phpBB3/styles/Hammerfallskinv2/theme/images/container_t_r.jpg) 100% 0 no-repeat;
height: 53px;
}

.container_t{
background: url(http://www.bloodlust-shadowhunter.com/phpBB/phpBB3/styles/Hammerfallskinv2/theme/images/container_t.jpg);
}

fieldset{
border: 1px solid #24251D;
}

input.btnlite,
input.btnfile,
input{
        background: #4c4c3e url(../../phpBB/phpBB3/styles/Hammerfallskinv2/theme/images/alt_bg.gif);
	border: 1px solid #46462A;
	color: #E8D988;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	margin: 5px;
	padding: 2px;
	vertical-align: middle;
}

textarea,
textarea.post{
	background: #4b4b3d;
	border: 1px solid #46462A;
	color: #E8D988;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	margin: 5px;
	padding: 2px;
	vertical-align: middle;
}


#ipbwrapper{ 
	margin: 0px auto 0px auto; 
	text-align: left; /* re_aligns text to left second part of two part MSIE centering workaround */
	width: 750px;
        background: #333329;
}

#ipbwrapper3{ 
	margin: 0px auto 0px auto; 
	text-align: left; /* re_aligns text to left second part of two part MSIE centering workaround */
	width: 65%;
}

#wrapper{
        background: #181818 url(../../phpBB/phpBB3/styles/Hammerfallskinv2/theme/images/vertical_bg.gif) repeat-y;
        width: 1227px;
	margin: 0px auto 0px auto; 
        min-height: 100%;

}


#navstrip{ 
	background: transparent;
	color: #999;
	font-size: 12px;
	margin: 0 0 5px 0;
	padding: 14px 0px 8px 0px; 
}

#navstrip a:link, 
#navstrip  a:visited{ 
background: transparent; 
color: #FEFEFE;
font-size: 10px;
text-decoration: none !important;
font-family: "MS Sans Serif", Geneva, sans-serif ;
}

#navstrip a:hover, 
#navstrip a:active{
background: transparent; 
color: #e8d988;
font-size: 10px;
text-decoration: none !important;
font-family: "MS Sans Serif", Geneva, sans-serif ;
}

.alt_bg{
background: #7a7b6d url(../../phpBB/phpBB3/styles/Hammerfallskinv2/theme/images/alt_bg.gif);
color: #fff;
}



.maintitle_left{
	width:347px;
	height:37px;
	padding:0;
	border:0;
        	float:left;

}

.maintitle_right{
	width:351px;
	height:37px;
	padding:0;
	border:0;
	float:right;
}

.maintitle{
	background: url(../../phpBB/phpBB3/styles/Hammerfallskinv2/theme/images/mt_tile.png) repeat-x;
	border:0;
	color: #fff; 
	font-size: 12px;
	font-weight: bold; 
	margin-left: 203px;
        margin-right: 182px;
        padding: 0;
	height: 37px; 
        width: 95px;
}

#ipbwrapper{ 
	margin: 0px auto 0px auto; 
	text-align: left; /* re_aligns text to left second part of two part MSIE centering workaround */
	width: 850px;
        background: #333329;
}

#ipbwrapper3{ 
	margin: 0px auto 0px auto; 
	text-align: left; /* re_aligns text to left second part of two part MSIE centering workaround */
	width: 95%;
}



/* Category Headers*/

.cat_main {
	background: url('../../phpBB/phpBB3/styles/Hammerfallskinv2/theme/images/mt_tile.png');
	height: 37px;
}

.cat_ls {
	background: url('../../phpBB/phpBB3/styles/Hammerfallskinv2/theme/images/mt_l.png');
	width: 347px;
	height: 37px;
	float: left;

}

.cat_rs {
	background: url('../../phpBB/phpBB3/styles/Hammerfallskinv2/theme/images/mt_r.png');
	width: 350px;
	height: 37px;
	float: right;
        position: relative;
        left: 2px;
}

.cat_main2 {
	background: url('../../phpBB/phpBB3/styles/Hammerfallskinv2/theme/images/mt2_tile.jpg');
	width: 100%;
	height: 37px;
}

.cat_ls2 {
	background: url('../../phpBB/phpBB3/styles/Hammerfallskinv2/theme/images/mt2_l.jpg');
	width: 34px;
	height: 37px;
	float: left;
}

.cat_rs2 {
	background: url('../../phpBB/phpBB3/styles/Hammerfallskinv2/theme/images/mt2_r.jpg');
	width: 71px;
	height: 37px;
	float: right;
}


.cattext {
	color: #FEFEFE;
        font-size: 12px;
        font-weight: bold;
        height: 100%;
        font-family: verdana;

}

.cattext a:link { color: #FEFEFE; text-decoration:none }
.cattext a:visited { color: #FEFEFE; text-decoration:none }
.cattext a:hover { color: #E8D988; text-decoration:none}
.cattext a:active { color: #FEFEFE; text-decoration:none }

li.header dt, li.header dd {
	color: #FFFFFF;
}

.sublinks,
.sublinks a:link,
.sublinks a:visited{
color: #a07a08;
text-decoration: none;
font-weight: bold;
text-align: center;
}

.overall_links,
.overall_links a:link{
color: #a07a08 !important;
text-decoration: none;
font-weight: bold;
}

.mainlinks{
text-align: center;
padding-top: 16px;
}


.mainlinks a:link,
.mainlinks a:visited{
color :#fff;
}