/*
	super awesome css reset
	compiled by ~vladh [vladh.net|vladh.net/contact]
	additional credits:
*/

/* ---------- css reset by eric meyer -- public domain ---------- */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/*
	Global reset
*/
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/*
	Body
*/
body {
	background:white;	
}
body, input, textarea{
	color:black;
	line-height: 1.5;
	/* maybe you want this */
	font: 13px Georgia, serif;
	/* or maybe this */ /*
	font: 13px "Lucida Sans Unicode","Lucida Grande","Trebuchet MS",Helvetica,Arial,sans-serif; */
}

/*
	Anchor
*/
a{
	color:inherit;
	text-decoration:underline;
}

/*
	Horizontal rule
*/
hr {
	border: 0 #8ADCFF solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
	margin:1em 0;
}

/*
	Lists
*/
ul {
	margin: 0 0 1.5em 2.5em;
	list-style:disc;
}
ol {
	margin: 0 0 1.5em 2.5em;
	list-style-type: decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}

/* definition lists */
dl	{
	margin:0 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.5em;
}

/*
	Quotes
*/
blockquote {
	margin: 0 3em;
}
blockquote, q {
	quotes: "«" "»" "'" "'";
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/*
	Focus
*/
:focus {
	outline: 0;
}
a:focus {
	outline: 1px dotted;
}

/*
	ins and del
*/
ins {
	text-decoration: none;
	background:#222;
}
del {
	text-decoration: line-through;
}

/*
	strong and em
*/
strong, b{
	font-weight:bold;
}
em, cite, i{
	font-style:italic;
}

/*
	sup and sub
*/
sup, sub{
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	top: -0.4em;
}
sub {
	bottom: -0.4em;
}

/*
	fieldset
*/
fieldset{
	border:1px #aaa solid;
	padding:10px;
	margin-bottom: 10px;
}
legend{
	padding:5px;
	padding-left:0.5em;
	padding-right:0.5em;
}
img{
	border:0;
	vertical-align:middle;
}

/*
	Tables
*/
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 10px;
}
th{
	background:#eee;
	border:1px white solid;
}

/*
	p
*/
p {
	margin-bottom: 1.5em;
}

/*
	Headings
*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'MgOpen Modata',Helvetica,Geneva;
	margin-top: 0.25em;
	margin-bottom: 0.5em;
}

/*
	pre and code
*/
pre {
	font: 11px Monaco, Consolas, monospace;
	line-height: 1.5;
	margin-bottom: 1.5em;
}
code {
	font: 11px Monaco, Consolas, monospace;
}

/*
	abbr, acronym
*/

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

/*
	address
*/
address{
	margin-bottom: 10px;
}

/*
	Additional float clearing if needed, uncomment if not using 960.css
*/

/* http://sonspring.com/journal/clearing-floats */
/*
.clearfix {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
*/
/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
