﻿/******************************************************************************************************************* 
	
    URI: http://innervisionsoftware.co.uk
	Version: 1.0.0.1

********************************************************************************************************************

	Table of Contents:

	 1.	Global
	 2.	Hyperlinks		
	 3.	Headings
	 4.	Header
	 5.	Content
	 6. Images
	 7. Footer
	 8. CSS3 Styles
	 9. Grid
	  
*******************************************************************************************************************/

/************************************************
*	1.	Global									*
************************************************/

body {
	background: none repeat scroll 0 0 #f4f4f4;
	color: #666666;
	color: rgba(0, 0, 0, .65);
	font-size: 0.9em;
	font-family: 'Open Sans', Arial, Helvetica , sans-serif;
	font-weight: 400;
	line-height: 2;
	margin: 0px;
	padding: 0px;
}
p {
	padding: 8px 0px;
	margin: 0px;
    text-align: justify;
}
p:empty {
	display: none;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}	
hr {
	border: 0;
	width: 100%;
	height: 1px;
	color: #DDDDDD;
	background-color: #DDDDDD;
	margin: 6px 0px 8px 0px;
	padding: 0px;
}
ol, ul {
	list-style: none;
	margin: 6px 0px;
	padding: 0px 0px 0px 12px;
}
ol li {
	list-style: inside;
	list-style-type: decimal;
	margin: 6px 0px;
	padding: 0px 0px 0px 12px;
}
ul li {
    list-style: inside;
    list-style-type: square;
    margin: 6px 0px;
	padding: 0px 0px 0px 12px;
}
ul ol li, ul ol ul ol li {
    list-style-type: decimal;
}
ol ul li, ol ul ol ul li {
    list-style-type: square;
}
blockquote {
	color: #333333;
	color: rgba(0, 0, 0, .8);
	font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.8em;
	line-height: 1.4;
	margin: 20px 0px;
	padding: 20px;
	border-top: 1px solid rgba(0, 0, 0, .12);
	border-bottom: 1px solid rgba(0, 0, 0, .12);
}
blockquote p {
	margin: 0px;
	padding: 0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
code, pre {
	color: #666666;
	color: rgba(0, 0, 0, .65);
	background: #EEEEEE;
	background: rgba(0, 0, 0, .04);
	font-family: Courier, Verdana, Tahoma, Verdana;
	font-size: 13px;
	line-height: 1.4;
	margin: 12px 0px;
	padding: 6px 8px;
	border: 1px solid rgba(0, 0, 0, .12);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
code {
	display: inline;
	white-space: normal;
}
pre {
	display: block;
}
pre code {
	padding: 0px;
	border: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
}
img, object, embed {
	max-width: 100%;
}
img, object, embed {
	height: auto;
	margin: 0px auto 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}
.text-left { 
	text-align: left; 
}
.text-right { 
	text-align: right; 
}
.text-center { 
	text-align: center; 
}
.align-center {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.align-left {
	float: left;
}
.align-right {
	float: right;
}
.fixed {
	position: fixed !important;
	top: 0;
}
.padding-top {
	padding-top: 100px;
}
.iphone-display {
    display: none!important;
}
::-moz-selection { 
	color: #FFFFFF; 
	background: #CCCCCC;
}
::selection { 
	color: #FFFFFF;
	background: #CCCCCC;
}

/************************************************
*	2.	Hyperlinks								*
************************************************/

a img {
	border: none;
}
a, a:link {
	color: #161616;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	color: #000000;
	text-decoration: none;
}
	
/************************************************
*	3.	Headings  								*
************************************************/
	
h1 {
	color: #333333;
	color: rgba(0, 0, 0, .8);
	font-size: 2.6em;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: -0.4px;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
}
h2 {
	color: #333333;
	color: rgba(0, 0, 0, .8);
	font-size: 2.4em;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: -0.2px;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
}
h3 {
	color: #333333;
	color: rgba(0, 0, 0, .8);
	font-size: 2.2em;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.4;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
}
h4 {
	color: #333333;
	color: rgba(0, 0, 0, .8);
	font-size: 1.8em;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.4;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
}
h5 {
	color: #333333;
	color: rgba(0, 0, 0, .8);
	font-size: 1.6em;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.4;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
}
h6 {
	color: #333333;
	color: rgba(0, 0, 0, .8);
	font-size: 1.2em;
	font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.2px;
	margin: 4px 0px;
	padding: 4px 0px 12px 0px;
	border-bottom: 1px solid rgba(0,0,0, .12);
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #333333;
	color: rgba(0, 0, 0, .8);
	text-decoration: none;
	border: none;
}
h1 a:hover, h2 a:hover, h3 a:hover,
h4 a:hover, h5 a:hover, h6 a:hover {
	color: #000000;
	text-decoration: none;
	border: none;
}
.headline {
	font-family: 'Roboto';
	text-transform: uppercase;
	font-size: 3em;
	font-weight: 300;
	line-height: 1.1;
	letter-spacing: -2px;
	margin: 12px 0px;
	padding: 12px 0px;
}
.headline.small {
	font-family: 'Roboto';
	font-size: 1.6em;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -0.4px;
	margin: 8px 0px;
	padding: 8px 0px;
	border: none;
}
.title {
	font-family: 'Roboto';
	font-size: 1.2em;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
}
#logo-header {
    display: block;
    font-size: 0;
    line-height: 0;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    text-align: center;
    text-indent: -999em;
    z-index: 9;
}

/************************************************
*	4.	Header  		                    	*
************************************************/

#header {
	display: block;
	background: none repeat scroll 0 0 #23241e;
	width: 100%;
	height: 100px;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 99;
	zoom: 1;
}

/************************************************
*	5.	Content 	    	                	* 
************************************************/

.banner {
	padding: 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.banner-padding {
	padding-top: 60px;
}
.banner img {
	margin: 0px;
}
.banner.text-banner {
    background: #e8e7e3 none repeat scroll 0 0;
    border-bottom: 1px solid #dbdad7;
    margin: 0 0 24px;
    padding: 48px 0;
    text-align: center;
}
.content {
    padding: 48px 0 24px;
}
.content h1.headline {
    text-align: center;
}
.content p {
    padding: 14px 0;
}
.content ul {
    margin-bottom: 18px;
}
.content ul img {
    margin: 14px 0 0;
	padding-right: 10px;
	width: 900px;
}
.content ul li {
	list-style: none;
	margin-top: 0px;
}

/************************************************
*	6.	Images  				     		    * 
************************************************/

img.center {
	display: block;
	margin: 6px auto 6px;
	padding: 0px;
}
img.align-none {
	padding: 0px;
	margin: 6px 0px;
	display: inline;
}
img.align-right {
	padding: 0px;
	margin: 12px 0px 12px 24px;
	display: inline;
}
img.align-left {
	display: inline;
	padding: 0px;
	margin: 12px 24px 12px 0px;
}

/************************************************
*	7.	Footer                  		  		*
************************************************/

#footer-top {
    background: none repeat scroll 0 0 #42433d;
    padding: 40px 0;
}
#tweets {
    display: block;
    position: relative;
    text-align: center;
}
#tweets i {
    color: #ffffff;
    display: block;
    font-size: 36px;
    margin-bottom: 12px;
    text-align: center;
}
#tweets .twitter-feed {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.08);
    display: block;
    margin: 0;
    padding: 18px 24px;
    text-align: left;
}
#tweets .tweet {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #999999;
    display: block;
    padding-top: 0;
    word-wrap: break-word;
}
#tweets a {
	color: #999999;
}
#tweets a:active,
#tweets a:hover,
#tweets a:focus {
	color: #FFFFFF;
}
#tweets .timePosted {
    color: #666666;
    display: none;
    font-size: 1em;
    font-style: italic;
    padding-bottom: 0;
    text-align: center;
}
#tweets .timePosted:before {
    content: "— ";
}
#tweets .interact {
    margin: 0 auto;
    padding-bottom: 0;
    text-align: center;
}
#tweets .interact a {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0 8px;
}
#tweets .interact a:first-child {
    padding-left: 0;
}
#tweets .interact a:last-child {
    border-right: medium none;
    padding-right: 0;
}
#footer-top h6 {
	color: #222222;
    	font-size: 0.9em;
	text-transform:uppercase;
}
.footer-links {
	border-right: 1px solid rgba(0, 0, 0, 0.08);
    	padding: 0 40px;
}
.footer-links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer-links ul li {
    display: block;
    margin: 6px 0 0;
    padding: 6px 0 0;
}
.footer-links li a {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.9em;
}
.footer-links li a:hover {
    color: #FFFFFF;
}
#footer-newsletter,
#footer-project {
 	color: rgba(255, 255, 255, 0.4);
    	font-size: 0.9em;
	padding: 0 40px;
}
#footer-project a {
	color: rgba(255, 255, 255, 0.7);
}
#footer-project a:hover {
	color: #FFFFFF;
}
#footer-newsletter form {
	display: block;
	min-width:295px;   
}
#footer-newsletter input {
	display: inline;
	width: 70%;
	height: 20px;
	background: #32332D;
	border: none;
	box-shadow: none;
	margin:0;
	padding:10px;
	color: #A5A5A5;
	font-size: 0.85em;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;	
	-webkit-transition:background .3s ease-in-out;
	-moz-transition:background .3s ease-in-out;
	transition:background .3s ease-in-out;
	float:left;
	border-radius:0
}
#footer-newsletter input:focus {
	background-color: rgba(0, 0, 0, 0.08);
	outline: 0;
}
#footer-newsletter .btn {
	display: inline;
	width:40px;
	height:40px;
	text-indent:-9999em;
	background:#32332D url(../img/newsletter_arrow.png) no-repeat center center;
	border:0;
	margin-left:1px;
	-webkit-transition:background .3s ease-in-out;
	-moz-transition:background .3s ease-in-out;
	transition:background .3s ease-in-out;
}
#footer-newsletter .btn:hover {
	background-color:rgba(0, 0, 0, 0.08);
	cursor: pointer;
}
#footer-bottom {
	background: #32332D;
	width: 100%;
	margin: 0px auto 0px;
	padding:25px 0 15px;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	overflow: hidden;
}
#footer-bottom a {
	color:#DEDEDE;
	text-decoration: none;
}
#footer-bottom a:hover {
	color: #FFFFFF;
}
#footer-bottom p {
	font-size: 0.88em;
	color:#a5a5a5;
	font-weight: normal;
	line-height: 1.6;
	margin: 0px;
	padding: 0 35px 0 0;
}
	
/************************************************
*	8.	CSS3 Styles								*
************************************************/

a, a:link {
	transition: background .25s, color .25s;
	-moz-transition: background .25s, color .25s;
	-webkit-transition: background .25s, color .25s;
	-o-transition: background .25s, color .25s;
}
#submit, #searchsubmit {
	transition: background .25s, color .25s;
	-moz-transition: background .25s, color .25s;
	-webkit-transition: background .25s, color .25s;
	-o-transition: background .25s, color .25s;
}
.shadow {
	box-shadow: 2px 2px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: 2px 2px 0px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, .1);
}
.radius-full {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.radius-top {
	border-radius: 2px 2px 0px 0px;
	-moz-border-radius: 2px 2px 0px 0px;
	-khtml-border-radius: 2px 2px 0px 0px;
	-webkit-border-radius: 2px 2px 0px 0px;
}
.radius-bottom {
	border-radius: 0px 0px 2px 2px;
	-moz-border-radius: 0px 0px 2px 2px;
	-khtml-border-radius: 0px 0px 2px 2px;
	-webkit-border-radius: 0px 0px 2px 2px;
}
.radius-half {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
}

/************************************************
*	9.	Grid	 					     	    * 
************************************************/

#wrap { 
	margin: 0px;
	padding: 0px;
}
.container { 
	margin: 0px auto 0px;
	padding: 0px;
}
.row { 
	width: 100%; 
	max-width: 1040px;
	margin: 0 auto; 
}
.row .row { 
	min-width: 0; 
}
.column, .columns { 
	float: left; 
	min-height: 1px; 
	position: relative; 
}
[class*="column"] + [class*="column"]:last-child { 
	float: right; 
}
.row .single 	{ width: 100%; }
.row .half 		{ width: 49.9%; }
.row .third 	{ width: 33.3%; }
.row .fourth 	{ width: 25%; }
.row .one 		{ width: 6.25%; }
.row .two 		{ width: 12.5%; }
.row .three 	{ width: 18.75%; }
.row .four 		{ width: 25%; }
.row .five 		{ width: 31.25%; }
.row .six 		{ width: 37.5%; }
.row .seven 	{ width: 43.75%; }
.row .eight 	{ width: 50%; }
.row .nine 		{ width: 56.25%; }
.row .ten 		{ width: 62.5%; }
.row .eleven 	{ width: 68.75%; }
.row .twelve 	{ width: 75%; }
.row .thirteen 	{ width: 81.25%; }
.row .fourteen 	{ width: 87.5%; }
.row .fifteen 	{ width: 93.75%; }
.row .sixteen 	{ width: 100%; }
.row .centered { float: none; margin: 0 auto; }
.content.half,.content.third,
.content.fourth { 
	margin-right: 4%; 
}
.row .content.half { 
	width: 48%; 
}
.row .content.third { 
	width: 30.66%; 
}
.row .last {
    clear: right;
    margin-right: 0;
}
/* Nicolas Gallagher's micro clearfix */
.row:before, .row:after, .clearfix:before, .clearfix:after { content:""; display:table; }
.row:after, .clearfix:after { clear: both; }
.row, .clearfix { zoom: 1; }