@CHARSET "UTF-8";
/* +++++ Fonts +++++ */

/* "Essays 1743" ... http://www.thibault.org/fonts/essays/ */
  @font-face {
  	font-family: "Essays 1743";
  	src: url("http://www.pannonicum-agrego.hu/common_elements/web_fonts/Essays_1743/Essays1743.eot?") format("eot"), url("f/Essays1743.woff") format("woff"), url("f/Essays1743.ttf") format("truetype");
  }
  
  @font-face {
  	font-family: "Essays_1743";
  	font-weight: bold;
  	src: url("http://www.pannonicum-agrego.hu/common_elements/web_fonts/Essays_1743/Essays1743-bold.eot?") format("eot"), url("f/Essays1743-bold.woff") format("woff"), url("f/Essays1743-bold.ttf") format("truetype");
  }
/* ----- Fonts ----- */

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	/*background: url('paper.png') repeat scroll left top #DDD;*/
	position: relative;
	/*background-image: url(bg_aurora_borealis01.png);
  	background-attachment: fixed;
  	background-position: center center;
  	background-size: cover;*/
 /* http://www.colorzilla.com/gradient-editor/ */
 background: -moz-linear-gradient(top,  rgba(47,85,252,0.89) 0%, rgba(75,117,247,0.75) 24%, rgba(101,146,242,0.51) 46%, rgba(96,139,239,0.48) 49%, rgba(53,83,214,0.75) 75%, rgba(253,255,255,1) 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(47,85,252,0.89)), color-stop(24%,rgba(75,117,247,0.75)), color-stop(46%,rgba(101,146,242,0.51)), color-stop(49%,rgba(96,139,239,0.48)), color-stop(75%,rgba(53,83,214,0.75)), color-stop(100%,rgba(253,255,255,1))); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(top,  rgba(47,85,252,0.89) 0%,rgba(75,117,247,0.75) 24%,rgba(101,146,242,0.51) 46%,rgba(96,139,239,0.48) 49%,rgba(53,83,214,0.75) 75%,rgba(253,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(top,  rgba(47,85,252,0.89) 0%,rgba(75,117,247,0.75) 24%,rgba(101,146,242,0.51) 46%,rgba(96,139,239,0.48) 49%,rgba(53,83,214,0.75) 75%,rgba(253,255,255,1) 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(top,  rgba(47,85,252,0.89) 0%,rgba(75,117,247,0.75) 24%,rgba(101,146,242,0.51) 46%,rgba(96,139,239,0.48) 49%,rgba(53,83,214,0.75) 75%,rgba(253,255,255,1) 100%); /* IE10+ */
 background: linear-gradient(to bottom,  rgba(47,85,252,0.89) 0%,rgba(75,117,247,0.75) 24%,rgba(101,146,242,0.51) 46%,rgba(96,139,239,0.48) 49%,rgba(53,83,214,0.75) 75%,rgba(253,255,255,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32f55fc', endColorstr='#fdffff',GradientType=0 ); /* IE6-9 */

}

#content_and_ref {
	/*background-image: url("content_bg.jpg");*/

}

article {
	padding: 5px;
}

h1 {
	font-family: "Essays_1743",cursive;
    font-size: 120%;
	font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
	color: rgba(0, 0, 0, 1);
	line-height: 200%;
	text-shadow: 0px 0px 1px rgba(54, 130, 195, 0.44);

}

h2 {
	font-family: "Essays_1743",cursive;
    font-size: 105%;
	font-weight: normal;
    text-transform: uppercase;
	color: rgba(0, 0, 0, 1);
	line-height: 200%;
    letter-spacing: 1px;
    text-shadow: 0px 0px 1px rgba(54, 130, 195, 0.44);
}

p {
    font-size: 100%;
    word-spacing: 3px;
	line-height: 125%;
	text-shadow: 0.3px 0.3px rgba(0, 0, 0, 0.3);
}

tr {
    font-size: 87%;
}


th {
	line-height: 100%;
}

td {
    font-size: 90%;
	padding: 5px;
}

tr:nth-child(even) {
	background: #CCC;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

tr:nth-child(odd) {
	background: #FFF;
}

.fancy:first-letter {
	font-family: "Essays_1743",cursive;
	padding: 6.5px;
	margin: 0px 4px 0px 4px;
	background: #CCC;
	color: #000000;
	border-radius: 10%;
	box-shadow: 4px 4px 2px rgba(50, 50, 50, 0.4);
	font-size: 200%;
	float: left;
	line-height: 0.75;
	background: url(media_lib_pf/initiale03_tree_bg.png);
    background-size: 120% 120%;
    background-repeat: no-repeat;
}


.full-size {
  	/*overflow: hidden;*/
  	min-width: 900px;
}

.centered {
	margin-left: 5%;
	margin-right: 5%;
}

ul {
    list-style: outside none none;
}

a {
    color: #FFF;
    text-decoration: none;
}


