/*------------------------------------------------------------------
  [Reset]
   
  Project:     CAS Campus V5
  Version:     0.1
  Last change: 20/04/12
  Assigned to: Thomas Gehrig
  
  Primary use: Get rid of all browser specific style sheets
-------------------------------------------------------------------*/



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* Font property does not inherit by default (form elements). It's necessary to override them manually. */
button, input, select, textarea {
  font: inherit;
}

/* The box model used by the input/textarea/select elements has been changed, so that they all behave the same way */
input, select, textarea {
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; 
  box-sizing: content-box;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


:active { /* Remove focus border in Firefox */
  outline: 0;
}

a:focus,
button:focus {
  outline: none;
}

button::-moz-focus-inner { /* Remove focus border in Firefox */
  border: 0;
}

