@charset "UTF-8";

body
{
	background-color: #C60;
	margin: 0px;
	padding: 10px 50px 150px 50px;
	text-align: center;
}

#content
{
	width: 61%;
	margin-left: auto;
	margin-right: auto;
	font-weight: 100;
}

#content, #menu
{
	font-family: "Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana, sans-serif;
	font-size: 0.9em;
}

h4, h4 a
{
	text-align: right;
	font-style: italic;
	margin: 10px 30px 20px 0px;
	padding: 6px 9px 6px 9px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

h4, h4 a, h4 a:link, h4 a:active, h4 a:visited
{
	color: #F93;
	background-color: #C60;
}

h4 a:hover
{
	color: #C60;
	background-color: #F93;
	text-decoration: underline;
}

#menu
{
	position: fixed;
	right: 111px;
	top: 132px;
	width: 120px;
	margin 0px: ;
	text-align: right;
}

#menu, #menu a
{
	display: block;
	font-style: italic;
	text-decoration: none;
	margin: 0px 0px 4px 0px;
	padding: 6px 9px 6px 9px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#menu a, #menu a:link, #menu a:link:active, #menu a:link:visited
{
	color: #F93;
	background-color: rgba(0,0,0,0.33);
}

#menu a:hover
{
	color: #C60;
	background-color: #F93;
	text-decoration: none;
}

h3
{
	font-size: 1.6em;
	text-align: left;
	padding-bottom: 10px;
	font-weight: 500;
}

h3 a
{
	position: relative;
	top: -3px;
	margin-left: 3em;
	font-size: 0.7em;
	font-style: italic;
	text-decoration: none;
	padding: 3px 6px 4px 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

h3 a, h3 a:link, h3 a:active, h3 a:visited
{
	color: #F93;
	background-color: #C60;
}

h3 a:hover
{
	color: #FFF;
	background-color: #333;
	text-decoration: underline;
}

p
{
	text-align: justify;
	margin: 2em 0 2em 0;
	color: #FFF;
	font-size: 0.9em;
	line-height: 1.6em;
	letter-spacing: 0.07em;
}

#triggers p, #triggers p em
{
	margin: 2em 0 -1em 0;
}
#triggers p em {
	margin-left: 1em;
	display: block;
}

/* the thumbnails */
#triggers { text-align: left; }

#triggers img
{
	padding: 2px;
	margin: 2px 2px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #C60;
}

/* the active thumbnail */
#triggers a.active img
{
	/* show on top of the expose mask */
	z-index: 9999;
	position: relative;
}

/* get rid of those system borders being generated for A tags */
a:active { outline: none; }
:focus { -moz-outline-style: none; }

/* the overlayed element */
.simple_overlay
{
	/* must be initially hidden */
	display: none;
	z-index: 10000;
	min-width: 421px;
	min-height: 421px;
	margin: 1em;
	background-color: #FFF;
	-moz-border-radius-topright: 13px;
	-moz-border-radius-bottomright: 13px;
	-webkit-border-top-right-radius: 13px;
	-webkit-border-bottom-right-radius: 13px;
	-moz-box-shadow: 0 0 33px 0 #000;
	-webkit-box-shadow: 0 0 33px 0 #000;
}

/* close button positioned on upper right corner */
.simple_overlay .close
{
	background-image: url(../img/close.png);
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
	height: 35px;
	width: 35px;
}

.ithumb
{
	width: auto;
	height: 133px;
	border: 0em;
}

/* "next image" and "prev image" links */
.next, .prev
{
	position: absolute;
	top: 40%;
	border: 0px solid #666;
	cursor: pointer;
	display: block;
	padding: 10px 20px;
	color: #fff;
	font-size: 0.75em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.prev
{
	left: 0;
	border-left: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
}

.next
{
	right: 0;
	border-right: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-right-radius: 0;
}

.next:hover, .prev:hover
{
	text-decoration: underline;
	background-color: #000;
}

/* when there is no next or previous link available this class is added */
.disabled { visibility: hidden; }

/* the "information box" */
.info
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 10px 15px;
	color: #FFF;
	font-size: 0.8em;
	line-height: 1.6em;
	letter-spacing: 0.07em;
	-moz-border-radius-bottomright: 11px;
	-webkit-border-bottom-right-radius: 11px;
	text-align: justify;
}

#infoc { text-align: center; }

.info strong
{
	display: block;
	font-weight: 100;
}

strong em
{
	font-size: 0.85em;
	color: #CCC;
	letter-spacing: 0.1em;
}

/* progress indicator (animated gif). should be initially hidden */
.progress
{
	position: absolute;
	top: 45%;
	left: 50%;
	display: none;
}

/* everybody should know about RGBA colors. */
.next, .prev, .info { background: #333 !important; }

.moostik
{
	position: relative;
	margin-top: 6em;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.9em;
	font-weight: 900;
	font-family: "Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana, sans-serif;
	color: #C60;
	background-color: #F93;
	text-decoration: none;
	padding: 3px 6px 4px 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
}
