/*reset*/

/* ----- Table of Contents

    *******************************************
    Mark Pieszak :: 7/23/2012
    *******************************************

    Table of Contents ::
    -----------------------
    I.  Helper Classes
    II. Page PRESETS
    -----------------------
*/

/*      Region Help:                                            */
/****************************************************************/
/*  Ctrl-M-O    -   Collapse all Regions                        */
/*  Ctrl-M-L    -   Open all Regions                            */
/*  Ctrl-M-M    -   (with 1 Region selected) Opens all inside   */

/*#region --- RESETS --- */

/*removed tr, th, td from definitions*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, th,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

textarea,input{margin:0;padding:0} /*added*/

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}

*:focus { outline: none;} /* chrome/safari borders */

nav ul, nav li { margin: 0px; list-style-type:none; } 

td img { vertical-align: top; } /*removed td; it prevented later td adjustments*/
ul li { list-style-type:none; }
ol { list-style-type: decimal; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }

table { border-collapse:collapse; border-spacing:0; }
table { width:100%; } /*added*/

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }
input[type=button], input[type=submit], button { cursor: pointer; }
   
button, input, select, textarea { margin: 0; padding:0; }

.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

button {  width: auto; overflow: visible; }
 
.ie7 img { -ms-interpolation-mode: bicubic; }

/* Specific Resets */
a:hover, a:active { outline: none; }
a { outline:none; text-decoration:none; }
a:hover { }
/*a:link { -webkit-tap-highlight-color: #9B6F26; }*/ /* for phones */

small { font-size: 85%; }
strong, th { font-weight: bold; }
.underline { text-decoration:underline; }
.seo { font-weight:normal; font-style:normal; }
.strong { font-weight:bold; }

textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }

input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { 
      border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red; 
 -webkit-box-shadow: 0px 0px 5px red; 
         box-shadow: 0px 0px 5px red;
}

select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

/* webkit input background */
input:-webkit-autofill { background:none !important; }

button {  width: auto; overflow: visible; }

.ie7 img { -ms-interpolation-mode: bicubic; }
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

.visuallyhidden { position: absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/*#endregion*/




/*#region --- II. Page PRESETS --- */
body,select,input,textarea,button{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:16px; line-height:1.2;  color: #555555;}	
button{vertical-align:middle}
h1,h2,h3,h4,h5,h6{font-size: 16px; font-weight: normal;}
dfn,cite,address,caption{font-style:normal}
em{font-style:italic} /*moved this from the class above and gave it italics*/
button{cursor: pointer;}
object,embed{vertical-align: top;}
caption,th{text-align:left;}
/*table th{line-height:25px;height:25px;}*/
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


html {
	height:100%;
}

/*DEFAULTS*/
html,body {font-size:16px;}
