/* Extra Fonts */
@font-face {
	font-family: "Rzym";
	src: url("./font/Rzym.ttf") format("truetype");
}
@font-face {
	font-family: "Pisanka";
	src: url("./font/Pisanka.ttf") format("truetype");
}
@font-face {
	font-family: "SSCN";
	src: url("./font/SSCN.ttf") format("truetype");
}
@font-face {
	font-family: "Glagolica";
	src: url("./font/Glagolica.ttf") format("truetype");
}

* {
	margin:0;
	padding:0;
}
body{
	margin:0;
	padding:0;
	background:#FFFFFF url(./img/bg.png) fixed repeat-x;
	font-family:Calibri, Verdana, sans-serif;
	color:#3C3C3C;
	font-weight:normal;
	font-size:1em;
	text-align:left;
	line-height:1.3em;
}
#mainframe{
	width:50em;
	margin:0 auto;
	padding:0;
	text-align:left;
	background:#FFFFFF;
	border-bottom:1px solid #ABABAB;
	border-right:1px solid #ABABAB;
	border-left:1px solid #ABABAB;
	border-radius: 0 0 1.2em 1.2em;
	box-shadow: 0.4em 0.4em 1.2em #BCBCBC;
}
	
/* Link to prahistoria.eu */

.prahistoria a {
	color:#3C3C3C;
	text-decoration:none;
	-o-transition-property: color;
    -o-transition-duration: 3s;
    -o-transition-delay: 0s;
	-moz-transition-property: color;
    -moz-transition-duration: 3s;
    -moz-transition-delay: 0s;
	-webkit-transition-property: color;
    -webkit-transition-duration: 3s;
    -webkit-transition-delay: 0s;
	-ms-transition-property: color;
    -ms-transition-duration: 3s;
    -ms-transition-delay: 0s;
	transition-property: color;
    transition-duration: 3s;
    transition-delay: 0s;
	}
.prahistoria a:hover {
	color:#FF0000;
	text-decoration:none;
	border-bottom:none;
	}
	
/*Links for main menu*/
	
#header #menu a {
	color:#FF0000;
	text-decoration:none;
	margin:0 1em 0 0;
	-o-transition-property: color;
    -o-transition-duration: 3s;
    -o-transition-delay: 0s;
	-moz-transition-property: color;
    -moz-transition-duration: 3s;
    -moz-transition-delay: 0s;
	-ms-transition-property: color;
    -ms-transition-duration: 3s;
    -ms-transition-delay: 0s;
	-webkit-transition-property: color;
    -webkit-transition-duration: 3s;
    -webkit-transition-delay: 0s;
	transition-property: color;
    transition-duration: 3s;
    transition-delay: 0s;
	}
#header #menu a:hover {
	color:#000000;
	text-decoration:none;
	border-bottom:0.1em solid #FF0000;
	}

/* Links for p only */

p a {
	color:#AA0000;
	text-decoration:none;
	-o-transition-property: color;
    -o-transition-duration: 3s;
    -o-transition-delay: 0s;
	-moz-transition-property: color;
    -moz-transition-duration: 3s;
    -moz-transition-delay: 0s;
	-ms-transition-property: color;
    -ms-transition-duration: 3s;
    -ms-transition-delay: 0s;
	-webkit-transition-property: color;
    -webkit-transition-duration: 3s;
    -webkit-transition-delay: 0s;
	transition-property: color;
    transition-duration: 3s;
    transition-delay: 0s;
	}
p a:hover {
	color:#000000;
	text-decoration:none;
	border-bottom:1px solid #FF0000;
}	

a[href$=".pdf"]
	{
	background: url(./img/pdf.png) no-repeat center right;
	padding-right: 18px;
	}
#article a[href^="http://"], a[href^="https://"]
	{
	background: url(./img/ext.png) no-repeat center right;
	padding-right: 14px;
	}
#article a[href^="mailto:"]
	{
	background: url(./img/mail.png) no-repeat center right;
	padding-right: 18px;
	}

/* Links for li only */

li a {
	color:#AA0000;
	text-decoration:none;
	}
li a:hover {
	color:#AA0000;
	text-decoration:none;
	border-bottom:1px solid #FF0000;
}

/* Links for propaganda */
 
#propaganda p a {
	color:#000000;
	text-decoration:none;
	}
#propaganda p a:hover{
	color:#000000;
	text-decoration:none;
	border-bottom:0;
}

/* Header */

#header {
	margin:0 auto;
	padding:1.8em 3em 0 3em;
	border-top:0.25em solid #FF0000;
	border-bottom:1px solid #DDDDDD;
	border-right:0;
	border-left:0;
	background:#FFFFFF url(./img/logo.png) no-repeat 94% 30%;
	font-family:Calibri, Verdana, sans-serif;
	text-align:left;
}

#header .prahistoria{
	font-family:Rzym, "PrenumbraWebPro", Constantia, "Palatino Linotype", "Times New Roman", serif;
	font-weight:normal;
	font-variant:small-caps;
	text-shadow: #666666 2px 2px 2px;
	padding:0;
	font-size:2.4em;
	-o-transform: rotate(350deg);
	-moz-transform: rotate(350deg);
	-ms-transform: rotate(350deg);
	-webkit-transform: rotate(350deg);
	transform: rotate(350deg);
}
#header #menu{
	width:100%;
	margin:0.4em 0 0.8em 0;
	padding:0.8em 0 0 0;
	font-size:1em;
}
	
/* Main content */

#sidebar {
	width:12em;
	float:right;
	padding:2.4em 0.75em 0.75em 1em;
	border:0;
	background:#FFFFFF;
	margin:0;
}

#article {
	width:24em;
	margin:0 0 2em 0;
	padding:0 6em 6.25em 6em;
	border:0;
	background-color: #FFFFFF; 
	background-image: url(./img/logo2.png);
	background-position: 6% 98%;
	background-repeat: no-repeat;	
}

/* Propaganda */

#propaganda{
	width:24em;
	margin:0 auto;
	padding:0;
	border:0;
	background-color:#FFFFFF;
	text-align:center;
	font-size:0.75em;
	clear: both;
}
#propaganda p{
	margin:0;
	padding:0;
}
#propaganda img{
	border:0;
}

/* Footer */

#footer{
	width:24em;
	margin:0 auto;
	padding:0 6em;
	border:0;
	background-color:transparent;
	text-align:center;
	font-size:0.75em;
	clear: both;
}

/* H1, H2 and H3 */

h1{
	text-align:center;
	font-size:1.6em;
	font-weight:normal;
	padding:1.2em 0;
	font-family:Pisanka, Calibri, Verdana, sans-serif;
	}
h2{
	text-align:left;
	font-size:1.2em;
	font-family:Calibri, Verdana, sans-serif;
	font-weight:normal;
	font-variant:small-caps;
	padding:0.3em 0;
	margin:0 0 0.3em 0;
	border-bottom:1px solid #3C3C3C;
	}
h3{
	text-align:left;
	font-size:1.2em;
	font-weight:normal;
	font-variant:small-caps;
	font-family:Calibri, Verdana, sans-serif;
	padding:0.25em 0;
	}
p {
	width:100%;
	margin:0;
	padding:0 0 0.75em 0;
	}

/* All lists  - needs IE-fix! */	

ul{
	list-style-type:none;
	list-style-position:inside;
	margin:0;
	padding:0 0 0.75em 0;
	}
ol{
	list-style-type:decimal;
	list-style-position:inside;
	margin:0;
	padding:0 0 0.75em 0;
	}
li{
	margin:0;
	padding:0;
	}


/* All tables - needs IE-fix! */

table {
	width: 100%;
	margin:0 0 0.75em 0;
	padding:0;
	border:0;
	border-collapse:collapse;
	}
td, th {
	padding: 0.25em 0.5em;
	text-align: left;
	border: 1px solid #ABABAB;
}
th {
	background: #EEEEEE;
}
caption {
	background:#FFFFFF;
	color:#FF0000;
	margin: 0;
	border:0;
	padding: 0.25em 0.5em;
	font-style:italic;
}
tfoot{
	background:#FFFFFF;
	margin: 0;
	border:0;
	font-size:0.75em;
}
tfoot tr td{
	padding: 0.25em 2em 0.25em 0.5em;
	background:#FFFFFF;
	color:#00FF00;
	margin:0;
	border:0;	
	text-align:right;
}

/* Other */
img {
	background:#FFFFFF;
	padding:0.5em;
	border:solid 1px #9C9C9C;
	margin:1.2em auto 1.2em 2.4em;
	clear:both;
}
#sidebar img {
	background:#FFFFFF;
	padding:0.25em;
	border:solid 1px #9C9C9C;
	margin:0 0 0.75em 0;
	clear:both;
}
#sidebar img.noborders {
	border:0;
}
img.shadowed {
	box-shadow: 0.20em 0.20em 0.35em #BCBCBC;
}
i{
	font-style:italic;
	}
a.nodeco {
	color:#FF0000;
	text-decoration:none;
	}
a.nodeco:hover {
	color:#FF0000;
	text-decoration:none;
	border-bottom:0;
	}	
.centruj {
	text-align:center;
}
.cloudgla{
	font-family:Glagolica, Calibri, Verdana, sans-serif;
	font-size:2em;
	color:#3C3C3C;
}
.cloud1{
	font-size:2em;
	color:#3C3C3C;
}
.cloud2{
	font-size:1.5em;
	color:#444444;
}
.cloud3{
	font-size:1.25em;
	color:#555555;
}
.cloud4{
	font-size:1em;
	color:#666666;
}
.cloud5{
	font-size:0.75em;
	color:#777777;
}
/*
Invisible
*/

.logo{
	display:0;
}

/* Error pages */
#errarticle {
	width:46em;
	margin:0 0 2em 0;
	padding:2em;
	border-top:0;
	border-left:0;
	border-bottom:0;
	border-right:0;
	background:#FFFFFF url(./img/logo2.png) no-repeat 6% 98%;
}

#errarticle p{
	width:100%;
	margin:0 0 0.25em 0;
	padding:0;
	text-align:center;
	font-size:2em;
	color:#FF0000;
	font-weight:normal;
	padding:0;
	font-family:Pisanka, Calibri, Verdana, sans-serif;
	padding:0;
}

#errarticle img{
	background:#FFFFFF;
	padding:0;
	border:0;
	margin:0.25em 0;
	clear:both;
}

a[href$=".pdf"]
	{
	background: url(./img/pdf.png) no-repeat center right;
	padding-right: 18px;
	}
#errarticle a[href^="http://"], a[href^="https://"]
	{
	background: url(./img/ext.png) no-repeat center right;
	padding-right: 14px;
	}
#errarticle a[href^="mailto:"]
	{
	background: url(./img/mail.png) no-repeat center right;
	padding-right: 18px;
	}
video{
	border:1px solid #ABABAB;
	box-shadow: 0.20em 0.20em 0.35em #BCBCBC;
	}
audio{
	border:1px solid #000000;
	border-top:0;
	box-shadow: 0.20em 0.20em 0.35em #BCBCBC;
	}
/* 
This is a CSS from http://prahistoria.eu/
*/