/**
 * IALT CSS Reset
 *
 * @light-purple : #900b66
 * @dark-purple : #6b054b
 *
 */
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 {
	background: #fffdf9 url('../img/structure-bg.png') 0 0 repeat-x;
	font: normal 62.5% 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
	line-height: 1;
	}

/* Unordered Lists */
ul {
	list-style: none;
	}

/* Blockquote / Quote */
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}

/* Focus styles */
:focus {
	outline: 0;
	}
a, a:visited {
	text-decoration: none;
	color: #6b054b;
	}
a:hover { color: #900b66; text-decoration: underline; }
ins { text-decoration: none; color: #900; font-style: italic; }
del { text-decoration: line-through; color: #999; font-style: none; }
code { color: #555; }
pre {
	margin-left: 2em;
	padding-left: 2em;
	border-left: 1px solid #ccc;
	}
blockquote {
	margin-left: 2em;
	border-left: 1px solid #ccc;
	font-style: italic;
	}	
dt { font-weight: bold;}
th, td { padding: .5em 1em; line-height: 1.5em; }		
th { background: #eee; }
td { border-bottom: 1px solid #eee; }
caption { font-style: italic; color: #777; margin: .5em 0; }	
legend { padding: 2px 5px;}	
form div.col{ clear: none;}form div.first{clear: both;}
form div{ overflow: hidden;}

input[type="text"], input[type="password"], textarea, .field, .area, select {
	border: 1px solid #aaa;
	padding: 5px;
	background: #fff;
	width: 300px;
	line-height: 1em;
	margin: 0;
	}
select { width: 312px;}
textarea, .area { overflow: auto; height: 150px; width: 400px; }
input[type="text"]: focus, input[type="password"]: focus, textarea: focus, select:focus, .focus{ background: #f5f5f5; outline: none; }
.submit {}
button {
	border: none;
	background: #555;
	color: #fff;
	padding: 0 2.5em;
	height: 2em;
	line-height: 2em;
	cursor: pointer;
	}
	
.note, .success, .error{ display: block; }
.error { color: #900; }
.success { color: #060; }
.note { font-weight: bold; }
.notvalid { border: 1px solid #900 !important; }

.pullquote {
	width: 20%;
	float: left;
	margin-right: 2em;
	padding-right: 2em;
	border-right: 1px solid #ccc;
	text-align: right;
	font-size: 1.1em;
	font-style: italic;
	color: #777;
	margin-bottom: .5em;
	}
.boxout {
	width: 20%;
	float: right;
	margin-left: 2em;
	padding: 1em 2em;
	border: 1px solid #ccc;
	margin-bottom: .5em;
	}
#easy_tooltip {
	background: #f5f5f5;
	border: 1px solid #e1e1e1;
	padding: 5px 10px;
	max-width: 300px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.top {
	background: #FCF5E1;
	border: 1px solid #E8DCBE;
	color: #E8DCBE;
	font-size: 0.8em;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	.top:hover {
		background: #E8DCBE;
		border: 1px solid #DBD0AF;
		color: black;
		text-decoration: none; 
		}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
*+html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */