@charset "UTF-8";
/* CSS Document */



/* Top Sticky Logo */

#fixed-tab {
	width: 100%;	
	top:0;
	background:#FFFF00;
	height:60px;
	position:fixed;
}

#menu-top {
	max-width:800px;
	margin-left: auto;
	margin-right:auto;
}




/* Main Menu */


#menu-icon {
	display:none;
}

#menu-bottom {
	display:none;
}


#navigation {
	float:right;
	padding-bottom:20px;
}


ul.menu {
	list-style-type:none !important;  
	margin:0px;
	padding:0px;
	font-weight:bold;
	line-height:1em;
	}
	
li.menuitem {
    display: inline;
	padding-right:20px;
	text-transform:uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px;
}

li.menuitem.active a {
	color:#999999;
}

li.menuitem a:hover {
	color:#999999;
}

li.menuitem a {text-decoration:none;}


#header {
	background-image: url("img/header-stripes.png");
	height: 350px;
	margin-top:60px;
}

.title {
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
}
	






/* General Content */

.wrapper {
	max-width:800px;
	margin-left: auto;
    margin-right: auto;
	text-align:left;
}

body {
  background: #F9F9F9;
  alignment-adjust:central;
  font-family: 'Source Sans Pro', sans-serif;
  text-align:center;
  color:#36353C;
  margin:0 !important;
}

body p, body ul, body ol {
	font-size:1.2em;
	line-height:1.8em;

}

p.start {
	padding-top: 25px;
}

p.product {
	font-size:0.8em;
}

p.quote {
	padding-left:20px;
}
	
h1, h2 {
	font-family: 'Source Sans Pro', sans-serif;
}


h1, h2, h3 {
	color: #36353C;

}

h1, h1 a {
	font-size:2.5em;
	text-decoration:none;
	font-weight:900;
}

h2 {margin-bottom:2px; 	font-size:2.8em;}

h2.date {font-size:2.5em; margin-top:0px;}

h3 {margin-bottom:2px; 	font-size:1.4em;}

h4 {margin-bottom:2px; 	font-size:1.2em;}

hr {margin:0px;}

p.tagline{margin: 10px; line-height:1.7em;}
	
a {color:#36353C;}


.bitAd {
	color:#FFA500;
}


/* images */

img.left-img {
	float:left;
	padding-right: 20px;
}

img.img-center {
	display:block;
	padding-top:20px;
	margin-left:auto; 
	margin-right:auto;
	}

img.logo {
	padding-top:60px;
	padding-bottom:20px; 
	float:right;}

img.adm-logo {
	float:left;
	margin-top: 50px;
}

img.ff-logo {
	float:right;
	margin-top: 280px;
}

img.bitcoin {
	max-width: 200px;
	float:right;
}


/* tables */

td {
	vertical-align:top !important;
}

td p {
	margin-top: 0 !important;
}

td.right {
	padding-left: 20px;
	padding-bottom: 20px;
}

td.left {

	padding-bottom: 20px;
}








/* Footer */

#footer {
	background-color:white;
	margin-left: auto;
    margin-right: auto;
	padding-bottom: 60px;
}

#footer div.content {
	max-width:1100px;
	margin-left: auto;
    margin-right: auto;
}


#footer img {
	padding:20px;
	
}



/* TABLES */

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }


/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}


/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3, .span_2_of_2, .span_1_of_2 { width: 100%; }
	
	img.bitcoin { max-width: 100px;  float:left; }
}



/* Mobile optimisation */

@media screen and (max-width: 1020px) { 

	.wrapper, .title, #menu-top { padding: 0 20px;}
	h2 {font-size:2em;}
	h3 {font-size:1.8em;}
	img.adm-logo {max-width:100%; margin-top: 30px;}	
	img.ff-logo {float: left; max-width:40%; margin-top: 30px;}
	img.footer-logos {max-width:110px;}
	
	
	
	#header {background-image: url("img/header-stripes-m.png");}
	
	/* Mobile menu */
	#navigation {display:none;}
	#menu-icon {display: block; float:right;}
	#menu-bottom {display:block; }
	li.menuitem {background: #FFFF00; display: block; font-size:1em; padding:20px; border-bottom: 1px solid white;}
}