/*
**
**	/CSS/style.css
**
*/


/*	2. DEFAULTS		*/

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	border: 0;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html,
body
{
	font: 11pt Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}

p
{
	margin: 1em 1.6ex;
	line-height: 1.1;
}

h1
{
	font-size: 2.6rem;
	font-weight: bold;
	margin: 2ex 0 0 0;
}

h2
{
	font-size: 2.2rem;
	font-weight: bold;
	margin: 2ex 0 0 0;
}

h3
{
	font-size: 1.8rem;
	font-weight: bold;
	margin: 2ex 0 0 0;
}

h4
{
	font-size: 1.4rem;
	font-weight: bold;
	margin: 2ex 0 0 0;
}

h5
{
	margin: 1ex 1em;
}

h6
{
	margin: 0.8ex 1em;
}

#banner
{
	margin: 0 2em;
}


table
{
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td
{
	font-weight: normal;
	text-align: left;
}

img, a img
{
	max-width: 100%;
	height: auto;
	border: 0;
}

input.field
{
	border: 1px solid #ffffff !important;
}

ul
{
	list-style: disc;
	margin-left: 1.2em;
	line-height: 1.2;
}

ul ul
{
	list-style: circle;
}

ol
{
	list-style-type: decimal outside none;
	margin-left: 1.2em;	
	line-height: 1.2;
}

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;
}

dl
{
	margin: 2ex 1.625em;
}

dt
{
	font-weight: bold;
}

dd
{
	margin-bottom: 1.625em;
}

strong
{
	font-weight: bold;
}

cite, em, i
{
	font-style: italic;
}

blockquote
{
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}

blockquote em, blockquote i, blockquote cite
{
	font-style: normal;
}

blockquote cite
{
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

pre
{
	background: #f4f4f4;
	font: 0.8em "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}

sup,
sub
{
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup
{
	bottom: 1ex;
}

sub 
{
	top: 0.5ex;
}

/* Forms */
input[type=text],
input[type=password],
textarea
{
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}

input[type=text]:focus,
textarea:focus
{
	color: #373737;
}

textarea
{
	padding-left: 0.1em;
	width: 98%;
}

input[type=text]
{
	padding: 0.3ex 0.4em;
}

input[type=checkbox], input[type=radio]
{
	filter: saturate(0%);
}

input[type=submit].aslink
{
	margin: 0;
	padding: 0;
	font-size: inherit;
	color: #1982d1;
	background: transparent;
	border: none;
	cursor: pointer;
}

input[type=submit].aslink:hover
{
	text-decoration: underline;
}

/* Links */
a
{
	color: #1982d1;
	text-decoration: none;
}

a:focus,
a:active,
a:hover
{
	text-decoration: underline;
}

:focus
{
	outline: 0;
}

