/*
---
Trinity - Base CSS Styles 2012
---

	Uses an adapted version of 
	http://meyerweb.com/eric/tools/css/reset/ 
	v2.0 | 20110126
	License: none (public domain)
*/

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,
table, caption, tbody, tfoot, thead, tr, th, td,
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;
*/
}


/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a{
	text-decoration: none;
}

/*
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*/

.fl {
	float: left;
}

.fr {
	float: right;
}

.oh {
	overflow: hidden;
}

.centeredblock {
	margin-left: auto;
	margin-right: auto;
}



/* Margins */


.m1 {
	margin: 10px;
}

.m2 {
	margin: 20px;
}

.m3 {
	margin: 30px;
}

.m4 {
	margin: 40px;
}

.ml1 {
	margin-left: 10px;
}

.ml2 {
	margin-left: 20px;
}

.ml3 {
	margin-left: 30px;
}

.ml4 {
	margin-left: 40px;
}

.mr1 {
	margin-right: 10px;
}

.mr2 {
	margin-right: 20px;
}

.mr3 {
	margin-right: 30px;
}

.mr4 {
	margin-right: 40px;
}

.mt1 {
	margin-top: 10px;
}

.mt2 {
	margin-top: 20px;
}

.mt3 {
	margin-top: 30px;
}

.mt4 {
	margin-top: 40px;
}

.mb1 {
	margin-bottom: 10px;
}

.mb2 {
	margin-bottom: 20px;
}

.mb3 {
	margin-bottom: 30px;
}

.mb4 {
	margin-bottom: 40px;
}

/* Grid 960 */

.grid {
	width: 960px;
}

.grid1 {
  width: 60px;
}

.grid2 {
  width: 140px;
}

.grid3 {
  width: 220px;
}

.grid4 {
  width: 300px;
}

.grid5 {
  width: 380px;
}

.grid6 {
  width: 460px;
}

.grid7 {
  width: 540px;
}

.grid8 {
  width: 620px;
}

.grid9 {
  width: 700px;
}

.grid10 {
  width: 780px;
}

.grid11 {
  width: 860px;
}

.grid12 {
  width: 940px;
}