body {
	
	font: 10px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	margin: 0;
	background-color: #191919;
	
	color: #777;

}


div.loading {
	background-image: url(../img/progress.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

p {
	font-size: 1.2em;
	padding-bottom: 1em;
	line-height: 1.5;
}

p ul {
	list-style: disc;
}
p li {
	font-size: 1.2em;
	color: red;
}


h1, h2 {
	color: #777;
	font-weight: bold;
}

h1 {
	font-size: 1.4em;
	margin-bottom: 1.5em;
}


h2 {
	font-size: 1.2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

a {
	outline: none;
	color: #bbb;
	text-decoration: none;
}
a:hover {
	color: #eee;
}

input.text {
	padding: 0.3em;
	background-color: #222;
	color: #999;
	border: 1px solid #333;
}

#cronica-container {
	position: relative;
	width: 100%;
}


#cronica-hud {
	display: none;
	color: #fff;
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	height: expression(document.documentElement.clientHeight+'px');
}

.cronica-hud-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	height: expression(document.documentElement.clientHeight+'px');
}

#cronica-hud #cronica-hud-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	height: expression(document.documentElement.clientHeight+'px');
}

#cronica-hud .cronica-hud-close-button {
	z-index: 100;
	position: absolute;
	display: block;
	top: 25px; 
	left: 25px;

	font: bold 12px 'Verdana';
	line-height: 1;
	color: #fff;
	background-color: #000;
	width: 14px;
	height: 14px;
	text-align: center;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border: 2px solid #eee;
	-webkit-box-shadow: #000 0px 0px 3px;
}

.links a {
	
}

.links a:hover {
	color: #9FBD31;
}