/*

Version - 1.3

Notes:
V1.2 - 09/05/2013 - Beau Rixon - Consistently styled MainContent page elements.
V1.2 - 05/04/2013 - Beau Rixon - Added 6px, 12px Gutter options. Removed responsive code.
V1.3 - 14/06/2013 - Beau Rixon - Cleaned the H tag font sizes.

*/

/* ================ RESET ================ */

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,meter,nav,object,ol,output,p,pre,progress,q,rp,rt,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video,xmp{border:0;font-size:100%;margin:0;padding:0}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1;}
audio:not([controls]){display:none;}
html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;outline:none;}
a:hover,a:active{outline:0;}
sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline;}
sup{top:-0.5em;}
sub{bottom:-0.25em;}
img, object {max-width:100%;width:auto\9;height:auto;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic;}
#map_canvas img,.google-maps img{max-width:none;}

button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle;}
button,input{*overflow:visible;line-height:normal;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield;}
input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none;}
form textarea, form input[type="text"]{box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
textarea{overflow:auto;vertical-align:top;resize: none;}
input:focus, textarea:focus {outline:none;}

/* ================ FRAMEWORK - 20 GUTTER ================ */

.container20{margin-right:auto;margin-left:auto;*zoom:1;position:relative;width:940px;}
.container20:before,.container20:after{display:table;content:"";line-height:0;}
.container20:after{clear:both;}

.container20 .row{margin-left:-20px;*zoom:1;}
.container20 .row:before,.row:after{display:table;content:"";line-height:0;}
.container20 .row:after{clear:both;}

.container20 [class*="span"]{float:left;min-height:1px;margin-left:20px;}
.container20 .span12{width:940px;}
.container20 .span11{width:860px;}
.container20 .span10{width:780px;}
.container20 .span9{width:700px;}
.container20 .span8{width:620px;}
.container20 .span7{width:540px;}
.container20 .span6{width:460px;}
.container20 .span5{width:380px;}
.container20 .span4{width:300px;}
.container20 .span3{width:220px;}
.container20 .span2{width:140px;}
.container20 .span1{width:60px;}

/* ================ FRAMEWORK - 12 GUTTER ================ */

.container12{margin-right:auto;margin-left:auto;*zoom:1;position:relative;width:948px;}
.container12:before,.container12:after{display:table;content:"";line-height:0;}
.container12:after{clear:both;}

.container12 .row{margin-left:-12px;*zoom:1;}
.container12 .row:before,.row:after{display:table;content:"";line-height:0;}
.container12 .row:after{clear:both;}

.container12 [class*="span"]{float:left;min-height:1px;margin-left:12px;}
.container12 .span12{width:948px;}
.container12 .span11{width:868px;}
.container12 .span10{width:788px;}
.container12 .span9{width:708px;}
.container12 .span8{width:628px;}
.container12 .span7{width:548px;}
.container12 .span6{width:468px;}
.container12 .span5{width:388px;}
.container12 .span4{width:308px;}
.container12 .span3{width:228px;}
.container12 .span2{width:148px;}
.container12 .span1{width:68px;}

/* ================ FRAMEWORK - 6 GUTTER ================ */

.container6{margin-right:auto;margin-left:auto;*zoom:1;position:relative;width:942px;}
.container6:before,.container6:after{display:table;content:"";line-height:0;}
.container6:after{clear:both;}

.container6 .row{margin-left:-6px;*zoom:1;}
.container6 .row:before,.row:after{display:table;content:"";line-height:0;}
.container6 .row:after{clear:both;}

.container6 [class*="span"]{float:left;min-height:1px;margin-left:6px;}
.container6 .span12{width:942px;}
.container6 .span11{width:863px;}
.container6 .span10{width:784px;}
.container6 .span9{width:705px;}
.container6 .span8{width:626px;}
.container6 .span7{width:547px;}
.container6 .span6{width:468px;}
.container6 .span5{width:389px;}
.container6 .span4{width:310px;}
.container6 .span3{width:231px;}
.container6 .span2{width:152px;}
.container6 .span1{width:73px;}

/* ================ FRAMEWORK - GENERAL ================ */

[class*="span"].hide{display:none;}
[class*="span"].pull-right{float:right;}


/* ================ ELEMENTS - GLOBAL ================ */

body{margin:0; font-family: Arial, sans-serif; font-weight: 300;color:#333333;background-color:#ffffff;line-height:1.2em; }
a{color:#0088cc;text-decoration:none;}
a:hover{color:#005580;text-decoration:underline;}
small{font-size:85%;}
strong{font-weight:bold;}
em{font-style:italic;}