/* Drugi međunarodni arheološki kolokvij: Keramika &ndash; lokalno je univerzalno */

/* Web fonts */

@font-face
{
	font-family: "SiteFontRegular";
	src: url("../WebFonts/SiteFont.eot");
	src: url("../WebFonts/SiteFont.eot?#iefix") format("embedded-opentype"),
			 url("../WebFonts/SiteFont.woff") format("woff"),
			 url("../WebFonts/SiteFont.ttf") format("truetype"),
			 url("../WebFonts/SiteFont.svg#SiteFont") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family: "SiteFontBold";
	src: url("../WebFonts/SiteFontBold.eot");
	src: url("../WebFonts/SiteFontBold.eot?#iefix") format("embedded-opentype"),
			 url("../WebFonts/SiteFontBold.woff") format("woff"),
			 url("../WebFonts/SiteFontBold.ttf") format("truetype"),
			 url("../WebFonts/SiteFontBold.svg#SiteFontBold") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family: "SiteFontItalic";
	src: url("../WebFonts/SiteFontItalic.eot");
	src: url("../WebFonts/SiteFontItalic.eot?#iefix") format("embedded-opentype"),
			 url("../WebFonts/SiteFontItalic.woff") format("woff"),
			 url("../WebFonts/SiteFontItalic.ttf") format("truetype"),
			 url("../WebFonts/SiteFontItalic.svg#SiteFontBold") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* Main styles */

* { outline: none; }

html, body
{
	margin: 0px;
	body: 0px;
	font-family: SiteFontRegular, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	height: 100%;
	width: 100%;
	background-color: #eee;
}

img { border: none; }

p { line-height: 140%; }

i { font-family: SiteFontItalic, "Times New Roman", Times, serif; }

a
{
	color: #fff;
	text-decoration: underline;
}

a:hover { color: #ccc; }

h1 { font-size: 22px; }
h2 { font-size: 18px; }
h3 { font-size: 14px; }

/* UI elements */

.Clear
{
	clear: both;
}

#BgImageContainer
{
	position: fixed;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#BgImageContainer img
{
	position: fixed;
	display: none;
}

#BgImageContainer-Img { z-index: 2; }
#BgImageContainer-NextImg { z-index: 3; }

#PageContents
{
	position: relative;
	padding: 20px 40px 20px 20px;
	width: 550px;
	z-index: 10;
	color: #fff;
	background: url(../Images/UIElements/PageBackground.png) top left repeat transparent;
}

#PageContentsToggle
{
	position: fixed;
	width: 55px;
	height: 100px;
	z-index: 15;
	top: 50%;
	left: 584px;
	margin-top: -50px;
	background: url(../Images/UIElements/ContractPageContent.png) top left no-repeat transparent;
	cursor: pointer;
}

#PageContractedDepartmentLogo
{
	display: none;
	position: fixed;
	width: 50px;
	height: 50px;
	left: 10px;
	top: 10px;
	background: url(../Images/Logos/Department.png) top left no-repeat transparent;
	z-index: 20;
	cursor: pointer;
}

#BgImageShortInfoNavBox
{
	position: fixed;
	width: 250px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 5px;
	background: url(../Images/UIElements/PageBackground.png) top left repeat transparent;
	z-index: 15;
	cursor: pointer;
}

#BgImageInfoNavBox
{
	display: none;
	position: fixed;
	width: 600px;
	height: 100px;
	z-index: 15;
}

#BgImageInfoNavBox div.NavButton
{
	float: left;
	width: 55px;
	height: 100px;
	position: relative;
	cursor: pointer;
}

#BgImageInfoNavBox div.NavLeft
{
	top: 0px;
	left: 26px;
	background: url(../Images/UIElements/NavLeft.png) top left no-repeat transparent;
}

#BgImageInfoNavBox div.InfoBox
{
	float: left;
	background: url(../Images/UIElements/PageBackground.png) top left repeat transparent;
	width: 410px;
	height: 90px;
	padding: 5px 40px;
	color: #fff;
	font-size: 14px;
}

#BgImageInfoNavBox div.InfoBox h3
{
	margin: 5px 0px;
}

#BgImageInfoNavBox div.InfoBox p
{
	margin: 5px 0px;
}

#BgImageInfoNavBox div.NavRight
{
	top: 0px;
	left: -26px;
	background: url(../Images/UIElements/NavRight.png) top left no-repeat transparent;
}

div.Clear { clear: both; }

div.ScheduleItem { margin: 10px 0px; }

div.ScheduleItem span.ScheduleTime
{
	float: left;
	text-align: left;
	width: 100px;
}

div.ScheduleItem span.ScheduleTopic
{
	float: left;
	text-align: left;
	margin-left: 10px;
	width: 440px;
}