/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		VidoStyle
	Based on style:	Vladinho (the default Wordpress style)
	Original author:	[urban] ( http://sorelmihai.com )
	Modified by:		Shadow_One ( http://www.se-tuning.net )
	
    --------------------------------------------------------------
*/

/* 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, Helvetica, sans-serif;
color: #000000;
	background: url("images/axwellbg.jpg") #000000;
	font-size: 12px; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
}

a {
	text-decoration: underline;
	color: white;
}

a:hover {
	text-decoration: none;
}

#contenttable {
	/*margin-top: 30px;*/
	margin-bottom: 30px;
}

#wrapheader {
	min-height: 150px;
	height: auto !important;
	height: 150px;
	padding: 0;
	width: 740px;
	/*margin-left: 270px;*/
	/*margin-top: 20px;*/
}

#wrapcentre {
	width: 740px;
	/*margin-left: 270px;*/
}

#wrapfooter {
	text-align: center;
	clear: both;
	width: 740px;
	/*margin-left: 270px;*/
	color: #ffffff;
}

#wrapfooter a {
	color: #FFFFFF;
	text-decoration: underline;
}

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

#axwellogo {
	 position:relative;
	 top:20px;
	 left:-400px;
	 background-image: url(images/axwellogo.png);
	 background-repeat: no-repeat;
	 width: 225px;
	 height: 218px;
	 
}

#logo {
	background-image: url(images/axwellbanner.jpg);
	background-repeat: no-repeat;
	width: 740px;
	height: 150px;
	background-position: center center;
	border: 1px white solid;
}

#logo2 {
	position: absolute; 
	left: 516px; 
	top: 10px; 
	z-index: 1;
}

.index_body {
width: 730px;
}

td.forumpost, td.forumtopic {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
background-color: #000000;
font-weight: bold;
}

#menubar {
	width: 710px;
	/*border-bottom: 1px solid #bfbfa4;*/
	padding: 0;
	margin: 0;
	float: left;
	display: block;
}

#datebar {
}

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

.row1_vf {
background-color: #000000;
color: #FFFFFF;
}

.row1_vf a {
color: #FFF;	
}

.row1_vf_img img {
width: 33px;
height: 26px;
padding-left: 2px;
padding-right: 2px;
}

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

.forumcat {
height: 60px;
background-color: #000000;
color: #FFFFFF;
border-top: 4px white solid;
}

.forumcat a {
color: #FFFFFF;
text-decoration: none;

}

.forumtitle, .forumtitle a {
font-family: Arial Black;
text-transform: uppercase;
font-size: 24px;
letter-spacing: -1.5px;
color: #FFFFFF;
text-decoration: none;
height: 24px;
margin-top: -6px;
}

.forumdesc {
font-family: Arial;
text-transform: lowercase;
font-size: 14px;
}

.forumrules h3 {
	color: red;
}

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

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

input.post {
width: 334px;	
}


/*  Text
 --------------------- */
h1 {
	color: #E5E6D4;	font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
	font-size: 3em;
	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: white;
	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;
}

#menumade ul {
 
	margin:0; 
	padding: 0;
	list-style:none;
	font-size: 1.1em;
	height: 2.4em;
	font-weight: bold;
}
#menumade li {
	display:inline;
	margin:0; padding:0;
}
#menumade a {
	float: left;
	margin:0;
	padding:5px 15px 3px 10px;
	text-decoration:none;	
	color: #FFFFFF;
}

.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;
	font-size: 10px;
}

p.topicauthor {
	margin: 1px 0;
	font-size: 10px;
}

p.topicdetails {
	margin: 1px 0;
	font-size: 10px;
}

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

.postapprove, .postapprove a {
	color: green;
	font-weight:bold;
}

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

div.postauthor, div.postauthor a {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
	padding-left: 3px;
	text-transform: uppercase;
}

.postdetails {
	color: #ffffff;
}

.postbody {
	font-size: 1.1em;
	line-height: 1.4em;	font-family: Arial, Helvetica, 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: yellow;
}


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

a.nav {
	color: #000000;
}

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

ul.nav {
	font-weight: bold;
	color: #000000;
}

.nav2 {
	list-style: none;
	margin: 0px;
	bottom: 0px;
}

#nav2 li {
	float: right;
	/*margin-left: 5px;*/
    list-style: none;
}

td.stats a {
color: white;	
}

#nav2 .page_item a{
	color: #000000;
	background: #4F5962 url("images/buton.jpg");
	padding-top: 8px;
    padding-bottom: 8px;
    min-width: 79px;
    text-align: center;
	font-size: 1em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}

#nav2 .page_item a:hover {
	color: #000000;
}

.quote {

}

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

span.pagination, span.pagination a, td pagination, td pagination a {
	color: #FFFFFF;
}

td.pagination a {
	color: #FFFFFF;
}

.cattitle {

}

p.gen {
	text-align: center;
}

p.gen a {
	text-decoration: underline;
	font-weight: bold;
}

.gen {
	margin: 1px 1px;
	font-size: 1.0em;
	color: #000;
}

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

td.genmed a {
	text-decoration: underline;
}

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

.gensmall2 {
	margin-top: 1px;
	margin-right: 1px;
	font-size: 1em;
}

.gensmall_white, .gensmall_white a {
	margin: 1px 1px;
	font-size: 1em;
	color: #FFFFFF;
	text-decoration: none;
}

.gensmall_white_no, .gensmall_white_no a {
	margin: 1px 1px;
	font-size: 1em;
	color: #FFFFFF;
	text-decoration: none;
}


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

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

.titles {	
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #000;
}

td.memberlist_stripe {
background-image: url(http://www.axwell.co.uk/forum/styles/axwellv3/imageset/stripe_bg.jpg);
background-repeat: repeat-x;

}

.error {
	color: red;
}

#menu {
	margin-top: 4px;
	margin-bottom: 4px;
	font-weight: bold;
	color: #FFFFFF;
}

td.txtcenter {
color: #000;	
}


/* Tables
 ------------ */
th {
	color: #000000;

}

th th.tekst {
	filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
}

table.tablebg th a {
	color: #FFFFFF;
}

td {
	padding: 0px;
}


td.status {
	background-image: url(/forum/images/offline.gif);
	background-repeat: no-repeat;
}

td.status_online {
	background-image: url(/forum/images/online.gif);
	background-repeat: no-repeat;
}

.tablebg {
	/*background-color: #FFFFFF;*/
}

.catdiv {
	height: 24px;
	margin: 0;
	padding: 0;
	/*border-bottom: solid 1px #bfbfa4;*/
	/*background: url("images/sideh2.jpg");*/
}
.rtl .catdiv {
	border-bottom: solid 1px #bfbfa4;
	/*background: url("images/sideh2.jpg");*/
}

.cat {
	height: 24px;
	margin: 0;
	padding: 0;
	/*border-bottom: solid 1px #bfbfa4;*/
	text-indent: 4px;
	/*background: url("images/sideh2.jpg");*/
}

.cat_white {
	height: 24px;
	margin: 0;
	padding: 0;
	/*border-bottom: solid 1px #bfbfa4;*/
	text-indent: 4px;
	/*background: url("images/sideh2.jpg");*/
}

.cat h4 {
	color: #FFFFFF;
}

td.cat a {
	color: #ffffff;
}

td.cat a:hover {
	text-decoration: underline;
}

.row1 {
	padding: 4px;
	text-align: left;
	
}

.row2 {
	padding: 4px;
	color: #FFFFFF;
}

.row3 {
	/*background: url("images/sideh2.jpg");*/
	padding: 4px;
	font-size: 10px;
	color:#FFFFFF;
}

td.row22 {
color: #565656;
background-color: #f2f2f2;
}

table.searchresults .two, table.searchresults td.two a, table.searchresults .two div a {
color: #000;	
}

.row3 a {
color: #FFF;
text-decoration: none;
}

.pad4 {
color: black;	
font-size: 12px;
}

.greyline a {
color: white;
text-decoration: none;
}

.row11 {
	background-color: #ffffff;
	padding: 4px;
	text-align: left;
	color: #000000;
}

td.row1 a.forumlink {
	text-decoration: none;
}

td.row11 a.topictitle {
	color: #000000;
	font-size: 1.0em;
	font-weight: normal;
	text-decoration: none;
}

td.row11 a.topictitle:hover {
	text-decoration: underline;
	color: #000000;
}

.row1 a:hover, .row2 a:hover, .row3 a:hover, .row11 a:hover {
	text-decoration: underline;
}

td.four {
	color: #000;
}

table#banner img, table#banner img a {
border: none;
}

.spacer {
	background-color: #ffffff;
}

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

.legend {
	text-align:center;
	margin: 0 auto;
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
}

.legend2 {
	margin: 0 auto;
	padding: 1px;
	font-size: 9px;
}

/* Links
 ------------ */
a {
	color: #000000;
	text-decoration: underline;
	padding-bottom: 1px;
	padding-top: 2px;
}

a:hover {
	text-decoration: none;
	padding: 2px 0 1px;
}

a.forumlink {
	color: #E0500A;
	font-weight: bold;	font-family: Arial, Helvetica, sans-serif;
font-size: 1.1em;
}

a.forumlink:hover {
	text-decoration: underline;
}

a.topictitle {
	color: #E0500A;
	margin: 1px 0;	font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
	font-size: 1.1em;
}

td.sitelocation {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
	font-weight: bold;
	color: #ffffff;
}

.sitelocation a {
	color: #ffffff;
	text-decoration: underline;
}

td.sitelocation a:hover {
	text-decoration: underline;
}


a.topictitle:hover {
	color: #E0500A;
	text-decoration: underline;
}

th a {
	color: #E0500A; !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}


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

input {
	color: #565656;	font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
	font-weight: normal;
	padding: 3px;
	border: 3px solid #565656;
	background-color: #ebebeb;
}

textarea {
	background-color: #ffffff;
	color: #000000;	font-family: Arial, Helvetica, sans-serif;
font-size: 12px; 
	line-height: 1.4em;
	font-weight: normal;
	border: 3px solid #565656;
	padding: 2px;
}

textarea.message {
		height: 305px;

}

select {
	color: #565656;
	background-color: #ebebeb;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: 3px solid #565656;
	padding: 3px;
}

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

a.findmember {
	color: #FFFFFF;
}

a.pagination {
	color: #FFFFFF;
}

.post {
	background-color: #ebebeb;
	border-style: solid;
	border-width: 3px;
	border-color: #565656;
}

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

.btnmain {
	font-weight: bold;
	background-color: #ebebeb;
	color: #565656;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: bold;
	background-color: #ebebeb;
	border:  3px #565656 solid;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
	color: #565656;
}

.btnfile {
	font-weight: normal;
	background-color: #ebebeb;
	color: #000000;
	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: #dddddd;
	color: #000000;
	font-weight: bold;
}

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

/*.quotecontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #dddddd;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	line-height: 1.4em;
}*/

.quotecontent {
  /*background: #fafafa url(images/quoteleft.jpg) no-repeat 10px 10px;*/
  padding: 10px;
  border: 1px solid #dddddd;
  margin-left: 5px;
}
.quotecontent div {
  /*padding: 0 48px;
  background-color: transparent;
  background-image: url(images/quoteright.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;*/
}

.attachcontent img {
	margin: 5px;
	padding: 5px;
	background-color: #FAFAFA;
	border: 1px #dddddd solid;
}

.attachcontent {
	font-size: 0.85em;
}

span.avatar img {
	border: 3px #ffffff solid;
	margin-top: 5px;
	max-width: 134px;
}

span.avatar2 img {
	border: 3px #000000 solid;
	margin-top: 5px;
	max-width: 134px;
}

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

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #000000;
	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: #F59B2D;
}

.pm_replied_colour {
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


/* Misc
 ------------ */
img, div.img {
	border: none;
    behavior: url("");
}



.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;
}

td.requests {
	color: #FFFFFF;
}

td.requests a {
	color: #FFFFFF;
}

table.whitetable, table.whitetable a {
	color: #FFFFFF;
}