/*
 * style.css
 * Copyright (C) 2009 Adrian Perez
 *
 * Distributed under terms of the MIT license.
 */

html, body {
	background: #fff;
	color: #000;
	padding: 0;
	margin: 0;
}


body, h1, h2, h3, h4, h5, h6, ul, ol, p, li {
	font-family: "Lucida Grande", "Luxi Sans", "Droid Sans",
		"Lucida Sans Unicode", "Bitstream Vera Sans", "Verdana",
		"Trebuchet MS", "Tahoma", sans-serif;
}


img {
	border: none;
}


dt {
	font-weight: bold;
}


a {
	color: #888;
	text-decoration: none;
}

a:hover {
	color: #444;
}


ul.no-bullets li {
	display: block;
}


.hidden {
	display: none;
}


#load-spinner {
	bottom: 1em;
	left: 1em;
	position: absolute;
	z-index: 500;
	height: 32px;
	width: 32px;
	background: url(spinner.gif) 50% 50% no-repeat;
}


#load-progress {
	background: url(logo.png) 50% 50% no-repeat;
	height: 40px;
	width: 495px;
	margin: 0 auto;
}


#content-wrapper {
	position: absolute;
	top: 2em;
	left: 8em;
	right: 8em;
	bottom: 2em;
}


html {
	overflow: hidden;
}

#content {
	overflow: auto;
}


#sidebar {
	width: 200px;
	float: right;
}


#sidebar ul, #sidebar li, #sidebar a {
	text-align: right;
	display: block;
	padding: 0;
	margin: 0;
}

#sidebar a {
	padding: 3px 10px;
	font-size: 85%;
	text-transform: lowercase;
}

#sidebar a.sub {
	font-size: 105%;
	font-weight: bold;
}

#sidebar a.active {
	color: #000;
}

#sidebar a.toplevel {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 150%;
}


#sidebar a.firstlevel {
	padding: 3px 10px;
	margin-right: 1em;
}

.loading {
	font-style: italic;
	color: #bbb;
}

p#contact-info, p#legal-info {
	margin-top: 3em;
	text-align: center;
}


/*
 * Gallery styles.
 */
ul#gallery {
	display: block;
	padding: 0;
	margin: 0;
	padding-top: 2em;
}

ul#gallery li {
	display: block;
	padding: 0;
	margin: 0;
	float: left;
	width: 100px;
	height: 100px;
}

ul#gallery img {
	display: block;
	cursor: pointer;
}

ul#gallery img.hover {
	border-color: #888;
	background: #eee;
}


/*
 * Styles for the overlay text
 */
div#text-overlay {
	position: fixed;
	border: 1px solid #888;
	padding: 0.15em 0.5em 0.15em 0.5em;
	font-size: 100%;
	top: 1em;
	left: 9em;
	background: #eee;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}


/*
 * Styles for the generic overlay.
 */
div#overlay {
	position: fixed;
	background: #000;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 50;
	opacity: 0.25;
	-moz-opacity: 0.25;
	filter: alpha(opacity=25);
}

div#overlay-content {
	position: absolute;
	z-index: 100;
	background: #fff;
	border: 1px solid #888;
	left: 50%;
	top: 50%;
	height: 60px;
	width: 60px;
	margin-left: -30px;
	margin-top: -30px;
}

/*
#fancy_title {
  display: none ! important;
} */

div#iexploder-warning {
	width: 32em;
	margin: 0 auto;
	background: #fee;
	border: 1px solid #e44;
	border-top: none;
	padding: 1em;
	font-size: 80%;
	z-index: 10;
}

