/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		The Avalanches
	Based on style:	subSilver (the default phpBB 2 style)
	Original author:	www.theavalances.com
	
	Copyright 2010 The Avalanches
    --------------------------------------------------------------
*/

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

:focus {
	outline: 0;
}

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	background-color: #0f0f0f;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
}

#wrapheader {
	width: 770px;
	height: auto !important;
	padding: 0;
	margin: 0 auto;
	position: relative;
}

#wrapcentre {
	width: 770px;
	margin: 5px auto 0 auto;
	position: relative;
}

#wrapfooter {
	width: 770px;
	text-align: center;
	margin: 0 auto;
	clear: both;
	position: relative;
}

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

#logodesc {
	background-color: #0f0f0f;
	margin: 30px 0 24px;
}

.hr-01 {
	width:100%;
	height:25px;
	background:url(http://www.theavalanches.com/images/hr-01.gif) no-repeat bottom center;
	border:1px solid #0f0f0f;
	display:block;
	clear:both;
}

#external-links {
	width:444px;
	padding:16px 0 0;
	margin:0 auto;
	position:relative;
	clear:both;
}
#links {
	font-size:1.3em;
	text-align:center;
	width:630px;
	margin:0 auto;
	position:relative;
	clear:both;
}
.logo {
  margin-left: 30px;
}
#external-links a {
	text-indent:-999px;
	margin:8px 6px;
	overflow:hidden;
	display:block;
	position:relative;
	float:left;
	text-decoration:none;
}
/* External Links */
a.facebook {
	background:url(http://www.theavalanches.com/images/forum/facebook.png) no-repeat 0 0;
	width:65px;
	height:16px;
}
a.soundcloud {
	background:url(http://www.theavalanches.com/images/forum/soundcloud.png) no-repeat 0 0;
	width:83px;
	height:16px;
}
a.twitter {
	background:url(http://www.theavalanches.com/images/forum/twitter.png) no-repeat 0 0;
	width:45px;
	height:16px;
}
a.instagram {
	background:url(http://www.theavalanches.com/images/forum/instagram.png) no-repeat 0 0;
	width:69px;
	height:20px;
}
a.youtube {
	background:url(http://www.theavalanches.com/images/forum/youtube.png) no-repeat 0 0;
	width:56px;
	height:16px;
}
a.lastfm {
	background:url(http://www.theavalanches.com/images/forum/lastfm.png) no-repeat 0 0;
	width:54px;
	height:16px;
}

#menubar {
	font-size: 1.2em;
	margin: 0;
}

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

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

.forumrules {
	background-color: #0f0f0f;
	border-width: 1px;
	border-style: solid;
	border-color: #FFF;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Times New Roman", Times, serif;
}

.forumrules h3 {
	color: #FFFFFF;
}

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

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


/*  Text
 --------------------- */
h1 {
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	text-decoration: none;
	line-height: 120%;
}

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

h4 {
	margin: -2px 0 0 4px;
	font-size: 1.1em;
	font-weight: bold;
	font-family: "Avenir", Arial, Helvetica, sans-serif;
}

p {
	font-size: 1.2em;
}

p.moderators {
	margin: 0;
	float: left;
	color: #FFF;
	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 0 0 -8px;
	float: left;
	color: #FFF;
	font-weight: bold;
	white-space: normal;
	font: bold 1.1em "Avenir", Arial, Helvetica, sans-serif;
}
p.breadcrumbs a {
	font-family: "Avenir", Arial, Helvetica, sans-serif;
}

.rtl p.breadcrumbs {
	float: right;
}

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

.rtl p.datetime {
	float: left;
}

p.searchbar {
	font: 1.2em "Times New Roman", Times, serif;
	margin: 3px 0 0 0;
	white-space: nowrap;
	position: relative;
	float: right;
} 

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: #FFF;
	font-weight:bold;
}

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

.postapprove img, .postreported img {
	vertical-align: bottom;
	padding-top: 5px;
}

.postauthor {
	color: #FFF;
	font-size: 1.2em;
	padding-left: 5px;
}

.postdetails {
	color: #FFF;
	font-size: 1.1em;
}

.postbody {
	font-size: 1.2em;
	line-height: 1.5em;
	font-family: "Times New Roman", Times, serif;
	padding-right:1em;
}

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

.nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	margin: 0 8px 0 0;
	color: #FFF;
}

.pagination {
	padding: 4px;
	color: #FFF;
	font-size: 1.2em;
	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: 1.2em;
}

.icons a {
	margin: 0 15px 0 0;
}

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

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

.error {
	color: #FFF;
}


/* Tables
 ------------ */
th {
	color: #FFF;
	background-color: #0f0f0f;
	font: bold 1em "Avenir", Arial, Helvetica, sans-serif;
	white-space: nowrap;
	padding: 7px 5px;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
}
th:last-child {
	border-right:0;
}
td {
	padding: 4px 0;
}
td:last-child {
	border-right:0;
}
tr.last-child {
	border-bottom:0;
}
td.profile {
	padding: 4px;
}
.tablebg {
	font-size:1.1em;
	background-color: #0f0f0f;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	border-collapse: collapse;
}
.row1 a:link, .row1 a:active, .row1 a:visited, .row1 a:hover {
	color: #FFF;
}
.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background:#0f0f0f;
	border-bottom:1px solid #FFF;
}
.rtl .catdiv {
	background:#0f0f0f;
}

.cat {
	font-size: 0.9375em;
	vertical-align:middle;
	height: 32px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #0f0f0f;
	border-bottom:1px solid #FFF;
	text-indent: 4px;
}
.catnav {
	border-bottom: 0;
}

.row1 {
	background:#0f0f0f;
	padding: 8px;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
}

.row2 {
	background:#0f0f0f;
	padding: 8px;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
}

.row3 {
	background:#0f0f0f;
	padding: 4px;
	border-right:1px solid #FFF;
}

.spacer {
	background:#0f0f0f;
}

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

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

/* Links
 ------------ */

/* Links adjustment to correctly display an order of rtl/ltr mixed content */
.rtl a {
	direction: rtl;
	unicode-bidi: embed;
}

a, a:link {
	color: #FFF;
	text-decoration: underline;
}

a:active,
a:visited {
	color: #FFF;
	text-decoration: underline;
}

a:hover {
	color: #FFF;
	text-decoration: line-through;
}

element.style {
	color: #FFF;
}
a.register {
	color: #FFF;
	font-weight: bold;
	font-family: "Avenir", Arial, Helvetica, sans-serif;
	font-size: 0.875em;
}
a.newtopic, a.postreply, a.edit, a.quote {
	color: #FFF;
	font-weight: bold;
	font-family: "Avenir", Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	text-transform: uppercase;
	margin: 0 15px 0 0;
}
a.newtopic, a.postreply {
	font-size: 1.2em;
}
a.edit, a.quote {
	font-size: 0.875em;
}
a.forumlink {
	color: #FFF;
	font-weight: bold;
	font-family: "Avenir", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

a.topictitle {
	margin: 1px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
}

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

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

th a:hover {
	text-decoration: line-through;
}


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

input {
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #FFF;
	background-color: #0f0f0f;
}

textarea {
	background-color: #0f0f0f;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #FFF;
	padding: 1px 2px;
}

select {
	color: #FFF;
	background-color: #0f0f0f;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	border: 1px solid #FFF;
	padding: 0 2px 1px 2px;
	margin: -1px 0 0 0;
}

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 {
	font-size: 1.2em;
	background-color: #0f0f0f;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
}

.btnbbcode {
	color: #FFF;
	font-weight: bold;
	font-size: 1.1em;
	font-family: "Avenir", Arial, Helvetica, sans-serif;
	text-indent:0;
	text-transform: uppercase;
	background-color: #0f0f0f;
	border-style:1px solid #FFF;
	border-width:0 0 1px 0;
	padding: 0 0 1px 0;
	margin: 8px 0 10px 0;
}

.btnmain {
	font-weight: bold;
	font-size: 1.1em;
	font-family: "Avenir", Arial, Helvetica, sans-serif;
	text-indent:0;
	text-transform: uppercase;
	background-color: #0f0f0f;
	border-style:1px solid #FFF;
	border-width:0 0 1px 0;
	padding: 0 0 1px 0;
	margin: 8px 0 10px 0;
	display: inline-block;
	cursor: pointer;
}

.btnlite {
	font-weight: bold;
	font-size: 1.1em;
	font-family: "Avenir", Arial, Helvetica, sans-serif;
	text-indent:0;
	text-transform: uppercase;
	cursor: pointer;
	border-style:1px solid #FFF;
	border-width:0 0 1px 0;
	padding: 0 0 1px 0;
	margin: 8px 0 10px 0;
	display: inline-block;
}

.btnfile {
	font-weight: bold;
	font-size: 1.1em;
	font-family: "Avenir", Arial, Helvetica, sans-serif;
	text-indent:0;
	text-transform: uppercase;
	background-color: #0f0f0f;
	border-style:1px solid #FFF;
	border-width:0 0 1px 0;
	padding: 0 0 1px 0;
	margin: 8px 0 10px 0;
}

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


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

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

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #FFF;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.4em;
	font-family: "Times New Roman", Times, serif;
	background-color: #0f0f0f;
	color: #FFF;
}

.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: #FFF;
	color: #FFF;
	background-color: #0f0f0f;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #FFF;
	font-size: 0.85em;
	font-family: "Times New Roman", Times, serif;
	background-color: #0f0f0f;
}

.syntaxbg {
	color: #FFF;
}

.syntaxcomment {
	color: #FFF;
}

.syntaxdefault {
	color: #FFF;
}

.syntaxhtml {
	color: #FFF;
}

.syntaxkeyword {
	color: #FFF;
}

.syntaxstring {
	color: #FFF;
}


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

.pm_replied_colour {
	background-color: #0f0f0f;
}

.pm_friend_colour {
	background-color: #0f0f0f;
}

.pm_foe_colour {
	background-color: #0f0f0f;
}


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

.sep {
	color: #FFF;
	background-color: #0f0f0f;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: "Times New Roman", Times, serif;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	color:#FFF;
}