/* CSS Document */

html, body {
	color: #000;
	
}


.wrap{
  width: 100%;
  max-width: 100%;
  border: none;
  border-radius: 0;
}

blockquote, blockquote p {
    color: #000000;
}

@media only screen and (max-width: 1220px), only screen and (max-device-width: 1220px) {
    .wrap {
        margin: 0;
    }
}
.button{
  color: #fff;
  font-family: 'Lato', sans-serif;
}
.button:hover{
  color: #000;
}


body {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  padding: 0;
	background-color: #000;
}
body.simple{
	background-color: #fff;
	color: #000;	
}
button{
  line-height: normal; 
}

.content ul, .content ol{
  margin: 0; 
}

#vp.reg #logo {
    position: relative;
    text-align: center;
    width: 1000px;
	top: 0;
}
#vp.reg #tagline {
    padding: 4px 0 0 0;
    float: none;
    text-align: center;
    width: 1000px;
}
.topic-title h1{
	font-weight: normal;	
}
#site-description h2{
	color: #fff;	
}
h3 {
    border-bottom-color: #CCCCCC;
    color: #333;
}

.content, .content p, dl.faq {
    font-family: 'Lato', Helvetica, sans-serif;
}
.bg1 {
    background-color: #ECECEC;
}
.bg2 {
    background-color: #EEE;
}
.bg3 {
    background-color: #ccc;
}
.tabs .activetab > a, .tabs .activetab > a:hover {
    background-color: #ccc;
    background-image: -webkit-linear-gradient(top, #eee 0%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 0%,#ccc 100%);
}
.navigation a {
    color: #333;
    background: #ccc;
    background: -webkit-linear-gradient(left, #eee 50%, #ccc 100%);
    background: linear-gradient(to right, #eee 50%,#ccc 100%);
}
.postbody h3 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}
a {
    color: #B92025;
}
a.forumtitle, a.topictitle {
    color: #333;
}
.username-coloured {
    color: #B92025 !important;
}
li.row {
    border-top-color: #FFFFFF;
    border-bottom-color: #ccc;
}
li.row:hover {
	background-color: #eee;
}
ul.topiclist li {
    color: #777;
}

.button {
    border-color: #C7C3BF;
    background-color: #CCC;
    background-image: linear-gradient(to bottom, #ccc 0%,#000 100%);
    box-shadow: 0 0 0 1px #FFFFFF inset;
    -webkit-box-shadow: 0 0 0 1px #FFFFFF inset;
    color: #fff;
    line-height: normal;

}
.button .icon, .button-secondary {
    color: #fff;
}
.action-bar .button {
    margin-right: 5px !important;
}
a.button:hover{
	color: #eee;
	text-shadow: none;	
}
a.button .icon{
	color: #fff;	
}
a.button .icon:hover{
	color: #eee;	
}

.headerbar{
    padding: 5px 5px 5px 20px;

	background-color: #000000;
    background-image: -webkit-linear-gradient(top, #000000 0%, #404040 100%);
    background-image: linear-gradient(to bottom, #000000 0%,#404040 100%);
    background-repeat: repeat-x;
}
.navbar {
    background-color: #eee;
}
.forabg {
    background-color: #c9c9c9;
    background-image: -webkit-linear-gradient(top, #333 0%, #000 100%);
    background-image: linear-gradient(to bottom, #333 0%,#000 100%);
    background-repeat: repeat-x;
}
.forumbg {
	background-color: #c9c9c9;
    background-image: -webkit-linear-gradient(top, #333 0%, #000 100%);
    background-image: linear-gradient(to bottom, #333 0%,#000 100%);
    background-repeat: repeat-x;
}

ul.forums {
    background-color: #f4f4f4;
    background-image: -webkit-linear-gradient(top, #f4f4f4 0%, #f4f4f4 100%);
    background-image: linear-gradient(to bottom, #f4f4f4 0%,#f4f4f4 100%);
}

p.author {
    margin-bottom: 0.6em;
    padding: 10px 0 10px 5px;
    font-family: 'Lato', sans-serif;
    margin-left: -5px;
    background-color: #ddd;
    font-size: 1em;
    line-height: 1.2em;
    clear: both;
    border-radius: 7px;
}

.post {
    margin-bottom: 14px;
}

.post .content {
  margin-top: .5em;
  background-color: #eeeeee;
}

.pagination li.active span {
    background: #000;
    border-color: #B92025;
    color: #FFFFFF;
}
h3.first a{
	color: #333;	
}
.disclaimer{
	font-family: 'Lato', Sans-serif;
    font-size: 1.2em;
    font-weight: bold;
	text-align: center;
	padding: 20px 0 0 0;
}

fieldset {
    border-width: 0;
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;
}
.search-header {

    box-shadow: none;
}
@media screen and (max-width: 480px), screen and (device-width: 430px) and (-webkit-device-pixel-ratio: 3) {
	#vp {
		width: 100%;
	}
	#header{
		width: 100%;
		height: 45px;
	}	
	#nav, #vpStats, #goldIconT {
		display: none;
	}
	#logo, #vp.gold #logo{
		left: 0 !important;
		width: 100%;
		text-align: center;
		top: 5px;
	}
	#logo img{
		width: 	100px !important;
		height: 40px !important;
	}
	#header .loggedInAs, #urlinks .items{
		display: none;	
	}
}