/*
 * Phoenix Base12 CSS
 * @author Keegan Watkins
 *
 * Site wide styles for ni.com
 */

/* RESET (http://developer.yahoo.com/yui/reset/#code) */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,
p,blockquote,th,td { margin:0;padding:0; }
table { border-collapse:collapse;border-spacing:0; }
fieldset,img,abbr,acronym { border:none; }
address,caption,cite,code,dfn,th,var { font-style:normal;font-weight:normal; }
ol,ul { list-style:inside; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%;font-weight:normal; }
q:before,q:after { content:''; }

html { overflow-y:scroll; }

/* TYPOGRAPHY */
body, body * { font-size:12px;font-family:Arial, Helvetica, sans-serif;}
ol { list-style-type:decimal }
li { list-style-type:disc; margin-bottom:6px;}
h1 { font-size:20px; }
h2 { font-size:16px; }
h3 { font-size:14px; }
h1, h2, h3, h4 { font-weight:bold; }
p { line-height:125%; }
a { color:#004123;text-decoration:none; }
a:hover { text-decoration:underline; }

/* White space */
h1, h2, h3, h4 {margin-bottom:6px;}
p, ul, ol {margin-bottom:6px;}

/* FLOATS */
.left { float:left; }
.right { float:right; }
.clear { clear:both; }
.clearfix { display:inline-block; }
.clearfix:after { content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;_height:1%; }
html[xmlns] .clearfix { display:block; }

/* GRIDS */
.grid1 { width: 73px; }
.grid2 { width: 154px; }
.grid3 { width: 235px; }
.grid4 { width: 316px; }
.grid5 { width: 397px; }
.grid6 { width: 478px; }
.grid7 { width: 559px; }
.grid8 { width: 640px; }
.grid9 { width: 721px; }
.grid10 { width: 802px; }
.grid11 { width: 883px; }
.grid12 { width: 964px; }
.grid-last { float:none !important; }

/* GUTTERS */
.gutter-outer { margin-left:8px;margin-right:8px; }
.gutter-outer-l { margin-left:8px; }
.gutter-outer-r { margin-right:8px; }

.gutter-outer-med { margin-left:12px;margin-right:12px; }
.gutter-outer-med-l { margin-left:12px; }
.gutter-outer-med-r { margin-right:12px; }

.gutter-inner { padding-left:8px;padding-right:8px; }
.gutter-inner-l { padding-left:8px; }
.gutter-inner-r { padding-right:8px; }

/* DISPLAY */
.block { display:block; }
.inline { display:inline; }
.center { text-align:center; }

/* FLUID COLUMNS */
.col1of2 { width:50%; }
.col1of3 { width:33.333333%; }
.col2of3 { width:66.666666%; }
.col1of4 { width:25%; }
.col3of4 { width:75%; }

/* WHITESPACE */
.ws-exlg-t-outer {margin-top:24px;}
.ws-exlg-b-outer {margin-bottom:24px;}
.ws-lg-v-outer {margin-top:16px;margin-bottom:16px;}
.ws-lg-t-outer {margin-top:16px;}
.ws-lg-b-outer {margin-bottom:16px;}
.ws-med-v-outer {margin-top:8px;margin-bottom:8px;}
.ws-med-t-outer {margin-top:8px;}
.ws-med-b-outer {margin-bottom:8px;}
.ws-sm-v-outer {margin-top:4px;margin-bottom:4px;}
.ws-sm-t-outer {margin-top:4px;}
.ws-sm-b-outer {margin-bottom:4px;}
