@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700);

/* _________________________________________________

320 and Up boilerplate extension
Andy Clarke http://about.me/malarkey
Version: 2
URL: http://stuffandnonsense.co.uk/projects/320andup/
License: http://creativecommons.org/licenses/MIT/
_____________________________________________________

1 ROOT
2 HEADINGS
3 TYPOGRAPHY
4 LINKS
5 FIGURES & IMAGES
6 TABLES
7 FORMS
8 BANNER
9 NAVIGATION
10 CONTENT
11 MAIN
12 COMPLEMENTARY
13 CONTENTINFO
14 GLOBAL OBJECTS
15 VENDOR-SPECIFIC 
16 MODERNIZR
17 TEMPLATE SPECIFICS
18 MEDIA QUERIES

COLOURS 

*/
html, body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
figure,
figcaption,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  font-family: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* 320 and Up _________________________________________________

320 and Up
Andy Clarke http://about.me/malarkey
LESS Version: 2
URL: http://stuffandnonsense.co.uk/projects/320andup/
License: http://creativecommons.org/licenses/MIT/

Includes:


__________________________________________________________ */



.sans-serif {
  font-family: "Verdana", Helvetica, Arial, sans-serif;
}
.serif {
  font-family: "Cambria, Georgia, Times, " Times New Roman;
}
.monospace {
  font-family: "Monaco", Courier New, monospace;
}
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
html {
  overflow-y: scroll;
  background: #ffffff;
  font-size: 62.5%;
}
body {
  margin: 0 auto;
  padding: 0;
  /* width: 90%; */
  /* 252px; */

  font-size: 14px;
  font-size: 1.4rem;
	font-family: 'Open Sans', sans-serif;  
	color: #282828;
  background-color: transparent;
}
button,
input,
select,
textarea {
  font-family: Verdana, Helvetica, sans-serif;
  color: #404040;
}
  /* Gijs 03/05/2012 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Ubuntu, Verdana, sans-serif;
  font-weight: normal;
}
h1 {
  margin-bottom: 0.65em;
  font-size: 24px;
  font-size: 2.4rem;	
}
h2 {
  margin: 2em 0 0.52em 0;
  font-size: 22px;
  font-size: 2.0rem;    
}
h3 {
  margin-bottom: 0.35em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
}
#benchleft h3.screenshot{
   padding: 3px 0px 3px 35px;	
}
h4 {
  margin-bottom: 0.25em;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
}

  /* Gijs 03/05/2012 */
p,
ol,
ul,
dl,
address {
  margin-bottom: 1em;
  font-size: 14px;
  font-size: 1.4rem;
}
  /* Gijs 03/05/2012 */
p {
  hyphens: auto;
  text-align: left;	
  line-height: 1.6em;	
}
ul, ol {
  margin: 0 30px 20px 30px;
  padding: 0;
}
li ul, li ol {
  margin: 2px 0 2px 30px;
}  			
dl, dd {
  margin-bottom: 1.5em;
}
dt {
  font-weight: bold;
}
dd{
  padding: 0 10px;
}
blockquote {
  margin: 0 0 1.5em -24px;
  padding-left: 24px;
  font-style: italic;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #bfbfbf;
}
ins {
  background-color: #c3d9e6;
  color: #000000;
  text-decoration: none;
}
mark {
  background-color: #c3d9e6;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;  
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}
small {
  font-size: 14px;
  font-size: 1.4rem;
}
sub, sup {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
a {
  color: #013568;
	text-decoration: none;
	border: 0px;
}
a:hover {
  color: #011b35;
}
a:focus {
  outline: thin dotted;
  color: #011b35;
}
a:hover, a:active {
  outline: 0;
}
figure {
  margin-bottom: 1.5em;
}
figure img, figure object, figure embed {
  margin-bottom: 0.75em;
  max-width: 100%;
}
figcaption {
  display: block;
  font-weight: normal;
}
img {
  border: 0;
	margin: 15px 0 20px;
}
svg:not(:root) {
  overflow: hidden;
}
  /* Gijs 04/05/2012 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 10px 0;
}

caption {
  font-size: 14px;
  padding: 30px 0 10px 0;
  font-style: italic;
}
th{
  font-weight: bold;
}
th, td {
  padding: 5px;
  text-align: center;
}
tfoot {
  font-style: italic;
}
caption {
  background-color: transparent;
}
/*
tbody tr:nth-child(odd) td {
  background-color: #c3d9e6;
}
*/
tr{
	border-bottom: 1px solid #ccc;
}

form {
  margin: 0;
}
fieldset {
  margin-bottom: 1.5em;
  padding: 0;
  border-width: 0;
}
legend {
  *margin-left: -7px;
  padding: 0;
  border-width: 0;
}
label {
  font-weight: normal;
  cursor: pointer;
}
button,
input,
select,
textarea {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button, input {
  line-height: normal;
  *overflow: visible;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  box-sizing: content-box;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
html {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #c3d9e6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
::-webkit-selection {
  background-color: #00CCCC;	
  color: #000;
  text-shadow: none;
}
::-moz-selection {
  background-color: #00CCCC;	
  color: #000;
  text-shadow: none;
}
::selection {
  background-color: #00CCCC;	
  color: #000;
  text-shadow: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
}
::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
input:-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
.ie7 img, .iem7 img {
  -ms-interpolation-mode: bicubic;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
p {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens:none;
}
.ir {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  text-indent: -999em;
  direction: ltr;
}
.ir br {
  display: none;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visuallyhidden {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  position: static;
  margin: 0;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}
.invisible {
  visibility: hidden;
}
/* 17 TEMPLATE SPECIFICS ============================================================================= */
.offscreen {
    position: absolute;
    left: -999em;
}

.clearboth{
	clear: both;
	margin: 0;
	padding: 0;
}

.resolution{
	display: none;
}

.st480{
	display: inline;
}

.update{
	background: #F1F1F1; /* for non-css3 browsers */    
	background: -webkit-gradient(linear, left top, left bottom, from(#F1F1F1), to(#DFDFDF)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #F1F1F1,  #DFDFDF); /* for firefox 3.6+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1F1F1', endColorstr='#DFDFDF'); /* for IE */
	background: -o-linear-gradient(top,  #F1F1F1 0%,#DFDFDF 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #F1F1F1 0%,#DFDFDF 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #F1F1F1 0%,#DFDFDF 100%); /* W3C */
	padding: 15px 20px;
	margin: 30px 0 20px 0;
} 