/* v1.0 | 20080212 */

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 {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body
	{
		height: 100%;
		background-color: #000000;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-right: 0px;
		margin-left: 0px;
		font-family: lucida grande, serif;
		font-size: 10pt;
		color: #000000;
		background: #000000 url('/_assets/images/body_gradient.jpg') bottom left fixed repeat-x;
	}
	
img
	{
		border: 0px;
	}
	
.container
	{
		width: 100%;
		height: 100%;
	}
	
#content
	{
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 50px;
		margin-bottom: 40px;
		padding: 20px;
		width: 860px;
		height: auto;
		text-align: left;
		background: #fff url('/_assets/images/armadilla1.jpg') top right no-repeat;
	}
	
#content span
	{
		display: block;
	}
	
.heading
	{
		margin: 10px;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 18pt;
		color: black;
		border-bottom: 1px solid -moz-use-text-color;
		font-weight: bold;
	}

.attention
	{
		margin-left: 40px;
		padding-bottom: 20px;
		font-size: 14pt;
		color: #be902e;
	}
	
#myFace
	{
		position: absolute;
		top: 0;
		left: 20px;
		width: 900px;
		height: 50px;
		z-index: 11;
	}
	
#myFace img#hcardimg
	{
		cursor: pointer;
	}
	
#hcard
	{
		background-color: #000;
		color: #fff;
		width: 900px;
		position: absolute;
		top: 50px;
		left: 20px;
		z-index: 10;
		padding: 12px;
		display: none;
	}
	
#hcard a
	{
		color: #49da3e;
	}
	
#hcard img
	{
		cursor: pointer;
	}

#hcard span
	{
		display: block;
		margin-bottom: 4px;
	}
	
#hcard span.sample
	{
		color: #bc2ebe;
	}
	
p { padding: 8px 20px; }
	
ul.pushMe
	{
		list-style: square;
	}
	
h3
	{
		font-size: 16px;
		color: #bc2ebe;
	}
	
a { color: #dd0000; }