

/*** Font definitions *********************************************************/

@font-face
{
	font-family: "Headers";
	src:
		url('fonts/Capsuula.eot'),
		url('fonts/Capsuula.ttf');
}

@font-face
{
	font-family: "Content";
	src:
		url('fonts/Ubuntu-C.ttf')/*,
		url('fonts/Ubuntu-C.eot')*/;
	/*src: url('fonts/MyriadPro-Light.otf');*/
}

/*** Rounded corners **********************************************************/

div.box, #header, a, h3, h2, h1, nav
{
	border-radius: 5px;
}
#footer
{
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

/*** Some useful classes  *****************************************************/

.clear
{
	clear: both;
}

.relwrapper
{
	position: relative;
}

.active
{
	color: #ff7800;
}

/*** Basics *******************************************************************/

body
{
	color: #230343;
	background-color: #7ac56b;
	background-image: url('img/bg2.png'), url('img/dim.png');
	background-attachment: fixed, fixed;
	background-repeat: repeat, no-repeat;
	background-size: auto, 100% 100%;

	margin: auto;
	width: 1000px;

	font-family: "Content", sans-serif;
	font-size: 12px;
	line-height: 175%;
}

img
{
	border: none; /* IE image link fix */
	vertical-align: top;
}

a
{
	color: #919191;
	text-decoration: none;
	transition: 0.5s;
}
a:hover
{
	color: #c88448;
	transition: 0.5s;
}

/*** Page header with menu ****************************************************/

#header
{
	position: relative;
	z-index: 100;

	background-color: #230343;
	color: #7ac56b;

	font-size: 30px;
	font-family: "Headers", sans-serif;

	margin-bottom: 5px;
}
#header>nav>a
{
	display: inline-block;
	padding: 20px 40px 40px 40px; /*FIXME something nicer*/
	position: relative;
}
.menuseparator
{
	display: inline-block;
	width: 1px; height: 20px;
	background-color: #919191}
#header .highlight
{
	display: inline-block;

	position: absolute;
	bottom: 0px; left:10%;
	width: 80%; height: 5px;

	background-color: #ff7800;
}

#title
{
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px;
	letter-spacing: 15px;
	color: #ff7800;
	text-align: left;
	border-bottom: solid 1px #ff7800;
	border-radius: 0px;
	border: none;
	/*padding-left: 5px;
	padding: 5px;*/

	float: left;
}
#title img
{
	vertical-align: middle;
	height: 20px;
	padding-left: 8px;
}

/*** Shortcut links ***********************************************************/

ul.shortcuts
{
	float: right;
	font-size: 22px;
	padding: 5px;
	padding-right: 5px;
	margin: 0;
	list-style-type: square;
	color: #ff7800;
	letter-spacing: 2px;
}
.shortcuts li
{
	border: dashed 1px #ff7800;
	border-radius: 2px;
}
.shortcuts a
{
	padding-left: 10px;
	padding-right: 10px;
}

/*** Main page area ***********************************************************/

#body
{
	width: 1000px;
	margin-bottom: 25px;
}

#body ul
{
	list-style-type: square;
	/*list-style-image: url('img/bullet.php?w=7&h=7');*/
}
#body ul, #body ol
{
	margin: 0px;
	padding-top: 15px;
	padding-right: 40px;
}

/*** Headings *****************************************************************/

h1
{
	margin: 0px 0px 5px 0px;
	padding: 0.5em 0px 0.5em 0px; /* FIXME: Something nicer*/

	overflow: hidden;

	text-align: center;
	font-weight: normal;
	font-family: "Headers", sans-serif;
	font-size: 48px;

	background-color: #230343;
	color: #ff7800;
}

h2
{
	text-align: center;
	background-color: #230343;
	color: #ff7800;
	font-size: 24px;
	font-weight: normal;
	font-family: "Headers", sans-serif;

	padding: 0.4em 0px 0.4em 0px;

	margin-top: 0px;
	margin-bottom: 5px;
}

h3
{
	background-color: #230343;
	color: #ff7800;
	font-size: 20px;
	font-weight: normal;
	font-family: "Headers", sans-serif;

	padding: 0.4em 0px 0.4em 0px;

	text-align: left;
	margin-left: 16%;
	margin-top: 0px;
	margin-bottom: 5px;
}

/*** Submenu ******************************************************************/

#submenu
{
	float: left;
	margin-right: 5px;
	margin-bottom: 20px;
	width: 200px;

	background-color: #230343;
	color: #919191;

	list-style-type: none;
	font-size: 20px;
	font-family: "Headers", sans-serif;
}
#submenu a
{
	padding: 13px 25px 13px 25px;
	line-height: 125%;
	display: block;
	position: relative;
}
#submenu .highlight
{
	display: block;

	position: absolute;
	width: 10px; height: 40%;
	left: 0px; top: 30%;

	background-color: #ff7800;
}

/*** Content ******************************************************************/

#content
{
	overflow: hidden;

	font-family: "Content", sans-serif;
	font-size: 18px;

	padding: 0px 0px 50px 0px;
	text-align: justify;
}
#content li
{
	margin-bottom: 1.5em;
}

p
{
	width: 60%;
	margin: 0px auto 0px auto;
	padding: 10px 0px 10px 0px;
}

/*** Footer *******************************************************************/

#footer
{
	z-index: 50;

	position: fixed;
	width: 1000px;
	bottom: 0px;
	line-height: 125%;
	font-family: "Headers", sans-serif;
	font-size: 16px;

	color: #230343;
	background-color: rgba(255, 255, 255, 0.5);
	transition: 0.2s;

	text-align: center;
}
#footer:hover
{
	background-color: #ffffff;
	transition: 0.4s;
}
#footer a
{
	color: #230343;
	cursor: pointer;
}
#footer ul
{
	margin: 0px;
	padding: 3px;
}
#footer li
{
	display: inline;
	margin: 50px;
}

.fblogo
{
	position: absolute;
	top: 3px;
	right: 3px;
}

/*** Boxes ********************************************************************/

.box
{
	background-color: #230343;
	color: #7ac56b;
	width: 100%;
	margin-bottom: 5px;

	padding-top: 7px;
	padding-bottom: 7px;
}

.box_longtext
{
	padding-left: 5%;
	padding-right: 5%;
	width: 90%;
}
.box_longtext p
{
	width: 90%;
}
.box_longtext h3
{
	margin-left: 4%;
	margin-bottom: 0;
	padding-bottom: 0;
}

/*** Gallery area *************************************************************/

.centerbox
{
	text-align: center;

	width: 100%;
	background-color: #120024;
	padding-top: 10px;
}
.centerbox img
{
	height: 150px;
	width: auto;
	/*border: solid 5px #230343;*/
	border: none;
	margin: 0px 5px 10px 5px;
}

.gbvgallery
{
	background-color: #120024;
	margin-bottom: 5px;
	padding: 2px;
}
.gbvgallery img
{
	margin: 2px;
}

/*** Unfoldables **************************************************************/

.summary, .details
{
	margin: 0px;
	padding: 0px;
	display: inline;
}
.summary
{
	cursor: pointer;
}

/*** Animations ***************************************************************/

@keyframes slidein
{
	from {top: -100px;}
	to {top:    0px;}
}
.mainanim
{
	position: relative;
	animation: slidein 0.8s;
	z-index: 3;
}
.subanim
{
	position: relative;
	animation: slidein 1.4s;
	z-index: 2;
}
.contanim
{
	position: relative;
	animation: slidein 1.2s;
	z-index: 1;
}

/*** Empty iframe *************************************************************/

iframe,
.iwrap
{
	background-color: #120024;
}

/*** jQuery dialog customization **********************************************/

.ui-dialog
{
	background: #230343;
	border-color: #ff7800;
}
.ui-dialog-titlebar
{
	font-family: "Headers";
	font-size: 20px;
	font-weight: normal;
	background: #230343;
	border: none;
	color: #ff7800;
}
.ui-dialog-content
{
	font-family: "Content";
	font-size: 16px;
	color: #7ac56b;
}
.ui-dialog-content > p
{
	width: 90%;
}
.ui-dialog-titlebar-close, .ui-dialog-titlebar-close:hover
{
	background: #919191;
}
